+ 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 [Wed Jun 10 08:51:24 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-5f8bd668d6-mzmxh 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 0x7fa56ab78668 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-10 08:51:28.547 7 INFO neutron.common.config [-] Logging enabled! 2026-06-10 08:51:28.547 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-10 08:51:28.568 8 INFO neutron.common.config [-] Logging enabled! 2026-06-10 08:51:28.569 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-10 08:51:29.591 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-10 08:51:29.765 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-10 08:51:31.110 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 08:51:31.112 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-10 08:51:31.116 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-10 08:51:31.117 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 08:51:31.117 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-10 08:51:31.117 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-10 08:51:31.117 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 08:51:31.125 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 08:51:31.125 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 08:51:31.125 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 08:51:31.148 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-10 08:51:31.149 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 08:51:31.149 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-10 08:51:31.179 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-10 08:51:31.179 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-10 08:51:31.179 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-10 08:51:31.179 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-10 08:51:31.335 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 08:51:31.337 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-10 08:51:31.341 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-10 08:51:31.342 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 08:51:31.342 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-10 08:51:31.342 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-10 08:51:31.342 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 08:51:31.350 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 08:51:31.350 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 08:51:31.350 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 08:51:31.372 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-10 08:51:31.373 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 08:51:31.373 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-10 08:51:31.401 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-10 08:51:31.402 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-10 08:51:31.402 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-10 08:51:31.402 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-10 08:51:31.466 8 INFO neutron.plugins.ml2.managers [None req-f88408b6-5e05-4380-a1f3-2160b9bad434 - - - - - -] Initializing driver for type 'vlan' 2026-06-10 08:51:31.682 7 INFO neutron.plugins.ml2.managers [None req-a10d019e-ce6d-4fb8-83d9-f2d0d4a089eb - - - - - -] Initializing driver for type 'vlan' 2026-06-10 08:51:31.741 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f88408b6-5e05-4380-a1f3-2160b9bad434 - - - - - -] VlanTypeDriver initialization complete 2026-06-10 08:51:31.741 8 INFO neutron.plugins.ml2.managers [None req-f88408b6-5e05-4380-a1f3-2160b9bad434 - - - - - -] Initializing driver for type 'vxlan' 2026-06-10 08:51:31.741 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f88408b6-5e05-4380-a1f3-2160b9bad434 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-10 08:51:31.753 8 INFO neutron.plugins.ml2.managers [None req-f88408b6-5e05-4380-a1f3-2160b9bad434 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-10 08:51:31.753 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f88408b6-5e05-4380-a1f3-2160b9bad434 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-10 08:51:31.753 8 INFO neutron.plugins.ml2.managers [None req-f88408b6-5e05-4380-a1f3-2160b9bad434 - - - - - -] Initializing extension driver 'port_security' 2026-06-10 08:51:31.753 8 INFO neutron.plugins.ml2.extensions.port_security [None req-f88408b6-5e05-4380-a1f3-2160b9bad434 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-10 08:51:31.754 8 INFO neutron.plugins.ml2.managers [None req-f88408b6-5e05-4380-a1f3-2160b9bad434 - - - - - -] Initializing extension driver 'qos' 2026-06-10 08:51:31.754 8 INFO neutron.plugins.ml2.managers [None req-f88408b6-5e05-4380-a1f3-2160b9bad434 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-10 08:51:31.754 8 INFO neutron.plugins.ml2.managers [None req-f88408b6-5e05-4380-a1f3-2160b9bad434 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-10 08:51:31.768 8 INFO neutron.quota [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded quota_driver: . 2026-06-10 08:51:31.768 8 INFO neutron.plugins.ml2.plugin [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Modular L2 Plugin initialization complete 2026-06-10 08:51:31.768 8 INFO neutron.plugins.ml2.managers [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-10 08:51:31.769 8 INFO neutron.plugins.ml2.managers [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-10 08:51:31.769 8 INFO neutron.plugins.ml2.managers [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Got port-security extension from driver 'port_security' 2026-06-10 08:51:31.769 8 INFO neutron.manager [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loading Plugin: qos 2026-06-10 08:51:31.781 8 INFO neutron.manager [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loading Plugin: router 2026-06-10 08:51:31.829 8 INFO neutron.services.service_base [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-10 08:51:31.829 8 INFO neutron.manager [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loading Plugin: segments 2026-06-10 08:51:31.930 8 INFO neutron.manager [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loading Plugin: trunk 2026-06-10 08:51:31.946 8 INFO neutron.manager [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loading Plugin: vpnaas 2026-06-10 08:51:31.970 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a10d019e-ce6d-4fb8-83d9-f2d0d4a089eb - - - - - -] VlanTypeDriver initialization complete 2026-06-10 08:51:31.970 7 INFO neutron.plugins.ml2.managers [None req-a10d019e-ce6d-4fb8-83d9-f2d0d4a089eb - - - - - -] Initializing driver for type 'vxlan' 2026-06-10 08:51:31.970 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a10d019e-ce6d-4fb8-83d9-f2d0d4a089eb - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-10 08:51:31.984 7 INFO neutron.plugins.ml2.managers [None req-a10d019e-ce6d-4fb8-83d9-f2d0d4a089eb - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-10 08:51:31.984 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a10d019e-ce6d-4fb8-83d9-f2d0d4a089eb - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-10 08:51:31.984 7 INFO neutron.plugins.ml2.managers [None req-a10d019e-ce6d-4fb8-83d9-f2d0d4a089eb - - - - - -] Initializing extension driver 'port_security' 2026-06-10 08:51:31.985 7 INFO neutron.plugins.ml2.extensions.port_security [None req-a10d019e-ce6d-4fb8-83d9-f2d0d4a089eb - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-10 08:51:31.985 7 INFO neutron.plugins.ml2.managers [None req-a10d019e-ce6d-4fb8-83d9-f2d0d4a089eb - - - - - -] Initializing extension driver 'qos' 2026-06-10 08:51:31.985 7 INFO neutron.plugins.ml2.managers [None req-a10d019e-ce6d-4fb8-83d9-f2d0d4a089eb - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-10 08:51:31.985 7 INFO neutron.plugins.ml2.managers [None req-a10d019e-ce6d-4fb8-83d9-f2d0d4a089eb - - - - - -] Initializing mechanism driver 'l2population' 2026-06-10 08:51:31.986 8 WARNING stevedore.named [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 08:51:32.000 7 INFO neutron.quota [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded quota_driver: . 2026-06-10 08:51:32.001 7 INFO neutron.plugins.ml2.plugin [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Modular L2 Plugin initialization complete 2026-06-10 08:51:32.001 7 INFO neutron.plugins.ml2.managers [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-10 08:51:32.001 7 INFO neutron.plugins.ml2.managers [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-10 08:51:32.001 7 INFO neutron.plugins.ml2.managers [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-10 08:51:32.001 7 INFO neutron.manager [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loading Plugin: qos 2026-06-10 08:51:32.015 7 INFO neutron.manager [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loading Plugin: router 2026-06-10 08:51:32.053 8 INFO neutron_vpnaas.services.vpn.plugin [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-10 08:51:32.054 8 INFO neutron.common.utils [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-10 08:51:32.054 8 INFO neutron.manager [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loading Plugin: taas 2026-06-10 08:51:32.063 7 INFO neutron.services.service_base [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-10 08:51:32.063 7 INFO neutron.manager [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loading Plugin: segments 2026-06-10 08:51:32.079 8 WARNING stevedore.named [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 08:51:32.080 8 WARNING stevedore.named [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 08:51:32.102 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-10 08:51:32.102 8 INFO neutron.manager [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loading Plugin: tapmirror 2026-06-10 08:51:32.114 8 WARNING stevedore.named [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 08:51:32.114 8 WARNING stevedore.named [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 08:51:32.143 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-10 08:51:32.143 8 INFO neutron.manager [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loading Plugin: auto_allocate 2026-06-10 08:51:32.150 8 INFO neutron.manager [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loading Plugin: tag 2026-06-10 08:51:32.160 8 INFO neutron.manager [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loading Plugin: timestamp 2026-06-10 08:51:32.163 8 INFO neutron.manager [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loading Plugin: network_ip_availability 2026-06-10 08:51:32.166 8 INFO neutron.manager [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loading Plugin: flavors 2026-06-10 08:51:32.167 7 INFO neutron.manager [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loading Plugin: trunk 2026-06-10 08:51:32.169 8 INFO neutron.manager [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loading Plugin: revisions 2026-06-10 08:51:32.173 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Initializing extension manager. 2026-06-10 08:51:32.174 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: address-group 2026-06-10 08:51:32.175 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: address-scope 2026-06-10 08:51:32.176 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-10 08:51:32.177 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: agent 2026-06-10 08:51:32.177 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: agent-resources-synced 2026-06-10 08:51:32.178 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: allowed-address-pairs 2026-06-10 08:51:32.179 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: auto-allocated-topology 2026-06-10 08:51:32.180 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: availability_zone 2026-06-10 08:51:32.180 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: availability_zone_filter 2026-06-10 08:51:32.181 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-10 08:51:32.182 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: default-subnetpools 2026-06-10 08:51:32.182 7 INFO neutron.manager [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loading Plugin: vpnaas 2026-06-10 08:51:32.183 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-10 08:51:32.185 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: dns-integration 2026-06-10 08:51:32.185 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: dns-domain-ports 2026-06-10 08:51:32.186 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-10 08:51:32.186 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: dvr 2026-06-10 08:51:32.187 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-10 08:51:32.188 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: empty-string-filtering 2026-06-10 08:51:32.188 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 08:51:32.189 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-10 08:51:32.189 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: external-net 2026-06-10 08:51:32.190 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-10 08:51:32.190 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: extraroute 2026-06-10 08:51:32.191 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: extraroute-atomic 2026-06-10 08:51:32.191 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-10 08:51:32.192 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-10 08:51:32.192 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-10 08:51:32.193 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-10 08:51:32.193 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: fip-port-details 2026-06-10 08:51:32.194 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: flavors 2026-06-10 08:51:32.195 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-10 08:51:32.196 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: floatingip-pools 2026-06-10 08:51:32.196 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: ip_allocation 2026-06-10 08:51:32.197 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: ip-substring-filtering 2026-06-10 08:51:32.197 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: l2_adjacency 2026-06-10 08:51:32.199 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: router 2026-06-10 08:51:32.200 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 08:51:32.201 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-10 08:51:32.202 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-10 08:51:32.202 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: ext-gw-mode 2026-06-10 08:51:32.203 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: l3-ha 2026-06-10 08:51:32.203 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-10 08:51:32.204 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-10 08:51:32.204 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: l3-flavors 2026-06-10 08:51:32.205 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-10 08:51:32.205 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-10 08:51:32.208 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-10 08:51:32.209 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-10 08:51:32.210 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-10 08:51:32.211 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-10 08:51:32.211 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-10 08:51:32.212 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: multi-provider 2026-06-10 08:51:32.212 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: net-mtu 2026-06-10 08:51:32.213 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: net-mtu-writable 2026-06-10 08:51:32.214 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: network_availability_zone 2026-06-10 08:51:32.214 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: network_ha 2026-06-10 08:51:32.215 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: network-ip-availability 2026-06-10 08:51:32.216 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-10 08:51:32.216 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: pagination 2026-06-10 08:51:32.217 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: port-device-profile 2026-06-10 08:51:32.217 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-10 08:51:32.218 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-10 08:51:32.218 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-10 08:51:32.219 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: port-mac-override 2026-06-10 08:51:32.219 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-10 08:51:32.220 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-10 08:51:32.221 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-10 08:51:32.221 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: port-resource-request 2026-06-10 08:51:32.222 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: port-resource-request-groups 2026-06-10 08:51:32.222 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-10 08:51:32.223 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: binding 2026-06-10 08:51:32.224 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: binding-extended 2026-06-10 08:51:32.224 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: port-security 2026-06-10 08:51:32.225 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: project-id 2026-06-10 08:51:32.225 7 WARNING stevedore.named [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 08:51:32.225 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: provider 2026-06-10 08:51:32.226 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-10 08:51:32.228 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: qos 2026-06-10 08:51:32.229 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-10 08:51:32.229 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-10 08:51:32.230 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: qos-default 2026-06-10 08:51:32.230 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: qos-fip 2026-06-10 08:51:32.231 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-10 08:51:32.231 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: qos-gateway-ip 2026-06-10 08:51:32.232 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: qos-port-network-policy 2026-06-10 08:51:32.232 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: qos-pps-minimum 2026-06-10 08:51:32.233 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-10 08:51:32.233 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: qos-pps 2026-06-10 08:51:32.234 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: qos-rule-type-details 2026-06-10 08:51:32.235 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-10 08:51:32.235 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: qos-rules-alias 2026-06-10 08:51:32.236 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: quota-check-limit 2026-06-10 08:51:32.236 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: quota-check-limit-default 2026-06-10 08:51:32.239 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: quotas 2026-06-10 08:51:32.240 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: quota_details 2026-06-10 08:51:32.241 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: rbac-policies 2026-06-10 08:51:32.242 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: rbac-address-group 2026-06-10 08:51:32.242 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: rbac-address-scope 2026-06-10 08:51:32.243 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: rbac-security-groups 2026-06-10 08:51:32.243 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: rbac-subnetpool 2026-06-10 08:51:32.244 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: revision-if-match 2026-06-10 08:51:32.244 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: standard-attr-revisions 2026-06-10 08:51:32.245 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: router_availability_zone 2026-06-10 08:51:32.245 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-10 08:51:32.247 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: security-groups-default-rules 2026-06-10 08:51:32.247 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-10 08:51:32.248 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-10 08:51:32.248 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-10 08:51:32.250 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-10 08:51:32.250 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-10 08:51:32.256 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: security-group 2026-06-10 08:51:32.257 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: segment 2026-06-10 08:51:32.257 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-10 08:51:32.258 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: service-type 2026-06-10 08:51:32.258 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: sorting 2026-06-10 08:51:32.259 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: standard-attr-segment 2026-06-10 08:51:32.260 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: standard-attr-description 2026-06-10 08:51:32.260 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: stateful-security-group 2026-06-10 08:51:32.261 8 WARNING neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-10 08:51:32.261 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-10 08:51:32.262 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: subnet-external-network 2026-06-10 08:51:32.262 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: subnet_onboard 2026-06-10 08:51:32.263 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-10 08:51:32.263 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: subnet-service-types 2026-06-10 08:51:32.264 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: subnet_allocation 2026-06-10 08:51:32.265 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-10 08:51:32.265 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: tag-creation 2026-06-10 08:51:32.265 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-10 08:51:32.269 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: standard-attr-tag 2026-06-10 08:51:32.270 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-10 08:51:32.271 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: trunk 2026-06-10 08:51:32.271 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: trunk-details 2026-06-10 08:51:32.272 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-10 08:51:32.272 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-10 08:51:32.273 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-10 08:51:32.273 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-10 08:51:32.275 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-10 08:51:32.276 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-10 08:51:32.277 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: vpn-flavors 2026-06-10 08:51:32.278 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: vpnaas 2026-06-10 08:51:32.280 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: taas 2026-06-10 08:51:32.281 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: tap-mirror 2026-06-10 08:51:32.281 8 INFO neutron.api.extensions [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Loaded extension: taas-vlan-filter 2026-06-10 08:51:32.283 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-10 08:51:32.284 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-10 08:51:32.284 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:51:32.284 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-10 08:51:32.288 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 08:51:32.288 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 08:51:32.293 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 08:51:32.293 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 08:51:32.294 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 08:51:32.294 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:51:32.295 8 WARNING neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] subnetpool is already registered 2026-06-10 08:51:32.295 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:51:32.295 8 WARNING neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] subnetpool is already registered 2026-06-10 08:51:32.296 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 08:51:32.296 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 08:51:32.296 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 08:51:32.297 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 08:51:32.297 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 08:51:32.297 7 INFO neutron_vpnaas.services.vpn.plugin [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-10 08:51:32.298 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 08:51:32.298 7 INFO neutron.common.utils [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-10 08:51:32.298 7 INFO neutron.manager [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loading Plugin: taas 2026-06-10 08:51:32.298 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 08:51:32.298 8 WARNING neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] ipsecpolicy is already registered 2026-06-10 08:51:32.299 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 08:51:32.299 8 WARNING neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] ikepolicy is already registered 2026-06-10 08:51:32.303 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 08:51:32.303 8 WARNING neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] router is already registered 2026-06-10 08:51:32.304 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 08:51:32.304 8 WARNING neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] floatingip is already registered 2026-06-10 08:51:32.308 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 08:51:32.308 8 WARNING neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] rbac_policy is already registered 2026-06-10 08:51:32.309 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 08:51:32.309 8 WARNING neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] security_group is already registered 2026-06-10 08:51:32.310 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 08:51:32.310 8 WARNING neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] security_group_rule is already registered 2026-06-10 08:51:32.311 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:51:32.311 8 WARNING neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] subnetpool is already registered 2026-06-10 08:51:32.311 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:51:32.312 8 WARNING neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] subnetpool is already registered 2026-06-10 08:51:32.312 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 08:51:32.312 8 WARNING neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] trunk is already registered 2026-06-10 08:51:32.313 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 08:51:32.313 8 WARNING neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] ikepolicy is already registered 2026-06-10 08:51:32.313 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 08:51:32.313 8 WARNING neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] ipsecpolicy is already registered 2026-06-10 08:51:32.314 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 08:51:32.314 8 WARNING neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] endpoint_group is already registered 2026-06-10 08:51:32.314 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 08:51:32.314 8 WARNING neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] vpnservice is already registered 2026-06-10 08:51:32.315 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 08:51:32.315 8 WARNING neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] ipsec_site_connection is already registered 2026-06-10 08:51:32.315 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 08:51:32.315 8 WARNING neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] ipsecpolicy is already registered 2026-06-10 08:51:32.316 8 INFO neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 08:51:32.316 8 WARNING neutron.quota.resource_registry [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] ikepolicy is already registered 2026-06-10 08:51:32.324 7 WARNING stevedore.named [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 08:51:32.324 7 WARNING stevedore.named [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 08:51:32.343 7 INFO neutron_taas.services.taas.taas_plugin [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-10 08:51:32.344 7 INFO neutron.manager [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loading Plugin: tapmirror 2026-06-10 08:51:32.355 8 WARNING keystonemiddleware._common.config [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-10 08:51:32.358 7 WARNING stevedore.named [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 08:51:32.359 7 WARNING stevedore.named [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 08:51:32.361 8 WARNING oslo_config.cfg [None req-9ad8f5f2-60ba-4c32-b331-24319700397e - - - - - -] 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 0x7fa56ab78668 pid: 8 (default app) 2026-06-10 08:51:32.376 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-10 08:51:32.377 7 INFO neutron.manager [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loading Plugin: auto_allocate 2026-06-10 08:51:32.385 7 INFO neutron.manager [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loading Plugin: tag 2026-06-10 08:51:32.398 7 INFO neutron.manager [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loading Plugin: timestamp 2026-06-10 08:51:32.402 7 INFO neutron.manager [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loading Plugin: network_ip_availability 2026-06-10 08:51:32.407 7 INFO neutron.manager [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loading Plugin: flavors 2026-06-10 08:51:32.411 7 INFO neutron.manager [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loading Plugin: revisions 2026-06-10 08:51:32.415 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Initializing extension manager. 2026-06-10 08:51:32.417 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: address-group 2026-06-10 08:51:32.418 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: address-scope 2026-06-10 08:51:32.418 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-10 08:51:32.420 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: agent 2026-06-10 08:51:32.420 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: agent-resources-synced 2026-06-10 08:51:32.422 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-10 08:51:32.423 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-10 08:51:32.424 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: availability_zone 2026-06-10 08:51:32.424 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: availability_zone_filter 2026-06-10 08:51:32.425 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-10 08:51:32.425 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: default-subnetpools 2026-06-10 08:51:32.427 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-10 08:51:32.428 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: dns-integration 2026-06-10 08:51:32.428 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: dns-domain-ports 2026-06-10 08:51:32.429 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-10 08:51:32.429 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: dvr 2026-06-10 08:51:32.430 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-10 08:51:32.431 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: empty-string-filtering 2026-06-10 08:51:32.431 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 08:51:32.432 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-10 08:51:32.432 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: external-net 2026-06-10 08:51:32.433 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-10 08:51:32.433 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: extraroute 2026-06-10 08:51:32.434 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: extraroute-atomic 2026-06-10 08:51:32.435 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-10 08:51:32.435 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-10 08:51:32.436 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-10 08:51:32.436 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-10 08:51:32.437 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: fip-port-details 2026-06-10 08:51:32.438 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: flavors 2026-06-10 08:51:32.439 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-10 08:51:32.440 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: floatingip-pools 2026-06-10 08:51:32.441 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: ip_allocation 2026-06-10 08:51:32.441 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-10 08:51:32.442 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: l2_adjacency 2026-06-10 08:51:32.443 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: router 2026-06-10 08:51:32.446 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 08:51:32.447 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-10 08:51:32.447 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-10 08:51:32.448 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: ext-gw-mode 2026-06-10 08:51:32.448 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: l3-ha 2026-06-10 08:51:32.449 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-10 08:51:32.449 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-10 08:51:32.450 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: l3-flavors 2026-06-10 08:51:32.451 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-10 08:51:32.451 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-10 08:51:32.454 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-10 08:51:32.455 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-10 08:51:32.456 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-10 08:51:32.458 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-10 08:51:32.458 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-10 08:51:32.459 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: multi-provider 2026-06-10 08:51:32.459 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: net-mtu 2026-06-10 08:51:32.460 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: net-mtu-writable 2026-06-10 08:51:32.460 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: network_availability_zone 2026-06-10 08:51:32.461 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: network_ha 2026-06-10 08:51:32.462 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: network-ip-availability 2026-06-10 08:51:32.463 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-10 08:51:32.463 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: pagination 2026-06-10 08:51:32.464 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: port-device-profile 2026-06-10 08:51:32.464 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-10 08:51:32.465 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-10 08:51:32.465 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-10 08:51:32.466 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: port-mac-override 2026-06-10 08:51:32.466 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-10 08:51:32.467 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-10 08:51:32.467 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-10 08:51:32.468 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: port-resource-request 2026-06-10 08:51:32.468 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-10 08:51:32.469 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-10 08:51:32.469 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: binding 2026-06-10 08:51:32.470 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: binding-extended 2026-06-10 08:51:32.470 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: port-security 2026-06-10 08:51:32.471 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: project-id 2026-06-10 08:51:32.471 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: provider 2026-06-10 08:51:32.472 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-10 08:51:32.474 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: qos 2026-06-10 08:51:32.475 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-10 08:51:32.476 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-10 08:51:32.476 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: qos-default 2026-06-10 08:51:32.477 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: qos-fip 2026-06-10 08:51:32.477 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-10 08:51:32.478 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-10 08:51:32.478 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-10 08:51:32.479 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-10 08:51:32.479 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-10 08:51:32.480 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: qos-pps 2026-06-10 08:51:32.480 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-10 08:51:32.481 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-10 08:51:32.482 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: qos-rules-alias 2026-06-10 08:51:32.482 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: quota-check-limit 2026-06-10 08:51:32.483 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-10 08:51:32.485 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: quotas 2026-06-10 08:51:32.487 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: quota_details 2026-06-10 08:51:32.488 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: rbac-policies 2026-06-10 08:51:32.489 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: rbac-address-group 2026-06-10 08:51:32.492 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: rbac-address-scope 2026-06-10 08:51:32.493 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: rbac-security-groups 2026-06-10 08:51:32.494 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-10 08:51:32.494 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: revision-if-match 2026-06-10 08:51:32.496 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-10 08:51:32.496 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: router_availability_zone 2026-06-10 08:51:32.497 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-10 08:51:32.500 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-10 08:51:32.501 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-10 08:51:32.501 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-10 08:51:32.502 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-10 08:51:32.503 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-10 08:51:32.504 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-10 08:51:32.510 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: security-group 2026-06-10 08:51:32.511 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: segment 2026-06-10 08:51:32.511 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-10 08:51:32.512 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: service-type 2026-06-10 08:51:32.512 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: sorting 2026-06-10 08:51:32.513 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: standard-attr-segment 2026-06-10 08:51:32.513 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: standard-attr-description 2026-06-10 08:51:32.514 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: stateful-security-group 2026-06-10 08:51:32.514 7 WARNING neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-10 08:51:32.515 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-10 08:51:32.515 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: subnet-external-network 2026-06-10 08:51:32.516 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: subnet_onboard 2026-06-10 08:51:32.517 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-10 08:51:32.518 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: subnet-service-types 2026-06-10 08:51:32.518 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: subnet_allocation 2026-06-10 08:51:32.519 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-10 08:51:32.519 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: tag-creation 2026-06-10 08:51:32.520 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-10 08:51:32.525 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: standard-attr-tag 2026-06-10 08:51:32.526 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-10 08:51:32.527 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: trunk 2026-06-10 08:51:32.527 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: trunk-details 2026-06-10 08:51:32.528 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-10 08:51:32.528 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-10 08:51:32.529 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-10 08:51:32.529 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-10 08:51:32.531 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-10 08:51:32.532 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-10 08:51:32.533 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: vpn-flavors 2026-06-10 08:51:32.534 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: vpnaas 2026-06-10 08:51:32.536 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: taas 2026-06-10 08:51:32.537 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: tap-mirror 2026-06-10 08:51:32.537 7 INFO neutron.api.extensions [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-10 08:51:32.540 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-10 08:51:32.540 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-10 08:51:32.540 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:51:32.540 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-10 08:51:32.543 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 08:51:32.544 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 08:51:32.549 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 08:51:32.549 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 08:51:32.550 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 08:51:32.551 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:51:32.551 7 WARNING neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] subnetpool is already registered 2026-06-10 08:51:32.551 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:51:32.551 7 WARNING neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] subnetpool is already registered 2026-06-10 08:51:32.552 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 08:51:32.552 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 08:51:32.553 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 08:51:32.553 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 08:51:32.554 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 08:51:32.554 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 08:51:32.555 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 08:51:32.555 7 WARNING neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] ipsecpolicy is already registered 2026-06-10 08:51:32.555 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 08:51:32.555 7 WARNING neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] ikepolicy is already registered 2026-06-10 08:51:32.560 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 08:51:32.560 7 WARNING neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] router is already registered 2026-06-10 08:51:32.561 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 08:51:32.561 7 WARNING neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] floatingip is already registered 2026-06-10 08:51:32.564 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 08:51:32.565 7 WARNING neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] rbac_policy is already registered 2026-06-10 08:51:32.566 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 08:51:32.566 7 WARNING neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] security_group is already registered 2026-06-10 08:51:32.566 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 08:51:32.566 7 WARNING neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] security_group_rule is already registered 2026-06-10 08:51:32.567 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:51:32.567 7 WARNING neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] subnetpool is already registered 2026-06-10 08:51:32.568 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:51:32.568 7 WARNING neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] subnetpool is already registered 2026-06-10 08:51:32.568 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 08:51:32.569 7 WARNING neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] trunk is already registered 2026-06-10 08:51:32.569 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 08:51:32.569 7 WARNING neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] ikepolicy is already registered 2026-06-10 08:51:32.569 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 08:51:32.570 7 WARNING neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] ipsecpolicy is already registered 2026-06-10 08:51:32.570 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 08:51:32.570 7 WARNING neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] endpoint_group is already registered 2026-06-10 08:51:32.570 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 08:51:32.571 7 WARNING neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] vpnservice is already registered 2026-06-10 08:51:32.571 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 08:51:32.571 7 WARNING neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] ipsec_site_connection is already registered 2026-06-10 08:51:32.571 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 08:51:32.572 7 WARNING neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] ipsecpolicy is already registered 2026-06-10 08:51:32.572 7 INFO neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 08:51:32.572 7 WARNING neutron.quota.resource_registry [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] ikepolicy is already registered 2026-06-10 08:51:32.610 7 WARNING keystonemiddleware._common.config [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-10 08:51:32.619 7 WARNING oslo_config.cfg [None req-0398def5-41c4-476a-95b7-7090b1dfa915 - - - - - -] 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 0x7fa56ab78668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 08:51:36.835 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2af108fb-ef0b-45b0-b107-016524800fe2 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.49 () {44 vars in 923 bytes} [Wed Jun 10 08:51:36 2026] GET /v2.0/networks/public => generated 108 bytes in 837 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.49 () {44 vars in 945 bytes} [Wed Jun 10 08:51:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 08:51:37.710 8 WARNING neutron.services.revisions.revision_plugin [None req-5c9f4fb5-2a00-4920-9e4b-36f1943bb463 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Could not find related network for resource to bump revision. 2026-06-10 08:51:37.734 8 INFO neutron.db.segments_db [None req-5c9f4fb5-2a00-4920-9e4b-36f1943bb463 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment d2456ef8-08a2-4e79-a153-a7af48bd37ec of type flat for network b77d24ba-514d-42b8-b880-5e7bd7208852 2026-06-10 08:51:37.790 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5c9f4fb5-2a00-4920-9e4b-36f1943bb463 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.49 () {48 vars in 963 bytes} [Wed Jun 10 08:51:37 2026] POST /v2.0/networks => generated 124 bytes in 562 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 08:51:43.741 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2098c420-110b-4639-b3cc-ebd2bda2a971 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.49 () {44 vars in 923 bytes} [Wed Jun 10 08:51:43 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: 3/8] 199.204.45.49 () {44 vars in 945 bytes} [Wed Jun 10 08:51:43 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-10 08:51:43.832 8 WARNING neutron.services.revisions.revision_plugin [None req-fd8f2f72-98fc-4071-a7c1-f4c8a77fcdc3 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Could not find related network for resource to bump revision. 2026-06-10 08:51:43.845 8 INFO neutron.db.segments_db [None req-fd8f2f72-98fc-4071-a7c1-f4c8a77fcdc3 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 9199ed28-2da7-4222-9e7e-e08ef028cce1 of type flat for network 2c29ea8f-3357-4855-aec6-a6531bef48db 2026-06-10 08:51:43.870 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd8f2f72-98fc-4071-a7c1-f4c8a77fcdc3 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.49 () {48 vars in 963 bytes} [Wed Jun 10 08:51:43 2026] POST /v2.0/networks => generated 124 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 08:51:50.083 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b36c208d-b1d2-4e3e-bad8-05052cad1e14 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.49 () {44 vars in 923 bytes} [Wed Jun 10 08:51:49 2026] GET /v2.0/networks/public => generated 108 bytes in 398 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.49 () {44 vars in 945 bytes} [Wed Jun 10 08:51:50 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 08:51:50.348 7 WARNING neutron.services.revisions.revision_plugin [None req-4fbc3a48-68fa-4aad-9c68-b77e20207730 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Could not find related network for resource to bump revision. 2026-06-10 08:51:50.371 7 INFO neutron.db.segments_db [None req-4fbc3a48-68fa-4aad-9c68-b77e20207730 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 78ff4c6a-7d19-4d47-b955-6a159b0180ec of type flat for network 5da1413d-05c0-4b22-bb67-e2d75aadbc73 2026-06-10 08:51:50.426 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4fbc3a48-68fa-4aad-9c68-b77e20207730 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.49 () {48 vars in 963 bytes} [Wed Jun 10 08:51:50 2026] POST /v2.0/networks => generated 124 bytes in 320 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 08:51:56.343 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1a18dbbf-98ae-4d45-872a-48226d2bd8ad 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.49 () {44 vars in 923 bytes} [Wed Jun 10 08:51:56 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/14] 199.204.45.49 () {44 vars in 945 bytes} [Wed Jun 10 08:51:56 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-10 08:51:56.406 8 WARNING neutron.services.revisions.revision_plugin [None req-4844c116-cb09-43f5-9b9d-4b7e70fcb868 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Could not find related network for resource to bump revision. 2026-06-10 08:51:56.425 8 INFO neutron.db.segments_db [None req-4844c116-cb09-43f5-9b9d-4b7e70fcb868 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 124c6bea-8225-44f8-a38b-a13e31f51515 of type flat for network 37c12dc1-8171-42f9-8427-2ec337c6982b 2026-06-10 08:51:56.450 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4844c116-cb09-43f5-9b9d-4b7e70fcb868 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/15] 199.204.45.49 () {48 vars in 963 bytes} [Wed Jun 10 08:51:56 2026] POST /v2.0/networks => generated 124 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 08:52:02.329 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24a90b3b-1b8e-4aa5-ab12-79e2406386da 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.49 () {44 vars in 923 bytes} [Wed Jun 10 08:52:02 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.49 () {44 vars in 945 bytes} [Wed Jun 10 08:52:02 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-10 08:52:02.407 8 WARNING neutron.services.revisions.revision_plugin [None req-87d32581-dd16-44f3-9f8f-bee625f3557b 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Could not find related network for resource to bump revision. 2026-06-10 08:52:02.429 8 INFO neutron.db.segments_db [None req-87d32581-dd16-44f3-9f8f-bee625f3557b 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 2699563f-d696-4b72-a786-a79dc4dad56d of type flat for network cac4ca34-8037-4510-8155-fd3e12b6f942 2026-06-10 08:52:02.454 8 INFO neutron.pecan_wsgi.hooks.translation [None req-87d32581-dd16-44f3-9f8f-bee625f3557b 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.49 () {48 vars in 963 bytes} [Wed Jun 10 08:52:02 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 08:52:08.302 7 INFO neutron.pecan_wsgi.hooks.translation [None req-55afef9f-7e6c-4ccb-9d5a-c7542d3357e1 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.49 () {44 vars in 923 bytes} [Wed Jun 10 08:52:08 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.204.45.49 () {44 vars in 945 bytes} [Wed Jun 10 08:52:08 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-10 08:52:08.567 7 WARNING neutron.services.revisions.revision_plugin [None req-c7977743-7a58-4edb-8b12-898af31e3cdb 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Could not find related network for resource to bump revision. 2026-06-10 08:52:08.605 7 INFO neutron.db.segments_db [None req-c7977743-7a58-4edb-8b12-898af31e3cdb 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment f2d35710-58d2-4043-83d0-6f95bcd8d6fc of type flat for network 84fc2e45-58c6-44d2-b981-66ad29dd8e9b [pid: 7|app: 0|req: 10/22] 199.204.45.49 () {48 vars in 963 bytes} [Wed Jun 10 08:52:08 2026] POST /v2.0/networks => generated 706 bytes in 2266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 08:52:11.795 8 INFO neutron.pecan_wsgi.hooks.translation [None req-37e02931-738a-4bef-a451-d457f88e9708 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/23] 199.204.45.49 () {44 vars in 923 bytes} [Wed Jun 10 08:52:11 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/24] 199.204.45.49 () {44 vars in 945 bytes} [Wed Jun 10 08:52:11 2026] GET /v2.0/networks?name=public => generated 709 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 08:52:11.873 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f5a74f4f-86dc-418d-8e9a-87854301be1f 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/25] 199.204.45.49 () {44 vars in 1030 bytes} [Wed Jun 10 08:52:11 2026] GET /v2.0/subnets/public-subnet?network_id=84fc2e45-58c6-44d2-b981-66ad29dd8e9b => generated 113 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/26] 199.204.45.49 () {44 vars in 1053 bytes} [Wed Jun 10 08:52:11 2026] GET /v2.0/subnets?name=public-subnet&network_id=84fc2e45-58c6-44d2-b981-66ad29dd8e9b => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/28] 199.204.45.49 () {48 vars in 961 bytes} [Wed Jun 10 08:52:11 2026] POST /v2.0/subnets => generated 664 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 08:57:05.276 7 INFO neutron.pecan_wsgi.hooks.translation [None req-64a9fdfb-2142-49b4-8411-c06f67d98fc0 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/67] 199.204.45.49 () {44 vars in 933 bytes} [Wed Jun 10 08:57:05 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/68] 199.204.45.49 () {44 vars in 955 bytes} [Wed Jun 10 08:57:05 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 08:57:05.360 7 INFO neutron.db.segments_db [None req-a73edaed-de7a-426a-a6c3-e1a0d73052da 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment df8be595-65e7-494a-b84d-82fddac6541d of type vxlan for network ff6870ed-b418-4bb7-8175-3969de10fb71 [pid: 7|app: 0|req: 34/69] 199.204.45.49 () {48 vars in 962 bytes} [Wed Jun 10 08:57:05 2026] POST /v2.0/networks => generated 688 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 08:57:06.348 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ddfa614b-d991-4de8-a615-c489d791d79e 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/70] 199.204.45.49 () {44 vars in 933 bytes} [Wed Jun 10 08:57:06 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/71] 199.204.45.49 () {44 vars in 955 bytes} [Wed Jun 10 08:57:06 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-10 08:57:06.403 8 INFO neutron.pecan_wsgi.hooks.translation [None req-71faf6f4-332d-4b35-b967-cf716693c166 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/72] 199.204.45.49 () {44 vars in 1032 bytes} [Wed Jun 10 08:57:06 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=ff6870ed-b418-4bb7-8175-3969de10fb71 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/73] 199.204.45.49 () {44 vars in 1055 bytes} [Wed Jun 10 08:57:06 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=ff6870ed-b418-4bb7-8175-3969de10fb71 => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/74] 199.204.45.49 () {48 vars in 961 bytes} [Wed Jun 10 08:57:06 2026] POST /v2.0/subnets => generated 651 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 08:57:07.712 7 INFO neutron.api.v2.resource [None req-65f298d3-f482-46f5-a716-8c99c5a5a27b 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/75] 199.204.45.49 () {44 vars in 967 bytes} [Wed Jun 10 08:57:07 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: 39/76] 199.204.45.49 () {44 vars in 989 bytes} [Wed Jun 10 08:57:07 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/77] 199.204.45.49 () {48 vars in 976 bytes} [Wed Jun 10 08:57:07 2026] POST /v2.0/security-groups => generated 1616 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/78] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:08 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 1616 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/79] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:09 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => 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: 41/80] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:09 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/81] 199.204.45.49 () {48 vars in 987 bytes} [Wed Jun 10 08:57:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/82] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:09 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 2230 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/83] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:10 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/84] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:10 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/85] 199.204.45.49 () {48 vars in 987 bytes} [Wed Jun 10 08:57:10 2026] POST /v2.0/security-group-rules => generated 603 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/86] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:11 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/87] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:11 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/88] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:11 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/89] 199.204.45.49 () {48 vars in 987 bytes} [Wed Jun 10 08:57:11 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/92] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:12 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 3462 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/93] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:12 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/94] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:12 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 3462 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/95] 199.204.45.49 () {48 vars in 987 bytes} [Wed Jun 10 08:57:12 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/96] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:13 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 4078 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/97] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:13 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 4078 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/98] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:13 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => 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: 49/99] 199.204.45.49 () {48 vars in 987 bytes} [Wed Jun 10 08:57:13 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/100] 199.204.45.49 () {44 vars in 983 bytes} [Wed Jun 10 08:57:14 2026] GET /v2.0/networks/ff6870ed-b418-4bb7-8175-3969de10fb71 => generated 732 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 08:57:14.683 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9d714503-a089-40e7-afa2-715ee7f189aa 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/101] 199.204.45.49 () {44 vars in 1072 bytes} [Wed Jun 10 08:57:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=ff6870ed-b418-4bb7-8175-3969de10fb71 => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/102] 199.204.45.49 () {44 vars in 1095 bytes} [Wed Jun 10 08:57:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=ff6870ed-b418-4bb7-8175-3969de10fb71 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/103] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:14 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/104] 199.204.45.49 () {48 vars in 957 bytes} [Wed Jun 10 08:57:14 2026] POST /v2.0/ports => generated 1096 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 08:57:22.107 7 INFO neutron.pecan_wsgi.hooks.translation [None req-afcd1382-ef7b-483b-b65d-2185d2f3065e 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/105] 199.204.45.49 () {44 vars in 975 bytes} [Wed Jun 10 08:57:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 54/106] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/107] 199.204.45.49 () {48 vars in 1027 bytes} [Wed Jun 10 08:57:22 2026] PUT /v2.0/ports/3bc71530-398b-4360-a1e4-cfc24063bb08 => generated 1245 bytes in 710 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/108] 199.204.45.49 () {44 vars in 916 bytes} [Wed Jun 10 08:57:24 2026] GET /v2.0/ports => generated 3726 bytes in 279 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-10 08:57:25.865 7 INFO neutron.api.v2.resource [None req-2861ccb3-6360-4830-aea9-6a671aec6155 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/109] 199.204.45.49 () {44 vars in 955 bytes} [Wed Jun 10 08:57:25 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/110] 199.204.45.49 () {44 vars in 977 bytes} [Wed Jun 10 08:57:25 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/111] 199.204.45.49 () {48 vars in 976 bytes} [Wed Jun 10 08:57:25 2026] POST /v2.0/security-groups => generated 1610 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/112] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:26 2026] GET /v2.0/security-groups/2304494c-4b51-4d5f-8030-26f34c22495c => generated 1610 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/113] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:27 2026] GET /v2.0/security-groups/2304494c-4b51-4d5f-8030-26f34c22495c => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/114] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:27 2026] GET /v2.0/security-groups/2304494c-4b51-4d5f-8030-26f34c22495c => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/117] 199.204.45.49 () {48 vars in 987 bytes} [Wed Jun 10 08:57:27 2026] POST /v2.0/security-group-rules => generated 621 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/118] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:28 2026] GET /v2.0/security-groups/2304494c-4b51-4d5f-8030-26f34c22495c => generated 2244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/119] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:28 2026] GET /v2.0/security-groups/2304494c-4b51-4d5f-8030-26f34c22495c => generated 2244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/120] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 08:57:28 2026] GET /v2.0/security-groups/2304494c-4b51-4d5f-8030-26f34c22495c => generated 2244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/121] 199.204.45.49 () {48 vars in 987 bytes} [Wed Jun 10 08:57:28 2026] POST /v2.0/security-group-rules => generated 625 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/130] 199.204.45.49 () {44 vars in 971 bytes} [Wed Jun 10 08:58:35 2026] GET /v2.0/quotas/c152e3ec6f2447c2990b7eb458b460d6 => 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: 67/131] 199.204.45.49 () {48 vars in 1023 bytes} [Wed Jun 10 08:58:35 2026] PUT /v2.0/quotas/c152e3ec6f2447c2990b7eb458b460d6 => generated 291 bytes in 33 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-10 09:00:57.547 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7e40ffde-8a04-43f7-a88f-d4e97e3bb12b 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/152] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:00:57 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 75/153] 199.204.45.49 () {30 vars in 762 bytes} [Wed Jun 10 09:00:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:00:59.478 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e0f6103-bfd6-45e7-87a1-6b2bc4770636 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 79/154] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:00:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/155] 199.204.45.49 () {30 vars in 762 bytes} [Wed Jun 10 09:00:59 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-10 09:09:07.754 7 INFO neutron.api.v2.resource [None req-8b646aad-0cef-4f9e-9997-4b0fd2da2ea1 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 109/220] 199.204.45.49 () {44 vars in 1070 bytes} [Wed Jun 10 09:09:07 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=78091977b1fd46dd9d4877ffb47f5a3c => generated 139 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/221] 199.204.45.49 () {44 vars in 1093 bytes} [Wed Jun 10 09:09:07 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=78091977b1fd46dd9d4877ffb47f5a3c => generated 23 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/222] 199.204.45.49 () {48 vars in 977 bytes} [Wed Jun 10 09:09:07 2026] POST /v2.0/security-groups => generated 1624 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/223] 199.204.45.49 () {44 vars in 1084 bytes} [Wed Jun 10 09:09:09 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef?project_id=78091977b1fd46dd9d4877ffb47f5a3c => generated 1624 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/224] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:09:09 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef => 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: 114/225] 199.204.45.49 () {44 vars in 1084 bytes} [Wed Jun 10 09:09:09 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef?project_id=78091977b1fd46dd9d4877ffb47f5a3c => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/226] 199.204.45.49 () {48 vars in 987 bytes} [Wed Jun 10 09:09:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/227] 199.204.45.49 () {44 vars in 1084 bytes} [Wed Jun 10 09:09:10 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef?project_id=78091977b1fd46dd9d4877ffb47f5a3c => generated 2234 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/228] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:09:10 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/229] 199.204.45.49 () {44 vars in 1084 bytes} [Wed Jun 10 09:09:10 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef?project_id=78091977b1fd46dd9d4877ffb47f5a3c => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/230] 199.204.45.49 () {48 vars in 987 bytes} [Wed Jun 10 09:09:10 2026] POST /v2.0/security-group-rules => generated 599 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/231] 199.204.45.49 () {44 vars in 1084 bytes} [Wed Jun 10 09:09:11 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef?project_id=78091977b1fd46dd9d4877ffb47f5a3c => generated 2846 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/232] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:09:11 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/233] 199.204.45.49 () {44 vars in 1084 bytes} [Wed Jun 10 09:09:11 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef?project_id=78091977b1fd46dd9d4877ffb47f5a3c => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/234] 199.204.45.49 () {48 vars in 987 bytes} [Wed Jun 10 09:09:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/237] 199.204.45.49 () {44 vars in 1084 bytes} [Wed Jun 10 09:09:12 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef?project_id=78091977b1fd46dd9d4877ffb47f5a3c => generated 3460 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/238] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:09:12 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef => 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: 121/239] 199.204.45.49 () {44 vars in 1084 bytes} [Wed Jun 10 09:09:13 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef?project_id=78091977b1fd46dd9d4877ffb47f5a3c => generated 3460 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/240] 199.204.45.49 () {48 vars in 987 bytes} [Wed Jun 10 09:09:13 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: 131/259] 199.204.45.49 () {30 vars in 739 bytes} [Wed Jun 10 09:11:37 2026] GET /v2.0/networks?tenant_id=78091977b1fd46dd9d4877ffb47f5a3c&shared=False => generated 15 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:11:38.147 7 INFO neutron.db.segments_db [None req-03a4a525-31fb-48ce-aa23-ffc31d5f9b78 80a09cd644954312aebc1b0b3678cb4b 78091977b1fd46dd9d4877ffb47f5a3c - - 994abe5330214db59b1483355bc16968 994abe5330214db59b1483355bc16968] Added segment f9a80c5d-5fea-44fa-8aa3-eafca627f539 of type vxlan for network 6c6689d4-5f2f-482b-9664-c389c73783b8 [pid: 7|app: 0|req: 129/260] 199.204.45.49 () {34 vars in 681 bytes} [Wed Jun 10 09:11:38 2026] POST /v2.0/networks => generated 699 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/261] 199.204.45.49 () {30 vars in 721 bytes} [Wed Jun 10 09:11:38 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/262] 199.204.45.49 () {30 vars in 632 bytes} [Wed Jun 10 09:11:38 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/263] 199.204.45.49 () {34 vars in 676 bytes} [Wed Jun 10 09:11:38 2026] POST /v2.0/ports => generated 999 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/264] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:11:38 2026] GET /v2.0/networks/6c6689d4-5f2f-482b-9664-c389c73783b8 => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/265] 199.204.45.49 () {30 vars in 721 bytes} [Wed Jun 10 09:11:40 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/266] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:11:40 2026] GET /v2.0/networks/6c6689d4-5f2f-482b-9664-c389c73783b8 => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/271] 199.204.45.49 () {44 vars in 971 bytes} [Wed Jun 10 09:11:57 2026] GET /v2.0/quotas/78091977b1fd46dd9d4877ffb47f5a3c => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/272] 199.204.45.49 () {48 vars in 1023 bytes} [Wed Jun 10 09:11:57 2026] PUT /v2.0/quotas/78091977b1fd46dd9d4877ffb47f5a3c => generated 291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:23:54.654 7 INFO neutron.pecan_wsgi.hooks.translation [None req-535b6923-9a27-4f8a-935c-48f07f582c35 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/367] 199.204.45.49 () {44 vars in 923 bytes} [Wed Jun 10 09:23:54 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: 8|app: 0|req: 185/368] 199.204.45.49 () {44 vars in 945 bytes} [Wed Jun 10 09:23:54 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-10 09:23:55.882 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce46b763-0072-42bf-9579-bed52cbe49cb 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/369] 199.204.45.49 () {44 vars in 923 bytes} [Wed Jun 10 09:23:55 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/370] 199.204.45.49 () {44 vars in 945 bytes} [Wed Jun 10 09:23:55 2026] GET /v2.0/networks?name=public => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:23:55.957 7 INFO neutron.pecan_wsgi.hooks.translation [None req-65870411-992c-4563-a0a3-75c81fb2fd35 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/371] 199.204.45.49 () {44 vars in 1030 bytes} [Wed Jun 10 09:23:55 2026] GET /v2.0/subnets/public-subnet?network_id=84fc2e45-58c6-44d2-b981-66ad29dd8e9b => generated 113 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/372] 199.204.45.49 () {44 vars in 1053 bytes} [Wed Jun 10 09:23:55 2026] GET /v2.0/subnets?name=public-subnet&network_id=84fc2e45-58c6-44d2-b981-66ad29dd8e9b => generated 667 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:24:23.591 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dbdcb5b9-fd6d-413e-b96c-5c56db34760e 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/377] 199.204.45.49 () {44 vars in 933 bytes} [Wed Jun 10 09:24:23 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/378] 199.204.45.49 () {44 vars in 955 bytes} [Wed Jun 10 09:24:23 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:24:24.576 7 INFO neutron.pecan_wsgi.hooks.translation [None req-32f487d6-e8e0-465e-8930-1d865050f1d1 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/379] 199.204.45.49 () {44 vars in 933 bytes} [Wed Jun 10 09:24:24 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: 191/380] 199.204.45.49 () {44 vars in 955 bytes} [Wed Jun 10 09:24:24 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:24:24.643 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8a6e8e9c-1c94-46b6-b248-32bb010b28d0 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/381] 199.204.45.49 () {44 vars in 1032 bytes} [Wed Jun 10 09:24:24 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=ff6870ed-b418-4bb7-8175-3969de10fb71 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/382] 199.204.45.49 () {44 vars in 1055 bytes} [Wed Jun 10 09:24:24 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=ff6870ed-b418-4bb7-8175-3969de10fb71 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:24:25.883 7 INFO neutron.api.v2.resource [None req-92754d9a-d3ff-47d7-bafd-f8fad5aeb491 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/383] 199.204.45.49 () {44 vars in 967 bytes} [Wed Jun 10 09:24:25 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/384] 199.204.45.49 () {44 vars in 989 bytes} [Wed Jun 10 09:24:25 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/385] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:24:27 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/388] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:24:27 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/389] 199.204.45.49 () {44 vars in 1007 bytes} [Wed Jun 10 09:24:27 2026] GET /v2.0/security-group-rules/e35297e1-e0c8-4a93-8fd5-ae6e20da73f8 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/390] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:24:27 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/391] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:24:28 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/392] 199.204.45.49 () {44 vars in 1007 bytes} [Wed Jun 10 09:24:28 2026] GET /v2.0/security-group-rules/5d5f9b0b-107c-4516-aacd-5c1fa9cc603b => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/393] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:24:28 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/394] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:24:28 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/395] 199.204.45.49 () {44 vars in 1007 bytes} [Wed Jun 10 09:24:29 2026] GET /v2.0/security-group-rules/824fb821-f55d-4c89-984d-5e9cf646edca => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/396] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:24:29 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/397] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:24:29 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/398] 199.204.45.49 () {44 vars in 1007 bytes} [Wed Jun 10 09:24:29 2026] GET /v2.0/security-group-rules/932c79d7-78ea-4596-98a1-ef87b5d8a689 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/399] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:24:30 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 4694 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/400] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:24:30 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/401] 199.204.45.49 () {44 vars in 1007 bytes} [Wed Jun 10 09:24:30 2026] GET /v2.0/security-group-rules/37188315-7e92-4014-ac7f-37a391bb73a7 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/402] 199.204.45.49 () {44 vars in 983 bytes} [Wed Jun 10 09:24:32 2026] GET /v2.0/networks/ff6870ed-b418-4bb7-8175-3969de10fb71 => generated 732 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:24:32.312 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93a6689c-e28e-4297-8680-5a7217fc9d7d 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 202/403] 199.204.45.49 () {44 vars in 1072 bytes} [Wed Jun 10 09:24:32 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=ff6870ed-b418-4bb7-8175-3969de10fb71 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/404] 199.204.45.49 () {44 vars in 1095 bytes} [Wed Jun 10 09:24:32 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=ff6870ed-b418-4bb7-8175-3969de10fb71 => generated 1250 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/405] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:24:32 2026] GET /v2.0/security-groups/b5482e32-9c2b-4840-a8bd-9d5654df032f => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:24:44.910 7 INFO neutron.pecan_wsgi.hooks.translation [None req-915cf1c5-25e0-41db-bca6-dd4dc0275a45 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 205/408] 199.204.45.49 () {44 vars in 975 bytes} [Wed Jun 10 09:24:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/409] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:24:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/410] 199.204.45.49 () {44 vars in 916 bytes} [Wed Jun 10 09:24:47 2026] GET /v2.0/ports => generated 4721 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:24:48.117 8 INFO neutron.api.v2.resource [None req-6d0f0950-8193-40f1-a025-b77201c1cba8 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 205/411] 199.204.45.49 () {44 vars in 955 bytes} [Wed Jun 10 09:24:48 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/412] 199.204.45.49 () {44 vars in 977 bytes} [Wed Jun 10 09:24:48 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/413] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:24:49 2026] GET /v2.0/security-groups/2304494c-4b51-4d5f-8030-26f34c22495c => generated 2882 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/414] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:24:49 2026] GET /v2.0/security-groups/2304494c-4b51-4d5f-8030-26f34c22495c => generated 2882 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/415] 199.204.45.49 () {44 vars in 1007 bytes} [Wed Jun 10 09:24:49 2026] GET /v2.0/security-group-rules/6e034c2a-c951-4ae7-b4e7-e7f57fde7d18 => generated 621 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/416] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:24:50 2026] GET /v2.0/security-groups/2304494c-4b51-4d5f-8030-26f34c22495c => generated 2882 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/417] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:24:50 2026] GET /v2.0/security-groups/2304494c-4b51-4d5f-8030-26f34c22495c => generated 2882 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/418] 199.204.45.49 () {44 vars in 1007 bytes} [Wed Jun 10 09:24:50 2026] GET /v2.0/security-group-rules/17a015fc-f643-4c03-942a-532e0bc85bbd => generated 625 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/421] 199.204.45.49 () {44 vars in 971 bytes} [Wed Jun 10 09:25:05 2026] GET /v2.0/quotas/c152e3ec6f2447c2990b7eb458b460d6 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:26:31.554 8 INFO neutron.api.v2.resource [None req-37a16014-bfc9-4a28-9531-e73c0f4e6c8a 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 217/434] 199.204.45.49 () {44 vars in 1070 bytes} [Wed Jun 10 09:26:31 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=78091977b1fd46dd9d4877ffb47f5a3c => generated 139 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/435] 199.204.45.49 () {44 vars in 1093 bytes} [Wed Jun 10 09:26:31 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=78091977b1fd46dd9d4877ffb47f5a3c => generated 4072 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/436] 199.204.45.49 () {44 vars in 1084 bytes} [Wed Jun 10 09:26:32 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef?project_id=78091977b1fd46dd9d4877ffb47f5a3c => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/437] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:26:32 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/438] 199.204.45.49 () {44 vars in 1007 bytes} [Wed Jun 10 09:26:32 2026] GET /v2.0/security-group-rules/cb37e53e-5f5b-41bf-a9dd-dea1673d0925 => generated 597 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/439] 199.204.45.49 () {44 vars in 1084 bytes} [Wed Jun 10 09:26:33 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef?project_id=78091977b1fd46dd9d4877ffb47f5a3c => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/440] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:26:33 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/441] 199.204.45.49 () {44 vars in 1007 bytes} [Wed Jun 10 09:26:33 2026] GET /v2.0/security-group-rules/93051d20-ceba-418a-bf2d-d40d78194669 => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/442] 199.204.45.49 () {44 vars in 1084 bytes} [Wed Jun 10 09:26:34 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef?project_id=78091977b1fd46dd9d4877ffb47f5a3c => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/443] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:26:34 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef => generated 4075 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/444] 199.204.45.49 () {44 vars in 1007 bytes} [Wed Jun 10 09:26:34 2026] GET /v2.0/security-group-rules/7a577010-b528-419d-8765-ec2e1129853e => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/445] 199.204.45.49 () {44 vars in 1084 bytes} [Wed Jun 10 09:26:35 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef?project_id=78091977b1fd46dd9d4877ffb47f5a3c => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/446] 199.204.45.49 () {44 vars in 997 bytes} [Wed Jun 10 09:26:35 2026] GET /v2.0/security-groups/91f25982-8295-435b-915d-e7dc7ef2daef => 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: 224/447] 199.204.45.49 () {44 vars in 1007 bytes} [Wed Jun 10 09:26:35 2026] GET /v2.0/security-group-rules/ba307094-0d64-4513-b8a9-479d399f0e91 => generated 602 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/450] 199.204.45.49 () {44 vars in 971 bytes} [Wed Jun 10 09:26:44 2026] GET /v2.0/quotas/78091977b1fd46dd9d4877ffb47f5a3c => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/459] 199.204.45.49 () {44 vars in 945 bytes} [Wed Jun 10 09:27:42 2026] GET /v2.0/networks?name=public => 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: 233/468] 10.0.0.18 () {32 vars in 648 bytes} [Wed Jun 10 09:28:52 2026] GET /v2.0/networks => generated 2168 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/469] 10.0.0.18 () {32 vars in 654 bytes} [Wed Jun 10 09:28:53 2026] GET /v2.0/floatingips => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/470] 10.0.0.18 () {32 vars in 646 bytes} [Wed Jun 10 09:28:53 2026] GET /v2.0/routers => generated 15 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/471] 10.0.0.18 () {32 vars in 642 bytes} [Wed Jun 10 09:28:53 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: 8|app: 0|req: 235/472] 10.0.0.18 () {32 vars in 646 bytes} [Wed Jun 10 09:28:53 2026] GET /v2.0/subnets => generated 1308 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/473] 10.0.0.18 () {32 vars in 648 bytes} [Wed Jun 10 09:28:53 2026] GET /v2.0/networks => generated 2168 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/474] 10.0.0.18 () {32 vars in 662 bytes} [Wed Jun 10 09:28:53 2026] GET /v2.0/security-groups => generated 17397 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/475] 10.0.0.18 () {32 vars in 654 bytes} [Wed Jun 10 09:28:53 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:29:05.486 8 INFO neutron.db.segments_db [None req-814d0df0-80a1-46c7-9a68-8dd3da13cc63 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 8e4d9d96-74df-4eff-a62f-7fb7ec47909b of type vxlan for network 256dffab-11eb-4be7-9e5c-2045516b66a4 2026-06-10 09:29:05.499 7 INFO neutron.db.segments_db [None req-76687149-19ed-4934-bb35-083d491474e4 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment f8c5cc34-0df1-42f3-a14e-24b1320b2ff4 of type vxlan for network 09f1bb79-b9a6-4112-913f-e5afe817ac17 [pid: 8|app: 0|req: 238/478] 10.0.0.18 () {34 vars in 670 bytes} [Wed Jun 10 09:29:05 2026] POST /v2.0/networks => generated 729 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/479] 10.0.0.18 () {34 vars in 670 bytes} [Wed Jun 10 09:29:05 2026] POST /v2.0/networks => generated 733 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:29:05.735 8 INFO neutron.db.segments_db [None req-ea997129-84ed-4dcd-8854-e8aca26463be 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 56bde171-7748-4c31-9360-3d0ee1be8c2f of type vxlan for network 70407955-85f1-4db2-897a-e0add05c02eb [pid: 8|app: 0|req: 239/480] 10.0.0.18 () {34 vars in 670 bytes} [Wed Jun 10 09:29:05 2026] POST /v2.0/networks => generated 726 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/481] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:29:05 2026] POST /v2.0/subnets => generated 695 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/482] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:29:05 2026] POST /v2.0/subnets => generated 699 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/483] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:29:05 2026] POST /v2.0/subnets => generated 692 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:29:06.014 8 INFO neutron.db.segments_db [None req-ef35c1f3-04f9-4d21-8d1c-219f671f414e 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 31759908-add6-4cbb-b809-1d29c870423f of type vxlan for network 95bdb85b-dc2a-4986-acdc-c47fefeda808 2026-06-10 09:29:06.054 7 INFO neutron.db.segments_db [None req-16d23b11-c505-4be7-af96-1437e7cabc57 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment c37198dd-ccd8-4a3f-bdc7-fe03deb885fa of type vxlan for network 5a4dfff8-a6b9-41e1-a670-4498b91e69be 2026-06-10 09:29:06.228 8 INFO neutron.db.l3_hamode_db [None req-ef35c1f3-04f9-4d21-8d1c-219f671f414e 7666d4f62ab74510a27292b5c557cf80 4773d84ad3634be8be94d96ca2bc0243 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:29:06.296 7 INFO neutron.db.l3_hamode_db [None req-16d23b11-c505-4be7-af96-1437e7cabc57 7666d4f62ab74510a27292b5c557cf80 bfaeef43094b4378864658605aad8a78 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:29:06.958 8 INFO neutron.db.l3_hamode_db [None req-ef35c1f3-04f9-4d21-8d1c-219f671f414e 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:29:07.165 7 INFO neutron.db.l3_hamode_db [None req-16d23b11-c505-4be7-af96-1437e7cabc57 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 241/484] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:29:05 2026] POST /v2.0/routers => generated 735 bytes in 2104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:29:08.111 8 INFO neutron.db.segments_db [None req-3b9466b1-79f3-447c-8e7a-6570e0f83b15 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 53c6e4a7-df19-4895-818b-fbd0cc7f6c40 of type vxlan for network 18ec237d-8b6b-4957-87e3-f58abb22dc6e 2026-06-10 09:29:08.346 8 INFO neutron.db.l3_hamode_db [None req-3b9466b1-79f3-447c-8e7a-6570e0f83b15 7666d4f62ab74510a27292b5c557cf80 7225bd9eec944248a12ab426b1fca193 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 244/485] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:29:06 2026] POST /v2.0/routers => generated 739 bytes in 2353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/486] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:29:08 2026] GET /v2.0/security-groups?tenant_id=eec31a4a67eb458a84fd3e5cb8480aca&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:29:09.074 8 INFO neutron.db.l3_hamode_db [None req-3b9466b1-79f3-447c-8e7a-6570e0f83b15 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 246/487] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:29:08 2026] PUT /v2.0/routers/af38e945-3708-4aff-bb82-090bb9b43a55/add_router_interface => generated 309 bytes in 1102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/488] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:29:08 2026] POST /v2.0/routers => generated 732 bytes in 1808 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/489] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:29:09 2026] DELETE /v2.0/security-groups/6679ae3a-4bf3-4648-a388-9597fe018404 => 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: 247/490] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:29:09 2026] PUT /v2.0/routers/9ce3cec2-0f3d-4402-9e7e-1f1ce11185b9/add_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: 244/491] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:29:10 2026] PUT /v2.0/routers/68caa57a-c6e1-4f96-b77e-194c21a88f7f/add_router_interface => generated 309 bytes in 1185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/492] 10.0.0.166 () {38 vars in 971 bytes} [Wed Jun 10 09:29:10 2026] POST /v2.0/security-groups => generated 1686 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/493] 10.0.0.18 () {34 vars in 684 bytes} [Wed Jun 10 09:29:11 2026] POST /v2.0/security-groups => generated 1660 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/494] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:29:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/495] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:29:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/496] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:11 2026] GET /v2.0/security-groups/28b64006-52b8-4d4d-8710-f74474b80366 => generated 1686 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/497] 10.0.0.166 () {38 vars in 971 bytes} [Wed Jun 10 09:29:11 2026] POST /v2.0/security-groups => generated 1680 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 09:29:12.085 7 INFO neutron.db.segments_db [None req-932e3b9d-57c6-4b13-8168-2947533a3037 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 220babc3-a9bb-4173-b704-21822ac38f3e of type vxlan for network 406d754c-7cfc-45cf-af18-03cc3e63a766 [pid: 7|app: 0|req: 251/498] 10.0.0.18 () {34 vars in 670 bytes} [Wed Jun 10 09:29:11 2026] POST /v2.0/networks => generated 719 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/499] 10.0.0.166 () {38 vars in 981 bytes} [Wed Jun 10 09:29:12 2026] POST /v2.0/security-group-rules => generated 614 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/500] 10.0.0.166 () {38 vars in 971 bytes} [Wed Jun 10 09:29:12 2026] POST /v2.0/security-groups => generated 1682 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/503] 10.0.0.18 () {34 vars in 675 bytes} [Wed Jun 10 09:29:11 2026] POST /v2.0/floatingips => generated 552 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/504] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:29:12 2026] POST /v2.0/subnets => generated 685 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/505] 10.0.0.166 () {38 vars in 971 bytes} [Wed Jun 10 09:29:12 2026] POST /v2.0/security-groups => generated 1685 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 09:29:12.722 8 INFO neutron.db.segments_db [None req-3c94cc75-6c91-4150-a32e-37fae40216ed 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 53567596-a641-4f1b-aa8c-5994c18d32fa of type vxlan for network 75a949f2-d827-453b-a0b9-6583832511af [pid: 7|app: 0|req: 257/506] 10.0.0.166 () {38 vars in 971 bytes} [Wed Jun 10 09:29:12 2026] POST /v2.0/security-groups => generated 1679 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/507] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:12 2026] GET /v2.0/security-groups/30310c7a-f60e-449b-bf65-037ced954430 => generated 1685 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/508] 10.0.0.166 () {34 vars in 1002 bytes} [Wed Jun 10 09:29:12 2026] GET /v2.0/security-groups?tenant_id=7225bd9eec944248a12ab426b1fca193 => generated 7902 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/509] 10.0.0.166 () {38 vars in 981 bytes} [Wed Jun 10 09:29:12 2026] POST /v2.0/security-group-rules => generated 614 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/510] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:12 2026] GET /v2.0/security-groups/6bbe2cea-e0ad-4518-9a24-1e783eee299a => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/511] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:12 2026] GET /v2.0/security-groups/6bbe2cea-e0ad-4518-9a24-1e783eee299a => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:29:13.029 8 INFO neutron.db.l3_hamode_db [None req-3c94cc75-6c91-4150-a32e-37fae40216ed 7666d4f62ab74510a27292b5c557cf80 6a89fe1c232844589ff6dc26c7aa1f0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 263/512] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:13 2026] GET /v2.0/security-groups/30310c7a-f60e-449b-bf65-037ced954430 => generated 2310 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/513] 10.0.0.166 () {38 vars in 981 bytes} [Wed Jun 10 09:29:13 2026] POST /v2.0/security-group-rules => generated 619 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/514] 10.0.0.166 () {34 vars in 1098 bytes} [Wed Jun 10 09:29:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--676019443&fields=id&tenant_id=bfaeef43094b4378864658605aad8a78 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/515] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:13 2026] GET /v2.0/security-groups/fe9832bc-b1dc-416d-909a-2dd373f33d85 => generated 1680 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/516] 10.0.0.166 () {34 vars in 982 bytes} [Wed Jun 10 09:29:13 2026] GET /v2.0/networks?id=09f1bb79-b9a6-4112-913f-e5afe817ac17 => generated 684 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/517] 10.0.0.166 () {36 vars in 1013 bytes} [Wed Jun 10 09:29:13 2026] DELETE /v2.0/security-groups/fe9832bc-b1dc-416d-909a-2dd373f33d85 => 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: 269/518] 10.0.0.166 () {34 vars in 965 bytes} [Wed Jun 10 09:29:13 2026] GET /v2.0/quotas/bfaeef43094b4378864658605aad8a78 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/519] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:13 2026] GET /v2.0/security-groups/30310c7a-f60e-449b-bf65-037ced954430 => generated 2940 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/520] 10.0.0.166 () {34 vars in 1002 bytes} [Wed Jun 10 09:29:13 2026] GET /v2.0/ports?tenant_id=bfaeef43094b4378864658605aad8a78&fields=id => generated 57 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:29:13.588 7 INFO neutron.api.v2.resource [req-da3b8d98-c918-40e3-ba57-cd00c658b4b7 req-f3e7e789-1bcd-4661-b07c-9428fbbbf65a a81a089f1e614ed1a7b62853f624134a 7225bd9eec944248a12ab426b1fca193 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 272/521] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:13 2026] GET /v2.0/security-groups/fe9832bc-b1dc-416d-909a-2dd373f33d85 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/522] 10.0.0.166 () {34 vars in 1001 bytes} [Wed Jun 10 09:29:13 2026] GET /v2.0/security-group-rules/7a939dcb-c241-40d2-8fe2-79677446fe39 => generated 616 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/523] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:13 2026] GET /v2.0/security-groups/30310c7a-f60e-449b-bf65-037ced954430 => generated 2940 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/524] 10.0.0.166 () {36 vars in 1023 bytes} [Wed Jun 10 09:29:13 2026] DELETE /v2.0/security-group-rules/7a939dcb-c241-40d2-8fe2-79677446fe39 => 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: 276/525] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:13 2026] GET /v2.0/security-groups/d23e37ec-aee3-487b-b63c-e745742fcaf6 => generated 1682 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/526] 10.0.0.166 () {36 vars in 1013 bytes} [Wed Jun 10 09:29:13 2026] DELETE /v2.0/security-groups/d23e37ec-aee3-487b-b63c-e745742fcaf6 => 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: 278/527] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:13 2026] GET /v2.0/security-groups/30310c7a-f60e-449b-bf65-037ced954430 => generated 2310 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/528] 10.0.0.166 () {34 vars in 907 bytes} [Wed Jun 10 09:29:13 2026] GET /v2.0/extensions => generated 21537 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/529] 10.0.0.166 () {36 vars in 1013 bytes} [Wed Jun 10 09:29:13 2026] DELETE /v2.0/security-groups/30310c7a-f60e-449b-bf65-037ced954430 => 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: 281/530] 10.0.0.166 () {34 vars in 1008 bytes} [Wed Jun 10 09:29:14 2026] GET /v2.0/networks/09f1bb79-b9a6-4112-913f-e5afe817ac17?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:29:14.113 8 INFO neutron.db.l3_hamode_db [None req-3c94cc75-6c91-4150-a32e-37fae40216ed 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:29:14.116 7 INFO neutron.api.v2.resource [req-b7e109b2-32ff-44c2-9d77-708a315e96ba req-3c2db36e-3a3c-485a-99bc-81b083540c18 a81a089f1e614ed1a7b62853f624134a 7225bd9eec944248a12ab426b1fca193 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 282/531] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:14 2026] GET /v2.0/security-groups/d23e37ec-aee3-487b-b63c-e745742fcaf6 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/532] 10.0.0.166 () {34 vars in 1108 bytes} [Wed Jun 10 09:29:14 2026] GET /v2.0/networks/09f1bb79-b9a6-4112-913f-e5afe817ac17?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: 284/533] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:14 2026] GET /v2.0/security-groups/28b64006-52b8-4d4d-8710-f74474b80366 => generated 2311 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/534] 10.0.0.166 () {36 vars in 1013 bytes} [Wed Jun 10 09:29:14 2026] DELETE /v2.0/security-groups/28b64006-52b8-4d4d-8710-f74474b80366 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/535] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:14 2026] GET /v2.0/security-groups/23491306-c174-4fc0-a09b-da93cd9833f2 => generated 1679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:29:14.767 7 INFO neutron_taas.services.taas.taas_plugin [None req-457ecfff-25cd-441a-86db-559660a6d8fa 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 31a2907c-cfe8-48f4-a29f-61b20b021931 2026-06-10 09:29:14.777 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-457ecfff-25cd-441a-86db-559660a6d8fa 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 31a2907c-cfe8-48f4-a29f-61b20b021931 [pid: 8|app: 0|req: 250/536] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:29:12 2026] POST /v2.0/routers => generated 725 bytes in 2341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/537] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:15 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/538] 10.0.0.166 () {36 vars in 1013 bytes} [Wed Jun 10 09:29:15 2026] DELETE /v2.0/security-groups/23491306-c174-4fc0-a09b-da93cd9833f2 => 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: 287/539] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:29:14 2026] PUT /v2.0/routers/af38e945-3708-4aff-bb82-090bb9b43a55/remove_router_interface => generated 309 bytes in 1341 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:15.684 7 INFO neutron.api.v2.resource [req-c51113c1-28c7-4c6d-a321-d62278d0fd10 req-3412e57c-a589-4ddf-b5f7-b9e8bbb117d9 a81a089f1e614ed1a7b62853f624134a 7225bd9eec944248a12ab426b1fca193 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 288/540] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:15 2026] GET /v2.0/security-groups/23491306-c174-4fc0-a09b-da93cd9833f2 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:29:15.849 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf711e7a-73ba-4c78-b01b-e1efed284e04 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 03dc2322-cb92-4604-b00f-0fe73f2d0b0b 2026-06-10 09:29:15.859 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf711e7a-73ba-4c78-b01b-e1efed284e04 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 03dc2322-cb92-4604-b00f-0fe73f2d0b0b 2026-06-10 09:29:16.176 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf711e7a-73ba-4c78-b01b-e1efed284e04 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 66de22fe-5971-4155-a6b3-6b37c459202c 2026-06-10 09:29:16.179 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf711e7a-73ba-4c78-b01b-e1efed284e04 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 66de22fe-5971-4155-a6b3-6b37c459202c 2026-06-10 09:29:16.275 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-bf711e7a-73ba-4c78-b01b-e1efed284e04 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - 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: 8|app: 0|req: 253/541] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:29:15 2026] PUT /v2.0/routers/6b557fc0-b3c7-4c4d-88f7-9b9c22dcf5e3/add_router_interface => generated 309 bytes in 1227 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/542] 10.0.0.166 () {34 vars in 1002 bytes} [Wed Jun 10 09:29:16 2026] GET /v2.0/security-groups?tenant_id=7225bd9eec944248a12ab426b1fca193 => generated 2921 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/543] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:16 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/544] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:16 2026] GET /v2.0/security-groups/6bbe2cea-e0ad-4518-9a24-1e783eee299a => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/545] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:16 2026] GET /v2.0/security-groups/6bbe2cea-e0ad-4518-9a24-1e783eee299a => generated 2918 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:29:16.581 8 INFO neutron.api.v2.resource [req-3e1a44aa-949c-4fd6-89e8-2430f48c98db req-81784aac-46f7-4168-ba37-d44a2343f16c a81a089f1e614ed1a7b62853f624134a 7225bd9eec944248a12ab426b1fca193 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 258/546] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:16 2026] GET /v2.0/security-groups/23491306-c174-4fc0-a09b-da93cd9833f2 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:29:16.615 8 INFO neutron.api.v2.resource [req-5e13adbf-04f3-407f-b169-bcba7f55b1d3 req-fcc0d581-801e-4d46-874b-9066094747eb a81a089f1e614ed1a7b62853f624134a 7225bd9eec944248a12ab426b1fca193 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 259/547] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:16 2026] GET /v2.0/security-groups/d23e37ec-aee3-487b-b63c-e745742fcaf6 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:29:16.654 8 INFO neutron.api.v2.resource [req-00ec6410-debe-4a31-902f-aa04c49d2a89 req-0c4a6cb4-a664-4b0e-9d63-8faf5469ce81 a81a089f1e614ed1a7b62853f624134a 7225bd9eec944248a12ab426b1fca193 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 260/548] 10.0.0.166 () {34 vars in 991 bytes} [Wed Jun 10 09:29:16 2026] GET /v2.0/security-groups/fe9832bc-b1dc-416d-909a-2dd373f33d85 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:29:16.670 7 INFO neutron.db.l3_hamode_db [None req-bf711e7a-73ba-4c78-b01b-e1efed284e04 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] HA network 95bdb85b-dc2a-4986-acdc-c47fefeda808 was deleted as no HA routers are present in tenant 4773d84ad3634be8be94d96ca2bc0243. [pid: 7|app: 0|req: 289/549] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:29:15 2026] DELETE /v2.0/routers/af38e945-3708-4aff-bb82-090bb9b43a55 => generated 0 bytes in 991 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/550] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:29:16 2026] DELETE /v2.0/subnets/85987025-e370-4ac3-9964-0e4bd679ec49 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:29:17.034 7 INFO neutron.services.segments.plugin [-] Segment 31759908-add6-4cbb-b809-1d29c870423f resource provider aggregate not found 2026-06-10 09:29:17.051 7 INFO neutron.services.segments.plugin [-] Segment 31759908-add6-4cbb-b809-1d29c870423f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31759908-add6-4cbb-b809-1d29c870423f found for delete ", "request_id": "req-05f4fb7e-f065-44bc-b7ab-d0440b05cf42"}]} 2026-06-10 09:29:17.055 7 INFO neutron_taas.services.taas.taas_plugin [None req-17eb4a61-2454-4ca5-91b3-2df7f50ebb06 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 395e50e3-3811-4d12-8a13-cbb7f418bd1d 2026-06-10 09:29:17.059 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17eb4a61-2454-4ca5-91b3-2df7f50ebb06 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 395e50e3-3811-4d12-8a13-cbb7f418bd1d 2026-06-10 09:29:17.071 7 INFO neutron.services.segments.plugin [-] Segment 31759908-add6-4cbb-b809-1d29c870423f resource provider aggregate not found 2026-06-10 09:29:17.086 7 INFO neutron.services.segments.plugin [-] Segment 31759908-add6-4cbb-b809-1d29c870423f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31759908-add6-4cbb-b809-1d29c870423f found for delete ", "request_id": "req-9b0d1a0c-4d2a-465e-831f-1e4c1d467c5b"}]} [pid: 7|app: 0|req: 291/551] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:29:16 2026] DELETE /v2.0/networks/256dffab-11eb-4be7-9e5c-2045516b66a4 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:29:17.268 8 INFO neutron_taas.services.taas.taas_plugin [None req-449688b0-ee78-4318-803b-350d246a39f3 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: f8003769-6e42-4ab9-a9b1-3d08976777bf 2026-06-10 09:29:17.275 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-449688b0-ee78-4318-803b-350d246a39f3 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: f8003769-6e42-4ab9-a9b1-3d08976777bf [pid: 7|app: 0|req: 292/552] 10.0.0.18 () {34 vars in 684 bytes} [Wed Jun 10 09:29:17 2026] POST /v2.0/security-groups => generated 1660 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/553] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:29:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/554] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:29:17 2026] GET /v2.0/security-groups?tenant_id=4773d84ad3634be8be94d96ca2bc0243&name=default => generated 2921 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/555] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:29:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/556] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:29:17 2026] DELETE /v2.0/security-groups/302fbb68-90f7-4524-95ce-cd06a0b381f4 => 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: 297/557] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:17 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/558] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:29:16 2026] PUT /v2.0/routers/68caa57a-c6e1-4f96-b77e-194c21a88f7f/remove_router_interface => generated 309 bytes in 1110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:18.078 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6ce6bda-5b19-479a-9087-090e177d25d3 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: a6b552e3-92da-4cde-beed-b98421d74a4a 2026-06-10 09:29:18.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6ce6bda-5b19-479a-9087-090e177d25d3 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: a6b552e3-92da-4cde-beed-b98421d74a4a 2026-06-10 09:29:18.414 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6ce6bda-5b19-479a-9087-090e177d25d3 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: e2d12b26-0690-4fc5-9a5d-1eb1b45fb67c 2026-06-10 09:29:18.417 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6ce6bda-5b19-479a-9087-090e177d25d3 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: e2d12b26-0690-4fc5-9a5d-1eb1b45fb67c [pid: 7|app: 0|req: 298/559] 10.0.0.18 () {34 vars in 675 bytes} [Wed Jun 10 09:29:17 2026] POST /v2.0/floatingips => generated 552 bytes in 697 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:29:18.481 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-a6ce6bda-5b19-479a-9087-090e177d25d3 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - 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-10 09:29:18.890 8 INFO neutron.db.l3_hamode_db [None req-a6ce6bda-5b19-479a-9087-090e177d25d3 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] HA network 18ec237d-8b6b-4957-87e3-f58abb22dc6e was deleted as no HA routers are present in tenant 7225bd9eec944248a12ab426b1fca193. [pid: 8|app: 0|req: 262/560] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:29:17 2026] DELETE /v2.0/routers/68caa57a-c6e1-4f96-b77e-194c21a88f7f => generated 0 bytes in 1122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/561] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:18 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => 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: 264/562] 10.0.0.166 () {34 vars in 1100 bytes} [Wed Jun 10 09:29:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1102535742&fields=id&tenant_id=6a89fe1c232844589ff6dc26c7aa1f0a => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:29:19.080 7 INFO neutron.services.segments.plugin [-] Segment 8e4d9d96-74df-4eff-a62f-7fb7ec47909b resource provider aggregate not found [pid: 8|app: 0|req: 265/563] 10.0.0.166 () {34 vars in 982 bytes} [Wed Jun 10 09:29:19 2026] GET /v2.0/networks?id=406d754c-7cfc-45cf-af18-03cc3e63a766 => generated 670 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/564] 10.0.0.166 () {34 vars in 965 bytes} [Wed Jun 10 09:29:19 2026] GET /v2.0/quotas/6a89fe1c232844589ff6dc26c7aa1f0a => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/565] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:29:18 2026] DELETE /v2.0/subnets/d20b197a-8a62-43e7-9ae5-a0163e5d1343 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:29:19.127 7 INFO neutron.services.segments.plugin [-] Segment 8e4d9d96-74df-4eff-a62f-7fb7ec47909b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e4d9d96-74df-4eff-a62f-7fb7ec47909b found for delete ", "request_id": "req-42f46d8e-1691-48b8-9b31-210c370db2a2"}]} 2026-06-10 09:29:19.127 7 INFO neutron.services.segments.plugin [-] Segment 8e4d9d96-74df-4eff-a62f-7fb7ec47909b resource provider aggregate not found 2026-06-10 09:29:19.143 7 INFO neutron.services.segments.plugin [-] Segment 8e4d9d96-74df-4eff-a62f-7fb7ec47909b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e4d9d96-74df-4eff-a62f-7fb7ec47909b found for delete ", "request_id": "req-d22986ea-1ac5-46a2-a3e0-74367c8acbc5"}]} [pid: 7|app: 0|req: 300/566] 10.0.0.166 () {34 vars in 1002 bytes} [Wed Jun 10 09:29:19 2026] GET /v2.0/ports?tenant_id=6a89fe1c232844589ff6dc26c7aa1f0a&fields=id => generated 57 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:29:19.227 8 INFO neutron_taas.services.taas.taas_plugin [None req-e879327b-df26-4425-b98f-4def88d941e6 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 2a2fb30e-fb65-4298-91cc-ceedcac167d7 2026-06-10 09:29:19.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e879327b-df26-4425-b98f-4def88d941e6 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 2a2fb30e-fb65-4298-91cc-ceedcac167d7 2026-06-10 09:29:19.447 8 INFO neutron.services.segments.plugin [-] Segment 53c6e4a7-df19-4895-818b-fbd0cc7f6c40 resource provider aggregate not found 2026-06-10 09:29:19.465 8 INFO neutron.services.segments.plugin [-] Segment 53c6e4a7-df19-4895-818b-fbd0cc7f6c40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53c6e4a7-df19-4895-818b-fbd0cc7f6c40 found for delete ", "request_id": "req-766aeb59-835f-409a-abc6-9ac3093435dd"}]} 2026-06-10 09:29:19.480 8 INFO neutron.services.segments.plugin [-] Segment 53c6e4a7-df19-4895-818b-fbd0cc7f6c40 resource provider aggregate not found 2026-06-10 09:29:19.496 8 INFO neutron.services.segments.plugin [-] Segment 53c6e4a7-df19-4895-818b-fbd0cc7f6c40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53c6e4a7-df19-4895-818b-fbd0cc7f6c40 found for delete ", "request_id": "req-cd6583f4-0ece-49a0-8bcf-51942b2ad4f0"}]} [pid: 8|app: 0|req: 267/567] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:29:19 2026] DELETE /v2.0/networks/70407955-85f1-4db2-897a-e0add05c02eb => generated 0 bytes in 400 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/568] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:29:19 2026] GET /v2.0/networks?id=09f1bb79-b9a6-4112-913f-e5afe817ac17 => generated 684 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/569] 199.204.45.49 () {34 vars in 910 bytes} [Wed Jun 10 09:29:19 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/570] 10.0.0.166 () {34 vars in 907 bytes} [Wed Jun 10 09:29:19 2026] GET /v2.0/extensions => generated 21537 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/571] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 10 09:29:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bfaeef43094b4378864658605aad8a78 => generated 180 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/572] 10.0.0.166 () {34 vars in 1008 bytes} [Wed Jun 10 09:29:19 2026] GET /v2.0/networks/406d754c-7cfc-45cf-af18-03cc3e63a766?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:29:19.828 7 INFO neutron.db.segments_db [None req-3c1992bd-9001-414f-a6dd-733486383332 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment e8e12d53-2ecb-41d9-b62c-d10aff34efc6 of type vxlan for network d96e7fa4-7ada-4ec8-8204-4a381aef3bd9 [pid: 7|app: 0|req: 304/573] 10.0.0.18 () {34 vars in 670 bytes} [Wed Jun 10 09:29:19 2026] POST /v2.0/networks => generated 727 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/574] 10.0.0.166 () {34 vars in 1108 bytes} [Wed Jun 10 09:29:19 2026] GET /v2.0/networks/406d754c-7cfc-45cf-af18-03cc3e63a766?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/575] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:29:19 2026] GET /v2.0/security-groups?tenant_id=7225bd9eec944248a12ab426b1fca193&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/576] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 10 09:29:19 2026] POST /v2.0/ports => generated 954 bytes in 447 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: 307/577] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:29:19 2026] POST /v2.0/subnets => generated 693 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/578] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:29:20 2026] DELETE /v2.0/security-groups/6bbe2cea-e0ad-4518-9a24-1e783eee299a => 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: 272/579] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:20 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/580] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:20 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 957 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:20.269 8 INFO neutron.db.segments_db [None req-68c47c5c-7883-439f-b092-f18f1e9a0c28 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 87c49240-9eba-4f9a-8a40-e3a586c83013 of type vxlan for network f331e9d4-58d9-4fd2-8c54-3e230adaeb9b [pid: 7|app: 0|req: 309/581] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:20 2026] GET /v2.0/security-groups?id=428c289f-89f1-412f-9012-dcfa76128573&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:20.463 8 INFO neutron.db.l3_hamode_db [None req-68c47c5c-7883-439f-b092-f18f1e9a0c28 7666d4f62ab74510a27292b5c557cf80 4c1cc8e4dfe64effa728454999eb5d46 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 310/582] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:29:20 2026] PUT /v2.0/ports/5f2a891f-b1aa-4d49-ac18-456fd78fea20 => generated 1235 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:29:21.125 8 INFO neutron.db.l3_hamode_db [None req-68c47c5c-7883-439f-b092-f18f1e9a0c28 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 311/583] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:21 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => 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: 312/584] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:21 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:21.487 8 INFO neutron.services.segments.plugin [-] Segment 56bde171-7748-4c31-9360-3d0ee1be8c2f resource provider aggregate not found 2026-06-10 09:29:21.517 8 INFO neutron.services.segments.plugin [-] Segment 56bde171-7748-4c31-9360-3d0ee1be8c2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56bde171-7748-4c31-9360-3d0ee1be8c2f found for delete ", "request_id": "req-30d6b759-1f9c-466c-9854-448d71667ff0"}]} [pid: 7|app: 0|req: 313/585] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:21 2026] GET /v2.0/security-groups?id=428c289f-89f1-412f-9012-dcfa76128573&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:21.537 8 INFO neutron.services.segments.plugin [-] Segment 56bde171-7748-4c31-9360-3d0ee1be8c2f resource provider aggregate not found 2026-06-10 09:29:21.554 8 INFO neutron.services.segments.plugin [-] Segment 56bde171-7748-4c31-9360-3d0ee1be8c2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56bde171-7748-4c31-9360-3d0ee1be8c2f found for delete ", "request_id": "req-2712eaf6-bfc2-47c4-a8fb-c1cf484bb222"}]} 2026-06-10 09:29:21.732 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-32922bb5-98a1-476e-8032-3d9d7489ecc5'] response: {'name': 'network-changed', 'server_uuid': '1452216c-620a-4aa7-aa2f-efd416d49fd4', 'tag': '5f2a891f-b1aa-4d49-ac18-456fd78fea20', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 273/586] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:29:20 2026] POST /v2.0/routers => generated 733 bytes in 1880 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/587] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:29:22 2026] GET /v2.0/ports?tenant_id=bfaeef43094b4378864658605aad8a78&device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 1238 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/588] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:29:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=5f2a891f-b1aa-4d49-ac18-456fd78fea20 => 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: 316/589] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:29:22 2026] GET /v2.0/subnets?id=55b8865f-50e1-4241-bf51-ce7a12511db7 => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/590] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:29:22 2026] GET /v2.0/ports?network_id=09f1bb79-b9a6-4112-913f-e5afe817ac17&device_owner=network%3Adhcp => generated 1244 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:29:22.588 7 INFO neutron.db.segments_db [None req-5fc45423-f28d-4cc4-bfe1-db5817b707f9 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 55848294-6d07-4b47-bf9a-8ff37ce4b39c of type vxlan for network 3afb31b7-aa69-43c6-aae9-4fa88a8e464a [pid: 7|app: 0|req: 318/591] 10.0.0.18 () {34 vars in 670 bytes} [Wed Jun 10 09:29:22 2026] POST /v2.0/networks => generated 728 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/592] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:29:22 2026] GET /v2.0/networks/09f1bb79-b9a6-4112-913f-e5afe817ac17?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/593] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:22 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => 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: 321/594] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:22 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/595] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:29:22 2026] POST /v2.0/subnets => generated 694 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/596] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:29:22 2026] GET /v2.0/networks/09f1bb79-b9a6-4112-913f-e5afe817ac17?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/597] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:23 2026] GET /v2.0/security-groups?id=428c289f-89f1-412f-9012-dcfa76128573&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:23.099 7 INFO neutron.db.segments_db [None req-96ab5715-9c73-4b0a-bc05-cde6b2b8dd2d 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 94ab1760-95e3-4180-9c47-18dbd8ccad50 of type vxlan for network 1b48b011-20db-4283-8141-ab7644374c93 2026-06-10 09:29:23.413 7 INFO neutron.db.l3_hamode_db [None req-96ab5715-9c73-4b0a-bc05-cde6b2b8dd2d 7666d4f62ab74510a27292b5c557cf80 a2006edea0c34423ab52f9603d1e37de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 274/598] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:29:22 2026] PUT /v2.0/routers/42e2603a-c99a-4939-b957-a18a2982d488/add_router_interface => generated 309 bytes in 1515 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/599] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:23 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => 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: 276/600] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:29:24 2026] GET /v2.0/ports?tenant_id=bfaeef43094b4378864658605aad8a78&device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 1238 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/601] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:29:24 2026] GET /v2.0/networks?id=09f1bb79-b9a6-4112-913f-e5afe817ac17 => 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: 278/602] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:24 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/603] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:29:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=5f2a891f-b1aa-4d49-ac18-456fd78fea20 => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/604] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:24 2026] GET /v2.0/security-groups?id=428c289f-89f1-412f-9012-dcfa76128573&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/605] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:29:24 2026] GET /v2.0/subnets?id=55b8865f-50e1-4241-bf51-ce7a12511db7 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/606] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:29:24 2026] GET /v2.0/ports?network_id=09f1bb79-b9a6-4112-913f-e5afe817ac17&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/607] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:29:24 2026] GET /v2.0/networks/09f1bb79-b9a6-4112-913f-e5afe817ac17?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/608] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:29:24 2026] GET /v2.0/networks/09f1bb79-b9a6-4112-913f-e5afe817ac17?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/609] 10.0.0.166 () {34 vars in 982 bytes} [Wed Jun 10 09:29:24 2026] GET /v2.0/networks?id=d96e7fa4-7ada-4ec8-8204-4a381aef3bd9 => generated 678 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/610] 10.0.0.166 () {34 vars in 965 bytes} [Wed Jun 10 09:29:24 2026] GET /v2.0/quotas/4c1cc8e4dfe64effa728454999eb5d46 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:24.653 7 INFO neutron.db.l3_hamode_db [None req-96ab5715-9c73-4b0a-bc05-cde6b2b8dd2d 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 287/611] 10.0.0.166 () {34 vars in 1002 bytes} [Wed Jun 10 09:29:24 2026] GET /v2.0/ports?tenant_id=4c1cc8e4dfe64effa728454999eb5d46&fields=id => generated 57 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/612] 10.0.0.166 () {34 vars in 1008 bytes} [Wed Jun 10 09:29:24 2026] GET /v2.0/networks/d96e7fa4-7ada-4ec8-8204-4a381aef3bd9?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/613] 10.0.0.166 () {34 vars in 1108 bytes} [Wed Jun 10 09:29:24 2026] GET /v2.0/networks/d96e7fa4-7ada-4ec8-8204-4a381aef3bd9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/614] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:24 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => 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: 291/615] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:24 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/616] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:29:24 2026] GET /v2.0/networks?id=406d754c-7cfc-45cf-af18-03cc3e63a766 => generated 670 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/617] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 10 09:29:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6a89fe1c232844589ff6dc26c7aa1f0a => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/618] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 10 09:29:25 2026] POST /v2.0/ports => generated 954 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 295/619] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:25 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/620] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:29:23 2026] POST /v2.0/routers => generated 734 bytes in 2585 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/621] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:25 2026] GET /v2.0/security-groups?id=428c289f-89f1-412f-9012-dcfa76128573&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: 296/622] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:29:25 2026] PUT /v2.0/ports/55a86da6-83f3-41be-80eb-930459a6063e => generated 1235 bytes in 293 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: 297/623] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:26 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => 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: 298/624] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:26 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/625] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:26 2026] GET /v2.0/security-groups?id=1b7bef91-5f9f-46bd-bfa4-9ba57e12efcb&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:26.156 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ceeb59b3-d619-4cff-ad2e-ae3e13f4e959'] response: {'name': 'network-changed', 'server_uuid': 'a08fd0c4-bced-48fa-9d36-699d39081b01', 'tag': '55a86da6-83f3-41be-80eb-930459a6063e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 300/626] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:29:26 2026] GET /v2.0/ports?tenant_id=6a89fe1c232844589ff6dc26c7aa1f0a&device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/627] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 10 09:29:26 2026] GET /v2.0/networks?tenant_id=6a89fe1c232844589ff6dc26c7aa1f0a&shared=False => generated 766 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/628] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:29:25 2026] PUT /v2.0/routers/1ece9c39-0236-449d-84e9-7767497495fd/add_router_interface => generated 309 bytes in 1118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/629] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:26 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/630] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:26 2026] GET /v2.0/security-groups?id=428c289f-89f1-412f-9012-dcfa76128573&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/631] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 10 09:29:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/634] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:27 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => 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: 330/635] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:27 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => generated 969 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/636] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:27 2026] GET /v2.0/security-groups?id=1b7bef91-5f9f-46bd-bfa4-9ba57e12efcb&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: 332/637] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:29:27 2026] GET /v2.0/ports?tenant_id=6a89fe1c232844589ff6dc26c7aa1f0a&device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/638] 10.0.0.18 () {34 vars in 684 bytes} [Wed Jun 10 09:29:27 2026] POST /v2.0/security-groups => generated 1661 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/639] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:29:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=55a86da6-83f3-41be-80eb-930459a6063e => 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: 334/640] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:29:27 2026] GET /v2.0/subnets?id=e25117f5-4441-42f5-9202-21d0bb0f8c37 => generated 688 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/641] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:29:27 2026] GET /v2.0/ports?network_id=406d754c-7cfc-45cf-af18-03cc3e63a766&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/642] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:29:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/643] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:29:27 2026] GET /v2.0/networks/406d754c-7cfc-45cf-af18-03cc3e63a766?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/644] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:29:27 2026] GET /v2.0/networks/406d754c-7cfc-45cf-af18-03cc3e63a766?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: 308/645] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:29:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/646] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:27 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/647] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:27 2026] GET /v2.0/security-groups?id=428c289f-89f1-412f-9012-dcfa76128573&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: 338/648] 10.0.0.18 () {34 vars in 675 bytes} [Wed Jun 10 09:29:27 2026] POST /v2.0/floatingips => generated 552 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/649] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:28 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => 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: 339/650] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:28 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/651] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:28 2026] GET /v2.0/security-groups?id=1b7bef91-5f9f-46bd-bfa4-9ba57e12efcb&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/652] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:29 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/653] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:29 2026] GET /v2.0/security-groups?id=428c289f-89f1-412f-9012-dcfa76128573&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: 7|app: 0|req: 341/654] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:29:29 2026] GET /v2.0/networks?id=d96e7fa4-7ada-4ec8-8204-4a381aef3bd9 => generated 678 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/655] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:29 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => 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: 343/656] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:29 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => 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: 344/657] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:29 2026] GET /v2.0/security-groups?id=1b7bef91-5f9f-46bd-bfa4-9ba57e12efcb&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: 314/658] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 10 09:29:29 2026] POST /v2.0/ports => generated 954 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/659] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:29:29 2026] PUT /v2.0/ports/a10e3956-fd60-49dd-bcb6-6ca8076e2d24 => generated 1235 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:29:30.277 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4ac76f1-001c-454c-98a1-2c2939cea209'] response: {'name': 'network-changed', 'server_uuid': '248504b6-3186-4365-a6ad-0616261ab232', 'tag': 'a10e3956-fd60-49dd-bcb6-6ca8076e2d24', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 315/660] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:30 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 346/661] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:30 2026] GET /v2.0/security-groups?id=428c289f-89f1-412f-9012-dcfa76128573&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/662] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:30 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/663] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:30 2026] GET /v2.0/security-groups?id=e0a53ad5-1daf-45a1-ad5b-540fd37bcca3&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: 317/664] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:29:30 2026] GET /v2.0/ports?tenant_id=4c1cc8e4dfe64effa728454999eb5d46&device_id=248504b6-3186-4365-a6ad-0616261ab232 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/665] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:30 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/666] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 10 09:29:30 2026] GET /v2.0/networks?tenant_id=4c1cc8e4dfe64effa728454999eb5d46&shared=False => generated 774 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/667] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:30 2026] GET /v2.0/security-groups?id=1b7bef91-5f9f-46bd-bfa4-9ba57e12efcb&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/668] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 10 09:29:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/669] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:31 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/670] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:31 2026] GET /v2.0/security-groups?id=428c289f-89f1-412f-9012-dcfa76128573&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/671] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:31 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/672] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:31 2026] GET /v2.0/security-groups?id=e0a53ad5-1daf-45a1-ad5b-540fd37bcca3&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/673] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:29:31 2026] GET /v2.0/ports?tenant_id=4c1cc8e4dfe64effa728454999eb5d46&device_id=248504b6-3186-4365-a6ad-0616261ab232 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/674] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:29:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=a10e3956-fd60-49dd-bcb6-6ca8076e2d24 => 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: 354/675] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:29:32 2026] GET /v2.0/subnets?id=d1d33aec-7e31-445a-8a34-25b92feac2aa => generated 696 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/676] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:32 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/677] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:32 2026] GET /v2.0/security-groups?id=1b7bef91-5f9f-46bd-bfa4-9ba57e12efcb&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/678] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:29:32 2026] GET /v2.0/ports?network_id=d96e7fa4-7ada-4ec8-8204-4a381aef3bd9&device_owner=network%3Adhcp => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/679] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:29:32 2026] GET /v2.0/networks/d96e7fa4-7ada-4ec8-8204-4a381aef3bd9?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: 356/680] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:29:32 2026] GET /v2.0/networks/d96e7fa4-7ada-4ec8-8204-4a381aef3bd9?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: 325/681] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:32 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => 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: 357/682] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:32 2026] GET /v2.0/security-groups?id=428c289f-89f1-412f-9012-dcfa76128573&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/683] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:32 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/684] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:32 2026] GET /v2.0/security-groups?id=e0a53ad5-1daf-45a1-ad5b-540fd37bcca3&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: 7|app: 0|req: 358/685] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:32 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => 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: 359/686] 10.0.0.166 () {34 vars in 1100 bytes} [Wed Jun 10 09:29:33 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1544441974&fields=id&tenant_id=a2006edea0c34423ab52f9603d1e37de => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/687] 10.0.0.166 () {34 vars in 982 bytes} [Wed Jun 10 09:29:33 2026] GET /v2.0/networks?id=3afb31b7-aa69-43c6-aae9-4fa88a8e464a => generated 679 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/688] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:33 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/689] 10.0.0.166 () {34 vars in 965 bytes} [Wed Jun 10 09:29:33 2026] GET /v2.0/quotas/a2006edea0c34423ab52f9603d1e37de => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/690] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:33 2026] GET /v2.0/security-groups?id=1b7bef91-5f9f-46bd-bfa4-9ba57e12efcb&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: 364/691] 10.0.0.166 () {34 vars in 1002 bytes} [Wed Jun 10 09:29:33 2026] GET /v2.0/ports?tenant_id=a2006edea0c34423ab52f9603d1e37de&fields=id => generated 57 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:29:33.489 8 INFO neutron.db.l3_db [None req-937d783a-63fb-4007-b34f-fcee4a717039 1411c389955448c1836140e58c21f1ab bfaeef43094b4378864658605aad8a78 - - default default] Floating IP b2efd890-9dbd-4343-90af-ce2a4af3ab61 associated. External IP: 10.96.250.202, port: 5f2a891f-b1aa-4d49-ac18-456fd78fea20. [pid: 7|app: 0|req: 365/692] 10.0.0.166 () {34 vars in 1008 bytes} [Wed Jun 10 09:29:33 2026] GET /v2.0/networks/3afb31b7-aa69-43c6-aae9-4fa88a8e464a?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/693] 10.0.0.166 () {34 vars in 1108 bytes} [Wed Jun 10 09:29:33 2026] GET /v2.0/networks/3afb31b7-aa69-43c6-aae9-4fa88a8e464a?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: 328/694] 10.0.0.18 () {34 vars in 748 bytes} [Wed Jun 10 09:29:32 2026] PUT /v2.0/floatingips/b2efd890-9dbd-4343-90af-ce2a4af3ab61 => generated 855 bytes in 856 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:33.866 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-63bc75aa-fa9e-43d3-9f7b-434a7b1e1660'] response: {'name': 'network-changed', 'server_uuid': '1452216c-620a-4aa7-aa2f-efd416d49fd4', 'tag': '5f2a891f-b1aa-4d49-ac18-456fd78fea20', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 367/695] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:33 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => 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: 329/696] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:33 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => 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: 368/697] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:33 2026] GET /v2.0/security-groups?id=428c289f-89f1-412f-9012-dcfa76128573&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: 330/698] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:34 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/699] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:34 2026] GET /v2.0/security-groups?id=e0a53ad5-1daf-45a1-ad5b-540fd37bcca3&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/700] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:29:34 2026] GET /v2.0/ports?tenant_id=bfaeef43094b4378864658605aad8a78&device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/701] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:29:34 2026] GET /v2.0/networks?id=09f1bb79-b9a6-4112-913f-e5afe817ac17 => generated 780 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/702] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:29:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=5f2a891f-b1aa-4d49-ac18-456fd78fea20 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/703] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:34 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => 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: 333/704] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:29:34 2026] GET /v2.0/subnets?id=55b8865f-50e1-4241-bf51-ce7a12511db7 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/705] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:34 2026] GET /v2.0/security-groups?id=1b7bef91-5f9f-46bd-bfa4-9ba57e12efcb&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/706] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:29:34 2026] GET /v2.0/ports?network_id=09f1bb79-b9a6-4112-913f-e5afe817ac17&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/707] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:29:34 2026] GET /v2.0/networks/09f1bb79-b9a6-4112-913f-e5afe817ac17?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/708] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:29:34 2026] GET /v2.0/networks/09f1bb79-b9a6-4112-913f-e5afe817ac17?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: 374/709] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:34 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:35.077 8 INFO neutron.db.l3_db [None req-2c99621e-a1df-469a-9a22-4076eaf2aea2 fa9ffd309be945bf970a8750f6438529 6a89fe1c232844589ff6dc26c7aa1f0a - - default default] Floating IP 524004e9-f18b-424b-8635-a90f9a73043e associated. External IP: 10.96.250.213, port: 55a86da6-83f3-41be-80eb-930459a6063e. [pid: 7|app: 0|req: 375/710] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:35 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => 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: 376/711] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:35 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/712] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:35 2026] GET /v2.0/security-groups?id=e0a53ad5-1daf-45a1-ad5b-540fd37bcca3&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/713] 10.0.0.18 () {34 vars in 748 bytes} [Wed Jun 10 09:29:34 2026] PUT /v2.0/floatingips/524004e9-f18b-424b-8635-a90f9a73043e => generated 855 bytes in 700 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/714] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:35 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/715] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:35 2026] GET /v2.0/security-groups?id=1b7bef91-5f9f-46bd-bfa4-9ba57e12efcb&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:35.920 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-88958749-aa91-4274-a0f6-19df89400261'] response: {'name': 'network-changed', 'server_uuid': 'a08fd0c4-bced-48fa-9d36-699d39081b01', 'tag': '55a86da6-83f3-41be-80eb-930459a6063e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 379/716] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:35 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => 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: 338/717] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:35 2026] GET /v2.0/security-groups?id=1b7bef91-5f9f-46bd-bfa4-9ba57e12efcb&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/718] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:36 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => 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: 339/719] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:36 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/720] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:29:36 2026] GET /v2.0/ports?tenant_id=6a89fe1c232844589ff6dc26c7aa1f0a&device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/721] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:36 2026] GET /v2.0/security-groups?id=e0a53ad5-1daf-45a1-ad5b-540fd37bcca3&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: 382/722] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:29:36 2026] GET /v2.0/networks?id=406d754c-7cfc-45cf-af18-03cc3e63a766 => generated 766 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/723] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:29:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=55a86da6-83f3-41be-80eb-930459a6063e => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/724] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:29:36 2026] GET /v2.0/subnets?id=e25117f5-4441-42f5-9202-21d0bb0f8c37 => generated 688 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/725] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:29:36 2026] GET /v2.0/ports?network_id=406d754c-7cfc-45cf-af18-03cc3e63a766&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/726] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:29:36 2026] GET /v2.0/networks/406d754c-7cfc-45cf-af18-03cc3e63a766?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: 343/727] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:29:36 2026] GET /v2.0/networks/406d754c-7cfc-45cf-af18-03cc3e63a766?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: 385/728] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:37 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/729] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:37 2026] GET /v2.0/security-groups?id=1b7bef91-5f9f-46bd-bfa4-9ba57e12efcb&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: 386/730] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:37 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => 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: 345/731] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:37 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => 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: 387/732] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:37 2026] GET /v2.0/security-groups?id=e0a53ad5-1daf-45a1-ad5b-540fd37bcca3&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/733] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:38 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/734] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 10 09:29:38 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => 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: 347/735] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:38 2026] GET /v2.0/security-groups?id=1b7bef91-5f9f-46bd-bfa4-9ba57e12efcb&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: 348/736] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:29:38 2026] GET /v2.0/networks?id=3afb31b7-aa69-43c6-aae9-4fa88a8e464a => generated 679 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/737] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:38 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => 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: 350/738] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 10 09:29:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a2006edea0c34423ab52f9603d1e37de => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:38.832 7 INFO neutron_taas.services.taas.taas_plugin [req-ac3a9c94-c592-4af7-b183-cca8efdc3247 req-2b4f5581-286f-41e8-8f9d-811e05507d0b fa9ffd309be945bf970a8750f6438529 6a89fe1c232844589ff6dc26c7aa1f0a - - default default] TaaS: Handle Delete Port: 55a86da6-83f3-41be-80eb-930459a6063e 2026-06-10 09:29:38.841 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ac3a9c94-c592-4af7-b183-cca8efdc3247 req-2b4f5581-286f-41e8-8f9d-811e05507d0b fa9ffd309be945bf970a8750f6438529 6a89fe1c232844589ff6dc26c7aa1f0a - - default default] Tap Mirror: Handle Delete Port: 55a86da6-83f3-41be-80eb-930459a6063e [pid: 8|app: 0|req: 351/739] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 10 09:29:38 2026] POST /v2.0/ports => generated 954 bytes in 387 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: 352/740] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:38 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:39.069 7 INFO neutron.db.l3_db [req-ac3a9c94-c592-4af7-b183-cca8efdc3247 req-2b4f5581-286f-41e8-8f9d-811e05507d0b fa9ffd309be945bf970a8750f6438529 6a89fe1c232844589ff6dc26c7aa1f0a - - default default] Floating IP 524004e9-f18b-424b-8635-a90f9a73043e disassociated. External IP: 10.96.250.213, port: 55a86da6-83f3-41be-80eb-930459a6063e. [pid: 7|app: 0|req: 389/741] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 10 09:29:38 2026] DELETE /v2.0/ports/55a86da6-83f3-41be-80eb-930459a6063e => generated 0 bytes in 1101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/742] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:29:38 2026] PUT /v2.0/ports/ab84f684-b901-47f8-b4d3-9202e91ee4b7 => generated 1235 bytes in 538 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: 390/743] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:39 2026] GET /v2.0/security-groups?id=e0a53ad5-1daf-45a1-ad5b-540fd37bcca3&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: 354/744] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:39 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:29:39.514 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-38de3c4f-87e3-4c05-bdc5-89fd10cb3bb8'] response: {'server_uuid': 'a08fd0c4-bced-48fa-9d36-699d39081b01', 'name': 'network-vif-deleted', 'tag': '55a86da6-83f3-41be-80eb-930459a6063e', 'status': 'completed', 'code': 200} 2026-06-10 09:29:39.552 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a29264b-8fc8-4de1-86b3-310e27214fc1'] response: {'name': 'network-changed', 'server_uuid': '80623357-2d1d-4367-91ee-1df88a44452f', 'tag': 'ab84f684-b901-47f8-b4d3-9202e91ee4b7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 391/745] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:39 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => generated 969 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/746] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:39 2026] GET /v2.0/security-groups?id=36b5556c-a0ec-43e9-8565-846ff15edd39&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/747] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:39 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => generated 971 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/748] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:40 2026] GET /v2.0/security-groups?id=e0a53ad5-1daf-45a1-ad5b-540fd37bcca3&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: 7|app: 0|req: 393/749] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:29:40 2026] GET /v2.0/ports?tenant_id=a2006edea0c34423ab52f9603d1e37de&device_id=80623357-2d1d-4367-91ee-1df88a44452f => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/750] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 10 09:29:40 2026] GET /v2.0/networks?tenant_id=a2006edea0c34423ab52f9603d1e37de&shared=False => 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: 394/751] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 10 09:29:40 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: 358/752] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:40 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => 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: 395/753] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:40 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => 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: 359/754] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:40 2026] GET /v2.0/security-groups?id=36b5556c-a0ec-43e9-8565-846ff15edd39&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: 396/755] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:41 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => 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: 360/756] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:41 2026] GET /v2.0/security-groups?id=e0a53ad5-1daf-45a1-ad5b-540fd37bcca3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/757] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:29:41 2026] GET /v2.0/ports?tenant_id=a2006edea0c34423ab52f9603d1e37de&device_id=80623357-2d1d-4367-91ee-1df88a44452f => 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: 361/758] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:29:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=ab84f684-b901-47f8-b4d3-9202e91ee4b7 => 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: 398/759] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:29:41 2026] GET /v2.0/subnets?id=326add2f-320b-4c87-b237-9d7c16e627c8 => generated 697 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/760] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:29:41 2026] GET /v2.0/ports?network_id=3afb31b7-aa69-43c6-aae9-4fa88a8e464a&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: 7|app: 0|req: 399/761] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:29:41 2026] GET /v2.0/networks/3afb31b7-aa69-43c6-aae9-4fa88a8e464a?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: 363/762] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:29:41 2026] GET /v2.0/networks/3afb31b7-aa69-43c6-aae9-4fa88a8e464a?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: 400/763] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:41 2026] GET /v2.0/ports?device_id=a08fd0c4-bced-48fa-9d36-699d39081b01 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/764] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:41 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => 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: 401/767] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:42 2026] GET /v2.0/security-groups?id=36b5556c-a0ec-43e9-8565-846ff15edd39&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/768] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:42 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => 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: 402/769] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 10 09:29:42 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/770] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:42 2026] GET /v2.0/security-groups?id=e0a53ad5-1daf-45a1-ad5b-540fd37bcca3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:29:42.474 7 INFO neutron_taas.services.taas.taas_plugin [req-5a9c5899-9755-4d5d-b0ca-a99180312895 req-e0909459-cf7b-477c-9bf5-53926882c019 30735a68a97245f8943b9e6d3dd872c9 4c1cc8e4dfe64effa728454999eb5d46 - - default default] TaaS: Handle Delete Port: a10e3956-fd60-49dd-bcb6-6ca8076e2d24 2026-06-10 09:29:42.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5a9c5899-9755-4d5d-b0ca-a99180312895 req-e0909459-cf7b-477c-9bf5-53926882c019 30735a68a97245f8943b9e6d3dd872c9 4c1cc8e4dfe64effa728454999eb5d46 - - default default] Tap Mirror: Handle Delete Port: a10e3956-fd60-49dd-bcb6-6ca8076e2d24 [pid: 7|app: 0|req: 403/771] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 10 09:29:42 2026] DELETE /v2.0/ports/a10e3956-fd60-49dd-bcb6-6ca8076e2d24 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:29:42.647 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-93d63c52-7c68-4dc4-bfed-95ade543b1da'] response: {'server_uuid': '248504b6-3186-4365-a6ad-0616261ab232', 'name': 'network-vif-deleted', 'tag': 'a10e3956-fd60-49dd-bcb6-6ca8076e2d24', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 369/772] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:29:42 2026] DELETE /v2.0/security-groups/1b7bef91-5f9f-46bd-bfa4-9ba57e12efcb => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:29:43.018 7 INFO neutron.api.v2.resource [None req-0457d40c-e609-4e6b-aec8-f51ac4b678e0 fa9ffd309be945bf970a8750f6438529 6a89fe1c232844589ff6dc26c7aa1f0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 404/773] 10.0.0.18 () {32 vars in 736 bytes} [Wed Jun 10 09:29:42 2026] GET /v2.0/security-groups/1b7bef91-5f9f-46bd-bfa4-9ba57e12efcb => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:29:43.156 8 INFO neutron_taas.services.taas.taas_plugin [None req-8cf28290-7396-4c5a-ac72-c897504c4a5a fa9ffd309be945bf970a8750f6438529 6a89fe1c232844589ff6dc26c7aa1f0a - - default default] TaaS: Handle Delete Port: 1e7303e4-0204-41dd-86ee-0287f7f85574 2026-06-10 09:29:43.161 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cf28290-7396-4c5a-ac72-c897504c4a5a fa9ffd309be945bf970a8750f6438529 6a89fe1c232844589ff6dc26c7aa1f0a - - default default] Tap Mirror: Handle Delete Port: 1e7303e4-0204-41dd-86ee-0287f7f85574 [pid: 7|app: 0|req: 405/774] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:43 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => 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: 406/775] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:43 2026] GET /v2.0/security-groups?id=36b5556c-a0ec-43e9-8565-846ff15edd39&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: 370/776] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:29:43 2026] DELETE /v2.0/floatingips/524004e9-f18b-424b-8635-a90f9a73043e => generated 0 bytes in 360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/777] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:43 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:29:43.744 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d0954b2-d6a4-4d0b-9026-c6f11d5f5159 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: c1bf3b2c-79b1-4e42-bd3c-2fd418fc28a9 2026-06-10 09:29:43.746 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d0954b2-d6a4-4d0b-9026-c6f11d5f5159 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: c1bf3b2c-79b1-4e42-bd3c-2fd418fc28a9 [pid: 7|app: 0|req: 407/778] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:29:43 2026] PUT /v2.0/routers/6b557fc0-b3c7-4c4d-88f7-9b9c22dcf5e3/remove_router_interface => generated 309 bytes in 867 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/779] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:44 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/780] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:44 2026] GET /v2.0/security-groups?id=36b5556c-a0ec-43e9-8565-846ff15edd39&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:44.406 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2ff57e5-fa07-478f-9c9d-60d192c2bff9 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: ca7352c9-24c2-40bd-b84c-508795bc8c7b 2026-06-10 09:29:44.408 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2ff57e5-fa07-478f-9c9d-60d192c2bff9 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: ca7352c9-24c2-40bd-b84c-508795bc8c7b [pid: 7|app: 0|req: 410/781] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:44 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:29:44.654 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2ff57e5-fa07-478f-9c9d-60d192c2bff9 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: bc4f0e58-7aad-4e7c-9fbc-0a9ff3f71f59 2026-06-10 09:29:44.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2ff57e5-fa07-478f-9c9d-60d192c2bff9 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: bc4f0e58-7aad-4e7c-9fbc-0a9ff3f71f59 [pid: 7|app: 0|req: 411/782] 10.0.0.11 () {34 vars in 989 bytes} [Wed Jun 10 09:29:44 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 1240 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/783] 10.0.0.11 () {34 vars in 1039 bytes} [Wed Jun 10 09:29:44 2026] GET /v2.0/security-groups?id=428c289f-89f1-412f-9012-dcfa76128573&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-10 09:29:45.013 8 INFO neutron.services.segments.plugin [-] Segment 53567596-a641-4f1b-aa8c-5994c18d32fa resource provider aggregate not found 2026-06-10 09:29:45.014 8 INFO neutron.services.segments.plugin [-] Segment 53567596-a641-4f1b-aa8c-5994c18d32fa resource provider aggregate not found 2026-06-10 09:29:45.035 8 INFO neutron.services.segments.plugin [-] Segment 53567596-a641-4f1b-aa8c-5994c18d32fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53567596-a641-4f1b-aa8c-5994c18d32fa found for delete ", "request_id": "req-55408fa3-d4c6-48d6-ab76-4e480c10e322"}]} 2026-06-10 09:29:45.036 8 INFO neutron.services.segments.plugin [-] Segment 53567596-a641-4f1b-aa8c-5994c18d32fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53567596-a641-4f1b-aa8c-5994c18d32fa found for delete ", "request_id": "req-cf1a0ca2-f217-4c07-a8c2-f176210d7ed8"}]} 2026-06-10 09:29:45.037 8 INFO neutron.db.l3_hamode_db [None req-f2ff57e5-fa07-478f-9c9d-60d192c2bff9 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] HA network 75a949f2-d827-453b-a0b9-6583832511af was deleted as no HA routers are present in tenant 6a89fe1c232844589ff6dc26c7aa1f0a. [pid: 8|app: 0|req: 372/784] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:29:44 2026] DELETE /v2.0/routers/6b557fc0-b3c7-4c4d-88f7-9b9c22dcf5e3 => generated 0 bytes in 783 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/785] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:29:45 2026] DELETE /v2.0/subnets/e25117f5-4441-42f5-9202-21d0bb0f8c37 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:29:45.290 8 INFO neutron_taas.services.taas.taas_plugin [None req-dcf7ecd1-82a0-45b7-89ce-75c1726f7bdd 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 1c873653-92a5-4232-8a96-3223caf19177 2026-06-10 09:29:45.293 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcf7ecd1-82a0-45b7-89ce-75c1726f7bdd 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 1c873653-92a5-4232-8a96-3223caf19177 [pid: 8|app: 0|req: 373/786] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:29:45 2026] DELETE /v2.0/networks/406d754c-7cfc-45cf-af18-03cc3e63a766 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/787] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:45 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/788] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:45 2026] GET /v2.0/security-groups?id=36b5556c-a0ec-43e9-8565-846ff15edd39&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: 415/789] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:29:45 2026] GET /v2.0/security-groups?tenant_id=6a89fe1c232844589ff6dc26c7aa1f0a&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/790] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:45 2026] GET /v2.0/ports?device_id=248504b6-3186-4365-a6ad-0616261ab232 => 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: 416/791] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:29:45 2026] DELETE /v2.0/security-groups/a2f60327-8c13-4115-a7c7-fc0aa6e2859a => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/792] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:46 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => generated 969 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/793] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:46 2026] GET /v2.0/security-groups?id=36b5556c-a0ec-43e9-8565-846ff15edd39&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:47.055 8 INFO neutron.services.segments.plugin [-] Segment 220babc3-a9bb-4173-b704-21822ac38f3e resource provider aggregate not found 2026-06-10 09:29:47.063 8 INFO neutron.services.segments.plugin [-] Segment 220babc3-a9bb-4173-b704-21822ac38f3e resource provider aggregate not found 2026-06-10 09:29:47.070 8 INFO neutron.services.segments.plugin [-] Segment 220babc3-a9bb-4173-b704-21822ac38f3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 220babc3-a9bb-4173-b704-21822ac38f3e found for delete ", "request_id": "req-b5cf6a76-9447-466d-9ca1-0bb6c0a676bc"}]} 2026-06-10 09:29:47.081 8 INFO neutron.services.segments.plugin [-] Segment 220babc3-a9bb-4173-b704-21822ac38f3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 220babc3-a9bb-4173-b704-21822ac38f3e found for delete ", "request_id": "req-593b8193-b43d-4411-a8e2-f790d32ad381"}]} 2026-06-10 09:29:47.168 7 INFO neutron_taas.services.taas.taas_plugin [None req-225d04b8-0d0d-4252-9d35-00eb532ecbc2 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 7df2418f-3f8f-4c1b-838d-0aee53d351d0 2026-06-10 09:29:47.171 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-225d04b8-0d0d-4252-9d35-00eb532ecbc2 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 7df2418f-3f8f-4c1b-838d-0aee53d351d0 [pid: 7|app: 0|req: 417/794] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:29:46 2026] PUT /v2.0/routers/42e2603a-c99a-4939-b957-a18a2982d488/remove_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/795] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:47 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:47.962 8 INFO neutron_taas.services.taas.taas_plugin [None req-813fc83d-ceee-49f6-a29b-4d06c624d0fc 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: fe55158f-1362-4655-9831-087f17a28845 2026-06-10 09:29:47.966 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-813fc83d-ceee-49f6-a29b-4d06c624d0fc 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: fe55158f-1362-4655-9831-087f17a28845 [pid: 7|app: 0|req: 419/796] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:47 2026] GET /v2.0/security-groups?id=36b5556c-a0ec-43e9-8565-846ff15edd39&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:48.263 8 INFO neutron_taas.services.taas.taas_plugin [None req-813fc83d-ceee-49f6-a29b-4d06c624d0fc 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 3a116e46-2eb7-42a9-aa90-29a816b77c47 2026-06-10 09:29:48.266 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-813fc83d-ceee-49f6-a29b-4d06c624d0fc 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 3a116e46-2eb7-42a9-aa90-29a816b77c47 2026-06-10 09:29:48.694 8 INFO neutron.db.l3_hamode_db [None req-813fc83d-ceee-49f6-a29b-4d06c624d0fc 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] HA network f331e9d4-58d9-4fd2-8c54-3e230adaeb9b was deleted as no HA routers are present in tenant 4c1cc8e4dfe64effa728454999eb5d46. [pid: 8|app: 0|req: 378/797] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:29:47 2026] DELETE /v2.0/routers/42e2603a-c99a-4939-b957-a18a2982d488 => generated 0 bytes in 986 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/798] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:29:48 2026] DELETE /v2.0/subnets/d1d33aec-7e31-445a-8a34-25b92feac2aa => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:29:48.996 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a3a46fc-3ad1-430d-a5b0-714797c880fb 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 2eb1b467-447c-4869-bd84-3742d918d095 2026-06-10 09:29:48.999 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a3a46fc-3ad1-430d-a5b0-714797c880fb 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 2eb1b467-447c-4869-bd84-3742d918d095 2026-06-10 09:29:49.098 8 INFO neutron.services.segments.plugin [-] Segment 87c49240-9eba-4f9a-8a40-e3a586c83013 resource provider aggregate not found 2026-06-10 09:29:49.114 8 INFO neutron.services.segments.plugin [-] Segment 87c49240-9eba-4f9a-8a40-e3a586c83013 resource provider aggregate not found 2026-06-10 09:29:49.122 8 INFO neutron.services.segments.plugin [-] Segment 87c49240-9eba-4f9a-8a40-e3a586c83013 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87c49240-9eba-4f9a-8a40-e3a586c83013 found for delete ", "request_id": "req-4b232bbb-ac36-45c3-84c5-13a0d91a57dc"}]} 2026-06-10 09:29:49.149 8 INFO neutron.services.segments.plugin [-] Segment 87c49240-9eba-4f9a-8a40-e3a586c83013 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87c49240-9eba-4f9a-8a40-e3a586c83013 found for delete ", "request_id": "req-9aae750b-7e50-47cd-a2bb-64e846168429"}]} [pid: 7|app: 0|req: 421/799] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:49 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/800] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:49 2026] GET /v2.0/security-groups?id=36b5556c-a0ec-43e9-8565-846ff15edd39&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: 379/801] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:29:48 2026] DELETE /v2.0/networks/d96e7fa4-7ada-4ec8-8204-4a381aef3bd9 => generated 0 bytes in 421 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/802] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:29:49 2026] GET /v2.0/security-groups?tenant_id=4c1cc8e4dfe64effa728454999eb5d46&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/803] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:29:49 2026] DELETE /v2.0/security-groups/e0a53ad5-1daf-45a1-ad5b-540fd37bcca3 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/804] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:50 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => 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: 381/805] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:50 2026] GET /v2.0/security-groups?id=36b5556c-a0ec-43e9-8565-846ff15edd39&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: 425/806] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:50 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:50.923 8 INFO neutron.db.l3_db [None req-fce0f107-95b0-40c2-aefd-f37e20a440e6 cd700188d3284e78b8cbdc6fc84caeb3 a2006edea0c34423ab52f9603d1e37de - - default default] Floating IP 6c18cc0f-2ead-4864-b3af-38dcc2273922 associated. External IP: 10.96.250.219, port: ab84f684-b901-47f8-b4d3-9202e91ee4b7. 2026-06-10 09:29:51.149 8 INFO neutron.services.segments.plugin [-] Segment e8e12d53-2ecb-41d9-b62c-d10aff34efc6 resource provider aggregate not found 2026-06-10 09:29:51.175 8 INFO neutron.services.segments.plugin [-] Segment e8e12d53-2ecb-41d9-b62c-d10aff34efc6 resource provider aggregate not found 2026-06-10 09:29:51.183 8 INFO neutron.services.segments.plugin [-] Segment e8e12d53-2ecb-41d9-b62c-d10aff34efc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8e12d53-2ecb-41d9-b62c-d10aff34efc6 found for delete ", "request_id": "req-b8899862-e32a-43d2-a794-c99e6acae369"}]} 2026-06-10 09:29:51.198 8 INFO neutron.services.segments.plugin [-] Segment e8e12d53-2ecb-41d9-b62c-d10aff34efc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8e12d53-2ecb-41d9-b62c-d10aff34efc6 found for delete ", "request_id": "req-2aaf18f7-90f7-4728-9683-d0b09df4c454"}]} [pid: 8|app: 0|req: 382/807] 10.0.0.18 () {34 vars in 748 bytes} [Wed Jun 10 09:29:50 2026] PUT /v2.0/floatingips/6c18cc0f-2ead-4864-b3af-38dcc2273922 => generated 855 bytes in 820 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:51.334 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a93ac1cd-9c01-4719-b541-ce3b46aaaace'] response: {'name': 'network-changed', 'server_uuid': '80623357-2d1d-4367-91ee-1df88a44452f', 'tag': 'ab84f684-b901-47f8-b4d3-9202e91ee4b7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 426/808] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:51 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/809] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:51 2026] GET /v2.0/security-groups?id=36b5556c-a0ec-43e9-8565-846ff15edd39&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: 384/810] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:51 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/811] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:29:51 2026] GET /v2.0/ports?tenant_id=a2006edea0c34423ab52f9603d1e37de&device_id=80623357-2d1d-4367-91ee-1df88a44452f => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/812] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:51 2026] GET /v2.0/security-groups?id=36b5556c-a0ec-43e9-8565-846ff15edd39&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: 387/813] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:29:51 2026] GET /v2.0/networks?id=3afb31b7-aa69-43c6-aae9-4fa88a8e464a => generated 775 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/814] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:29:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=ab84f684-b901-47f8-b4d3-9202e91ee4b7 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/815] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:29:51 2026] GET /v2.0/security-groups?tenant_id=676fb03f377d46fbbb5806b89727d959&name=default => generated 2925 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/816] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:29:52 2026] GET /v2.0/subnets?id=326add2f-320b-4c87-b237-9d7c16e627c8 => generated 697 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/817] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:29:52 2026] GET /v2.0/ports?network_id=3afb31b7-aa69-43c6-aae9-4fa88a8e464a&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: 391/818] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:29:52 2026] GET /v2.0/networks/3afb31b7-aa69-43c6-aae9-4fa88a8e464a?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/819] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:29:52 2026] DELETE /v2.0/security-groups/b3414554-ae6c-4a95-add1-4b6f1f35bcef => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/820] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:29:52 2026] GET /v2.0/networks/3afb31b7-aa69-43c6-aae9-4fa88a8e464a?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: 429/821] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:29:52 2026] GET /v2.0/security-groups?tenant_id=ddbd6365f29b435e96a0b59ecb541839&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: 393/822] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:29:52 2026] DELETE /v2.0/security-groups/6d196dba-224c-4ef2-beed-7c20a8607c19 => 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: 430/823] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:53 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => 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: 394/824] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:53 2026] GET /v2.0/security-groups?id=36b5556c-a0ec-43e9-8565-846ff15edd39&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: 431/825] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:54 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/826] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:29:54 2026] GET /v2.0/security-groups?id=36b5556c-a0ec-43e9-8565-846ff15edd39&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: 395/827] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 10 09:29:54 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:29:54.450 7 INFO neutron_taas.services.taas.taas_plugin [req-f52230a8-7f41-4a70-b074-595d5278d914 req-ecb12907-6a92-4949-a44a-02e9aa800d05 cd700188d3284e78b8cbdc6fc84caeb3 a2006edea0c34423ab52f9603d1e37de - - default default] TaaS: Handle Delete Port: ab84f684-b901-47f8-b4d3-9202e91ee4b7 2026-06-10 09:29:54.453 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f52230a8-7f41-4a70-b074-595d5278d914 req-ecb12907-6a92-4949-a44a-02e9aa800d05 cd700188d3284e78b8cbdc6fc84caeb3 a2006edea0c34423ab52f9603d1e37de - - default default] Tap Mirror: Handle Delete Port: ab84f684-b901-47f8-b4d3-9202e91ee4b7 2026-06-10 09:29:54.572 7 INFO neutron.db.l3_db [req-f52230a8-7f41-4a70-b074-595d5278d914 req-ecb12907-6a92-4949-a44a-02e9aa800d05 cd700188d3284e78b8cbdc6fc84caeb3 a2006edea0c34423ab52f9603d1e37de - - default default] Floating IP 6c18cc0f-2ead-4864-b3af-38dcc2273922 disassociated. External IP: 10.96.250.219, port: ab84f684-b901-47f8-b4d3-9202e91ee4b7. [pid: 7|app: 0|req: 433/828] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 10 09:29:54 2026] DELETE /v2.0/ports/ab84f684-b901-47f8-b4d3-9202e91ee4b7 => generated 0 bytes in 661 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:29:55.038 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-304e8857-e65c-4159-b216-24712131be38'] response: {'server_uuid': '80623357-2d1d-4367-91ee-1df88a44452f', 'name': 'network-vif-deleted', 'tag': 'ab84f684-b901-47f8-b4d3-9202e91ee4b7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 396/829] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:29:54 2026] GET /v2.0/security-groups?tenant_id=ca974c3dd7e34f2fa1f4603d946c814d&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/830] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:55 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => 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: 434/831] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:29:55 2026] DELETE /v2.0/security-groups/96be10ef-215a-4a33-b300-d73820966494 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/832] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:29:55 2026] GET /v2.0/security-groups?tenant_id=5a75c9480860490d9ee29dbaf531ead5&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/833] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:29:55 2026] DELETE /v2.0/security-groups/6a470d48-ea7a-4807-802d-fc9b9182d022 => 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: 399/834] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:56 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => 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: 436/837] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:29:56 2026] GET /v2.0/security-groups?tenant_id=fb134d6386624a5e9cb6ee7f4d6bf72a&name=default => generated 2925 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/838] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:29:57 2026] DELETE /v2.0/security-groups/035b9652-b157-44f8-a8e1-a24ea887c01c => 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: 437/839] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:57 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => 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: 403/840] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:29:57 2026] GET /v2.0/security-groups?tenant_id=e853645d866146a78b8c3d0cb7a7a53b&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/841] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:29:58 2026] DELETE /v2.0/security-groups/3b505262-be49-48c7-acdc-2c5bb1ec9b15 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/842] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:29:58 2026] GET /v2.0/ports?device_id=80623357-2d1d-4367-91ee-1df88a44452f => 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: 439/843] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:29:59 2026] DELETE /v2.0/security-groups/36b5556c-a0ec-43e9-8565-846ff15edd39 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:30:00.027 8 INFO neutron.api.v2.resource [None req-5bf059f4-77eb-449b-b4e9-211db3d1fad3 cd700188d3284e78b8cbdc6fc84caeb3 a2006edea0c34423ab52f9603d1e37de - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 405/844] 10.0.0.18 () {32 vars in 736 bytes} [Wed Jun 10 09:30:00 2026] GET /v2.0/security-groups/36b5556c-a0ec-43e9-8565-846ff15edd39 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:30:00.134 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9ce4854-ef51-4198-a629-77c21fe2ef3c cd700188d3284e78b8cbdc6fc84caeb3 a2006edea0c34423ab52f9603d1e37de - - default default] TaaS: Handle Delete Port: f5400be0-84bb-47ad-b96b-ac60bb3310ad 2026-06-10 09:30:00.137 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9ce4854-ef51-4198-a629-77c21fe2ef3c cd700188d3284e78b8cbdc6fc84caeb3 a2006edea0c34423ab52f9603d1e37de - - default default] Tap Mirror: Handle Delete Port: f5400be0-84bb-47ad-b96b-ac60bb3310ad [pid: 7|app: 0|req: 440/845] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:30:00 2026] DELETE /v2.0/floatingips/6c18cc0f-2ead-4864-b3af-38dcc2273922 => generated 0 bytes in 444 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:30:01.373 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f6d00ab-d15a-4aec-bb33-68a535509578 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: fbe74f95-7b60-4cbe-892c-2a1b72985cdf 2026-06-10 09:30:01.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f6d00ab-d15a-4aec-bb33-68a535509578 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: fbe74f95-7b60-4cbe-892c-2a1b72985cdf [pid: 8|app: 0|req: 406/846] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:30:00 2026] PUT /v2.0/routers/1ece9c39-0236-449d-84e9-7767497495fd/remove_router_interface => generated 309 bytes in 1782 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:02.514 7 INFO neutron_taas.services.taas.taas_plugin [None req-a26c10ad-2459-4cc1-8fbd-79345cbf51bb 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 57c3405d-f842-4518-80e0-ba8efe44659a [pid: 8|app: 0|req: 407/847] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:02 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:02.524 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a26c10ad-2459-4cc1-8fbd-79345cbf51bb 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 57c3405d-f842-4518-80e0-ba8efe44659a [pid: 8|app: 0|req: 408/848] 10.0.0.166 () {34 vars in 971 bytes} [Wed Jun 10 09:30:02 2026] GET /v2.0/ports/5f2a891f-b1aa-4d49-ac18-456fd78fea20 => generated 968 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:02.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-a26c10ad-2459-4cc1-8fbd-79345cbf51bb 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: b45b8211-c74c-42de-a517-89cb9df4fdd0 2026-06-10 09:30:02.773 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a26c10ad-2459-4cc1-8fbd-79345cbf51bb 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: b45b8211-c74c-42de-a517-89cb9df4fdd0 2026-06-10 09:30:03.205 7 INFO neutron.services.segments.plugin [-] Segment 94ab1760-95e3-4180-9c47-18dbd8ccad50 resource provider aggregate not found 2026-06-10 09:30:03.212 7 INFO neutron.services.segments.plugin [-] Segment 94ab1760-95e3-4180-9c47-18dbd8ccad50 resource provider aggregate not found 2026-06-10 09:30:03.224 7 INFO neutron.services.segments.plugin [-] Segment 94ab1760-95e3-4180-9c47-18dbd8ccad50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94ab1760-95e3-4180-9c47-18dbd8ccad50 found for delete ", "request_id": "req-f104bde5-892d-49d2-9051-75bb8b5dc829"}]} 2026-06-10 09:30:03.230 7 INFO neutron.services.segments.plugin [-] Segment 94ab1760-95e3-4180-9c47-18dbd8ccad50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94ab1760-95e3-4180-9c47-18dbd8ccad50 found for delete ", "request_id": "req-20544421-a8c8-4526-b30a-62ad665c6677"}]} 2026-06-10 09:30:03.285 7 INFO neutron.db.l3_hamode_db [None req-a26c10ad-2459-4cc1-8fbd-79345cbf51bb 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] HA network 1b48b011-20db-4283-8141-ab7644374c93 was deleted as no HA routers are present in tenant a2006edea0c34423ab52f9603d1e37de. [pid: 7|app: 0|req: 441/849] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:30:02 2026] DELETE /v2.0/routers/1ece9c39-0236-449d-84e9-7767497495fd => generated 0 bytes in 1024 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/850] 199.204.45.49 () {34 vars in 999 bytes} [Wed Jun 10 09:30:03 2026] GET /v2.0/subnets?network_id=09f1bb79-b9a6-4112-913f-e5afe817ac17 => generated 684 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/851] 199.204.45.49 () {34 vars in 1145 bytes} [Wed Jun 10 09:30:03 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4&device_owner=compute%3Anova&network_id=09f1bb79-b9a6-4112-913f-e5afe817ac17 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/852] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:30:03 2026] DELETE /v2.0/subnets/326add2f-320b-4c87-b237-9d7c16e627c8 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:30:03.641 7 INFO neutron_taas.services.taas.taas_plugin [None req-dac52a66-9007-41cc-8f19-eac8a7ee3751 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 3fdb997f-d547-4255-b413-8d8a027169d3 2026-06-10 09:30:03.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dac52a66-9007-41cc-8f19-eac8a7ee3751 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 3fdb997f-d547-4255-b413-8d8a027169d3 [pid: 7|app: 0|req: 443/853] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:30:03 2026] DELETE /v2.0/networks/3afb31b7-aa69-43c6-aae9-4fa88a8e464a => generated 0 bytes in 456 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/854] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:30:03 2026] PUT /v2.0/ports/5f2a891f-b1aa-4d49-ac18-456fd78fea20 => generated 1145 bytes in 763 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:30:04.193 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e122c9f-dfd2-49eb-b3a8-db9b19d9da87'] response: {'name': 'network-changed', 'server_uuid': '1452216c-620a-4aa7-aa2f-efd416d49fd4', 'tag': '5f2a891f-b1aa-4d49-ac18-456fd78fea20', '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: 444/855] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:30:04 2026] GET /v2.0/security-groups?tenant_id=4d1d55cc052b479c9037b655190395bb&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/856] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:30:04 2026] GET /v2.0/security-groups?tenant_id=a2006edea0c34423ab52f9603d1e37de&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/857] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:30:04 2026] GET /v2.0/security-groups?tenant_id=48dc730af7f54c2fb1fb256beabdb5d5&name=default => generated 2925 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/858] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:04 2026] DELETE /v2.0/security-groups/0cd3e700-f507-4872-970f-8c976a458b77 => 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: 413/859] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:04 2026] DELETE /v2.0/security-groups/3786190d-d5f3-4ed6-8c92-f4b9f13b307a => generated 0 bytes in 200 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/860] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:30:04 2026] GET /v2.0/ports?tenant_id=bfaeef43094b4378864658605aad8a78&device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 1417 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/861] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:30:04 2026] GET /v2.0/networks?id=09f1bb79-b9a6-4112-913f-e5afe817ac17 => generated 780 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/862] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:30:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5f2a891f-b1aa-4d49-ac18-456fd78fea20 => 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: 417/863] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:30:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=5f2a891f-b1aa-4d49-ac18-456fd78fea20 => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/864] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:30:05 2026] GET /v2.0/subnets?id=55b8865f-50e1-4241-bf51-ce7a12511db7 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/865] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:30:05 2026] GET /v2.0/ports?network_id=09f1bb79-b9a6-4112-913f-e5afe817ac17&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/866] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:30:05 2026] GET /v2.0/networks/09f1bb79-b9a6-4112-913f-e5afe817ac17?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/867] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:30:05 2026] GET /v2.0/networks/09f1bb79-b9a6-4112-913f-e5afe817ac17?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:30:05.242 7 INFO neutron.services.segments.plugin [-] Segment 55848294-6d07-4b47-bf9a-8ff37ce4b39c resource provider aggregate not found 2026-06-10 09:30:05.250 7 INFO neutron.services.segments.plugin [-] Segment 55848294-6d07-4b47-bf9a-8ff37ce4b39c resource provider aggregate not found 2026-06-10 09:30:05.262 7 INFO neutron.services.segments.plugin [-] Segment 55848294-6d07-4b47-bf9a-8ff37ce4b39c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55848294-6d07-4b47-bf9a-8ff37ce4b39c found for delete ", "request_id": "req-c9c7105b-5d40-4975-86c3-ac78ec2691a1"}]} [pid: 7|app: 0|req: 447/868] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:04 2026] DELETE /v2.0/security-groups/042f14aa-e54d-4283-898c-1eadec872177 => generated 0 bytes in 620 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:30:05.272 7 INFO neutron.services.segments.plugin [-] Segment 55848294-6d07-4b47-bf9a-8ff37ce4b39c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55848294-6d07-4b47-bf9a-8ff37ce4b39c found for delete ", "request_id": "req-70f7bb68-0c6e-40df-bcf6-fd41f5461dd1"}]} [pid: 8|app: 0|req: 422/869] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:30:05 2026] GET /v2.0/security-groups?tenant_id=fb8d2b1762b8454c9a6e3287512b803e&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/870] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:05 2026] DELETE /v2.0/security-groups/e57b5835-fa77-4896-9302-d04c2fe1f003 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/871] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:30:05 2026] GET /v2.0/security-groups?tenant_id=6f1fb87b6944480fba5246786b0a8217&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/872] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:05 2026] DELETE /v2.0/security-groups/efb653e1-5e44-40e4-bd6d-ec3d3055f39b => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/873] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:06 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 1148 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/874] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:06 2026] GET /v2.0/security-groups?id=428c289f-89f1-412f-9012-dcfa76128573&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/875] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:30:06 2026] GET /v2.0/ports?tenant_id=bfaeef43094b4378864658605aad8a78&device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 1417 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/876] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:30:06 2026] GET /v2.0/networks?id=09f1bb79-b9a6-4112-913f-e5afe817ac17 => generated 780 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/877] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:30:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5f2a891f-b1aa-4d49-ac18-456fd78fea20 => 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: 452/878] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:30:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=5f2a891f-b1aa-4d49-ac18-456fd78fea20 => generated 860 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/879] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:30:06 2026] GET /v2.0/subnets?id=55b8865f-50e1-4241-bf51-ce7a12511db7 => 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: 453/880] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:30:06 2026] GET /v2.0/ports?network_id=09f1bb79-b9a6-4112-913f-e5afe817ac17&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: 428/881] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:30:06 2026] GET /v2.0/networks/09f1bb79-b9a6-4112-913f-e5afe817ac17?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: 454/882] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:30:06 2026] GET /v2.0/networks/09f1bb79-b9a6-4112-913f-e5afe817ac17?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: 429/883] 199.204.45.49 () {34 vars in 1117 bytes} [Wed Jun 10 09:30:07 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.7 => generated 1148 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:30:07.456 7 INFO neutron.db.segments_db [None req-b020fc1a-1dee-4dad-bd4f-fbb255cc3f63 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 6bc6582c-a3a3-491e-86d5-5d2f74f85875 of type vxlan for network 5362a14d-a138-45a4-b935-47bae859fdb2 [pid: 7|app: 0|req: 455/884] 10.0.0.18 () {34 vars in 670 bytes} [Wed Jun 10 09:30:07 2026] POST /v2.0/networks => generated 725 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/885] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:30:07 2026] POST /v2.0/subnets => generated 691 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:30:07.821 7 INFO neutron.db.segments_db [None req-861eaa8e-29d0-40d9-afdc-b2ee05018087 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 9d3e816d-370f-4ba0-93c5-b9f83aa75dcd of type vxlan for network b198d5cc-8495-4574-b251-3cc5561cc71c [pid: 8|app: 0|req: 430/886] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:30:07 2026] PUT /v2.0/ports/5f2a891f-b1aa-4d49-ac18-456fd78fea20 => generated 968 bytes in 624 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:07.929 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-826bd9f2-6713-4a7f-ae0a-de6454d4d5a1'] response: {'name': 'network-changed', 'server_uuid': '1452216c-620a-4aa7-aa2f-efd416d49fd4', 'tag': '5f2a891f-b1aa-4d49-ac18-456fd78fea20', 'status': 'completed', 'code': 200} 2026-06-10 09:30:08.114 7 INFO neutron.db.l3_hamode_db [None req-861eaa8e-29d0-40d9-afdc-b2ee05018087 7666d4f62ab74510a27292b5c557cf80 d81a68a3a1d840baa7303f323eee02a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 431/887] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:30:08 2026] GET /v2.0/ports?tenant_id=bfaeef43094b4378864658605aad8a78&device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/888] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:30:08 2026] GET /v2.0/networks?id=09f1bb79-b9a6-4112-913f-e5afe817ac17 => generated 780 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/889] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:30:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=5f2a891f-b1aa-4d49-ac18-456fd78fea20 => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/890] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:30:08 2026] GET /v2.0/subnets?id=55b8865f-50e1-4241-bf51-ce7a12511db7 => 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: 435/891] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:30:08 2026] GET /v2.0/ports?network_id=09f1bb79-b9a6-4112-913f-e5afe817ac17&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: 436/892] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:30:08 2026] GET /v2.0/networks/09f1bb79-b9a6-4112-913f-e5afe817ac17?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: 437/893] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:30:08 2026] GET /v2.0/networks/09f1bb79-b9a6-4112-913f-e5afe817ac17?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:30:08.991 7 INFO neutron.db.l3_hamode_db [None req-861eaa8e-29d0-40d9-afdc-b2ee05018087 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 438/894] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:09 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/895] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:09 2026] GET /v2.0/security-groups?id=428c289f-89f1-412f-9012-dcfa76128573&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: 440/896] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:30:09 2026] GET /v2.0/ports?tenant_id=bfaeef43094b4378864658605aad8a78&device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/897] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:30:09 2026] GET /v2.0/networks?id=09f1bb79-b9a6-4112-913f-e5afe817ac17 => generated 780 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/898] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:30:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=5f2a891f-b1aa-4d49-ac18-456fd78fea20 => generated 860 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/899] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:30:09 2026] GET /v2.0/subnets?id=55b8865f-50e1-4241-bf51-ce7a12511db7 => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/900] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:30:09 2026] GET /v2.0/ports?network_id=09f1bb79-b9a6-4112-913f-e5afe817ac17&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/901] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:30:07 2026] POST /v2.0/routers => generated 731 bytes in 2268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/902] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:30:10 2026] GET /v2.0/networks/09f1bb79-b9a6-4112-913f-e5afe817ac17?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: 446/903] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:30:10 2026] GET /v2.0/networks/09f1bb79-b9a6-4112-913f-e5afe817ac17?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: 447/904] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:10 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/905] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:10 2026] GET /v2.0/security-groups?id=428c289f-89f1-412f-9012-dcfa76128573&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: 458/906] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:30:10 2026] PUT /v2.0/routers/59c7eb0a-ab1c-4f74-be00-87d24137bf50/add_router_interface => generated 309 bytes in 1362 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/907] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:11 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => 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: 459/908] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:11 2026] GET /v2.0/security-groups?id=428c289f-89f1-412f-9012-dcfa76128573&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: 450/909] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 10 09:30:11 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:12.220 7 INFO neutron_taas.services.taas.taas_plugin [req-75e4644f-3108-4003-afcb-da2860c93652 req-37812734-3278-4499-9924-8979f03bf9f0 1411c389955448c1836140e58c21f1ab bfaeef43094b4378864658605aad8a78 - - default default] TaaS: Handle Delete Port: 5f2a891f-b1aa-4d49-ac18-456fd78fea20 2026-06-10 09:30:12.224 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-75e4644f-3108-4003-afcb-da2860c93652 req-37812734-3278-4499-9924-8979f03bf9f0 1411c389955448c1836140e58c21f1ab bfaeef43094b4378864658605aad8a78 - - default default] Tap Mirror: Handle Delete Port: 5f2a891f-b1aa-4d49-ac18-456fd78fea20 2026-06-10 09:30:12.345 7 INFO neutron.db.l3_db [req-75e4644f-3108-4003-afcb-da2860c93652 req-37812734-3278-4499-9924-8979f03bf9f0 1411c389955448c1836140e58c21f1ab bfaeef43094b4378864658605aad8a78 - - default default] Floating IP b2efd890-9dbd-4343-90af-ce2a4af3ab61 disassociated. External IP: 10.96.250.202, port: 5f2a891f-b1aa-4d49-ac18-456fd78fea20. [pid: 8|app: 0|req: 453/912] 10.0.0.18 () {34 vars in 684 bytes} [Wed Jun 10 09:30:12 2026] POST /v2.0/security-groups => generated 1661 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/913] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:30:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/914] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:30:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/915] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 10 09:30:12 2026] DELETE /v2.0/ports/5f2a891f-b1aa-4d49-ac18-456fd78fea20 => generated 0 bytes in 770 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:30:12.843 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ed08716-8932-4a2b-ab8e-590e1c2b5e50'] response: {'server_uuid': '1452216c-620a-4aa7-aa2f-efd416d49fd4', 'name': 'network-vif-deleted', 'tag': '5f2a891f-b1aa-4d49-ac18-456fd78fea20', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 461/916] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:30:12 2026] GET /v2.0/security-groups?tenant_id=1089e234e151482fa71ed2bd64fcb83f&name=default => generated 2925 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/917] 10.0.0.18 () {34 vars in 675 bytes} [Wed Jun 10 09:30:12 2026] POST /v2.0/floatingips => generated 552 bytes in 634 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/918] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:13 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => 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: 462/919] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:30:13 2026] GET /v2.0/security-groups?tenant_id=dbaf6d7d745b4c4d89d469acc7c509c5&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/920] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:13 2026] DELETE /v2.0/security-groups/23667a5c-a228-494d-be00-f38ff5cfd537 => 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: 463/921] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:13 2026] DELETE /v2.0/security-groups/2607bc7b-e671-4d65-b76a-71c3657e4c86 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/922] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:30:13 2026] GET /v2.0/security-groups?tenant_id=f149c5a6165d4427a8752a4a9a03d068&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/923] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:13 2026] DELETE /v2.0/security-groups/5c5392a6-a012-496d-94d0-227cbd6ddc45 => 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: 465/924] 10.0.0.166 () {34 vars in 1100 bytes} [Wed Jun 10 09:30:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1155756264&fields=id&tenant_id=d81a68a3a1d840baa7303f323eee02a7 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/925] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:30:13 2026] GET /v2.0/security-groups?tenant_id=513f5d0e6aa54877a55d321ab6b27e4e&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/926] 10.0.0.166 () {34 vars in 982 bytes} [Wed Jun 10 09:30:13 2026] GET /v2.0/networks?id=5362a14d-a138-45a4-b935-47bae859fdb2 => generated 676 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/927] 10.0.0.166 () {34 vars in 965 bytes} [Wed Jun 10 09:30:13 2026] GET /v2.0/quotas/d81a68a3a1d840baa7303f323eee02a7 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/928] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:13 2026] DELETE /v2.0/security-groups/89402c11-52df-4602-b88f-1a3d39b80564 => 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: 463/929] 10.0.0.166 () {34 vars in 1002 bytes} [Wed Jun 10 09:30:13 2026] GET /v2.0/ports?tenant_id=d81a68a3a1d840baa7303f323eee02a7&fields=id => generated 103 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/930] 10.0.0.166 () {34 vars in 1008 bytes} [Wed Jun 10 09:30:14 2026] GET /v2.0/networks/5362a14d-a138-45a4-b935-47bae859fdb2?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: 464/931] 10.0.0.166 () {34 vars in 1108 bytes} [Wed Jun 10 09:30:14 2026] GET /v2.0/networks/5362a14d-a138-45a4-b935-47bae859fdb2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/932] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:14 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => 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: 465/933] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:14 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => 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: 469/934] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:15 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => 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: 466/935] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:15 2026] GET /v2.0/ports?device_id=1452216c-620a-4aa7-aa2f-efd416d49fd4 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/936] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:16 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => 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: 471/937] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:30:16 2026] GET /v2.0/security-groups?tenant_id=c96449e00b1a448e95d0d9963962fc59&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/938] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:30:16 2026] GET /v2.0/security-groups?tenant_id=eb0fd6071a164ce5b627bbb0b1fea03e&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/939] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:16 2026] DELETE /v2.0/security-groups/428c289f-89f1-412f-9012-dcfa76128573 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/940] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:16 2026] DELETE /v2.0/security-groups/ee256a05-8b89-41be-8472-f15c640e72ad => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:30:17.013 8 INFO neutron.api.v2.resource [None req-8cebff3c-6005-4d1d-aff1-4c6e3d91982c 1411c389955448c1836140e58c21f1ab bfaeef43094b4378864658605aad8a78 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 469/941] 10.0.0.18 () {32 vars in 736 bytes} [Wed Jun 10 09:30:17 2026] GET /v2.0/security-groups/428c289f-89f1-412f-9012-dcfa76128573 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/942] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:16 2026] DELETE /v2.0/security-groups/abe5487c-a7d0-457a-b3ea-51d7b70eefbc => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:30:17.130 8 INFO neutron_taas.services.taas.taas_plugin [None req-825e9593-feca-493e-8baf-61075ee2e4eb 1411c389955448c1836140e58c21f1ab bfaeef43094b4378864658605aad8a78 - - default default] TaaS: Handle Delete Port: b840bcc2-18ed-4bab-b476-bcea9bed5bd1 2026-06-10 09:30:17.133 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-825e9593-feca-493e-8baf-61075ee2e4eb 1411c389955448c1836140e58c21f1ab bfaeef43094b4378864658605aad8a78 - - default default] Tap Mirror: Handle Delete Port: b840bcc2-18ed-4bab-b476-bcea9bed5bd1 [pid: 8|app: 0|req: 470/943] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:30:17 2026] DELETE /v2.0/floatingips/b2efd890-9dbd-4343-90af-ce2a4af3ab61 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/944] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:17 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:30:18.040 7 INFO neutron_taas.services.taas.taas_plugin [None req-b810dfc3-7c3e-4813-b54d-523c51a0d505 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 7f0d8e56-5e14-439f-895c-d29f496f575e 2026-06-10 09:30:18.045 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b810dfc3-7c3e-4813-b54d-523c51a0d505 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 7f0d8e56-5e14-439f-895c-d29f496f575e [pid: 7|app: 0|req: 474/945] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:30:17 2026] PUT /v2.0/routers/9ce3cec2-0f3d-4402-9e7e-1f1ce11185b9/remove_router_interface => generated 309 bytes in 1253 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/946] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:18 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/947] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:30:18 2026] GET /v2.0/networks?id=5362a14d-a138-45a4-b935-47bae859fdb2 => generated 676 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/948] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 10 09:30:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d81a68a3a1d840baa7303f323eee02a7 => generated 181 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:18.934 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0962464-7324-4786-95a9-6fd18eeea73c 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: e94c69d4-98ce-433e-abba-fd69a2419897 2026-06-10 09:30:18.939 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0962464-7324-4786-95a9-6fd18eeea73c 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: e94c69d4-98ce-433e-abba-fd69a2419897 2026-06-10 09:30:19.259 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0962464-7324-4786-95a9-6fd18eeea73c 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 57ff7410-3341-4783-a468-c64d0b5da0ae 2026-06-10 09:30:19.262 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0962464-7324-4786-95a9-6fd18eeea73c 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 57ff7410-3341-4783-a468-c64d0b5da0ae [pid: 7|app: 0|req: 478/949] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 10 09:30:18 2026] POST /v2.0/ports => generated 958 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, ' 2026-06-10 09:30:19.658 8 INFO neutron.services.segments.plugin [-] Segment c37198dd-ccd8-4a3f-bdc7-fe03deb885fa resource provider aggregate not found 2026-06-10 09:30:19.670 8 INFO neutron.services.segments.plugin [-] Segment c37198dd-ccd8-4a3f-bdc7-fe03deb885fa resource provider aggregate not found 2026-06-10 09:30:19.685 8 INFO neutron.services.segments.plugin [-] Segment c37198dd-ccd8-4a3f-bdc7-fe03deb885fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c37198dd-ccd8-4a3f-bdc7-fe03deb885fa found for delete ", "request_id": "req-6d4211e4-ce6f-423c-a816-5f6d2a7f22b3"}]} 2026-06-10 09:30:19.686 8 INFO neutron.services.segments.plugin [-] Segment c37198dd-ccd8-4a3f-bdc7-fe03deb885fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c37198dd-ccd8-4a3f-bdc7-fe03deb885fa found for delete ", "request_id": "req-408f2f55-7b7a-4997-99a2-e5c07db0c577"}]} 2026-06-10 09:30:19.721 8 INFO neutron.db.l3_hamode_db [None req-e0962464-7324-4786-95a9-6fd18eeea73c 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] HA network 5a4dfff8-a6b9-41e1-a670-4498b91e69be was deleted as no HA routers are present in tenant bfaeef43094b4378864658605aad8a78. [pid: 8|app: 0|req: 472/950] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:30:18 2026] DELETE /v2.0/routers/9ce3cec2-0f3d-4402-9e7e-1f1ce11185b9 => generated 0 bytes in 1094 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:30:19.759 7 INFO neutron.db.segments_db [None req-dce3a928-c288-4cc0-8df3-c6ec0146f690 78361db183534f99a20029518cc788f3 48c71ce6e6f04333a0a1fc271f3ab999 - - default default] Added segment 8186ae83-0983-4d3a-9de6-4958e69e894b of type vxlan for network 00d7282c-940e-4a5c-b69b-3964511bad08 [pid: 7|app: 0|req: 479/951] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:30:19 2026] POST /v2.0/networks => generated 629 bytes in 599 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/952] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:30:19 2026] GET /v2.0/security-groups?tenant_id=632f8722bc0b413ca7597a11fdbfd0b9&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/953] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:30:19 2026] PUT /v2.0/ports/55f1b2c2-39b7-4f8d-b598-629cb26eb43b => generated 1239 bytes in 444 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-10 09:30:20.210 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-974e317d-e064-44a8-aac2-b2cd1f0e3ead'] response: {'name': 'network-changed', 'server_uuid': 'fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e', 'tag': '55f1b2c2-39b7-4f8d-b598-629cb26eb43b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 474/954] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:20 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/955] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:30:20 2026] DELETE /v2.0/subnets/55b8865f-50e1-4241-bf51-ce7a12511db7 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/956] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:20 2026] DELETE /v2.0/security-groups/6af66cb8-f2aa-4b87-b0e3-bed501a0f12f => 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: 483/957] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:20 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:20.514 7 INFO neutron_taas.services.taas.taas_plugin [None req-58b95be8-1800-4c62-90e9-182681022138 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 6096e4f7-d2b8-4dc2-8df6-5ad7e5dae905 2026-06-10 09:30:20.516 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58b95be8-1800-4c62-90e9-182681022138 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 6096e4f7-d2b8-4dc2-8df6-5ad7e5dae905 [pid: 8|app: 0|req: 475/958] 10.0.0.18 () {34 vars in 664 bytes} [Wed Jun 10 09:30:20 2026] POST /v2.0/ports => generated 778 bytes in 349 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-10 09:30:20.675 8 INFO neutron.db.segments_db [None req-be5d421d-abf9-4eca-82b0-b3875a24cf98 78361db183534f99a20029518cc788f3 48c71ce6e6f04333a0a1fc271f3ab999 - - default default] Added segment b514dc40-4312-4fc4-b91a-c4a11ef7c6d9 of type vxlan for network 1224bb07-cc8c-4a60-b733-e4c5f03059dd 2026-06-10 09:30:20.694 7 INFO neutron.services.segments.plugin [-] Segment f8c5cc34-0df1-42f3-a14e-24b1320b2ff4 resource provider aggregate not found 2026-06-10 09:30:20.698 7 INFO neutron.services.segments.plugin [-] Segment f8c5cc34-0df1-42f3-a14e-24b1320b2ff4 resource provider aggregate not found 2026-06-10 09:30:20.716 7 INFO neutron.services.segments.plugin [-] Segment f8c5cc34-0df1-42f3-a14e-24b1320b2ff4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8c5cc34-0df1-42f3-a14e-24b1320b2ff4 found for delete ", "request_id": "req-cdcc0233-72f1-40a0-a96c-0a45b24b5805"}]} 2026-06-10 09:30:20.720 7 INFO neutron.services.segments.plugin [-] Segment f8c5cc34-0df1-42f3-a14e-24b1320b2ff4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8c5cc34-0df1-42f3-a14e-24b1320b2ff4 found for delete ", "request_id": "req-96b51b76-b6a6-4726-94e4-db7e57bf78d7"}]} [pid: 7|app: 0|req: 484/959] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:30:20 2026] DELETE /v2.0/networks/09f1bb79-b9a6-4112-913f-e5afe817ac17 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/960] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:30:20 2026] GET /v2.0/ports?tenant_id=d81a68a3a1d840baa7303f323eee02a7&device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => 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: 476/961] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:30:20 2026] POST /v2.0/networks => generated 617 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/962] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 10 09:30:20 2026] GET /v2.0/networks?tenant_id=d81a68a3a1d840baa7303f323eee02a7&shared=False => generated 772 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/963] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 10 09:30:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/964] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:30:20 2026] GET /v2.0/security-groups?tenant_id=bfaeef43094b4378864658605aad8a78&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/965] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:21 2026] DELETE /v2.0/security-groups/edaa7be6-8e21-4567-85c8-55ddf893cc53 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/966] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:30:20 2026] POST /v2.0/subnets => generated 646 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/967] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:21 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/968] 10.0.0.18 () {34 vars in 664 bytes} [Wed Jun 10 09:30:21 2026] POST /v2.0/ports => generated 965 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 479/969] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:21 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:21.690 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5b0be67-baca-49f8-b8e4-8c080c8b1b54 78361db183534f99a20029518cc788f3 48c71ce6e6f04333a0a1fc271f3ab999 - - default default] TaaS: Handle Delete Port: 96aabcaf-4f46-4db1-9992-6102eb918623 2026-06-10 09:30:21.693 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5b0be67-baca-49f8-b8e4-8c080c8b1b54 78361db183534f99a20029518cc788f3 48c71ce6e6f04333a0a1fc271f3ab999 - - default default] Tap Mirror: Handle Delete Port: 96aabcaf-4f46-4db1-9992-6102eb918623 [pid: 7|app: 0|req: 491/970] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:30:21 2026] DELETE /v2.0/ports/96aabcaf-4f46-4db1-9992-6102eb918623 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:30:21.863 8 INFO neutron.pecan_wsgi.hooks.translation [None req-23a0ff4d-47ee-4152-a75a-0c8bf4879b5e 78361db183534f99a20029518cc788f3 48c71ce6e6f04333a0a1fc271f3ab999 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 480/971] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:30:21 2026] DELETE /v2.0/ports/96aabcaf-4f46-4db1-9992-6102eb918623 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:30:21.895 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a1dc8f71-916a-47a2-9e85-242f9e3fa605 78361db183534f99a20029518cc788f3 48c71ce6e6f04333a0a1fc271f3ab999 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 492/972] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:30:21 2026] GET /v2.0/ports/96aabcaf-4f46-4db1-9992-6102eb918623 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/973] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:30:21 2026] GET /v2.0/ports?tenant_id=d81a68a3a1d840baa7303f323eee02a7&device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/974] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 10 09:30:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=55f1b2c2-39b7-4f8d-b598-629cb26eb43b => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/975] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:30:21 2026] DELETE /v2.0/subnets/b1d2321c-70ad-401f-8450-2c0b50091eea => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/976] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:30:22 2026] GET /v2.0/subnets?id=e21f755f-4b72-43ce-b469-dbfb0147845a => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/977] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:30:22 2026] GET /v2.0/ports?network_id=5362a14d-a138-45a4-b935-47bae859fdb2&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/978] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:30:22 2026] GET /v2.0/networks/5362a14d-a138-45a4-b935-47bae859fdb2?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/979] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:30:22 2026] GET /v2.0/networks/5362a14d-a138-45a4-b935-47bae859fdb2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:30:22.201 8 INFO neutron.services.segments.plugin [-] Segment b514dc40-4312-4fc4-b91a-c4a11ef7c6d9 resource provider aggregate not found 2026-06-10 09:30:22.207 8 INFO neutron.services.segments.plugin [-] Segment b514dc40-4312-4fc4-b91a-c4a11ef7c6d9 resource provider aggregate not found 2026-06-10 09:30:22.220 8 INFO neutron.services.segments.plugin [-] Segment b514dc40-4312-4fc4-b91a-c4a11ef7c6d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b514dc40-4312-4fc4-b91a-c4a11ef7c6d9 found for delete ", "request_id": "req-a80d38a2-0577-43c6-9d12-7914edb77734"}]} 2026-06-10 09:30:22.227 8 INFO neutron.services.segments.plugin [-] Segment b514dc40-4312-4fc4-b91a-c4a11ef7c6d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b514dc40-4312-4fc4-b91a-c4a11ef7c6d9 found for delete ", "request_id": "req-da55c91a-ebfd-4048-9e24-71f6c9618d74"}]} [pid: 8|app: 0|req: 482/980] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:30:22 2026] DELETE /v2.0/networks/1224bb07-cc8c-4a60-b733-e4c5f03059dd => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:30:22.301 7 INFO neutron.db.segments_db [None req-0e61a9ad-bb42-4347-929e-5522518e69d8 78361db183534f99a20029518cc788f3 48c71ce6e6f04333a0a1fc271f3ab999 - - default default] Added segment 45589977-db34-402d-b279-388ca2c04fdb of type vxlan for network 65aa5920-4453-4dfa-adbc-c4f67c664b39 [pid: 7|app: 0|req: 499/981] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:30:22 2026] POST /v2.0/networks => generated 616 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:30:22.780 8 INFO neutron.db.segments_db [None req-1897d1e7-0226-4a47-8932-f688ec45decb ab430ec71b5f426094785d9db3b03375 15c20c6812bd4bd5bde0b83a22cf6e1c - - default default] Added segment aba0ffc7-3408-4b93-b713-45bf6df35456 of type vxlan for network fc894f61-0332-4f71-839e-b9bdcdd8a162 [pid: 7|app: 0|req: 500/982] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:30:22 2026] POST /v2.0/subnets => generated 646 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:30:22.845 8 INFO neutron.db.segments_db [None req-1897d1e7-0226-4a47-8932-f688ec45decb ab430ec71b5f426094785d9db3b03375 15c20c6812bd4bd5bde0b83a22cf6e1c - - default default] Added segment a4f82cca-ffa6-46f1-b60a-518ea5f1c1e4 of type vxlan for network 4f0d2e70-f89e-46f5-a956-2ce2819faa9b [pid: 7|app: 0|req: 501/983] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:22 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/984] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:30:22 2026] POST /v2.0/networks => generated 1207 bytes in 615 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/985] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:23 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&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: 502/986] 10.0.0.18 () {34 vars in 664 bytes} [Wed Jun 10 09:30:22 2026] POST /v2.0/ports => generated 927 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:30:23.301 8 INFO neutron.db.segments_db [None req-dc9ffc55-3ae4-420d-a310-af566e5feb3c 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment b6a09cfa-9a94-461c-8f51-541204145ccf of type vxlan for network 32aed0e4-9b2e-4ae4-a8b6-52666fe74b52 [pid: 7|app: 0|req: 503/987] 10.0.0.18 () {32 vars in 648 bytes} [Wed Jun 10 09:30:23 2026] GET /v2.0/networks => generated 1844 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:30:23.413 7 INFO neutron_taas.services.taas.taas_plugin [None req-85479062-e721-4e2d-b1b1-5d7d8c3eed04 78361db183534f99a20029518cc788f3 48c71ce6e6f04333a0a1fc271f3ab999 - - default default] TaaS: Handle Delete Port: 1c13e6b2-433a-464f-ace3-29c042685287 2026-06-10 09:30:23.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85479062-e721-4e2d-b1b1-5d7d8c3eed04 78361db183534f99a20029518cc788f3 48c71ce6e6f04333a0a1fc271f3ab999 - - default default] Tap Mirror: Handle Delete Port: 1c13e6b2-433a-464f-ace3-29c042685287 [pid: 8|app: 0|req: 485/988] 10.0.0.18 () {34 vars in 670 bytes} [Wed Jun 10 09:30:23 2026] POST /v2.0/networks => generated 725 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/989] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:30:23 2026] DELETE /v2.0/networks/fc894f61-0332-4f71-839e-b9bdcdd8a162 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/990] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:30:23 2026] DELETE /v2.0/ports/1c13e6b2-433a-464f-ace3-29c042685287 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:30:23.743 7 INFO neutron.services.segments.plugin [-] Segment a4f82cca-ffa6-46f1-b60a-518ea5f1c1e4 resource provider aggregate not found 2026-06-10 09:30:23.746 7 INFO neutron.services.segments.plugin [-] Segment a4f82cca-ffa6-46f1-b60a-518ea5f1c1e4 resource provider aggregate not found 2026-06-10 09:30:23.766 7 INFO neutron.services.segments.plugin [-] Segment a4f82cca-ffa6-46f1-b60a-518ea5f1c1e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4f82cca-ffa6-46f1-b60a-518ea5f1c1e4 found for delete ", "request_id": "req-745a85e7-d7f8-4f38-bf87-367d13ca8aa4"}]} 2026-06-10 09:30:23.768 7 INFO neutron.services.segments.plugin [-] Segment a4f82cca-ffa6-46f1-b60a-518ea5f1c1e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4f82cca-ffa6-46f1-b60a-518ea5f1c1e4 found for delete ", "request_id": "req-09340be8-08a0-4cc2-b4a5-933801e9b0d5"}]} [pid: 8|app: 0|req: 487/991] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:30:23 2026] POST /v2.0/subnets => generated 691 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/992] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:30:23 2026] DELETE /v2.0/networks/4f0d2e70-f89e-46f5-a956-2ce2819faa9b => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:30:23.790 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a9bcf0f8-c14e-4d39-bfe7-49a5f8e9efd7 78361db183534f99a20029518cc788f3 48c71ce6e6f04333a0a1fc271f3ab999 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 488/993] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:30:23 2026] GET /v2.0/ports/1c13e6b2-433a-464f-ace3-29c042685287 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/994] 10.0.0.18 () {32 vars in 648 bytes} [Wed Jun 10 09:30:23 2026] GET /v2.0/networks => generated 651 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:23.849 7 INFO neutron.db.segments_db [None req-97ddfada-9290-4053-9ef5-6b38ee7cf67b 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 959c1dcd-4b1f-4475-a412-7f3b000d325b of type vxlan for network d05141a3-e9af-443a-a3b2-15a4911ef0fa [pid: 8|app: 0|req: 490/995] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:30:23 2026] DELETE /v2.0/subnets/bb928b97-43b1-40b9-a21a-875a3cd94f62 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:30:23.985 8 INFO neutron.db.segments_db [None req-9153a9f3-2036-4d7b-93da-9a2121094d51 ab430ec71b5f426094785d9db3b03375 15c20c6812bd4bd5bde0b83a22cf6e1c - - default default] Added segment 906539f3-6124-431e-a465-fbd310d2505e of type vxlan for network e8ffdd40-8d9f-4eef-88dd-acf0c0b005ea [pid: 8|app: 0|req: 491/996] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:30:23 2026] POST /v2.0/networks => generated 630 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:30:24.176 7 INFO neutron.db.l3_hamode_db [None req-97ddfada-9290-4053-9ef5-6b38ee7cf67b 7666d4f62ab74510a27292b5c557cf80 04f440a4fad348c7855b567f3b168575 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:30:24.243 8 INFO neutron.services.segments.plugin [-] Segment aba0ffc7-3408-4b93-b713-45bf6df35456 resource provider aggregate not found 2026-06-10 09:30:24.251 8 INFO neutron.services.segments.plugin [-] Segment aba0ffc7-3408-4b93-b713-45bf6df35456 resource provider aggregate not found [pid: 8|app: 0|req: 492/997] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:30:24 2026] DELETE /v2.0/networks/65aa5920-4453-4dfa-adbc-c4f67c664b39 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:30:24.269 8 INFO neutron.services.segments.plugin [-] Segment aba0ffc7-3408-4b93-b713-45bf6df35456 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aba0ffc7-3408-4b93-b713-45bf6df35456 found for delete ", "request_id": "req-275b2aaa-42a9-4d5b-b672-013cfb06ccca"}]} 2026-06-10 09:30:24.283 8 INFO neutron.services.segments.plugin [-] Segment aba0ffc7-3408-4b93-b713-45bf6df35456 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aba0ffc7-3408-4b93-b713-45bf6df35456 found for delete ", "request_id": "req-02e2e53f-979f-4503-b828-7bf38d733af0"}]} 2026-06-10 09:30:24.293 8 INFO neutron.services.segments.plugin [-] Segment 45589977-db34-402d-b279-388ca2c04fdb resource provider aggregate not found [pid: 8|app: 0|req: 493/998] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:24 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:24.316 8 INFO neutron.services.segments.plugin [-] Segment 45589977-db34-402d-b279-388ca2c04fdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45589977-db34-402d-b279-388ca2c04fdb found for delete ", "request_id": "req-25f7333a-ac5e-4879-9f6b-84fe9ad118e3"}]} 2026-06-10 09:30:24.318 8 INFO neutron.services.segments.plugin [-] Segment 45589977-db34-402d-b279-388ca2c04fdb resource provider aggregate not found 2026-06-10 09:30:24.337 8 INFO neutron.services.segments.plugin [-] Segment 45589977-db34-402d-b279-388ca2c04fdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45589977-db34-402d-b279-388ca2c04fdb found for delete ", "request_id": "req-b983175b-0991-4adc-9918-d7140ebe2b79"}]} 2026-06-10 09:30:24.375 8 INFO neutron.db.segments_db [None req-99fbe1d9-3ee2-414c-89f9-1ec61629063b ab430ec71b5f426094785d9db3b03375 15c20c6812bd4bd5bde0b83a22cf6e1c - - default default] Added segment e6f9c6dc-5913-45c5-bc7d-a74a5f90330d of type vxlan for network 499ed494-23ec-4695-924f-96d27aa87c08 [pid: 8|app: 0|req: 494/999] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:30:24 2026] POST /v2.0/networks => generated 631 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1000] 10.0.0.18 () {34 vars in 664 bytes} [Wed Jun 10 09:30:24 2026] POST /v2.0/ports => generated 778 bytes in 323 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: 496/1001] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:24 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:24.896 7 INFO neutron.db.l3_hamode_db [None req-97ddfada-9290-4053-9ef5-6b38ee7cf67b 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 497/1002] 10.0.0.18 () {34 vars in 664 bytes} [Wed Jun 10 09:30:24 2026] POST /v2.0/ports => generated 1505 bytes in 1112 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: 498/1003] 10.0.0.18 () {34 vars in 736 bytes} [Wed Jun 10 09:30:25 2026] PUT /v2.0/ports/88eddb4e-8a9c-4536-9c06-0c38f6243bfe => generated 752 bytes in 214 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: 499/1004] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:26 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1005] 10.0.0.18 () {32 vars in 642 bytes} [Wed Jun 10 09:30:26 2026] GET /v2.0/ports => generated 1505 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:30:26.424 8 INFO neutron_taas.services.taas.taas_plugin [None req-45f5344b-37ca-4137-8d0c-3527e80f6a87 78361db183534f99a20029518cc788f3 48c71ce6e6f04333a0a1fc271f3ab999 - - default default] TaaS: Handle Delete Port: 88eddb4e-8a9c-4536-9c06-0c38f6243bfe 2026-06-10 09:30:26.429 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45f5344b-37ca-4137-8d0c-3527e80f6a87 78361db183534f99a20029518cc788f3 48c71ce6e6f04333a0a1fc271f3ab999 - - default default] Tap Mirror: Handle Delete Port: 88eddb4e-8a9c-4536-9c06-0c38f6243bfe [pid: 7|app: 0|req: 506/1006] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:30:23 2026] POST /v2.0/routers => generated 731 bytes in 2653 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1007] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:26 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&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: 501/1008] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:30:26 2026] DELETE /v2.0/ports/88eddb4e-8a9c-4536-9c06-0c38f6243bfe => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:30:26.592 7 INFO neutron_taas.services.taas.taas_plugin [None req-2333f67a-0cff-4c85-b536-ec2fa102bc93 ab430ec71b5f426094785d9db3b03375 15c20c6812bd4bd5bde0b83a22cf6e1c - - default default] TaaS: Handle Delete Port: 9fa5b99d-66c8-419e-9ff8-12d0747a0595 2026-06-10 09:30:26.595 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2333f67a-0cff-4c85-b536-ec2fa102bc93 ab430ec71b5f426094785d9db3b03375 15c20c6812bd4bd5bde0b83a22cf6e1c - - default default] Tap Mirror: Handle Delete Port: 9fa5b99d-66c8-419e-9ff8-12d0747a0595 [pid: 7|app: 0|req: 508/1009] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:30:26 2026] DELETE /v2.0/ports/9fa5b99d-66c8-419e-9ff8-12d0747a0595 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1010] 10.0.0.18 () {32 vars in 642 bytes} [Wed Jun 10 09:30:26 2026] GET /v2.0/ports => generated 781 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:26.927 7 INFO neutron_taas.services.taas.taas_plugin [None req-52374251-6ab9-4a36-ade8-0a993c154c8c ab430ec71b5f426094785d9db3b03375 15c20c6812bd4bd5bde0b83a22cf6e1c - - default default] TaaS: Handle Delete Port: c7c03b6f-46cc-45ac-bc99-5080177e85f0 2026-06-10 09:30:26.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52374251-6ab9-4a36-ade8-0a993c154c8c ab430ec71b5f426094785d9db3b03375 15c20c6812bd4bd5bde0b83a22cf6e1c - - default default] Tap Mirror: Handle Delete Port: c7c03b6f-46cc-45ac-bc99-5080177e85f0 [pid: 7|app: 0|req: 510/1011] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:30:26 2026] DELETE /v2.0/ports/c7c03b6f-46cc-45ac-bc99-5080177e85f0 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:30:27.103 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ad5ce644-3072-492a-9d2e-ab85c1bcd336 78361db183534f99a20029518cc788f3 48c71ce6e6f04333a0a1fc271f3ab999 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 511/1012] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:30:27 2026] GET /v2.0/ports/88eddb4e-8a9c-4536-9c06-0c38f6243bfe => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1015] 10.0.0.18 () {32 vars in 642 bytes} [Wed Jun 10 09:30:27 2026] GET /v2.0/ports => 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: 515/1016] 10.0.0.18 () {32 vars in 642 bytes} [Wed Jun 10 09:30:27 2026] GET /v2.0/ports => generated 781 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:27.230 7 INFO neutron.db.segments_db [None req-778c2478-1b92-484f-b6f8-c5c5678b6a55 ab430ec71b5f426094785d9db3b03375 15c20c6812bd4bd5bde0b83a22cf6e1c - - default default] Added segment 94ae98e5-b2c3-4c62-883a-5c75ee7b8348 of type vxlan for network 0dfbed46-f4ad-4e50-92c0-b63ccbafe30a [pid: 7|app: 0|req: 516/1017] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:30:27 2026] POST /v2.0/networks => generated 631 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1018] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:30:27 2026] GET /v2.0/ports/a9349203-e0ca-428a-ad58-351fe6567955 => generated 778 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:27.472 7 INFO neutron.db.segments_db [None req-bc199bbe-8a61-4ccc-90eb-289dbe65b9c8 ab430ec71b5f426094785d9db3b03375 15c20c6812bd4bd5bde0b83a22cf6e1c - - default default] Added segment 2f7c1805-6e91-4317-9106-f5b77357033b of type vxlan for network 3582b2f1-dfdd-40f4-b349-e9965f1bcf78 [pid: 7|app: 0|req: 518/1019] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:30:27 2026] POST /v2.0/networks => generated 630 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:30:27.611 7 INFO neutron.pecan_wsgi.hooks.translation [None req-567073d5-5f90-4268-ac0b-0865e40e0fb5 78361db183534f99a20029518cc788f3 48c71ce6e6f04333a0a1fc271f3ab999 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 519/1020] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:30:27 2026] DELETE /v2.0/ports/1c13e6b2-433a-464f-ace3-29c042685287 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1021] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:27 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:27.694 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be540686-7048-4c6a-a82c-89df90381191 78361db183534f99a20029518cc788f3 48c71ce6e6f04333a0a1fc271f3ab999 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 521/1022] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:30:27 2026] DELETE /v2.0/subnets/bb928b97-43b1-40b9-a21a-875a3cd94f62 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1023] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:30:26 2026] PUT /v2.0/routers/ad785109-4c47-442a-959e-59c85781d338/add_router_interface => generated 309 bytes in 1418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1024] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:27 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:27.989 8 INFO neutron.pecan_wsgi.hooks.translation [None req-28e59565-a5b3-4912-8a2e-83fff6709688 78361db183534f99a20029518cc788f3 48c71ce6e6f04333a0a1fc271f3ab999 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 504/1025] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:30:27 2026] DELETE /v2.0/subnets/b1d2321c-70ad-401f-8450-2c0b50091eea => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:30:28.095 8 INFO neutron_taas.services.taas.taas_plugin [None req-49dfa7d6-44c4-47c6-af99-ee575c3036a1 78361db183534f99a20029518cc788f3 48c71ce6e6f04333a0a1fc271f3ab999 - - default default] TaaS: Handle Delete Port: a9349203-e0ca-428a-ad58-351fe6567955 2026-06-10 09:30:28.097 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49dfa7d6-44c4-47c6-af99-ee575c3036a1 78361db183534f99a20029518cc788f3 48c71ce6e6f04333a0a1fc271f3ab999 - - default default] Tap Mirror: Handle Delete Port: a9349203-e0ca-428a-ad58-351fe6567955 [pid: 8|app: 0|req: 505/1026] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:30:27 2026] DELETE /v2.0/ports/a9349203-e0ca-428a-ad58-351fe6567955 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1027] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:28 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:28.403 8 INFO neutron.services.segments.plugin [-] Segment 8186ae83-0983-4d3a-9de6-4958e69e894b resource provider aggregate not found 2026-06-10 09:30:28.406 8 INFO neutron.services.segments.plugin [-] Segment 8186ae83-0983-4d3a-9de6-4958e69e894b resource provider aggregate not found 2026-06-10 09:30:28.418 8 INFO neutron.services.segments.plugin [-] Segment 8186ae83-0983-4d3a-9de6-4958e69e894b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8186ae83-0983-4d3a-9de6-4958e69e894b found for delete ", "request_id": "req-3cc63b47-68a4-4a31-93d8-4fd6aeb54e5c"}]} 2026-06-10 09:30:28.427 8 INFO neutron.services.segments.plugin [-] Segment 8186ae83-0983-4d3a-9de6-4958e69e894b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8186ae83-0983-4d3a-9de6-4958e69e894b found for delete ", "request_id": "req-7b176fac-0fe1-4fbd-845c-f34fefb8de63"}]} [pid: 8|app: 0|req: 507/1028] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:30:28 2026] DELETE /v2.0/networks/00d7282c-940e-4a5c-b69b-3964511bad08 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1029] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:30:27 2026] POST /v2.0/subnets => generated 1274 bytes in 780 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1030] 10.0.0.18 () {32 vars in 646 bytes} [Wed Jun 10 09:30:28 2026] GET /v2.0/subnets => generated 1910 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1031] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:30:28 2026] DELETE /v2.0/subnets/ff09f321-55fe-4769-9904-9973b7407edc => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:30:28.861 8 INFO neutron.db.l3_db [None req-12aa28e7-fffd-4175-85eb-14caa42a3e51 da59cfe39b4a4d02ab5338a48b922a7e d81a68a3a1d840baa7303f323eee02a7 - - default default] Floating IP 0bb7d7c2-7dc9-45f4-9380-89356a99ba88 associated. External IP: 10.96.250.205, port: 55f1b2c2-39b7-4f8d-b598-629cb26eb43b. [pid: 7|app: 0|req: 525/1032] 10.0.0.18 () {34 vars in 684 bytes} [Wed Jun 10 09:30:28 2026] POST /v2.0/security-groups => generated 1658 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1033] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:30:28 2026] DELETE /v2.0/subnets/be0abd39-954c-40ac-a160-1d96ac20f2a3 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1034] 10.0.0.18 () {34 vars in 748 bytes} [Wed Jun 10 09:30:28 2026] PUT /v2.0/floatingips/0bb7d7c2-7dc9-45f4-9380-89356a99ba88 => generated 856 bytes in 779 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:29.290 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-937b1e9d-a358-488a-a8e6-6367b99cde90'] response: {'name': 'network-changed', 'server_uuid': 'fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e', 'tag': '55f1b2c2-39b7-4f8d-b598-629cb26eb43b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 527/1035] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:30:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1036] 10.0.0.18 () {32 vars in 646 bytes} [Wed Jun 10 09:30:29 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: 8|app: 0|req: 509/1037] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:30:29 2026] GET /v2.0/security-groups?tenant_id=48c71ce6e6f04333a0a1fc271f3ab999&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1038] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:30:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1039] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:30:29 2026] DELETE /v2.0/networks/3582b2f1-dfdd-40f4-b349-e9965f1bcf78 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1040] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:29 2026] DELETE /v2.0/security-groups/b8b8d884-08c0-4c17-b242-79083aef7780 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:30:29.790 7 INFO neutron.services.segments.plugin [-] Segment 94ae98e5-b2c3-4c62-883a-5c75ee7b8348 resource provider aggregate not found 2026-06-10 09:30:29.794 7 INFO neutron.services.segments.plugin [-] Segment 94ae98e5-b2c3-4c62-883a-5c75ee7b8348 resource provider aggregate not found 2026-06-10 09:30:29.828 7 INFO neutron.services.segments.plugin [-] Segment 94ae98e5-b2c3-4c62-883a-5c75ee7b8348 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94ae98e5-b2c3-4c62-883a-5c75ee7b8348 found for delete ", "request_id": "req-9203cb38-6512-4acc-9007-b89d364c0702"}]} 2026-06-10 09:30:29.836 7 INFO neutron.services.segments.plugin [-] Segment 94ae98e5-b2c3-4c62-883a-5c75ee7b8348 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94ae98e5-b2c3-4c62-883a-5c75ee7b8348 found for delete ", "request_id": "req-b32d4051-0e40-40cd-9816-faee439594b7"}]} [pid: 7|app: 0|req: 531/1041] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:30:29 2026] DELETE /v2.0/networks/0dfbed46-f4ad-4e50-92c0-b63ccbafe30a => 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: 532/1042] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:30:29 2026] GET /v2.0/ports?tenant_id=d81a68a3a1d840baa7303f323eee02a7&device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1043] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:30:29 2026] DELETE /v2.0/networks/499ed494-23ec-4695-924f-96d27aa87c08 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1044] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:30:30 2026] GET /v2.0/networks?id=5362a14d-a138-45a4-b935-47bae859fdb2 => generated 772 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1045] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:30:30 2026] DELETE /v2.0/networks/e8ffdd40-8d9f-4eef-88dd-acf0c0b005ea => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1046] 10.0.0.18 () {34 vars in 675 bytes} [Wed Jun 10 09:30:29 2026] POST /v2.0/floatingips => generated 552 bytes in 692 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1047] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 10 09:30:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=55f1b2c2-39b7-4f8d-b598-629cb26eb43b => generated 859 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1048] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:30:30 2026] GET /v2.0/subnets?id=e21f755f-4b72-43ce-b469-dbfb0147845a => generated 694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1049] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:30:30 2026] GET /v2.0/ports?network_id=5362a14d-a138-45a4-b935-47bae859fdb2&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1050] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:30:30 2026] GET /v2.0/networks/5362a14d-a138-45a4-b935-47bae859fdb2?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:30:30.442 8 INFO neutron.services.segments.plugin [-] Segment 2f7c1805-6e91-4317-9106-f5b77357033b resource provider aggregate not found 2026-06-10 09:30:30.460 8 INFO neutron.services.segments.plugin [-] Segment 2f7c1805-6e91-4317-9106-f5b77357033b resource provider aggregate not found 2026-06-10 09:30:30.464 8 INFO neutron.services.segments.plugin [-] Segment 2f7c1805-6e91-4317-9106-f5b77357033b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f7c1805-6e91-4317-9106-f5b77357033b found for delete ", "request_id": "req-22217861-615b-4897-8034-22d8187df83c"}]} [pid: 7|app: 0|req: 538/1051] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:30:30 2026] GET /v2.0/networks/5362a14d-a138-45a4-b935-47bae859fdb2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:30:30.480 8 INFO neutron.services.segments.plugin [-] Segment 2f7c1805-6e91-4317-9106-f5b77357033b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f7c1805-6e91-4317-9106-f5b77357033b found for delete ", "request_id": "req-e6d391a3-e9ae-4e9c-914a-b1003c74786e"}]} [pid: 8|app: 0|req: 514/1052] 10.0.0.166 () {34 vars in 1098 bytes} [Wed Jun 10 09:30:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--470854661&fields=id&tenant_id=04f440a4fad348c7855b567f3b168575 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1053] 10.0.0.166 () {34 vars in 982 bytes} [Wed Jun 10 09:30:30 2026] GET /v2.0/networks?id=32aed0e4-9b2e-4ae4-a8b6-52666fe74b52 => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1054] 10.0.0.166 () {34 vars in 965 bytes} [Wed Jun 10 09:30:30 2026] GET /v2.0/quotas/04f440a4fad348c7855b567f3b168575 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1055] 10.0.0.166 () {34 vars in 1002 bytes} [Wed Jun 10 09:30:30 2026] GET /v2.0/ports?tenant_id=04f440a4fad348c7855b567f3b168575&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1056] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:30:30 2026] GET /v2.0/security-groups?tenant_id=15c20c6812bd4bd5bde0b83a22cf6e1c&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1057] 10.0.0.166 () {34 vars in 1008 bytes} [Wed Jun 10 09:30:30 2026] GET /v2.0/networks/32aed0e4-9b2e-4ae4-a8b6-52666fe74b52?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: 543/1058] 10.0.0.166 () {34 vars in 1108 bytes} [Wed Jun 10 09:30:30 2026] GET /v2.0/networks/32aed0e4-9b2e-4ae4-a8b6-52666fe74b52?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: 516/1059] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:30 2026] DELETE /v2.0/security-groups/7a4c8b3a-ba25-44ef-861f-c482074834ff => generated 0 bytes in 504 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:30:31.846 7 INFO neutron.services.segments.plugin [-] Segment e6f9c6dc-5913-45c5-bc7d-a74a5f90330d resource provider aggregate not found 2026-06-10 09:30:31.859 7 INFO neutron.services.segments.plugin [-] Segment e6f9c6dc-5913-45c5-bc7d-a74a5f90330d resource provider aggregate not found 2026-06-10 09:30:31.865 7 INFO neutron.services.segments.plugin [-] Segment e6f9c6dc-5913-45c5-bc7d-a74a5f90330d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6f9c6dc-5913-45c5-bc7d-a74a5f90330d found for delete ", "request_id": "req-4aad5505-cd01-4e75-a8e7-31fd24ba3b1f"}]} 2026-06-10 09:30:31.886 7 INFO neutron.services.segments.plugin [-] Segment e6f9c6dc-5913-45c5-bc7d-a74a5f90330d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6f9c6dc-5913-45c5-bc7d-a74a5f90330d found for delete ", "request_id": "req-fda1135d-74a5-4156-b45e-369bcbd80d7c"}]} 2026-06-10 09:30:31.902 7 INFO neutron.services.segments.plugin [-] Segment 906539f3-6124-431e-a465-fbd310d2505e resource provider aggregate not found 2026-06-10 09:30:31.909 7 INFO neutron.services.segments.plugin [-] Segment 906539f3-6124-431e-a465-fbd310d2505e resource provider aggregate not found 2026-06-10 09:30:31.926 7 INFO neutron.services.segments.plugin [-] Segment 906539f3-6124-431e-a465-fbd310d2505e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 906539f3-6124-431e-a465-fbd310d2505e found for delete ", "request_id": "req-78f203fb-e4a6-4042-b824-fea3bf7f7e02"}]} 2026-06-10 09:30:31.928 7 INFO neutron.services.segments.plugin [-] Segment 906539f3-6124-431e-a465-fbd310d2505e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 906539f3-6124-431e-a465-fbd310d2505e found for delete ", "request_id": "req-4ecd231f-e970-4e2c-8e41-98461af4b8d8"}]} [pid: 7|app: 0|req: 544/1060] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:32 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => 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: 545/1061] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:33 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:30:33.967 8 INFO neutron.db.segments_db [None req-b6b48132-507c-4217-bab5-c8104ff31f38 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Added segment 1c6013b0-789c-40d7-83fe-aaabe733ed54 of type vxlan for network 33b9c168-879a-4adc-b817-ba1a22b2eac3 [pid: 7|app: 0|req: 546/1062] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:34 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => 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: 517/1063] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:30:33 2026] POST /v2.0/networks => generated 615 bytes in 1953 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:30:35.121 7 INFO neutron.db.segments_db [None req-8902e460-bb80-40a5-864c-ecd337331bf0 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Added segment 05ecf29e-63e7-4d60-9362-715c35644d8d of type vxlan for network 3cd8db74-bac3-4e48-adbb-36a6271b86ef [pid: 7|app: 0|req: 547/1064] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:30:35 2026] POST /v2.0/networks => generated 615 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1065] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:30:35 2026] POST /v2.0/subnets => generated 646 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1066] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:36 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => 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: 518/1067] 10.0.0.18 () {34 vars in 683 bytes} [Wed Jun 10 09:30:35 2026] POST /v2.0/security-groups => generated 1625 bytes in 797 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1068] 10.0.0.18 () {32 vars in 662 bytes} [Wed Jun 10 09:30:36 2026] GET /v2.0/security-groups => generated 4530 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1069] 10.0.0.18 () {34 vars in 757 bytes} [Wed Jun 10 09:30:36 2026] PUT /v2.0/security-groups/cf845d8c-46c3-4139-a8d1-c32ec4f3ee78 => generated 1663 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1070] 10.0.0.18 () {32 vars in 736 bytes} [Wed Jun 10 09:30:36 2026] GET /v2.0/security-groups/cf845d8c-46c3-4139-a8d1-c32ec4f3ee78 => generated 1663 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1071] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:36 2026] DELETE /v2.0/security-groups/cf845d8c-46c3-4139-a8d1-c32ec4f3ee78 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1072] 10.0.0.18 () {32 vars in 662 bytes} [Wed Jun 10 09:30:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1073] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:30:36 2026] POST /v2.0/subnets => generated 655 bytes in 670 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:30:36.757 8 INFO neutron.api.v2.resource [None req-33e9c5cd-e68c-4857-9cbb-ae8971359387 9153d3131de94167818473e8f9feea61 c59582454412468295a9c4b5c4cee6be - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 524/1074] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:36 2026] DELETE /v2.0/security-groups/cf845d8c-46c3-4139-a8d1-c32ec4f3ee78 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:30:36.905 7 INFO neutron.db.segments_db [None req-5e827e6d-6e25-448f-b335-65649cf5bcb4 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Added segment d72b19ea-abb6-4ed4-ac82-d9b1313cc223 of type vxlan for network 15ea0be5-d1ac-4b0e-a1a9-ca7ac9bab5b8 [pid: 8|app: 0|req: 525/1075] 10.0.0.18 () {34 vars in 683 bytes} [Wed Jun 10 09:30:36 2026] POST /v2.0/security-groups => generated 1625 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1076] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:37 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:30:37.549 7 INFO neutron.db.l3_hamode_db [None req-5e827e6d-6e25-448f-b335-65649cf5bcb4 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 527/1077] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:30:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1078] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:30:37 2026] GET /v2.0/security-group-rules/4642bacb-103d-47c4-bcee-3a2955b3eaab => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1079] 10.0.0.18 () {32 vars in 672 bytes} [Wed Jun 10 09:30:37 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:30:37.735 7 INFO neutron.db.l3_hamode_db [None req-5e827e6d-6e25-448f-b335-65649cf5bcb4 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 530/1080] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:30:37 2026] DELETE /v2.0/security-group-rules/4642bacb-103d-47c4-bcee-3a2955b3eaab => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1081] 10.0.0.18 () {32 vars in 672 bytes} [Wed Jun 10 09:30:37 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1082] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:30:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1083] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:38 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => 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: 534/1084] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:30:38 2026] GET /v2.0/security-group-rules/cd7f587b-4a3b-4107-bdc8-baa4d4359945 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1085] 10.0.0.18 () {32 vars in 672 bytes} [Wed Jun 10 09:30:38 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1086] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:30:36 2026] POST /v2.0/routers => generated 511 bytes in 1866 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1087] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:30:38 2026] DELETE /v2.0/security-group-rules/cd7f587b-4a3b-4107-bdc8-baa4d4359945 => 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: 537/1088] 10.0.0.18 () {32 vars in 672 bytes} [Wed Jun 10 09:30:38 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:30:38.840 8 INFO neutron.db.securitygroups_db [None req-cb0d19e4-ab13-4da2-9cef-95985d763185 9153d3131de94167818473e8f9feea61 c59582454412468295a9c4b5c4cee6be - - default default] Project c59582454412468295a9c4b5c4cee6be 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: 538/1089] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:30:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1090] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:30:39 2026] GET /v2.0/security-group-rules/823d1ade-b7c0-4766-913e-52bd276ef980 => generated 607 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1091] 10.0.0.18 () {32 vars in 672 bytes} [Wed Jun 10 09:30:39 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1092] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:30:39 2026] DELETE /v2.0/security-group-rules/823d1ade-b7c0-4766-913e-52bd276ef980 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1093] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:30:39 2026] GET /v2.0/networks?id=32aed0e4-9b2e-4ae4-a8b6-52666fe74b52 => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1094] 10.0.0.18 () {32 vars in 672 bytes} [Wed Jun 10 09:30:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1095] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 10 09:30:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=04f440a4fad348c7855b567f3b168575 => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1096] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:39 2026] DELETE /v2.0/security-groups/ef9786e2-04bd-4cc9-9989-952a0042e3f5 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1097] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:30:38 2026] PUT /v2.0/routers/14a55396-48ff-455c-9093-3384482fbdf7/add_router_interface => generated 309 bytes in 1225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1098] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:39 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => 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: 554/1099] 10.0.0.18 () {32 vars in 662 bytes} [Wed Jun 10 09:30:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1100] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:30:39 2026] GET /v2.0/ports/7533643d-4fbc-49e3-9b08-50a63bc6fb47 => generated 959 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1101] 10.0.0.18 () {32 vars in 662 bytes} [Wed Jun 10 09:30:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1102] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 10 09:30:39 2026] POST /v2.0/ports => generated 954 bytes in 619 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: 547/1103] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:30:40 2026] PUT /v2.0/ports/3d89f89e-079e-4e73-85f0-ab222ce17802 => generated 1235 bytes in 634 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:30:40.853 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f98f991-b5bd-4d32-9bdb-190b5a16c24d'] response: {'name': 'network-changed', 'server_uuid': '482bf873-41ec-4dbc-b950-f6c09f29020c', 'tag': '3d89f89e-079e-4e73-85f0-ab222ce17802', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 548/1104] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:30:40 2026] GET /v2.0/security-groups?tenant_id=c59582454412468295a9c4b5c4cee6be&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: 549/1105] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:41 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1106] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:30:40 2026] PUT /v2.0/routers/14a55396-48ff-455c-9093-3384482fbdf7/add_router_interface => generated 309 bytes in 1215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1107] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:41 2026] GET /v2.0/security-groups?id=d17edd5c-d4eb-4a6d-ac99-59bb427d248e&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: 559/1108] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:30:41 2026] GET /v2.0/ports/13f54fb9-6993-4703-ab2e-9d3187986847 => generated 967 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1109] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:41 2026] DELETE /v2.0/security-groups/dc119824-2344-444e-b31f-3340ebf5d64c => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1110] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:30:41 2026] GET /v2.0/ports?tenant_id=04f440a4fad348c7855b567f3b168575&device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1111] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 10 09:30:41 2026] GET /v2.0/networks?tenant_id=04f440a4fad348c7855b567f3b168575&shared=False => generated 772 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1112] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 10 09:30:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:41.572 7 INFO neutron_taas.services.taas.taas_plugin [None req-32f8916e-34b9-4a07-9891-52e68ab4a94d 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] TaaS: Handle Delete Port: 13f54fb9-6993-4703-ab2e-9d3187986847 2026-06-10 09:30:41.575 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32f8916e-34b9-4a07-9891-52e68ab4a94d 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Tap Mirror: Handle Delete Port: 13f54fb9-6993-4703-ab2e-9d3187986847 [pid: 7|app: 0|req: 560/1113] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:30:41 2026] PUT /v2.0/routers/14a55396-48ff-455c-9093-3384482fbdf7/remove_router_interface => generated 309 bytes in 693 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:42.330 8 INFO neutron_taas.services.taas.taas_plugin [None req-44489f3a-c923-4d11-ae4c-13e6be70accb 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] TaaS: Handle Delete Port: 7533643d-4fbc-49e3-9b08-50a63bc6fb47 2026-06-10 09:30:42.333 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44489f3a-c923-4d11-ae4c-13e6be70accb 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Tap Mirror: Handle Delete Port: 7533643d-4fbc-49e3-9b08-50a63bc6fb47 [pid: 7|app: 0|req: 563/1116] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:42 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1117] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:42 2026] GET /v2.0/security-groups?id=d17edd5c-d4eb-4a6d-ac99-59bb427d248e&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: 565/1118] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:30:42 2026] GET /v2.0/ports?tenant_id=04f440a4fad348c7855b567f3b168575&device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1119] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:30:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=3d89f89e-079e-4e73-85f0-ab222ce17802 => 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: 567/1120] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:30:42 2026] GET /v2.0/subnets?id=0de426dd-208d-4dc1-ad0a-bd3fb1f8ad78 => generated 694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1121] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:30:42 2026] GET /v2.0/ports?network_id=32aed0e4-9b2e-4ae4-a8b6-52666fe74b52&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1122] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:30:42 2026] GET /v2.0/networks/32aed0e4-9b2e-4ae4-a8b6-52666fe74b52?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: 554/1123] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:30:42 2026] PUT /v2.0/routers/14a55396-48ff-455c-9093-3384482fbdf7/remove_router_interface => generated 309 bytes in 759 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1124] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:30:42 2026] GET /v2.0/networks/32aed0e4-9b2e-4ae4-a8b6-52666fe74b52?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1125] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:30:42 2026] GET /v2.0/ports?device_id=14a55396-48ff-455c-9093-3384482fbdf7 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:30:43.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5a5310c-56a4-4665-b8e7-67777e22ddb7 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] TaaS: Handle Delete Port: d93efda2-97e9-48c9-a3e7-ead2cdaa1cd6 2026-06-10 09:30:43.049 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5a5310c-56a4-4665-b8e7-67777e22ddb7 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Tap Mirror: Handle Delete Port: d93efda2-97e9-48c9-a3e7-ead2cdaa1cd6 2026-06-10 09:30:43.541 7 INFO neutron.services.segments.plugin [-] Segment d72b19ea-abb6-4ed4-ac82-d9b1313cc223 resource provider aggregate not found 2026-06-10 09:30:43.546 7 INFO neutron.services.segments.plugin [-] Segment d72b19ea-abb6-4ed4-ac82-d9b1313cc223 resource provider aggregate not found 2026-06-10 09:30:43.564 7 INFO neutron.services.segments.plugin [-] Segment d72b19ea-abb6-4ed4-ac82-d9b1313cc223 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d72b19ea-abb6-4ed4-ac82-d9b1313cc223 found for delete ", "request_id": "req-40bd748f-da04-41e9-8512-d6a818b77615"}]} 2026-06-10 09:30:43.568 7 INFO neutron.services.segments.plugin [-] Segment d72b19ea-abb6-4ed4-ac82-d9b1313cc223 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d72b19ea-abb6-4ed4-ac82-d9b1313cc223 found for delete ", "request_id": "req-9bf29279-a8d6-49f6-87fe-1b21320e160d"}]} 2026-06-10 09:30:43.576 7 INFO neutron.db.l3_hamode_db [None req-f5a5310c-56a4-4665-b8e7-67777e22ddb7 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] HA network 15ea0be5-d1ac-4b0e-a1a9-ca7ac9bab5b8 was deleted as no HA routers are present in tenant 98ff710364e045838534e84e425cc409. [pid: 7|app: 0|req: 571/1126] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:30:42 2026] DELETE /v2.0/routers/14a55396-48ff-455c-9093-3384482fbdf7 => generated 0 bytes in 753 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1127] 10.0.0.11 () {34 vars in 989 bytes} [Wed Jun 10 09:30:43 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 1244 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1128] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:43 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1129] 10.0.0.18 () {34 vars in 683 bytes} [Wed Jun 10 09:30:43 2026] POST /v2.0/security-groups => generated 1625 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1130] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:30:43 2026] DELETE /v2.0/subnets/41d77ffd-b713-4d6f-9315-4f961408ca88 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1131] 10.0.0.11 () {34 vars in 1039 bytes} [Wed Jun 10 09:30:43 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&fields=id&fields=name => generated 114 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1132] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:43 2026] GET /v2.0/security-groups?id=d17edd5c-d4eb-4a6d-ac99-59bb427d248e&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: 558/1133] 10.0.0.18 () {32 vars in 662 bytes} [Wed Jun 10 09:30:43 2026] GET /v2.0/security-groups => generated 4530 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1134] 10.0.0.18 () {34 vars in 757 bytes} [Wed Jun 10 09:30:43 2026] PUT /v2.0/security-groups/7322210a-e28a-47a5-9e73-b1931172a2e5 => generated 1662 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1135] 10.0.0.18 () {32 vars in 736 bytes} [Wed Jun 10 09:30:44 2026] GET /v2.0/security-groups/7322210a-e28a-47a5-9e73-b1931172a2e5 => generated 1662 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1136] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:30:43 2026] DELETE /v2.0/subnets/d704ad5b-8b5a-43d7-9806-de695c9422db => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:30:44.184 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec618cf6-7f71-4648-b2f5-79e2f516e66f 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] TaaS: Handle Delete Port: 8ba60d29-42d4-4bed-b2f7-0804e9cdbe37 2026-06-10 09:30:44.187 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec618cf6-7f71-4648-b2f5-79e2f516e66f 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Tap Mirror: Handle Delete Port: 8ba60d29-42d4-4bed-b2f7-0804e9cdbe37 [pid: 8|app: 0|req: 561/1137] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:44 2026] DELETE /v2.0/security-groups/7322210a-e28a-47a5-9e73-b1931172a2e5 => 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: 562/1138] 10.0.0.18 () {32 vars in 662 bytes} [Wed Jun 10 09:30:44 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:30:44.243 8 INFO neutron.api.v2.resource [None req-1bc00a04-9bfd-49ce-8f87-98701d888101 cd4e7e8d00634bbd94310749f0253b10 99a0f2b75214447c8dc1fe3c2b438b19 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 563/1139] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:44 2026] DELETE /v2.0/security-groups/7322210a-e28a-47a5-9e73-b1931172a2e5 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1140] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:30:44 2026] DELETE /v2.0/networks/3cd8db74-bac3-4e48-adbb-36a6271b86ef => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1141] 10.0.0.18 () {34 vars in 683 bytes} [Wed Jun 10 09:30:44 2026] POST /v2.0/security-groups => generated 1625 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 09:30:44.511 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e4e5836-948c-46b1-b648-12b8ffbccc55 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] TaaS: Handle Delete Port: d046f717-1f94-41b9-8acf-f53d3d634bc3 2026-06-10 09:30:44.513 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e4e5836-948c-46b1-b648-12b8ffbccc55 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Tap Mirror: Handle Delete Port: d046f717-1f94-41b9-8acf-f53d3d634bc3 [pid: 8|app: 0|req: 565/1142] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:30:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1143] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:30:44 2026] GET /v2.0/security-group-rules/65e53d76-087e-4728-9ef6-c3328ff214f9 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1144] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:30:44 2026] DELETE /v2.0/networks/33b9c168-879a-4adc-b817-ba1a22b2eac3 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1145] 10.0.0.18 () {32 vars in 672 bytes} [Wed Jun 10 09:30:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:30:44.828 7 INFO neutron.db.segments_db [None req-8b092d99-0ffa-4fc7-aa0e-44c9a4e75db5 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Added segment 929776ae-2d75-426e-9cc7-b585e1d8fd0a of type vxlan for network 85770f07-409d-4abd-9610-9ecf561db6ca [pid: 8|app: 0|req: 568/1146] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:30:44 2026] DELETE /v2.0/security-group-rules/65e53d76-087e-4728-9ef6-c3328ff214f9 => 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: 579/1147] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:30:44 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: 569/1148] 10.0.0.18 () {32 vars in 672 bytes} [Wed Jun 10 09:30:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1149] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:30:44 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: 8|app: 0|req: 571/1150] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:45 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1151] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:30:44 2026] POST /v2.0/subnets => generated 646 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1152] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:30:45 2026] GET /v2.0/security-group-rules/0da34f16-78ba-45f2-b13a-3981fdeb0297 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1153] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:45 2026] GET /v2.0/security-groups?id=d17edd5c-d4eb-4a6d-ac99-59bb427d248e&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:45.336 8 INFO neutron.db.segments_db [None req-5f51b51b-dcbd-4ccc-868a-8f086ab17c3d 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Added segment 67697154-ef74-499a-98d0-8e8779cd3ce3 of type vxlan for network 2fd90aa2-dd04-41ff-b9e7-855c253fbca3 [pid: 7|app: 0|req: 582/1154] 10.0.0.18 () {32 vars in 672 bytes} [Wed Jun 10 09:30:45 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1155] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:30:45 2026] DELETE /v2.0/security-group-rules/0da34f16-78ba-45f2-b13a-3981fdeb0297 => 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: 584/1156] 10.0.0.18 () {32 vars in 672 bytes} [Wed Jun 10 09:30:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:30:45.593 7 INFO neutron.services.segments.plugin [-] Segment 05ecf29e-63e7-4d60-9362-715c35644d8d resource provider aggregate not found 2026-06-10 09:30:45.599 7 INFO neutron.services.segments.plugin [-] Segment 05ecf29e-63e7-4d60-9362-715c35644d8d resource provider aggregate not found 2026-06-10 09:30:45.617 7 INFO neutron.services.segments.plugin [-] Segment 05ecf29e-63e7-4d60-9362-715c35644d8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05ecf29e-63e7-4d60-9362-715c35644d8d found for delete ", "request_id": "req-af50826b-907f-4ee6-b35b-64b1d392dbb3"}]} 2026-06-10 09:30:45.621 7 INFO neutron.services.segments.plugin [-] Segment 05ecf29e-63e7-4d60-9362-715c35644d8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05ecf29e-63e7-4d60-9362-715c35644d8d found for delete ", "request_id": "req-2d56afc9-15dd-449f-92dc-25e49f6fdc68"}]} 2026-06-10 09:30:45.639 7 INFO neutron.services.segments.plugin [-] Segment 1c6013b0-789c-40d7-83fe-aaabe733ed54 resource provider aggregate not found 2026-06-10 09:30:45.646 7 INFO neutron.services.segments.plugin [-] Segment 1c6013b0-789c-40d7-83fe-aaabe733ed54 resource provider aggregate not found 2026-06-10 09:30:45.665 8 INFO neutron.db.l3_hamode_db [None req-5f51b51b-dcbd-4ccc-868a-8f086ab17c3d 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:30:45.665 7 INFO neutron.services.segments.plugin [-] Segment 1c6013b0-789c-40d7-83fe-aaabe733ed54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c6013b0-789c-40d7-83fe-aaabe733ed54 found for delete ", "request_id": "req-45290f2a-9c7d-4f9b-89fe-086a93ff944c"}]} 2026-06-10 09:30:45.674 7 INFO neutron.services.segments.plugin [-] Segment 1c6013b0-789c-40d7-83fe-aaabe733ed54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c6013b0-789c-40d7-83fe-aaabe733ed54 found for delete ", "request_id": "req-3152ac54-44f3-4c88-8c56-d5c2433291fe"}]} [pid: 7|app: 0|req: 585/1157] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:30:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1158] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:30:45 2026] GET /v2.0/security-group-rules/a8602735-8aa9-4c3f-a3f5-e4baa624fab1 => generated 602 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:45.815 8 INFO neutron.db.l3_hamode_db [None req-5f51b51b-dcbd-4ccc-868a-8f086ab17c3d 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 587/1159] 10.0.0.18 () {32 vars in 672 bytes} [Wed Jun 10 09:30:45 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1160] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:30:45 2026] DELETE /v2.0/security-group-rules/a8602735-8aa9-4c3f-a3f5-e4baa624fab1 => 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: 589/1161] 10.0.0.18 () {32 vars in 672 bytes} [Wed Jun 10 09:30:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1162] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:46 2026] DELETE /v2.0/security-groups/314a1913-26c0-4376-af09-b7c175e123a5 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1163] 10.0.0.18 () {32 vars in 662 bytes} [Wed Jun 10 09:30:46 2026] GET /v2.0/security-groups => generated 2925 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1164] 10.0.0.18 () {32 vars in 662 bytes} [Wed Jun 10 09:30:46 2026] GET /v2.0/security-groups => generated 2925 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1165] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:46 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1166] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:46 2026] GET /v2.0/security-groups?id=d17edd5c-d4eb-4a6d-ac99-59bb427d248e&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: 573/1167] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:30:45 2026] POST /v2.0/routers => generated 511 bytes in 1434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1168] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:30:47 2026] GET /v2.0/security-groups?tenant_id=99a0f2b75214447c8dc1fe3c2b438b19&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1169] 10.0.0.18 () {34 vars in 664 bytes} [Wed Jun 10 09:30:46 2026] POST /v2.0/ports => generated 964 bytes in 466 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: 575/1170] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:47 2026] DELETE /v2.0/security-groups/a400a992-01c6-48d9-812e-0e97f013a7e2 => 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: 576/1171] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:47 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => 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: 577/1172] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:47 2026] GET /v2.0/security-groups?id=d17edd5c-d4eb-4a6d-ac99-59bb427d248e&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1173] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:30:47 2026] PUT /v2.0/routers/10ef2c5c-6393-4362-bc04-f8239ed02a05/add_router_interface => generated 309 bytes in 1312 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1174] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:30:48 2026] GET /v2.0/ports/73b0d166-1b63-47f3-b508-3cfeddd52d4f => generated 1038 bytes in 110 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: 579/1175] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:48 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1176] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:48 2026] GET /v2.0/security-groups?id=d17edd5c-d4eb-4a6d-ac99-59bb427d248e&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: 581/1177] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:48 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:49.795 8 INFO neutron.db.l3_db [None req-f2df83c8-04f5-47ae-9038-085025aab4ec 5ad2a3965fc340738a9113a8ff653012 04f440a4fad348c7855b567f3b168575 - - default default] Floating IP bf3ff5a9-acdd-4b74-b878-599e89c0dd8c associated. External IP: 10.96.250.217, port: 3d89f89e-079e-4e73-85f0-ab222ce17802. 2026-06-10 09:30:49.937 7 INFO neutron_taas.services.taas.taas_plugin [None req-2dd60742-f182-4782-93fe-aeead93299fa 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] TaaS: Handle Delete Port: 73b0d166-1b63-47f3-b508-3cfeddd52d4f 2026-06-10 09:30:49.945 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2dd60742-f182-4782-93fe-aeead93299fa 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Tap Mirror: Handle Delete Port: 73b0d166-1b63-47f3-b508-3cfeddd52d4f [pid: 8|app: 0|req: 582/1178] 10.0.0.18 () {34 vars in 748 bytes} [Wed Jun 10 09:30:48 2026] PUT /v2.0/floatingips/bf3ff5a9-acdd-4b74-b878-599e89c0dd8c => generated 855 bytes in 1195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:50.213 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aef5dc15-3ba1-46b4-8128-c6d678b244c4'] response: {'name': 'network-changed', 'server_uuid': '482bf873-41ec-4dbc-b950-f6c09f29020c', 'tag': '3d89f89e-079e-4e73-85f0-ab222ce17802', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 583/1179] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:50 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => 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: 584/1180] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:50 2026] GET /v2.0/security-groups?id=d17edd5c-d4eb-4a6d-ac99-59bb427d248e&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: 597/1181] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:30:48 2026] PUT /v2.0/routers/10ef2c5c-6393-4362-bc04-f8239ed02a05/remove_router_interface => generated 309 bytes in 1919 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:50.730 8 INFO neutron.api.v2.resource [None req-cb765dc6-c614-4216-aaff-7928cdd2e226 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] remove_router_interface failed (client error): The resource could not be found. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 585/1182] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:30:50 2026] PUT /v2.0/routers/10ef2c5c-6393-4362-bc04-f8239ed02a05/remove_router_interface => generated 197 bytes in 203 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1183] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:30:50 2026] GET /v2.0/ports?tenant_id=04f440a4fad348c7855b567f3b168575&device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1184] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:30:50 2026] GET /v2.0/ports?device_id=10ef2c5c-6393-4362-bc04-f8239ed02a05 => 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: 587/1185] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:30:50 2026] GET /v2.0/networks?id=32aed0e4-9b2e-4ae4-a8b6-52666fe74b52 => generated 772 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1186] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:50 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => generated 971 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1187] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:30:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=3d89f89e-079e-4e73-85f0-ab222ce17802 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1188] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:50 2026] GET /v2.0/security-groups?id=d17edd5c-d4eb-4a6d-ac99-59bb427d248e&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: 602/1189] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:30:50 2026] GET /v2.0/subnets?id=0de426dd-208d-4dc1-ad0a-bd3fb1f8ad78 => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1190] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:30:50 2026] GET /v2.0/ports?network_id=32aed0e4-9b2e-4ae4-a8b6-52666fe74b52&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:30:51.030 8 INFO neutron_taas.services.taas.taas_plugin [None req-48f45fbc-aa3e-44a6-a231-a54c206788bd 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] TaaS: Handle Delete Port: 5d27d6ea-fd9d-4b4a-8843-6d49c015c690 2026-06-10 09:30:51.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48f45fbc-aa3e-44a6-a231-a54c206788bd 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Tap Mirror: Handle Delete Port: 5d27d6ea-fd9d-4b4a-8843-6d49c015c690 [pid: 7|app: 0|req: 604/1191] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:30:51 2026] GET /v2.0/networks/32aed0e4-9b2e-4ae4-a8b6-52666fe74b52?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1192] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:30:51 2026] GET /v2.0/networks/32aed0e4-9b2e-4ae4-a8b6-52666fe74b52?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:30:51.488 8 INFO neutron.services.segments.plugin [-] Segment 67697154-ef74-499a-98d0-8e8779cd3ce3 resource provider aggregate not found 2026-06-10 09:30:51.493 8 INFO neutron.services.segments.plugin [-] Segment 67697154-ef74-499a-98d0-8e8779cd3ce3 resource provider aggregate not found 2026-06-10 09:30:51.511 8 INFO neutron.services.segments.plugin [-] Segment 67697154-ef74-499a-98d0-8e8779cd3ce3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67697154-ef74-499a-98d0-8e8779cd3ce3 found for delete ", "request_id": "req-7094f21c-4553-4f02-b8e4-030961e39a0b"}]} 2026-06-10 09:30:51.512 8 INFO neutron.services.segments.plugin [-] Segment 67697154-ef74-499a-98d0-8e8779cd3ce3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67697154-ef74-499a-98d0-8e8779cd3ce3 found for delete ", "request_id": "req-7606ef98-bdc2-4295-8484-fe6fba19df70"}]} 2026-06-10 09:30:51.589 8 INFO neutron.db.l3_hamode_db [None req-48f45fbc-aa3e-44a6-a231-a54c206788bd 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] HA network 2fd90aa2-dd04-41ff-b9e7-855c253fbca3 was deleted as no HA routers are present in tenant 98ff710364e045838534e84e425cc409. [pid: 8|app: 0|req: 588/1193] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:30:50 2026] DELETE /v2.0/routers/10ef2c5c-6393-4362-bc04-f8239ed02a05 => generated 0 bytes in 753 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1194] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:30:51 2026] DELETE /v2.0/subnets/8cf8bdfe-0cb4-43b3-b44b-a6ba6c1d5d9e => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1195] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:52 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:52.110 8 INFO neutron_taas.services.taas.taas_plugin [None req-dfb6e5b9-fa23-4f96-8827-985101aaaa6b 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] TaaS: Handle Delete Port: e88ada94-f02d-439d-ac3d-d8116bb75aea 2026-06-10 09:30:52.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfb6e5b9-fa23-4f96-8827-985101aaaa6b 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Tap Mirror: Handle Delete Port: e88ada94-f02d-439d-ac3d-d8116bb75aea [pid: 7|app: 0|req: 608/1196] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:52 2026] GET /v2.0/security-groups?id=d17edd5c-d4eb-4a6d-ac99-59bb427d248e&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: 589/1197] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:30:51 2026] DELETE /v2.0/networks/85770f07-409d-4abd-9610-9ecf561db6ca => generated 0 bytes in 403 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:30:52.546 7 INFO neutron.db.segments_db [None req-08f6e441-b9f5-4d0b-8824-82ed9063bdd2 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Added segment d185aa09-1466-4958-a936-030405a5fd2e of type vxlan for network 6d30d95c-3549-4d34-9d9a-36ffa4e5e90c [pid: 7|app: 0|req: 609/1198] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:30:52 2026] POST /v2.0/networks => generated 615 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1199] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:53 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 975 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1200] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:53 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => 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: 590/1201] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:30:52 2026] POST /v2.0/subnets => generated 646 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1202] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:53 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1203] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:53 2026] GET /v2.0/security-groups?id=d17edd5c-d4eb-4a6d-ac99-59bb427d248e&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:53.424 7 INFO neutron.db.segments_db [None req-197189ca-63a1-4943-8d88-0339875b1b4c 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Added segment 1b3c3f19-908e-41a1-8189-dd17eea2659f of type vxlan for network 6621faf6-123a-4204-86fd-fd0fb608cd5f [pid: 8|app: 0|req: 592/1204] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:53 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:53.533 8 INFO neutron.services.segments.plugin [-] Segment 929776ae-2d75-426e-9cc7-b585e1d8fd0a resource provider aggregate not found 2026-06-10 09:30:53.537 8 INFO neutron.services.segments.plugin [-] Segment 929776ae-2d75-426e-9cc7-b585e1d8fd0a resource provider aggregate not found 2026-06-10 09:30:53.559 8 INFO neutron.services.segments.plugin [-] Segment 929776ae-2d75-426e-9cc7-b585e1d8fd0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 929776ae-2d75-426e-9cc7-b585e1d8fd0a found for delete ", "request_id": "req-879f4921-2a83-46b6-bfb5-bb74b8193256"}]} 2026-06-10 09:30:53.561 8 INFO neutron.services.segments.plugin [-] Segment 929776ae-2d75-426e-9cc7-b585e1d8fd0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 929776ae-2d75-426e-9cc7-b585e1d8fd0a found for delete ", "request_id": "req-9b41c1ab-8a0a-4bb6-92a4-b331f651913d"}]} [pid: 8|app: 0|req: 593/1205] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:53 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:53.718 7 INFO neutron.db.l3_hamode_db [None req-197189ca-63a1-4943-8d88-0339875b1b4c 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:30:53.854 7 INFO neutron.db.l3_hamode_db [None req-197189ca-63a1-4943-8d88-0339875b1b4c 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 594/1206] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:30:53 2026] GET /v2.0/security-groups?tenant_id=13ff1ed000324d69995fb9ca1e5313a4&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1207] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 10 09:30:54 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1208] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:54 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => 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: 597/1209] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:54 2026] DELETE /v2.0/security-groups/5c7aa1df-e3cc-49c8-8679-48dd71366410 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:30:54.390 8 INFO neutron_taas.services.taas.taas_plugin [req-0aa45178-906e-4d87-9510-1bada2695a68 req-6422a16d-2fa1-400f-b455-2b6a75ceceb9 5ad2a3965fc340738a9113a8ff653012 04f440a4fad348c7855b567f3b168575 - - default default] TaaS: Handle Delete Port: 3d89f89e-079e-4e73-85f0-ab222ce17802 2026-06-10 09:30:54.393 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0aa45178-906e-4d87-9510-1bada2695a68 req-6422a16d-2fa1-400f-b455-2b6a75ceceb9 5ad2a3965fc340738a9113a8ff653012 04f440a4fad348c7855b567f3b168575 - - default default] Tap Mirror: Handle Delete Port: 3d89f89e-079e-4e73-85f0-ab222ce17802 2026-06-10 09:30:54.562 8 INFO neutron.db.l3_db [req-0aa45178-906e-4d87-9510-1bada2695a68 req-6422a16d-2fa1-400f-b455-2b6a75ceceb9 5ad2a3965fc340738a9113a8ff653012 04f440a4fad348c7855b567f3b168575 - - default default] Floating IP bf3ff5a9-acdd-4b74-b878-599e89c0dd8c disassociated. External IP: 10.96.250.217, port: 3d89f89e-079e-4e73-85f0-ab222ce17802. [pid: 7|app: 0|req: 613/1210] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:30:53 2026] POST /v2.0/routers => generated 510 bytes in 1395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1211] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:54 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&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: 615/1212] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:54 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1213] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 10 09:30:54 2026] DELETE /v2.0/ports/3d89f89e-079e-4e73-85f0-ab222ce17802 => generated 0 bytes in 666 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:30:54.975 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b84c8dde-d90b-4043-a064-c40927ba03fc'] response: {'server_uuid': '482bf873-41ec-4dbc-b950-f6c09f29020c', 'name': 'network-vif-deleted', 'tag': '3d89f89e-079e-4e73-85f0-ab222ce17802', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 599/1214] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:30:55 2026] GET /v2.0/ports?tenant_id=d81a68a3a1d840baa7303f323eee02a7&device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => 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: 600/1215] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:30:55 2026] GET /v2.0/networks?id=5362a14d-a138-45a4-b935-47bae859fdb2 => generated 772 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1216] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 10 09:30:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=55f1b2c2-39b7-4f8d-b598-629cb26eb43b => 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: 602/1217] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:30:55 2026] GET /v2.0/subnets?id=e21f755f-4b72-43ce-b469-dbfb0147845a => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1218] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:30:55 2026] GET /v2.0/ports?network_id=5362a14d-a138-45a4-b935-47bae859fdb2&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: 604/1219] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:30:55 2026] GET /v2.0/networks/5362a14d-a138-45a4-b935-47bae859fdb2?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: 605/1220] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:30:55 2026] GET /v2.0/networks/5362a14d-a138-45a4-b935-47bae859fdb2?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: 606/1221] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:55 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1222] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:55 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => 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: 608/1223] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:55 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1224] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:30:54 2026] PUT /v2.0/routers/8f7bd363-53d9-438d-b8b0-09c22d4af358/add_router_interface => generated 309 bytes in 1194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1225] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:30:56 2026] GET /v2.0/ports/57ebb113-dfb4-4a6a-bf51-7a35e4ffa9a4 => generated 959 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:56.500 7 INFO neutron_taas.services.taas.taas_plugin [None req-3fdea75f-b86b-4aeb-aabf-2dfec45cc719 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] TaaS: Handle Delete Port: 57ebb113-dfb4-4a6a-bf51-7a35e4ffa9a4 2026-06-10 09:30:56.504 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fdea75f-b86b-4aeb-aabf-2dfec45cc719 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Tap Mirror: Handle Delete Port: 57ebb113-dfb4-4a6a-bf51-7a35e4ffa9a4 [pid: 7|app: 0|req: 617/1226] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:30:56 2026] PUT /v2.0/routers/8f7bd363-53d9-438d-b8b0-09c22d4af358/remove_router_interface => generated 309 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1227] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:57 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1228] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:30:57 2026] GET /v2.0/ports?device_id=8f7bd363-53d9-438d-b8b0-09c22d4af358 => 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: 620/1231] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:57 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1232] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:57 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:57.269 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5c899b5-2bc3-4c09-a507-36f527dc6385 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] TaaS: Handle Delete Port: 84520000-3143-4ea4-8771-2cf85f3c10e1 2026-06-10 09:30:57.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5c899b5-2bc3-4c09-a507-36f527dc6385 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Tap Mirror: Handle Delete Port: 84520000-3143-4ea4-8771-2cf85f3c10e1 2026-06-10 09:30:57.623 8 INFO neutron.services.segments.plugin [-] Segment 1b3c3f19-908e-41a1-8189-dd17eea2659f resource provider aggregate not found 2026-06-10 09:30:57.629 8 INFO neutron.services.segments.plugin [-] Segment 1b3c3f19-908e-41a1-8189-dd17eea2659f resource provider aggregate not found 2026-06-10 09:30:57.647 8 INFO neutron.services.segments.plugin [-] Segment 1b3c3f19-908e-41a1-8189-dd17eea2659f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b3c3f19-908e-41a1-8189-dd17eea2659f found for delete ", "request_id": "req-8dbd1e16-52e2-4ba8-b0bd-ddd020fd4675"}]} 2026-06-10 09:30:57.652 8 INFO neutron.services.segments.plugin [-] Segment 1b3c3f19-908e-41a1-8189-dd17eea2659f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b3c3f19-908e-41a1-8189-dd17eea2659f found for delete ", "request_id": "req-39bde08d-6398-402c-be02-f0b4a53c46c3"}]} 2026-06-10 09:30:57.701 8 INFO neutron.db.l3_hamode_db [None req-f5c899b5-2bc3-4c09-a507-36f527dc6385 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] HA network 6621faf6-123a-4204-86fd-fd0fb608cd5f was deleted as no HA routers are present in tenant 98ff710364e045838534e84e425cc409. [pid: 8|app: 0|req: 612/1233] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:30:57 2026] DELETE /v2.0/routers/8f7bd363-53d9-438d-b8b0-09c22d4af358 => generated 0 bytes in 626 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1234] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:30:57 2026] DELETE /v2.0/subnets/feeda2e2-f458-45d7-8625-8cc09f6dee3d => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:30:58.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-de2bde43-38a7-43e1-b24b-522584fa177b 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] TaaS: Handle Delete Port: 8fe85cb2-a975-4772-98f7-31b08e406b03 2026-06-10 09:30:58.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de2bde43-38a7-43e1-b24b-522584fa177b 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Tap Mirror: Handle Delete Port: 8fe85cb2-a975-4772-98f7-31b08e406b03 [pid: 7|app: 0|req: 623/1235] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:58 2026] GET /v2.0/ports?device_id=482bf873-41ec-4dbc-b950-f6c09f29020c => 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: 613/1236] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:30:57 2026] DELETE /v2.0/networks/6d30d95c-3549-4d34-9d9a-36ffa4e5e90c => generated 0 bytes in 385 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1237] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:58 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:58.381 8 INFO neutron.db.segments_db [None req-a26c66f7-e333-46b2-83ee-fbe5dbed03d1 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Added segment c2fae777-ba05-4126-80b4-6e9d62460038 of type vxlan for network c7bcf970-cd97-4596-bd23-ff13e3666ec1 [pid: 7|app: 0|req: 625/1238] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:58 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:58.657 8 INFO neutron.db.l3_hamode_db [None req-a26c66f7-e333-46b2-83ee-fbe5dbed03d1 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 626/1239] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:30:59 2026] DELETE /v2.0/security-groups/d17edd5c-d4eb-4a6d-ac99-59bb427d248e => generated 0 bytes in 180 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1240] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:30:59 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:59.612 7 INFO neutron.api.v2.resource [None req-750df7d0-18d8-488e-abb7-40cca023fa96 5ad2a3965fc340738a9113a8ff653012 04f440a4fad348c7855b567f3b168575 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 628/1241] 10.0.0.18 () {32 vars in 736 bytes} [Wed Jun 10 09:30:59 2026] GET /v2.0/security-groups/d17edd5c-d4eb-4a6d-ac99-59bb427d248e => 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: 629/1242] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:30:59 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:30:59.676 8 INFO neutron.services.segments.plugin [-] Segment d185aa09-1466-4958-a936-030405a5fd2e resource provider aggregate not found 2026-06-10 09:30:59.678 8 INFO neutron.services.segments.plugin [-] Segment d185aa09-1466-4958-a936-030405a5fd2e resource provider aggregate not found 2026-06-10 09:30:59.701 8 INFO neutron.services.segments.plugin [-] Segment d185aa09-1466-4958-a936-030405a5fd2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d185aa09-1466-4958-a936-030405a5fd2e found for delete ", "request_id": "req-10ce7b99-e49c-4ffb-bcf7-04725c7f8ba6"}]} 2026-06-10 09:30:59.705 8 INFO neutron.services.segments.plugin [-] Segment d185aa09-1466-4958-a936-030405a5fd2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d185aa09-1466-4958-a936-030405a5fd2e found for delete ", "request_id": "req-babdbfcc-c748-4bde-8859-0e0e85c8bc91"}]} 2026-06-10 09:30:59.751 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d1bb776-a9c4-49d8-82d4-1b6fe9210b78 5ad2a3965fc340738a9113a8ff653012 04f440a4fad348c7855b567f3b168575 - - default default] TaaS: Handle Delete Port: 8f85cc09-bfe5-4d9f-ae02-dc1ed7a778f6 2026-06-10 09:30:59.754 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d1bb776-a9c4-49d8-82d4-1b6fe9210b78 5ad2a3965fc340738a9113a8ff653012 04f440a4fad348c7855b567f3b168575 - - default default] Tap Mirror: Handle Delete Port: 8f85cc09-bfe5-4d9f-ae02-dc1ed7a778f6 2026-06-10 09:30:59.787 8 INFO neutron.db.l3_hamode_db [None req-a26c66f7-e333-46b2-83ee-fbe5dbed03d1 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 630/1243] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:30:59 2026] DELETE /v2.0/floatingips/bf3ff5a9-acdd-4b74-b878-599e89c0dd8c => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:31:00.294 7 INFO neutron_taas.services.taas.taas_plugin [None req-e50a9a40-3474-4590-9e9a-304f5a9edf02 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 52f647b3-c68e-481c-8c6e-c5e0c42e2061 2026-06-10 09:31:00.296 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e50a9a40-3474-4590-9e9a-304f5a9edf02 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 52f647b3-c68e-481c-8c6e-c5e0c42e2061 [pid: 8|app: 0|req: 614/1244] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:30:58 2026] POST /v2.0/routers => generated 692 bytes in 2630 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1245] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:30:59 2026] PUT /v2.0/routers/ad785109-4c47-442a-959e-59c85781d338/remove_router_interface => generated 309 bytes in 1019 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1246] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:31:00 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1247] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:31:01 2026] GET /v2.0/routers/d0c56039-7916-46c1-9644-04dd9262d299 => generated 698 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1248] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:31:01 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:31:01.174 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d6034af-d256-415c-8745-a97b5ef475fe 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 6e39d988-2f28-4aed-8c13-49844f6beba7 2026-06-10 09:31:01.180 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d6034af-d256-415c-8745-a97b5ef475fe 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 6e39d988-2f28-4aed-8c13-49844f6beba7 [pid: 8|app: 0|req: 618/1249] 10.0.0.18 () {32 vars in 646 bytes} [Wed Jun 10 09:31:01 2026] GET /v2.0/routers => generated 701 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:31:01.518 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d6034af-d256-415c-8745-a97b5ef475fe 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 8bbf1386-dddc-4fb5-b160-76b6cab8da8c 2026-06-10 09:31:01.521 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d6034af-d256-415c-8745-a97b5ef475fe 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 8bbf1386-dddc-4fb5-b160-76b6cab8da8c [pid: 8|app: 0|req: 619/1250] 10.0.0.18 () {34 vars in 740 bytes} [Wed Jun 10 09:31:01 2026] PUT /v2.0/routers/d0c56039-7916-46c1-9644-04dd9262d299 => generated 705 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1251] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:31:01 2026] GET /v2.0/routers/d0c56039-7916-46c1-9644-04dd9262d299 => generated 705 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1252] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:31:01 2026] GET /v2.0/ports?device_id=d0c56039-7916-46c1-9644-04dd9262d299 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:31:01.984 7 INFO neutron.services.segments.plugin [-] Segment 959c1dcd-4b1f-4475-a412-7f3b000d325b resource provider aggregate not found 2026-06-10 09:31:01.996 7 INFO neutron.services.segments.plugin [-] Segment 959c1dcd-4b1f-4475-a412-7f3b000d325b resource provider aggregate not found 2026-06-10 09:31:02.015 7 INFO neutron.services.segments.plugin [-] Segment 959c1dcd-4b1f-4475-a412-7f3b000d325b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 959c1dcd-4b1f-4475-a412-7f3b000d325b found for delete ", "request_id": "req-19eac09e-043b-4112-8ae1-f115c7ba189e"}]} 2026-06-10 09:31:02.022 7 INFO neutron.services.segments.plugin [-] Segment 959c1dcd-4b1f-4475-a412-7f3b000d325b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 959c1dcd-4b1f-4475-a412-7f3b000d325b found for delete ", "request_id": "req-d6d5c761-a634-438e-a0a5-400e94684f43"}]} 2026-06-10 09:31:02.030 7 INFO neutron.db.l3_hamode_db [None req-1d6034af-d256-415c-8745-a97b5ef475fe 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] HA network d05141a3-e9af-443a-a3b2-15a4911ef0fa was deleted as no HA routers are present in tenant 04f440a4fad348c7855b567f3b168575. [pid: 7|app: 0|req: 632/1253] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:00 2026] DELETE /v2.0/routers/ad785109-4c47-442a-959e-59c85781d338 => generated 0 bytes in 1097 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:31:02.108 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd006875-2db1-4783-9ff2-77b499e3b2af 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] TaaS: Handle Delete Port: ebb30e23-67ee-48fd-89f1-ac568d9ab45a 2026-06-10 09:31:02.111 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd006875-2db1-4783-9ff2-77b499e3b2af 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Tap Mirror: Handle Delete Port: ebb30e23-67ee-48fd-89f1-ac568d9ab45a [pid: 7|app: 0|req: 633/1254] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:02 2026] DELETE /v2.0/subnets/0de426dd-208d-4dc1-ad0a-bd3fb1f8ad78 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1255] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:31:02 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:31:02.335 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa948707-b8a8-49a4-a30f-33b4148b0fb5 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 7d8915fa-4514-4f1e-9839-08b10d03a847 2026-06-10 09:31:02.341 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa948707-b8a8-49a4-a30f-33b4148b0fb5 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 7d8915fa-4514-4f1e-9839-08b10d03a847 2026-06-10 09:31:02.393 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd006875-2db1-4783-9ff2-77b499e3b2af 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] TaaS: Handle Delete Port: 8cc51045-650c-4522-bcd8-1bced3a8659d 2026-06-10 09:31:02.397 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd006875-2db1-4783-9ff2-77b499e3b2af 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] Tap Mirror: Handle Delete Port: 8cc51045-650c-4522-bcd8-1bced3a8659d [pid: 7|app: 0|req: 635/1256] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:02 2026] DELETE /v2.0/networks/32aed0e4-9b2e-4ae4-a8b6-52666fe74b52 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1257] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:31:02 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&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: 637/1258] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:02 2026] GET /v2.0/security-groups?tenant_id=04f440a4fad348c7855b567f3b168575&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:31:02.849 8 INFO neutron.services.segments.plugin [-] Segment c2fae777-ba05-4126-80b4-6e9d62460038 resource provider aggregate not found 2026-06-10 09:31:02.853 8 INFO neutron.services.segments.plugin [-] Segment c2fae777-ba05-4126-80b4-6e9d62460038 resource provider aggregate not found 2026-06-10 09:31:02.882 8 INFO neutron.services.segments.plugin [-] Segment c2fae777-ba05-4126-80b4-6e9d62460038 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2fae777-ba05-4126-80b4-6e9d62460038 found for delete ", "request_id": "req-7ef32401-aaae-41ac-84d6-14a08092d76f"}]} 2026-06-10 09:31:02.883 8 INFO neutron.services.segments.plugin [-] Segment c2fae777-ba05-4126-80b4-6e9d62460038 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2fae777-ba05-4126-80b4-6e9d62460038 found for delete ", "request_id": "req-2cc03c06-7ea9-41f8-97a0-280044579ed7"}]} [pid: 7|app: 0|req: 638/1259] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:02 2026] DELETE /v2.0/security-groups/9a4fdd14-6697-4385-a187-5b7fd49280f0 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:31:02.949 8 INFO neutron.db.l3_hamode_db [None req-cd006875-2db1-4783-9ff2-77b499e3b2af 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] HA network c7bcf970-cd97-4596-bd23-ff13e3666ec1 was deleted as no HA routers are present in tenant 98ff710364e045838534e84e425cc409. [pid: 8|app: 0|req: 622/1260] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:01 2026] DELETE /v2.0/routers/d0c56039-7916-46c1-9644-04dd9262d299 => generated 0 bytes in 1116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1261] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:31:02 2026] GET /v2.0/ports?device_id=d0c56039-7916-46c1-9644-04dd9262d299 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:31:03.027 8 INFO neutron.api.v2.resource [None req-4e18b19a-4950-415d-9a3f-cffb60d72cf3 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 623/1262] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:03 2026] DELETE /v2.0/routers/d0c56039-7916-46c1-9644-04dd9262d299 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1263] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:31:03 2026] GET /v2.0/ports?device_id=8f7bd363-53d9-438d-b8b0-09c22d4af358 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:31:03.081 8 INFO neutron.api.v2.resource [None req-8bc22e43-8849-491f-81fc-6ede31d5d436 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 624/1264] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:03 2026] DELETE /v2.0/routers/8f7bd363-53d9-438d-b8b0-09c22d4af358 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:31:03.133 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2d0262f1-c05d-480d-95f0-914fbd096ea6 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 641/1265] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:03 2026] DELETE /v2.0/subnets/feeda2e2-f458-45d7-8625-8cc09f6dee3d => generated 136 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1266] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:31:03 2026] GET /v2.0/ports?device_id=10ef2c5c-6393-4362-bc04-f8239ed02a05 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:31:03.194 7 INFO neutron.api.v2.resource [None req-1876a005-6e90-46cc-a483-1f64e5cce42f 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 642/1267] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:03 2026] DELETE /v2.0/routers/10ef2c5c-6393-4362-bc04-f8239ed02a05 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:31:03.218 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fb4e5314-7ca0-4773-83ea-3755653ceb8c 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 626/1268] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:03 2026] DELETE /v2.0/subnets/8cf8bdfe-0cb4-43b3-b44b-a6ba6c1d5d9e => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1269] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:31:03 2026] GET /v2.0/ports?device_id=14a55396-48ff-455c-9093-3384482fbdf7 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:31:03.284 8 INFO neutron.api.v2.resource [None req-2517b900-05eb-48aa-9820-c3dee011bec4 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 627/1270] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:03 2026] DELETE /v2.0/routers/14a55396-48ff-455c-9093-3384482fbdf7 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:31:03.319 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9fda49fc-244d-40b1-ba42-dc0595f832dd 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 644/1271] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:03 2026] DELETE /v2.0/subnets/41d77ffd-b713-4d6f-9315-4f961408ca88 => generated 136 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:31:03.343 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a2f7958-97e4-4f40-888b-67a37efea4af 3c1c0949005c4c10b1e6b62fe93636be 98ff710364e045838534e84e425cc409 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 628/1272] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:03 2026] DELETE /v2.0/subnets/d704ad5b-8b5a-43d7-9806-de695c9422db => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1273] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:31:03 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1274] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:31:03 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:31:04.045 7 INFO neutron.services.segments.plugin [-] Segment b6a09cfa-9a94-461c-8f51-541204145ccf resource provider aggregate not found 2026-06-10 09:31:04.048 7 INFO neutron.services.segments.plugin [-] Segment b6a09cfa-9a94-461c-8f51-541204145ccf resource provider aggregate not found 2026-06-10 09:31:04.063 7 INFO neutron.services.segments.plugin [-] Segment b6a09cfa-9a94-461c-8f51-541204145ccf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6a09cfa-9a94-461c-8f51-541204145ccf found for delete ", "request_id": "req-d997bd09-ea82-4ef2-a47d-a5a7cc857d8b"}]} 2026-06-10 09:31:04.065 7 INFO neutron.services.segments.plugin [-] Segment b6a09cfa-9a94-461c-8f51-541204145ccf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6a09cfa-9a94-461c-8f51-541204145ccf found for delete ", "request_id": "req-49cabac0-b155-49b1-86dc-05fe6140a4a9"}]} [pid: 7|app: 0|req: 646/1275] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:04 2026] GET /v2.0/security-groups?tenant_id=98ff710364e045838534e84e425cc409&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1276] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:04 2026] DELETE /v2.0/security-groups/483d7f94-82ed-414a-b565-212e9c5c0fe6 => 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: 647/1277] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:31:04 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1278] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:31:04 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&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: 648/1279] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:05 2026] GET /v2.0/security-groups?tenant_id=c8aa9e989d0a42369e4dcac6353e1e84&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1280] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:05 2026] DELETE /v2.0/security-groups/8267f75d-9b89-4baf-be84-c121dcbe994e => 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: 649/1281] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:06 2026] GET /v2.0/security-groups?tenant_id=6772e21ca87142a1b276e012e8af492f&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1282] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:06 2026] DELETE /v2.0/security-groups/1b234cf7-a6a2-4a4c-8504-5f52d668458c => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1283] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:09 2026] GET /v2.0/security-groups?tenant_id=17d0efb3d4cc467198ad76df0e2f4d52&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1284] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:10 2026] DELETE /v2.0/security-groups/a02a0fe3-7660-4801-adfa-5e0c6884f55c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1285] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:10 2026] GET /v2.0/security-groups?tenant_id=6e48755c205f409c85edf3ac0ad8ca53&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1286] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:10 2026] DELETE /v2.0/security-groups/960e40db-248b-4adf-83fd-5bd6a9323054 => 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: 652/1287] 10.0.0.18 () {34 vars in 683 bytes} [Wed Jun 10 09:31:10 2026] POST /v2.0/security-groups => generated 1601 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1288] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:10 2026] GET /v2.0/security-groups?tenant_id=0286d26cb12849fb8c77bc705758a6c3&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: 653/1289] 10.0.0.18 () {34 vars in 683 bytes} [Wed Jun 10 09:31:10 2026] POST /v2.0/security-groups => generated 1601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1290] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:10 2026] DELETE /v2.0/security-groups/9bff8d28-7b5a-4d08-aaad-84e1aad469ab => 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: 654/1291] 10.0.0.18 () {34 vars in 683 bytes} [Wed Jun 10 09:31:11 2026] POST /v2.0/security-groups => generated 1601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1292] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:11 2026] GET /v2.0/security-groups?tenant_id=1a5910a2889b4ce19fbef934b445ff50&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1293] 10.0.0.18 () {34 vars in 683 bytes} [Wed Jun 10 09:31:11 2026] POST /v2.0/security-groups => generated 1601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1294] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:11 2026] DELETE /v2.0/security-groups/ae44eecf-de59-40ec-b02b-b78b08fa694d => 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: 656/1295] 10.0.0.18 () {34 vars in 683 bytes} [Wed Jun 10 09:31:11 2026] POST /v2.0/security-groups => generated 1601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1296] 10.0.0.18 () {34 vars in 766 bytes} [Wed Jun 10 09:31:11 2026] PUT /v2.0/security-groups/5260f522-243c-49b5-a08a-f155e9019089/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1297] 10.0.0.18 () {34 vars in 766 bytes} [Wed Jun 10 09:31:11 2026] PUT /v2.0/security-groups/f5d8b0aa-bd91-40b1-9db3-a13b2e760a00/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1298] 10.0.0.18 () {34 vars in 766 bytes} [Wed Jun 10 09:31:11 2026] PUT /v2.0/security-groups/1e50383b-4804-4f04-9cda-c73e80d3654a/tags => generated 34 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1299] 10.0.0.18 () {34 vars in 766 bytes} [Wed Jun 10 09:31:11 2026] PUT /v2.0/security-groups/df083d3d-160d-4686-b51a-3a2fe3033e19/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1300] 10.0.0.18 () {32 vars in 679 bytes} [Wed Jun 10 09:31:11 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1301] 10.0.0.18 () {32 vars in 693 bytes} [Wed Jun 10 09:31:11 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1302] 10.0.0.18 () {32 vars in 689 bytes} [Wed Jun 10 09:31:11 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1303] 10.0.0.18 () {32 vars in 701 bytes} [Wed Jun 10 09:31:11 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1304] 10.0.0.18 () {32 vars in 687 bytes} [Wed Jun 10 09:31:12 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1305] 10.0.0.18 () {32 vars in 701 bytes} [Wed Jun 10 09:31:12 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1308] 10.0.0.18 () {32 vars in 697 bytes} [Wed Jun 10 09:31:12 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1309] 10.0.0.18 () {32 vars in 709 bytes} [Wed Jun 10 09:31:12 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => 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: 664/1310] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:12 2026] DELETE /v2.0/security-groups/5260f522-243c-49b5-a08a-f155e9019089 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1311] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:12 2026] DELETE /v2.0/security-groups/f5d8b0aa-bd91-40b1-9db3-a13b2e760a00 => 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: 665/1312] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:12 2026] DELETE /v2.0/security-groups/1e50383b-4804-4f04-9cda-c73e80d3654a => 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: 648/1313] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:12 2026] DELETE /v2.0/security-groups/df083d3d-160d-4686-b51a-3a2fe3033e19 => 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: 666/1314] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:12 2026] DELETE /v2.0/security-groups/f5db665b-8741-41b9-a638-1844252afd59 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1315] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:12 2026] GET /v2.0/security-groups?tenant_id=85f8943f6824460591587b79a837a078&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1316] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:13 2026] DELETE /v2.0/security-groups/8f73f564-3644-490e-ac1f-d41d922f57bd => 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: 650/1317] 10.0.0.18 () {32 vars in 652 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions => generated 21537 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1318] 10.0.0.18 () {32 vars in 680 bytes} [Wed Jun 10 09:31:13 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: 8|app: 0|req: 651/1319] 10.0.0.18 () {32 vars in 680 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1320] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1321] 10.0.0.18 () {32 vars in 664 bytes} [Wed Jun 10 09:31:13 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) [pid: 7|app: 0|req: 670/1322] 10.0.0.18 () {32 vars in 698 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1323] 10.0.0.18 () {32 vars in 696 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1324] 10.0.0.18 () {32 vars in 700 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1325] 10.0.0.18 () {32 vars in 688 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1326] 10.0.0.18 () {32 vars in 702 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1327] 10.0.0.18 () {32 vars in 692 bytes} [Wed Jun 10 09:31:13 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: 673/1328] 10.0.0.18 () {32 vars in 694 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1329] 10.0.0.18 () {32 vars in 684 bytes} [Wed Jun 10 09:31:13 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: 674/1330] 10.0.0.18 () {32 vars in 686 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1331] 10.0.0.18 () {32 vars in 660 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1332] 10.0.0.18 () {32 vars in 698 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1333] 10.0.0.18 () {32 vars in 678 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1334] 10.0.0.18 () {32 vars in 682 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1335] 10.0.0.18 () {32 vars in 674 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1336] 10.0.0.18 () {32 vars in 688 bytes} [Wed Jun 10 09:31:13 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: 661/1337] 10.0.0.18 () {32 vars in 722 bytes} [Wed Jun 10 09:31:13 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: 662/1338] 10.0.0.18 () {32 vars in 686 bytes} [Wed Jun 10 09:31:13 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: 663/1339] 10.0.0.18 () {32 vars in 668 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1340] 10.0.0.18 () {32 vars in 686 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1341] 10.0.0.18 () {32 vars in 680 bytes} [Wed Jun 10 09:31:13 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: 666/1342] 10.0.0.18 () {32 vars in 698 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1343] 10.0.0.18 () {32 vars in 678 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1344] 10.0.0.18 () {32 vars in 666 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1345] 10.0.0.18 () {32 vars in 676 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1346] 10.0.0.18 () {32 vars in 664 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1347] 10.0.0.18 () {32 vars in 674 bytes} [Wed Jun 10 09:31:13 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: 672/1348] 10.0.0.18 () {32 vars in 712 bytes} [Wed Jun 10 09:31:13 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: 673/1349] 10.0.0.18 () {32 vars in 690 bytes} [Wed Jun 10 09:31:13 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: 674/1350] 10.0.0.18 () {32 vars in 682 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1351] 10.0.0.18 () {32 vars in 668 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1352] 10.0.0.18 () {32 vars in 686 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1353] 10.0.0.18 () {32 vars in 704 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1354] 10.0.0.18 () {32 vars in 674 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1355] 10.0.0.18 () {32 vars in 700 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1356] 10.0.0.18 () {32 vars in 674 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1357] 10.0.0.18 () {32 vars in 692 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1358] 10.0.0.18 () {32 vars in 688 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1359] 10.0.0.18 () {32 vars in 708 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1360] 10.0.0.18 () {32 vars in 704 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1361] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/security-groups?tenant_id=9ca193b848724aa796ff30355bfb5032&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1362] 10.0.0.18 () {32 vars in 718 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1363] 10.0.0.18 () {32 vars in 696 bytes} [Wed Jun 10 09:31:13 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: 687/1364] 10.0.0.18 () {32 vars in 710 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1365] 10.0.0.18 () {32 vars in 668 bytes} [Wed Jun 10 09:31:13 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: 689/1366] 10.0.0.18 () {32 vars in 686 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1367] 10.0.0.18 () {32 vars in 680 bytes} [Wed Jun 10 09:31:13 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: 691/1368] 10.0.0.18 () {32 vars in 674 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1369] 10.0.0.18 () {32 vars in 670 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/provider => generated 191 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1370] 10.0.0.18 () {32 vars in 660 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1371] 10.0.0.18 () {32 vars in 698 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1372] 10.0.0.18 () {32 vars in 698 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1373] 10.0.0.18 () {32 vars in 676 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1374] 10.0.0.18 () {32 vars in 668 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1375] 10.0.0.18 () {32 vars in 682 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1376] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:13 2026] DELETE /v2.0/security-groups/63f0a47f-0f9e-4875-bc73-53a9beda2917 => 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: 699/1377] 10.0.0.18 () {32 vars in 700 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1378] 10.0.0.18 () {32 vars in 684 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1379] 10.0.0.18 () {32 vars in 706 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1380] 10.0.0.18 () {32 vars in 668 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1381] 10.0.0.18 () {32 vars in 696 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1382] 10.0.0.18 () {32 vars in 694 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1383] 10.0.0.18 () {32 vars in 684 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1384] 10.0.0.18 () {32 vars in 688 bytes} [Wed Jun 10 09:31:13 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1385] 10.0.0.18 () {32 vars in 704 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1386] 10.0.0.18 () {32 vars in 666 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1387] 10.0.0.18 () {32 vars in 680 bytes} [Wed Jun 10 09:31:14 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: 706/1388] 10.0.0.18 () {32 vars in 680 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1389] 10.0.0.18 () {32 vars in 690 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1390] 10.0.0.18 () {32 vars in 690 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1391] 10.0.0.18 () {32 vars in 694 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1392] 10.0.0.18 () {32 vars in 684 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1393] 10.0.0.18 () {32 vars in 688 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1394] 10.0.0.18 () {32 vars in 700 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1395] 10.0.0.18 () {32 vars in 702 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1396] 10.0.0.18 () {32 vars in 712 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1397] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1398] 10.0.0.18 () {32 vars in 714 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1399] 10.0.0.18 () {32 vars in 726 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1400] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/security-groups?tenant_id=70e5aa1f82174b8e9386a613ccf0b1d6&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1401] 10.0.0.18 () {32 vars in 740 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1402] 10.0.0.18 () {32 vars in 718 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1403] 10.0.0.18 () {32 vars in 682 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1404] 10.0.0.18 () {32 vars in 668 bytes} [Wed Jun 10 09:31:14 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: 722/1405] 10.0.0.18 () {32 vars in 718 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1406] 10.0.0.18 () {32 vars in 678 bytes} [Wed Jun 10 09:31:14 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: 8|app: 0|req: 724/1407] 10.0.0.18 () {32 vars in 668 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1408] 10.0.0.18 () {32 vars in 696 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/standard-attr-segment => 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: 726/1409] 10.0.0.18 () {32 vars in 704 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1410] 10.0.0.18 () {32 vars in 700 bytes} [Wed Jun 10 09:31:14 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: 8|app: 0|req: 728/1411] 10.0.0.18 () {32 vars in 700 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1412] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:14 2026] DELETE /v2.0/security-groups/500cb437-7060-41ab-8362-4a996826597f => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1413] 10.0.0.18 () {32 vars in 682 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1414] 10.0.0.18 () {32 vars in 704 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1415] 10.0.0.18 () {32 vars in 694 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1416] 10.0.0.18 () {32 vars in 688 bytes} [Wed Jun 10 09:31:14 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: 731/1417] 10.0.0.18 () {32 vars in 696 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1418] 10.0.0.18 () {32 vars in 678 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1419] 10.0.0.18 () {32 vars in 688 bytes} [Wed Jun 10 09:31:14 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: 688/1420] 10.0.0.18 () {32 vars in 700 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1421] 10.0.0.18 () {32 vars in 664 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1422] 10.0.0.18 () {32 vars in 680 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1423] 10.0.0.18 () {32 vars in 676 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1424] 10.0.0.18 () {32 vars in 692 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1425] 10.0.0.18 () {32 vars in 676 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1426] 10.0.0.18 () {32 vars in 666 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1427] 10.0.0.18 () {32 vars in 662 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1428] 10.0.0.18 () {32 vars in 674 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1429] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/security-groups?tenant_id=98f34b5db6a447afacc4a53236013216&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1430] 10.0.0.18 () {32 vars in 686 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1431] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:14 2026] DELETE /v2.0/security-groups/a7851cbc-990a-4dfe-b153-8a280299da82 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1432] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:14 2026] GET /v2.0/security-groups?tenant_id=b4d0fb911c0540368c1bd3833a1638db&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1433] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:15 2026] DELETE /v2.0/security-groups/8fe17976-e514-4b23-bdb6-31b395eb9e7b => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1434] 10.0.0.11 () {34 vars in 989 bytes} [Wed Jun 10 09:31:15 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1435] 10.0.0.11 () {34 vars in 1039 bytes} [Wed Jun 10 09:31:15 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:31:17.371 8 INFO neutron.db.segments_db [None req-c23fa989-c63f-434b-b9d3-504cab6e64e1 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] Added segment 1cca651f-747e-4655-abb5-13b798907f06 of type vxlan for network ec6bf8c1-03e1-4ef9-b039-cdb8a5d0092e [pid: 8|app: 0|req: 742/1436] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:16 2026] POST /v2.0/networks => generated 631 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1437] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:31:17 2026] POST /v2.0/subnets => generated 627 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:17.825 7 INFO neutron.db.segments_db [None req-7b617811-f4a0-4a23-b703-1e101acaf2e2 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] Added segment afc649d2-9d8e-48db-83f6-6a4615077f99 of type vxlan for network 21a1247d-ae7e-4389-bfaf-45b5a3b0d695 2026-06-10 09:31:18.051 8 INFO neutron.db.segments_db [None req-4e2972c0-ab94-4953-b37e-ea87927dedb4 62b913d4c9374ca2986ccde9ae140d51 7208e8bdd8ff46fda85fa751afde20cd - - default default] Added segment edfa1fb6-4115-4cbb-b27d-b4ef6e217bb3 of type vxlan for network d85db006-4774-4074-9655-4dcffad1ffc1 2026-06-10 09:31:18.100 7 INFO neutron.db.l3_hamode_db [None req-7b617811-f4a0-4a23-b703-1e101acaf2e2 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 743/1438] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:17 2026] POST /v2.0/networks => generated 708 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1439] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:31:18 2026] POST /v2.0/subnets => generated 644 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:18.349 8 WARNING neutron.api.v2.base [None req-b4fcb15e-512c-436f-a04a-7116a87b35c6 62b913d4c9374ca2986ccde9ae140d51 7208e8bdd8ff46fda85fa751afde20cd - - 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-10 09:31:18.350 8 INFO neutron.api.v2.resource [None req-b4fcb15e-512c-436f-a04a-7116a87b35c6 62b913d4c9374ca2986ccde9ae140d51 7208e8bdd8ff46fda85fa751afde20cd - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 745/1440] 10.0.0.18 () {34 vars in 680 bytes} [Wed Jun 10 09:31:18 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-10 09:31:18.539 8 INFO neutron.services.segments.plugin [-] Segment edfa1fb6-4115-4cbb-b27d-b4ef6e217bb3 resource provider aggregate not found 2026-06-10 09:31:18.543 8 INFO neutron.services.segments.plugin [-] Segment edfa1fb6-4115-4cbb-b27d-b4ef6e217bb3 resource provider aggregate not found 2026-06-10 09:31:18.561 8 INFO neutron.services.segments.plugin [-] Segment edfa1fb6-4115-4cbb-b27d-b4ef6e217bb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edfa1fb6-4115-4cbb-b27d-b4ef6e217bb3 found for delete ", "request_id": "req-2b27a1de-4b44-4389-b90f-6a9b1fd83f89"}]} 2026-06-10 09:31:18.569 8 INFO neutron.services.segments.plugin [-] Segment edfa1fb6-4115-4cbb-b27d-b4ef6e217bb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edfa1fb6-4115-4cbb-b27d-b4ef6e217bb3 found for delete ", "request_id": "req-1ee28b17-bd72-4590-b9d2-6719a28e7f8f"}]} [pid: 8|app: 0|req: 746/1441] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:18 2026] DELETE /v2.0/networks/d85db006-4774-4074-9655-4dcffad1ffc1 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:18.649 8 INFO neutron.db.segments_db [None req-66a550cb-ec28-45e8-a45f-a14f2ae08da4 62b913d4c9374ca2986ccde9ae140d51 7208e8bdd8ff46fda85fa751afde20cd - - default default] Added segment 2df883ae-bc8f-4f74-8059-357089dc0008 of type vxlan for network fb684b58-6135-4152-a4ce-8eff6c63824d [pid: 8|app: 0|req: 747/1442] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:18 2026] POST /v2.0/networks => generated 708 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:18.880 7 INFO neutron.db.l3_hamode_db [None req-7b617811-f4a0-4a23-b703-1e101acaf2e2 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 748/1443] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:31:18 2026] POST /v2.0/subnets => generated 647 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:19.233 8 INFO neutron.db.segments_db [None req-42657fb2-3f5e-450d-a2fe-6f0630852209 72442f4782ad4836adb633a19465435b c031158c49e446faada63b1cf4bd2416 - - default default] Added segment 28f3029e-333f-45d8-9d5a-e3a12f6a1116 of type vxlan for network 2558c884-e486-4cf3-ab75-c2c390f6c65d [pid: 8|app: 0|req: 749/1444] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:18 2026] POST /v2.0/networks => generated 613 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:19.329 8 WARNING neutron.api.v2.base [None req-61e53c2c-2fdf-414c-a90b-ead7d11d3d66 62b913d4c9374ca2986ccde9ae140d51 7208e8bdd8ff46fda85fa751afde20cd - - 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-10 09:31:19.330 8 INFO neutron.api.v2.resource [None req-61e53c2c-2fdf-414c-a90b-ead7d11d3d66 62b913d4c9374ca2986ccde9ae140d51 7208e8bdd8ff46fda85fa751afde20cd - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 750/1445] 10.0.0.18 () {34 vars in 680 bytes} [Wed Jun 10 09:31:19 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1446] 10.0.0.18 () {34 vars in 663 bytes} [Wed Jun 10 09:31:19 2026] POST /v2.0/ports => generated 743 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 696/1447] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:31:17 2026] POST /v2.0/routers => generated 695 bytes in 1979 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1448] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:19 2026] DELETE /v2.0/networks/fb684b58-6135-4152-a4ce-8eff6c63824d => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1449] 10.0.0.18 () {34 vars in 665 bytes} [Wed Jun 10 09:31:19 2026] POST /v2.0/trunks => generated 407 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:20.013 7 INFO neutron.db.segments_db [None req-387d37fe-367f-49b7-ac3a-2a2051a96662 62b913d4c9374ca2986ccde9ae140d51 7208e8bdd8ff46fda85fa751afde20cd - - default default] Added segment ff103a7e-b219-4c93-bd4a-a0185b60b21c of type vxlan for network 84a339a6-527b-49a3-b9e3-2c7a17e3d451 [pid: 7|app: 0|req: 698/1450] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:19 2026] POST /v2.0/networks => generated 707 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:20.150 7 INFO neutron.db.segments_db [None req-8ba93bfe-3f77-4f08-80b8-1969087adadd 72442f4782ad4836adb633a19465435b c031158c49e446faada63b1cf4bd2416 - - default default] Added segment c07ec411-a220-4e47-a81a-acef3de2fe76 of type vxlan for network 1da9103e-3a8e-4d62-abcc-7f6327b8c1ce [pid: 7|app: 0|req: 699/1451] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:20 2026] POST /v2.0/networks => generated 613 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1452] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:31:20 2026] POST /v2.0/subnets => generated 647 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:20.589 8 INFO neutron.services.segments.plugin [-] Segment 2df883ae-bc8f-4f74-8059-357089dc0008 resource provider aggregate not found 2026-06-10 09:31:20.593 8 INFO neutron.services.segments.plugin [-] Segment 2df883ae-bc8f-4f74-8059-357089dc0008 resource provider aggregate not found 2026-06-10 09:31:20.610 8 INFO neutron.services.segments.plugin [-] Segment 2df883ae-bc8f-4f74-8059-357089dc0008 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2df883ae-bc8f-4f74-8059-357089dc0008 found for delete ", "request_id": "req-b4da7d03-03a8-4795-8917-1c59387c80af"}]} 2026-06-10 09:31:20.615 8 INFO neutron.services.segments.plugin [-] Segment 2df883ae-bc8f-4f74-8059-357089dc0008 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2df883ae-bc8f-4f74-8059-357089dc0008 found for delete ", "request_id": "req-213ff26b-c220-4004-822c-66d772846b19"}]} [pid: 7|app: 0|req: 701/1453] 10.0.0.18 () {34 vars in 663 bytes} [Wed Jun 10 09:31:20 2026] POST /v2.0/ports => generated 743 bytes in 299 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: 702/1454] 10.0.0.18 () {34 vars in 680 bytes} [Wed Jun 10 09:31:20 2026] POST /v2.0/rbac-policies => generated 324 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1455] 10.0.0.18 () {34 vars in 665 bytes} [Wed Jun 10 09:31:20 2026] POST /v2.0/trunks => generated 407 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1456] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:31:19 2026] PUT /v2.0/routers/24a9b95d-ab5a-45f9-b42e-9bb5ed78d940/add_router_interface => generated 309 bytes in 1315 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:31:21.176 7 INFO neutron.db.segments_db [None req-68208e52-2f57-4f17-b005-2d573446055b 72442f4782ad4836adb633a19465435b c031158c49e446faada63b1cf4bd2416 - - default default] Added segment f37ee0f7-ff6a-414a-86ca-4fa55bf50cb1 of type vxlan for network a08e1699-809f-41c9-a524-86d5173f7736 [pid: 7|app: 0|req: 704/1457] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:21 2026] POST /v2.0/networks => generated 613 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1458] 10.0.0.18 () {34 vars in 664 bytes} [Wed Jun 10 09:31:21 2026] POST /v2.0/ports => generated 959 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1459] 10.0.0.18 () {34 vars in 663 bytes} [Wed Jun 10 09:31:21 2026] POST /v2.0/ports => generated 743 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 755/1460] 10.0.0.18 () {32 vars in 722 bytes} [Wed Jun 10 09:31:21 2026] GET /v2.0/networks/84a339a6-527b-49a3-b9e3-2c7a17e3d451 => generated 654 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1461] 10.0.0.18 () {34 vars in 664 bytes} [Wed Jun 10 09:31:21 2026] POST /v2.0/ports => generated 954 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 756/1462] 10.0.0.18 () {34 vars in 665 bytes} [Wed Jun 10 09:31:21 2026] POST /v2.0/trunks => generated 407 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:21.890 8 INFO neutron.db.segments_db [None req-727e6b24-483b-4b82-afe5-2057c185ee93 72442f4782ad4836adb633a19465435b c031158c49e446faada63b1cf4bd2416 - - default default] Added segment 9a4f60ec-560d-40b2-bfba-2e5423f7c5d8 of type vxlan for network ef28f40f-5b3c-425d-8c41-592b34adc15c [pid: 8|app: 0|req: 757/1463] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:21 2026] POST /v2.0/networks => generated 612 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:22.033 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fe1a5c95-bef5-4eeb-8676-6061d5f6a0ff 9cc0beb8c9704987a2cc2e6e4d078261 67adfbe983c74b14ab5dc62b7375bbf1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 758/1464] 10.0.0.18 () {32 vars in 722 bytes} [Wed Jun 10 09:31:21 2026] GET /v2.0/networks/84a339a6-527b-49a3-b9e3-2c7a17e3d451 => generated 138 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1465] 10.0.0.18 () {34 vars in 663 bytes} [Wed Jun 10 09:31:22 2026] POST /v2.0/ports => generated 743 bytes in 297 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-10 09:31:22.638 8 INFO neutron.services.segments.plugin [-] Segment ff103a7e-b219-4c93-bd4a-a0185b60b21c resource provider aggregate not found 2026-06-10 09:31:22.644 8 INFO neutron.services.segments.plugin [-] Segment ff103a7e-b219-4c93-bd4a-a0185b60b21c resource provider aggregate not found 2026-06-10 09:31:22.662 8 INFO neutron.services.segments.plugin [-] Segment ff103a7e-b219-4c93-bd4a-a0185b60b21c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff103a7e-b219-4c93-bd4a-a0185b60b21c found for delete ", "request_id": "req-dc0b5c9d-deac-4fc9-8203-d2f885d226aa"}]} 2026-06-10 09:31:22.663 8 INFO neutron.services.segments.plugin [-] Segment ff103a7e-b219-4c93-bd4a-a0185b60b21c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff103a7e-b219-4c93-bd4a-a0185b60b21c found for delete ", "request_id": "req-69a55807-083a-45b3-88fa-9204b812506d"}]} 2026-06-10 09:31:23.045 7 INFO neutron.db.l3_db [None req-9e34a437-0280-4267-8418-041889a8a241 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] Floating IP e82f79c5-8059-48fa-8e6b-17411065b578 associated. External IP: 10.96.250.201, port: 9793e270-9aa6-4a31-bf21-7947a3c6d0e5. 2026-06-10 09:31:23.092 8 INFO neutron_taas.services.taas.taas_plugin [None req-99272714-52c3-4dc3-ba1c-4a2b89810570 62b913d4c9374ca2986ccde9ae140d51 7208e8bdd8ff46fda85fa751afde20cd - - default default] TaaS: Handle Delete Port: 087b368e-a689-4068-aa18-16fd4bdbbe4d 2026-06-10 09:31:23.095 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99272714-52c3-4dc3-ba1c-4a2b89810570 62b913d4c9374ca2986ccde9ae140d51 7208e8bdd8ff46fda85fa751afde20cd - - default default] Tap Mirror: Handle Delete Port: 087b368e-a689-4068-aa18-16fd4bdbbe4d [pid: 8|app: 0|req: 760/1466] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:22 2026] DELETE /v2.0/networks/84a339a6-527b-49a3-b9e3-2c7a17e3d451 => generated 0 bytes in 952 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1467] 10.0.0.18 () {34 vars in 676 bytes} [Wed Jun 10 09:31:21 2026] POST /v2.0/floatingips => generated 841 bytes in 1569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:23.389 7 INFO neutron.pecan_wsgi.hooks.translation [None req-60d556d2-5a77-4974-a2f4-527990b3f917 62b913d4c9374ca2986ccde9ae140d51 7208e8bdd8ff46fda85fa751afde20cd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 708/1468] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:23 2026] DELETE /v2.0/subnets/ea4b1cdf-c77f-48a2-a832-926482b5eeb6 => 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: 761/1469] 10.0.0.18 () {34 vars in 665 bytes} [Wed Jun 10 09:31:23 2026] POST /v2.0/trunks => generated 407 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:23.461 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bcdcc5bc-e4ab-47a5-940f-377d1a2d9743 62b913d4c9374ca2986ccde9ae140d51 7208e8bdd8ff46fda85fa751afde20cd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 762/1470] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:23 2026] DELETE /v2.0/subnets/3126a3bf-a182-4034-a633-4cc3dcce9b00 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:31:23.502 7 INFO neutron.db.l3_db [None req-ed93cf15-0238-4043-9486-9f51f070cf06 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] Floating IP e82f79c5-8059-48fa-8e6b-17411065b578 disassociated. External IP: 10.96.250.201, port: 9793e270-9aa6-4a31-bf21-7947a3c6d0e5. 2026-06-10 09:31:23.508 8 INFO neutron.db.segments_db [None req-91eeb085-ad71-4c06-b3b3-bdb799e83a01 72442f4782ad4836adb633a19465435b c031158c49e446faada63b1cf4bd2416 - - default default] Added segment bd27b14e-adc3-4f8a-8b0e-7b69aa1d36f6 of type vxlan for network 825d80bd-8a43-4e02-8d20-1fb65787d4f1 [pid: 8|app: 0|req: 763/1471] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:23 2026] POST /v2.0/networks => generated 613 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:23.599 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7591b8ea-b591-4fca-94d4-3e520a5576d9 62b913d4c9374ca2986ccde9ae140d51 7208e8bdd8ff46fda85fa751afde20cd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 764/1472] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:23 2026] DELETE /v2.0/subnets/36c9bb7e-8e49-48a5-9614-b7cfd63b6027 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1473] 10.0.0.18 () {34 vars in 748 bytes} [Wed Jun 10 09:31:23 2026] PUT /v2.0/floatingips/e82f79c5-8059-48fa-8e6b-17411065b578 => generated 552 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1474] 10.0.0.18 () {34 vars in 663 bytes} [Wed Jun 10 09:31:23 2026] POST /v2.0/ports => generated 743 bytes in 321 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-10 09:31:23.957 7 INFO neutron_taas.services.taas.taas_plugin [None req-e669e16e-c86c-473a-9e4d-583d501bd486 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] TaaS: Handle Delete Port: 646e934e-33db-4ba6-a6d8-069eaf083166 2026-06-10 09:31:23.960 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e669e16e-c86c-473a-9e4d-583d501bd486 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] Tap Mirror: Handle Delete Port: 646e934e-33db-4ba6-a6d8-069eaf083166 [pid: 7|app: 0|req: 710/1475] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:31:23 2026] DELETE /v2.0/floatingips/e82f79c5-8059-48fa-8e6b-17411065b578 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1476] 10.0.0.18 () {34 vars in 665 bytes} [Wed Jun 10 09:31:23 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: 8|app: 0|req: 767/1477] 10.0.0.18 () {34 vars in 748 bytes} [Wed Jun 10 09:31:24 2026] PUT /v2.0/trunks/5f9f02f1-b0e5-41d0-a5e6-9915a2a37c2d/tags => generated 17 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1478] 10.0.0.18 () {34 vars in 748 bytes} [Wed Jun 10 09:31:24 2026] PUT /v2.0/trunks/1eba642e-de0f-4157-a766-4cb74f89d3a4/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1479] 10.0.0.18 () {34 vars in 748 bytes} [Wed Jun 10 09:31:24 2026] PUT /v2.0/trunks/ab75f873-5288-4923-900a-2c82597f5883/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1480] 10.0.0.18 () {34 vars in 748 bytes} [Wed Jun 10 09:31:24 2026] PUT /v2.0/trunks/dce8dd72-0ec5-473a-a44e-7acbf392d4b4/tags => 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: 771/1481] 10.0.0.18 () {32 vars in 661 bytes} [Wed Jun 10 09:31:24 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1482] 10.0.0.18 () {32 vars in 675 bytes} [Wed Jun 10 09:31:24 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1483] 10.0.0.18 () {32 vars in 671 bytes} [Wed Jun 10 09:31:24 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1484] 10.0.0.18 () {32 vars in 683 bytes} [Wed Jun 10 09:31:24 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1485] 10.0.0.18 () {32 vars in 669 bytes} [Wed Jun 10 09:31:24 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1486] 10.0.0.18 () {32 vars in 683 bytes} [Wed Jun 10 09:31:24 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1487] 10.0.0.18 () {32 vars in 679 bytes} [Wed Jun 10 09:31:24 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1488] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:24 2026] GET /v2.0/security-groups?tenant_id=edb0f8634cb544399f1974d1569e1cf2&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1489] 10.0.0.18 () {32 vars in 691 bytes} [Wed Jun 10 09:31:24 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:31:24.686 8 INFO neutron.services.segments.plugin [-] Segment ff103a7e-b219-4c93-bd4a-a0185b60b21c resource provider aggregate not found 2026-06-10 09:31:24.692 8 INFO neutron.services.segments.plugin [-] Segment ff103a7e-b219-4c93-bd4a-a0185b60b21c resource provider aggregate not found 2026-06-10 09:31:24.704 8 INFO neutron.services.segments.plugin [-] Segment ff103a7e-b219-4c93-bd4a-a0185b60b21c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff103a7e-b219-4c93-bd4a-a0185b60b21c found for delete ", "request_id": "req-45e0a444-0145-466d-ae2e-25169a9d3d7d"}]} 2026-06-10 09:31:24.711 8 INFO neutron.services.segments.plugin [-] Segment ff103a7e-b219-4c93-bd4a-a0185b60b21c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff103a7e-b219-4c93-bd4a-a0185b60b21c found for delete ", "request_id": "req-160ad20c-763b-449d-83a9-b870fd374edc"}]} [pid: 8|app: 0|req: 780/1490] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:24 2026] DELETE /v2.0/security-groups/1a5653cc-5ac7-4e76-9c35-0ffc5325e86c => 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: 781/1491] 10.0.0.18 () {32 vars in 718 bytes} [Wed Jun 10 09:31:24 2026] GET /v2.0/trunks/5f9f02f1-b0e5-41d0-a5e6-9915a2a37c2d => generated 412 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:31:24.844 7 INFO neutron.db.l3_db [None req-5bc1bdca-02bd-4690-a5d4-4da28a6e38ae abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] Floating IP 4a3c61bb-3b7e-4041-a0f8-3552a73d1a28 associated. External IP: 10.96.250.220, port: 9574fb77-c296-4939-a6f7-54c5640ef308. [pid: 8|app: 0|req: 782/1492] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:31:24 2026] GET /v2.0/ports/4553ddb0-7aa1-4fe3-b9b6-37e14cdae575 => generated 826 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1493] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:24 2026] GET /v2.0/security-groups?tenant_id=67adfbe983c74b14ab5dc62b7375bbf1&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1494] 10.0.0.18 () {32 vars in 721 bytes} [Wed Jun 10 09:31:24 2026] DELETE /v2.0/trunks/5f9f02f1-b0e5-41d0-a5e6-9915a2a37c2d => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1495] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:25 2026] DELETE /v2.0/security-groups/cc7dc846-9c7f-49e9-a4cc-975f9b515e18 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1496] 10.0.0.18 () {32 vars in 718 bytes} [Wed Jun 10 09:31:25 2026] GET /v2.0/trunks/1eba642e-de0f-4157-a766-4cb74f89d3a4 => generated 420 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1497] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:31:25 2026] GET /v2.0/ports/9d0011b9-1517-4585-a7a0-861bcec25c5a => generated 826 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1498] 10.0.0.18 () {34 vars in 676 bytes} [Wed Jun 10 09:31:24 2026] POST /v2.0/floatingips => generated 843 bytes in 1080 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1499] 10.0.0.18 () {32 vars in 721 bytes} [Wed Jun 10 09:31:25 2026] DELETE /v2.0/trunks/1eba642e-de0f-4157-a766-4cb74f89d3a4 => 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: 789/1500] 10.0.0.18 () {32 vars in 718 bytes} [Wed Jun 10 09:31:25 2026] GET /v2.0/trunks/ab75f873-5288-4923-900a-2c82597f5883 => generated 429 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1501] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:31:25 2026] GET /v2.0/floatingips/4a3c61bb-3b7e-4041-a0f8-3552a73d1a28 => generated 843 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1502] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:25 2026] GET /v2.0/security-groups?tenant_id=7208e8bdd8ff46fda85fa751afde20cd&name=default => generated 2925 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1503] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:31:25 2026] GET /v2.0/ports/db5c1637-faa7-480f-aff0-3401bd772b5e => generated 826 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1504] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:25 2026] DELETE /v2.0/security-groups/4265486c-f259-4065-89a5-a9c8d160cfb4 => 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: 715/1505] 10.0.0.18 () {32 vars in 721 bytes} [Wed Jun 10 09:31:25 2026] DELETE /v2.0/trunks/ab75f873-5288-4923-900a-2c82597f5883 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1506] 10.0.0.18 () {32 vars in 718 bytes} [Wed Jun 10 09:31:25 2026] GET /v2.0/trunks/dce8dd72-0ec5-473a-a44e-7acbf392d4b4 => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1507] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:31:25 2026] GET /v2.0/ports/4886cee5-d13e-4024-83e5-f9a5cd0f5a51 => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1508] 10.0.0.18 () {32 vars in 721 bytes} [Wed Jun 10 09:31:25 2026] DELETE /v2.0/trunks/dce8dd72-0ec5-473a-a44e-7acbf392d4b4 => 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: 719/1509] 10.0.0.18 () {32 vars in 718 bytes} [Wed Jun 10 09:31:25 2026] GET /v2.0/trunks/3600fc7a-1d19-4d86-a608-848c52a5c898 => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1510] 10.0.0.18 () {32 vars in 654 bytes} [Wed Jun 10 09:31:25 2026] GET /v2.0/floatingips => generated 846 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1511] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:31:25 2026] GET /v2.0/ports/fad8fb9c-e2e7-4e53-90eb-06ea502c1966 => generated 826 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1512] 10.0.0.18 () {32 vars in 721 bytes} [Wed Jun 10 09:31:25 2026] DELETE /v2.0/trunks/3600fc7a-1d19-4d86-a608-848c52a5c898 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:31:25.905 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5857558-3d15-4314-a098-804c1a2406b7 72442f4782ad4836adb633a19465435b c031158c49e446faada63b1cf4bd2416 - - default default] TaaS: Handle Delete Port: 4553ddb0-7aa1-4fe3-b9b6-37e14cdae575 2026-06-10 09:31:25.908 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5857558-3d15-4314-a098-804c1a2406b7 72442f4782ad4836adb633a19465435b c031158c49e446faada63b1cf4bd2416 - - default default] Tap Mirror: Handle Delete Port: 4553ddb0-7aa1-4fe3-b9b6-37e14cdae575 [pid: 7|app: 0|req: 722/1513] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:31:25 2026] DELETE /v2.0/ports/4553ddb0-7aa1-4fe3-b9b6-37e14cdae575 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:26.116 8 INFO neutron.db.l3_db [None req-fbe9dce7-4da2-43ce-8a8e-c002e0639c09 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] Floating IP 4a3c61bb-3b7e-4041-a0f8-3552a73d1a28 associated. External IP: 10.96.250.220, port: 9574fb77-c296-4939-a6f7-54c5640ef308. 2026-06-10 09:31:26.121 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c07679e-b05b-46b6-88e2-913f1d1421af 72442f4782ad4836adb633a19465435b c031158c49e446faada63b1cf4bd2416 - - default default] TaaS: Handle Delete Port: 9d0011b9-1517-4585-a7a0-861bcec25c5a 2026-06-10 09:31:26.124 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c07679e-b05b-46b6-88e2-913f1d1421af 72442f4782ad4836adb633a19465435b c031158c49e446faada63b1cf4bd2416 - - default default] Tap Mirror: Handle Delete Port: 9d0011b9-1517-4585-a7a0-861bcec25c5a [pid: 7|app: 0|req: 723/1514] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:31:25 2026] DELETE /v2.0/ports/9d0011b9-1517-4585-a7a0-861bcec25c5a => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:26.323 7 INFO neutron_taas.services.taas.taas_plugin [None req-31f4305b-3228-4112-8ee2-4aac31b89fb6 72442f4782ad4836adb633a19465435b c031158c49e446faada63b1cf4bd2416 - - default default] TaaS: Handle Delete Port: db5c1637-faa7-480f-aff0-3401bd772b5e 2026-06-10 09:31:26.326 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31f4305b-3228-4112-8ee2-4aac31b89fb6 72442f4782ad4836adb633a19465435b c031158c49e446faada63b1cf4bd2416 - - default default] Tap Mirror: Handle Delete Port: db5c1637-faa7-480f-aff0-3401bd772b5e [pid: 7|app: 0|req: 724/1515] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:31:26 2026] DELETE /v2.0/ports/db5c1637-faa7-480f-aff0-3401bd772b5e => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:26.507 7 INFO neutron_taas.services.taas.taas_plugin [None req-f229827e-10a0-465f-83f2-c22987942b02 72442f4782ad4836adb633a19465435b c031158c49e446faada63b1cf4bd2416 - - default default] TaaS: Handle Delete Port: 4886cee5-d13e-4024-83e5-f9a5cd0f5a51 2026-06-10 09:31:26.510 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f229827e-10a0-465f-83f2-c22987942b02 72442f4782ad4836adb633a19465435b c031158c49e446faada63b1cf4bd2416 - - default default] Tap Mirror: Handle Delete Port: 4886cee5-d13e-4024-83e5-f9a5cd0f5a51 [pid: 8|app: 0|req: 792/1516] 10.0.0.18 () {34 vars in 748 bytes} [Wed Jun 10 09:31:25 2026] PUT /v2.0/floatingips/4a3c61bb-3b7e-4041-a0f8-3552a73d1a28 => generated 841 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1517] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:31:26 2026] DELETE /v2.0/ports/4886cee5-d13e-4024-83e5-f9a5cd0f5a51 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:26.691 8 INFO neutron.db.l3_db [None req-b67f1546-2310-4e34-a9a5-210b5875666f abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] Floating IP 4a3c61bb-3b7e-4041-a0f8-3552a73d1a28 disassociated. External IP: 10.96.250.220, port: 9793e270-9aa6-4a31-bf21-7947a3c6d0e5. 2026-06-10 09:31:26.737 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d362165-da2c-4413-8613-bad67b0c544f 72442f4782ad4836adb633a19465435b c031158c49e446faada63b1cf4bd2416 - - default default] TaaS: Handle Delete Port: fad8fb9c-e2e7-4e53-90eb-06ea502c1966 2026-06-10 09:31:26.740 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d362165-da2c-4413-8613-bad67b0c544f 72442f4782ad4836adb633a19465435b c031158c49e446faada63b1cf4bd2416 - - default default] Tap Mirror: Handle Delete Port: fad8fb9c-e2e7-4e53-90eb-06ea502c1966 [pid: 7|app: 0|req: 726/1518] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:31:26 2026] DELETE /v2.0/ports/fad8fb9c-e2e7-4e53-90eb-06ea502c1966 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1519] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:31:26 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => 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: 793/1520] 10.0.0.18 () {34 vars in 748 bytes} [Wed Jun 10 09:31:26 2026] PUT /v2.0/floatingips/4a3c61bb-3b7e-4041-a0f8-3552a73d1a28 => generated 552 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1521] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:31:27 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:31:27.076 7 INFO neutron.services.segments.plugin [-] Segment 28f3029e-333f-45d8-9d5a-e3a12f6a1116 resource provider aggregate not found 2026-06-10 09:31:27.081 7 INFO neutron.services.segments.plugin [-] Segment 28f3029e-333f-45d8-9d5a-e3a12f6a1116 resource provider aggregate not found 2026-06-10 09:31:27.095 7 INFO neutron.services.segments.plugin [-] Segment 28f3029e-333f-45d8-9d5a-e3a12f6a1116 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28f3029e-333f-45d8-9d5a-e3a12f6a1116 found for delete ", "request_id": "req-19aa977d-84f5-4abb-af0d-289eca2fedd0"}]} 2026-06-10 09:31:27.099 7 INFO neutron.services.segments.plugin [-] Segment 28f3029e-333f-45d8-9d5a-e3a12f6a1116 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28f3029e-333f-45d8-9d5a-e3a12f6a1116 found for delete ", "request_id": "req-afa5161b-376f-410a-87f6-174ef9ba0639"}]} [pid: 7|app: 0|req: 728/1522] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:26 2026] DELETE /v2.0/networks/2558c884-e486-4cf3-ab75-c2c390f6c65d => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:27.196 8 INFO neutron_taas.services.taas.taas_plugin [None req-19620cef-c886-4832-80ae-4037095e2408 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] TaaS: Handle Delete Port: af075719-d3c9-402f-b80a-cba4a26cc66c 2026-06-10 09:31:27.200 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19620cef-c886-4832-80ae-4037095e2408 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] Tap Mirror: Handle Delete Port: af075719-d3c9-402f-b80a-cba4a26cc66c [pid: 7|app: 0|req: 731/1525] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:27 2026] DELETE /v2.0/networks/1da9103e-3a8e-4d62-abcc-7f6327b8c1ce => 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: 732/1526] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:31:27 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1527] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:31:27 2026] DELETE /v2.0/floatingips/4a3c61bb-3b7e-4041-a0f8-3552a73d1a28 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1528] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:31:27 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1529] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:27 2026] DELETE /v2.0/networks/a08e1699-809f-41c9-a524-86d5173f7736 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:27.452 8 INFO neutron.api.v2.resource [None req-6c03c553-99f4-417e-9244-6475cdb5c4aa abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 797/1530] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:31:27 2026] DELETE /v2.0/floatingips/4a3c61bb-3b7e-4041-a0f8-3552a73d1a28 => generated 144 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1531] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:27 2026] DELETE /v2.0/networks/ef28f40f-5b3c-425d-8c41-592b34adc15c => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:27.612 8 INFO neutron_taas.services.taas.taas_plugin [None req-24dc2f39-deed-4ea8-8be3-f30163a0d251 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] TaaS: Handle Delete Port: 9793e270-9aa6-4a31-bf21-7947a3c6d0e5 2026-06-10 09:31:27.615 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24dc2f39-deed-4ea8-8be3-f30163a0d251 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] Tap Mirror: Handle Delete Port: 9793e270-9aa6-4a31-bf21-7947a3c6d0e5 [pid: 7|app: 0|req: 735/1532] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:27 2026] DELETE /v2.0/networks/825d80bd-8a43-4e02-8d20-1fb65787d4f1 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1533] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:31:27 2026] DELETE /v2.0/ports/9793e270-9aa6-4a31-bf21-7947a3c6d0e5 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:27.955 7 INFO neutron_taas.services.taas.taas_plugin [None req-41aa299b-11ce-467a-b3b3-9df9d30f5fa5 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] TaaS: Handle Delete Port: 9574fb77-c296-4939-a6f7-54c5640ef308 2026-06-10 09:31:27.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41aa299b-11ce-467a-b3b3-9df9d30f5fa5 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] Tap Mirror: Handle Delete Port: 9574fb77-c296-4939-a6f7-54c5640ef308 [pid: 7|app: 0|req: 736/1534] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:31:27 2026] DELETE /v2.0/ports/9574fb77-c296-4939-a6f7-54c5640ef308 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1535] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:31:28 2026] GET /v2.0/ports?device_id=24a9b95d-ab5a-45f9-b42e-9bb5ed78d940 => generated 958 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:31:28.573 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c4e1d60-66fe-4649-9a16-188a0efdc9b1 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] TaaS: Handle Delete Port: b7b961d7-8bcd-499e-8dcc-86708d682407 2026-06-10 09:31:28.576 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c4e1d60-66fe-4649-9a16-188a0efdc9b1 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] Tap Mirror: Handle Delete Port: b7b961d7-8bcd-499e-8dcc-86708d682407 [pid: 8|app: 0|req: 800/1536] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:31:28 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1537] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:28 2026] GET /v2.0/security-groups?tenant_id=0c2c3a36be044de68e26d94e6d69671d&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1538] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:31:28 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1539] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:28 2026] DELETE /v2.0/security-groups/0a0d5766-ff35-4e31-bc7b-245b87352e36 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:31:29.115 7 INFO neutron.services.segments.plugin [-] Segment c07ec411-a220-4e47-a81a-acef3de2fe76 resource provider aggregate not found 2026-06-10 09:31:29.118 7 INFO neutron.services.segments.plugin [-] Segment c07ec411-a220-4e47-a81a-acef3de2fe76 resource provider aggregate not found [pid: 7|app: 0|req: 737/1540] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:31:28 2026] PUT /v2.0/routers/24a9b95d-ab5a-45f9-b42e-9bb5ed78d940/remove_router_interface => generated 309 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:31:29.137 7 INFO neutron.services.segments.plugin [-] Segment c07ec411-a220-4e47-a81a-acef3de2fe76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c07ec411-a220-4e47-a81a-acef3de2fe76 found for delete ", "request_id": "req-e651112b-655a-4334-ac83-5631becdf251"}]} 2026-06-10 09:31:29.141 7 INFO neutron.services.segments.plugin [-] Segment c07ec411-a220-4e47-a81a-acef3de2fe76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c07ec411-a220-4e47-a81a-acef3de2fe76 found for delete ", "request_id": "req-f7bafdab-b35d-44ce-a34b-a406affde845"}]} 2026-06-10 09:31:29.154 7 INFO neutron.services.segments.plugin [-] Segment f37ee0f7-ff6a-414a-86ca-4fa55bf50cb1 resource provider aggregate not found 2026-06-10 09:31:29.164 7 INFO neutron.services.segments.plugin [-] Segment f37ee0f7-ff6a-414a-86ca-4fa55bf50cb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f37ee0f7-ff6a-414a-86ca-4fa55bf50cb1 found for delete ", "request_id": "req-0e1c81ae-aac6-484f-8ed8-6aea584f4079"}]} 2026-06-10 09:31:29.178 7 INFO neutron.services.segments.plugin [-] Segment f37ee0f7-ff6a-414a-86ca-4fa55bf50cb1 resource provider aggregate not found 2026-06-10 09:31:29.226 7 INFO neutron.services.segments.plugin [-] Segment 9a4f60ec-560d-40b2-bfba-2e5423f7c5d8 resource provider aggregate not found 2026-06-10 09:31:29.230 7 INFO neutron.services.segments.plugin [-] Segment f37ee0f7-ff6a-414a-86ca-4fa55bf50cb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f37ee0f7-ff6a-414a-86ca-4fa55bf50cb1 found for delete ", "request_id": "req-fda8d9b3-8b3a-4fc0-83dd-2f747a2e493e"}]} 2026-06-10 09:31:29.243 7 INFO neutron.services.segments.plugin [-] Segment 9a4f60ec-560d-40b2-bfba-2e5423f7c5d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a4f60ec-560d-40b2-bfba-2e5423f7c5d8 found for delete ", "request_id": "req-d3760bd4-68bf-4d4c-ad6a-8f07065b7afc"}]} 2026-06-10 09:31:29.250 7 INFO neutron.services.segments.plugin [-] Segment 9a4f60ec-560d-40b2-bfba-2e5423f7c5d8 resource provider aggregate not found 2026-06-10 09:31:29.259 7 INFO neutron.services.segments.plugin [-] Segment bd27b14e-adc3-4f8a-8b0e-7b69aa1d36f6 resource provider aggregate not found 2026-06-10 09:31:29.271 7 INFO neutron.services.segments.plugin [-] Segment bd27b14e-adc3-4f8a-8b0e-7b69aa1d36f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd27b14e-adc3-4f8a-8b0e-7b69aa1d36f6 found for delete ", "request_id": "req-b27b78a5-a1aa-4ec2-837c-c7e7041019df"}]} 2026-06-10 09:31:29.271 7 INFO neutron.services.segments.plugin [-] Segment 9a4f60ec-560d-40b2-bfba-2e5423f7c5d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a4f60ec-560d-40b2-bfba-2e5423f7c5d8 found for delete ", "request_id": "req-757f167a-1595-4a6c-b0bd-bf44556a62c9"}]} 2026-06-10 09:31:29.285 7 INFO neutron.services.segments.plugin [-] Segment bd27b14e-adc3-4f8a-8b0e-7b69aa1d36f6 resource provider aggregate not found 2026-06-10 09:31:29.307 7 INFO neutron.services.segments.plugin [-] Segment bd27b14e-adc3-4f8a-8b0e-7b69aa1d36f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd27b14e-adc3-4f8a-8b0e-7b69aa1d36f6 found for delete ", "request_id": "req-05aaa263-09e6-4a61-9375-bf1e1a844441"}]} [pid: 7|app: 0|req: 738/1541] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:29 2026] GET /v2.0/security-groups?tenant_id=c031158c49e446faada63b1cf4bd2416&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:31:29.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-77a62605-635d-4c84-9510-bb991b5b98c9 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] TaaS: Handle Delete Port: 8d19cf51-02a9-44f4-a8e0-818cd190122f 2026-06-10 09:31:29.390 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77a62605-635d-4c84-9510-bb991b5b98c9 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] Tap Mirror: Handle Delete Port: 8d19cf51-02a9-44f4-a8e0-818cd190122f [pid: 7|app: 0|req: 739/1542] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:29 2026] DELETE /v2.0/security-groups/497ac108-3034-4d45-a5dd-ea9733918e86 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:31:29.618 8 INFO neutron_taas.services.taas.taas_plugin [None req-77a62605-635d-4c84-9510-bb991b5b98c9 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] TaaS: Handle Delete Port: 97fb173d-17ea-4878-a884-72dbc3d9b1ac 2026-06-10 09:31:29.620 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77a62605-635d-4c84-9510-bb991b5b98c9 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] Tap Mirror: Handle Delete Port: 97fb173d-17ea-4878-a884-72dbc3d9b1ac [pid: 7|app: 0|req: 740/1543] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:29 2026] GET /v2.0/security-groups?tenant_id=996e528cd758452282a717403cf4765e&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:31:29.953 8 INFO neutron.services.segments.plugin [-] Segment afc649d2-9d8e-48db-83f6-6a4615077f99 resource provider aggregate not found 2026-06-10 09:31:29.967 8 INFO neutron.services.segments.plugin [-] Segment afc649d2-9d8e-48db-83f6-6a4615077f99 resource provider aggregate not found 2026-06-10 09:31:29.975 8 INFO neutron.services.segments.plugin [-] Segment afc649d2-9d8e-48db-83f6-6a4615077f99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afc649d2-9d8e-48db-83f6-6a4615077f99 found for delete ", "request_id": "req-d470eeb9-4158-4f0e-92fd-98bc85e4bbae"}]} 2026-06-10 09:31:29.989 8 INFO neutron.db.l3_hamode_db [None req-77a62605-635d-4c84-9510-bb991b5b98c9 abb2fd389eaa4d368f56e356bed08189 c9c77e6603c547f8a1297de9e90c8d79 - - default default] HA network 21a1247d-ae7e-4389-bfaf-45b5a3b0d695 was deleted as no HA routers are present in tenant c9c77e6603c547f8a1297de9e90c8d79. 2026-06-10 09:31:29.989 8 INFO neutron.services.segments.plugin [-] Segment afc649d2-9d8e-48db-83f6-6a4615077f99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afc649d2-9d8e-48db-83f6-6a4615077f99 found for delete ", "request_id": "req-84d7c747-f8d0-4ab5-b4f8-3cb0fd71b0ff"}]} [pid: 8|app: 0|req: 804/1544] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:29 2026] DELETE /v2.0/routers/24a9b95d-ab5a-45f9-b42e-9bb5ed78d940 => generated 0 bytes in 857 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1545] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 10 09:31:29 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => 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: 806/1546] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:30 2026] DELETE /v2.0/security-groups/e3843234-bd65-43ac-a865-975a3745eee0 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:31:30.208 7 INFO neutron.db.segments_db [None req-f3e6a301-31bf-4cb8-9398-fbfafc5332d1 08ffa8953e814a29a0c672e4bca2f4d4 b8a5f4a40d9c4089b1b534a1f25d4095 - - default default] Added segment 968de0f9-7fd8-48d9-8d61-cddc6cb956b3 of type vxlan for network 98013e48-f5b0-498f-aa5b-3ae09094fe1c [pid: 8|app: 0|req: 807/1547] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:30 2026] DELETE /v2.0/subnets/201356f5-2d11-4f0d-bf7c-11c0c389d98d => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1548] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:29 2026] POST /v2.0/networks => generated 612 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1549] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:31:30 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:31:30.416 7 INFO neutron_taas.services.taas.taas_plugin [req-4fd01e9c-8a10-4a44-ae75-6bfa1850a151 req-34cb2226-85c7-427f-97d4-0b3839db9e9e da59cfe39b4a4d02ab5338a48b922a7e d81a68a3a1d840baa7303f323eee02a7 - - default default] TaaS: Handle Delete Port: 55f1b2c2-39b7-4f8d-b598-629cb26eb43b 2026-06-10 09:31:30.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4fd01e9c-8a10-4a44-ae75-6bfa1850a151 req-34cb2226-85c7-427f-97d4-0b3839db9e9e da59cfe39b4a4d02ab5338a48b922a7e d81a68a3a1d840baa7303f323eee02a7 - - default default] Tap Mirror: Handle Delete Port: 55f1b2c2-39b7-4f8d-b598-629cb26eb43b [pid: 8|app: 0|req: 809/1550] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:30 2026] DELETE /v2.0/networks/ec6bf8c1-03e1-4ef9-b039-cdb8a5d0092e => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:30.511 8 INFO neutron.db.segments_db [None req-c0afe7cb-1a10-4838-a78e-322f21f130d6 08ffa8953e814a29a0c672e4bca2f4d4 b8a5f4a40d9c4089b1b534a1f25d4095 - - default default] Added segment 6001ed95-d9bd-4388-86e8-fd017e0b1e0e of type vxlan for network 792f5831-ebe4-4f27-88a3-9680da8e0742 2026-06-10 09:31:30.562 7 INFO neutron.db.l3_db [req-4fd01e9c-8a10-4a44-ae75-6bfa1850a151 req-34cb2226-85c7-427f-97d4-0b3839db9e9e da59cfe39b4a4d02ab5338a48b922a7e d81a68a3a1d840baa7303f323eee02a7 - - default default] Floating IP 0bb7d7c2-7dc9-45f4-9380-89356a99ba88 disassociated. External IP: 10.96.250.205, port: 55f1b2c2-39b7-4f8d-b598-629cb26eb43b. [pid: 8|app: 0|req: 810/1551] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:30 2026] POST /v2.0/networks => generated 613 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1552] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:31:30 2026] GET /v2.0/security-groups?id=c90dc02f-5efa-4ca9-b34b-e9bd30f396e0&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:31:30.720 8 INFO neutron.db.segments_db [None req-a7c6f6ba-e1a9-4918-a144-14cd7d26b2a4 08ffa8953e814a29a0c672e4bca2f4d4 b8a5f4a40d9c4089b1b534a1f25d4095 - - default default] Added segment f3a603f6-caf8-4107-8f84-bbc6c121e205 of type vxlan for network d721968c-519e-4b6a-b486-cf589d5dd3e8 [pid: 8|app: 0|req: 812/1553] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:30 2026] POST /v2.0/networks => generated 613 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:30.953 8 INFO neutron.db.segments_db [None req-f42accdf-cfef-4466-9a61-b6284ebbb62d 08ffa8953e814a29a0c672e4bca2f4d4 b8a5f4a40d9c4089b1b534a1f25d4095 - - default default] Added segment c7915ce6-2c71-486e-8db2-791aab636fcd of type vxlan for network 6405fe3d-df5b-4e86-bd81-f7c8ccac3b31 [pid: 7|app: 0|req: 742/1554] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 10 09:31:30 2026] DELETE /v2.0/ports/55f1b2c2-39b7-4f8d-b598-629cb26eb43b => generated 0 bytes in 693 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:31.055 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8df2b0c2-2ee7-4886-a8a3-5e8a21ff8fcf'] response: {'server_uuid': 'fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e', 'name': 'network-vif-deleted', 'tag': '55f1b2c2-39b7-4f8d-b598-629cb26eb43b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 813/1555] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:30 2026] POST /v2.0/networks => generated 612 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:31.181 8 INFO neutron.db.segments_db [None req-c0d3c716-e129-41d7-9b64-007f5c03aced 08ffa8953e814a29a0c672e4bca2f4d4 b8a5f4a40d9c4089b1b534a1f25d4095 - - default default] Added segment 2486410f-3958-4857-b021-dd5c88620087 of type vxlan for network 534e2ed8-210a-4077-a740-fb9f96c43ec3 [pid: 8|app: 0|req: 814/1556] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:31 2026] POST /v2.0/networks => generated 612 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1557] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:31 2026] GET /v2.0/security-groups?tenant_id=c9c77e6603c547f8a1297de9e90c8d79&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: 815/1558] 10.0.0.18 () {34 vars in 752 bytes} [Wed Jun 10 09:31:31 2026] PUT /v2.0/networks/98013e48-f5b0-498f-aa5b-3ae09094fe1c/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1559] 10.0.0.18 () {34 vars in 752 bytes} [Wed Jun 10 09:31:31 2026] PUT /v2.0/networks/792f5831-ebe4-4f27-88a3-9680da8e0742/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1560] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:31 2026] DELETE /v2.0/security-groups/3f85ed95-1ffe-48fe-bad1-ca714199b42f => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1561] 10.0.0.18 () {34 vars in 752 bytes} [Wed Jun 10 09:31:31 2026] PUT /v2.0/networks/d721968c-519e-4b6a-b486-cf589d5dd3e8/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1562] 10.0.0.18 () {34 vars in 752 bytes} [Wed Jun 10 09:31:31 2026] PUT /v2.0/networks/6405fe3d-df5b-4e86-bd81-f7c8ccac3b31/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1563] 10.0.0.18 () {32 vars in 665 bytes} [Wed Jun 10 09:31:31 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1564] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:31:31 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => 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: 746/1565] 10.0.0.18 () {32 vars in 679 bytes} [Wed Jun 10 09:31:31 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1566] 10.0.0.18 () {32 vars in 675 bytes} [Wed Jun 10 09:31:31 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1567] 10.0.0.18 () {32 vars in 687 bytes} [Wed Jun 10 09:31:31 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1568] 10.0.0.18 () {32 vars in 673 bytes} [Wed Jun 10 09:31:31 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:31:32.007 8 INFO neutron.services.segments.plugin [-] Segment 1cca651f-747e-4655-abb5-13b798907f06 resource provider aggregate not found 2026-06-10 09:31:32.035 8 INFO neutron.services.segments.plugin [-] Segment 1cca651f-747e-4655-abb5-13b798907f06 resource provider aggregate not found 2026-06-10 09:31:32.042 8 INFO neutron.services.segments.plugin [-] Segment 1cca651f-747e-4655-abb5-13b798907f06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cca651f-747e-4655-abb5-13b798907f06 found for delete ", "request_id": "req-9ac617a5-86fb-4990-8422-d28cf55f4894"}]} 2026-06-10 09:31:32.051 8 INFO neutron.services.segments.plugin [-] Segment 1cca651f-747e-4655-abb5-13b798907f06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cca651f-747e-4655-abb5-13b798907f06 found for delete ", "request_id": "req-290febd7-e054-42cb-9ac2-d74e8260c0ea"}]} [pid: 7|app: 0|req: 748/1569] 10.0.0.18 () {32 vars in 687 bytes} [Wed Jun 10 09:31:31 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1570] 10.0.0.18 () {32 vars in 683 bytes} [Wed Jun 10 09:31:32 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1571] 10.0.0.18 () {32 vars in 695 bytes} [Wed Jun 10 09:31:32 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1572] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:32 2026] DELETE /v2.0/networks/98013e48-f5b0-498f-aa5b-3ae09094fe1c => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:32.518 7 INFO neutron.services.segments.plugin [-] Segment 6001ed95-d9bd-4388-86e8-fd017e0b1e0e resource provider aggregate not found 2026-06-10 09:31:32.522 7 INFO neutron.services.segments.plugin [-] Segment 6001ed95-d9bd-4388-86e8-fd017e0b1e0e resource provider aggregate not found 2026-06-10 09:31:32.547 7 INFO neutron.services.segments.plugin [-] Segment 6001ed95-d9bd-4388-86e8-fd017e0b1e0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6001ed95-d9bd-4388-86e8-fd017e0b1e0e found for delete ", "request_id": "req-3615e316-4b18-4884-a0bb-a0b114a020ee"}]} 2026-06-10 09:31:32.557 7 INFO neutron.services.segments.plugin [-] Segment 6001ed95-d9bd-4388-86e8-fd017e0b1e0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6001ed95-d9bd-4388-86e8-fd017e0b1e0e found for delete ", "request_id": "req-35522603-c063-4a4b-9dee-85cb4ec8792d"}]} [pid: 7|app: 0|req: 750/1573] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:32 2026] DELETE /v2.0/networks/792f5831-ebe4-4f27-88a3-9680da8e0742 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1574] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:32 2026] DELETE /v2.0/networks/d721968c-519e-4b6a-b486-cf589d5dd3e8 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1575] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:32 2026] DELETE /v2.0/networks/6405fe3d-df5b-4e86-bd81-f7c8ccac3b31 => 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: 825/1576] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:31:32 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => 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: 752/1577] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:32 2026] DELETE /v2.0/networks/534e2ed8-210a-4077-a740-fb9f96c43ec3 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:33.841 8 INFO neutron.db.segments_db [None req-5e3d9c3c-f3db-47e8-b737-0973ab17606f 68ef3e04c5334157af2622002026f229 c6abf799be124fec8b23e1e441d9d5b6 - - default default] Added segment 0d888e8c-f1c4-4821-969c-6b03e2ef81a9 of type vxlan for network 5bc0860c-663b-4fc4-aa6a-48f0fd2875ce [pid: 8|app: 0|req: 826/1578] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:33 2026] POST /v2.0/networks => generated 627 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1579] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:33 2026] GET /v2.0/security-groups?tenant_id=b8a5f4a40d9c4089b1b534a1f25d4095&name=default => generated 2925 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1580] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:31:34 2026] GET /v2.0/ports?device_id=fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:31:34.070 8 INFO neutron.services.segments.plugin [-] Segment 968de0f9-7fd8-48d9-8d61-cddc6cb956b3 resource provider aggregate not found 2026-06-10 09:31:34.075 8 INFO neutron.services.segments.plugin [-] Segment 968de0f9-7fd8-48d9-8d61-cddc6cb956b3 resource provider aggregate not found 2026-06-10 09:31:34.096 8 INFO neutron.services.segments.plugin [-] Segment 968de0f9-7fd8-48d9-8d61-cddc6cb956b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 968de0f9-7fd8-48d9-8d61-cddc6cb956b3 found for delete ", "request_id": "req-8803d8ed-9d52-443f-a3a7-b3f348dfef55"}]} 2026-06-10 09:31:34.100 8 INFO neutron.services.segments.plugin [-] Segment 968de0f9-7fd8-48d9-8d61-cddc6cb956b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 968de0f9-7fd8-48d9-8d61-cddc6cb956b3 found for delete ", "request_id": "req-5b909f13-436d-4bf2-81e5-e0cadfe22805"}]} 2026-06-10 09:31:34.118 8 INFO neutron.services.segments.plugin [-] Segment f3a603f6-caf8-4107-8f84-bbc6c121e205 resource provider aggregate not found 2026-06-10 09:31:34.123 8 INFO neutron.services.segments.plugin [-] Segment f3a603f6-caf8-4107-8f84-bbc6c121e205 resource provider aggregate not found 2026-06-10 09:31:34.142 8 INFO neutron.services.segments.plugin [-] Segment f3a603f6-caf8-4107-8f84-bbc6c121e205 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3a603f6-caf8-4107-8f84-bbc6c121e205 found for delete ", "request_id": "req-86ca407d-9b52-4aa2-a805-98f092e34549"}]} 2026-06-10 09:31:34.152 8 INFO neutron.services.segments.plugin [-] Segment f3a603f6-caf8-4107-8f84-bbc6c121e205 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3a603f6-caf8-4107-8f84-bbc6c121e205 found for delete ", "request_id": "req-fd501545-47c6-4345-a3b1-9a4917cb9ccc"}]} [pid: 8|app: 0|req: 829/1581] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:34 2026] DELETE /v2.0/security-groups/8845abe8-35c5-4cf9-8b7d-6bfc4468ee29 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1582] 10.0.0.18 () {34 vars in 675 bytes} [Wed Jun 10 09:31:33 2026] POST /v2.0/floatingips => generated 552 bytes in 689 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1583] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:34 2026] GET /v2.0/security-groups?tenant_id=324a2f3e95d7454a991fb107735ab1df&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1584] 10.0.0.18 () {34 vars in 758 bytes} [Wed Jun 10 09:31:34 2026] PUT /v2.0/floatingips/6414dd81-9f34-4a3a-b4f8-cda84711524b/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: 831/1585] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:34 2026] DELETE /v2.0/security-groups/0231e289-bb4e-4228-8855-1b1ea40d015f => 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: 832/1586] 10.0.0.18 () {32 vars in 738 bytes} [Wed Jun 10 09:31:34 2026] GET /v2.0/floatingips/6414dd81-9f34-4a3a-b4f8-cda84711524b/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:31:34.570 7 INFO neutron.services.segments.plugin [-] Segment c7915ce6-2c71-486e-8db2-791aab636fcd resource provider aggregate not found 2026-06-10 09:31:34.582 7 INFO neutron.services.segments.plugin [-] Segment c7915ce6-2c71-486e-8db2-791aab636fcd resource provider aggregate not found 2026-06-10 09:31:34.590 7 INFO neutron.services.segments.plugin [-] Segment c7915ce6-2c71-486e-8db2-791aab636fcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7915ce6-2c71-486e-8db2-791aab636fcd found for delete ", "request_id": "req-dd4e78d3-1076-4b96-800f-7fe28a5b1c8f"}]} 2026-06-10 09:31:34.600 7 INFO neutron.services.segments.plugin [-] Segment c7915ce6-2c71-486e-8db2-791aab636fcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7915ce6-2c71-486e-8db2-791aab636fcd found for delete ", "request_id": "req-5cf75171-c6c4-456b-97c9-7c0802919818"}]} [pid: 8|app: 0|req: 833/1587] 10.0.0.18 () {34 vars in 769 bytes} [Wed Jun 10 09:31:34 2026] PUT /v2.0/floatingips/6414dd81-9f34-4a3a-b4f8-cda84711524b/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-10 09:31:34.619 7 INFO neutron.services.segments.plugin [-] Segment 2486410f-3958-4857-b021-dd5c88620087 resource provider aggregate not found 2026-06-10 09:31:34.626 7 INFO neutron.services.segments.plugin [-] Segment 2486410f-3958-4857-b021-dd5c88620087 resource provider aggregate not found 2026-06-10 09:31:34.638 7 INFO neutron.services.segments.plugin [-] Segment 2486410f-3958-4857-b021-dd5c88620087 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2486410f-3958-4857-b021-dd5c88620087 found for delete ", "request_id": "req-3cff90d6-8eb9-4b13-ac9d-f22951e2568f"}]} 2026-06-10 09:31:34.647 7 INFO neutron.services.segments.plugin [-] Segment 2486410f-3958-4857-b021-dd5c88620087 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2486410f-3958-4857-b021-dd5c88620087 found for delete ", "request_id": "req-33870181-a7fc-4943-bb61-20e7ee60632e"}]} [pid: 8|app: 0|req: 834/1588] 10.0.0.18 () {32 vars in 738 bytes} [Wed Jun 10 09:31:34 2026] GET /v2.0/floatingips/6414dd81-9f34-4a3a-b4f8-cda84711524b/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1589] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:31:34 2026] POST /v2.0/subnets => generated 673 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1590] 10.0.0.18 () {34 vars in 765 bytes} [Wed Jun 10 09:31:34 2026] PUT /v2.0/floatingips/6414dd81-9f34-4a3a-b4f8-cda84711524b/tags/red => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-10 09:31:34.801 7 INFO neutron.db.segments_db [None req-8eb28f37-0dbb-4a1b-8270-2835fd3e840c 68ef3e04c5334157af2622002026f229 c6abf799be124fec8b23e1e441d9d5b6 - - default default] Added segment 410f67db-dfbe-4903-91a9-3d40c4b473cc of type vxlan for network 293c9190-ba91-48bc-bb36-97d087f2dea2 [pid: 8|app: 0|req: 835/1591] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:34 2026] GET /v2.0/security-groups?tenant_id=c52f5e190b88445e890cfb485b493e08&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1592] 10.0.0.18 () {32 vars in 738 bytes} [Wed Jun 10 09:31:34 2026] GET /v2.0/floatingips/6414dd81-9f34-4a3a-b4f8-cda84711524b/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1593] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:34 2026] POST /v2.0/networks => generated 628 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1594] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:34 2026] DELETE /v2.0/security-groups/bed5105e-01b0-4a7c-9faa-b1e0ef1d6bbb => 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: 758/1595] 10.0.0.18 () {34 vars in 787 bytes} [Wed Jun 10 09:31:34 2026] PUT /v2.0/floatingips/6414dd81-9f34-4a3a-b4f8-cda84711524b/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: 838/1596] 10.0.0.18 () {34 vars in 742 bytes} [Wed Jun 10 09:31:34 2026] PUT /v2.0/networks/293c9190-ba91-48bc-bb36-97d087f2dea2 => generated 592 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1597] 10.0.0.18 () {32 vars in 738 bytes} [Wed Jun 10 09:31:35 2026] GET /v2.0/floatingips/6414dd81-9f34-4a3a-b4f8-cda84711524b/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: 760/1598] 10.0.0.18 () {34 vars in 758 bytes} [Wed Jun 10 09:31:35 2026] PUT /v2.0/floatingips/6414dd81-9f34-4a3a-b4f8-cda84711524b/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1599] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:35 2026] DELETE /v2.0/security-groups/c90dc02f-5efa-4ca9-b34b-e9bd30f396e0 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1600] 10.0.0.18 () {32 vars in 738 bytes} [Wed Jun 10 09:31:35 2026] GET /v2.0/floatingips/6414dd81-9f34-4a3a-b4f8-cda84711524b/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:31:35.370 7 INFO neutron.api.v2.resource [None req-b54bb5b3-d47f-4b9b-82aa-307e31918a53 da59cfe39b4a4d02ab5338a48b922a7e d81a68a3a1d840baa7303f323eee02a7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 763/1601] 10.0.0.18 () {32 vars in 736 bytes} [Wed Jun 10 09:31:35 2026] GET /v2.0/security-groups/c90dc02f-5efa-4ca9-b34b-e9bd30f396e0 => 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: 764/1602] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:31:35 2026] GET /v2.0/floatingips/6414dd81-9f34-4a3a-b4f8-cda84711524b/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: 839/1603] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:31:35 2026] POST /v2.0/subnets => generated 646 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:35.483 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f8c307d-1767-4aaa-80c9-33e57055aebc da59cfe39b4a4d02ab5338a48b922a7e d81a68a3a1d840baa7303f323eee02a7 - - default default] TaaS: Handle Delete Port: 33cc0150-fe28-4d85-94be-9b2bd2f46aa3 2026-06-10 09:31:35.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f8c307d-1767-4aaa-80c9-33e57055aebc da59cfe39b4a4d02ab5338a48b922a7e d81a68a3a1d840baa7303f323eee02a7 - - default default] Tap Mirror: Handle Delete Port: 33cc0150-fe28-4d85-94be-9b2bd2f46aa3 2026-06-10 09:31:35.495 8 INFO neutron.api.v2.resource [None req-a3c4c8f9-ef7c-4469-8e19-42bb1552f4f9 9d38a4bea27643c6b912cebdbf7d5dc4 82cf7f54bc534e1dbd39a1dd9af56848 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 840/1604] 10.0.0.18 () {32 vars in 750 bytes} [Wed Jun 10 09:31:35 2026] GET /v2.0/floatingips/6414dd81-9f34-4a3a-b4f8-cda84711524b/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1605] 10.0.0.18 () {34 vars in 740 bytes} [Wed Jun 10 09:31:35 2026] PUT /v2.0/subnets/89b3f173-bfdf-452e-8299-bf81dd2d53fc => generated 656 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1606] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:31:35 2026] DELETE /v2.0/floatingips/0bb7d7c2-7dc9-45f4-9380-89356a99ba88 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1607] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:31:35 2026] DELETE /v2.0/floatingips/6414dd81-9f34-4a3a-b4f8-cda84711524b/tags/red => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1608] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:35 2026] DELETE /v2.0/networks/293c9190-ba91-48bc-bb36-97d087f2dea2 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1609] 10.0.0.18 () {32 vars in 738 bytes} [Wed Jun 10 09:31:35 2026] GET /v2.0/floatingips/6414dd81-9f34-4a3a-b4f8-cda84711524b/tags => generated 30 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:31:35.948 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d42e56e9-1c3d-4beb-a99a-cf944c02a69a 68ef3e04c5334157af2622002026f229 c6abf799be124fec8b23e1e441d9d5b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 768/1610] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:35 2026] DELETE /v2.0/networks/293c9190-ba91-48bc-bb36-97d087f2dea2 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:31:35.991 7 INFO neutron.api.v2.resource [None req-7f1c4db1-bb02-45a5-810b-e4ae3d23eec2 9d38a4bea27643c6b912cebdbf7d5dc4 82cf7f54bc534e1dbd39a1dd9af56848 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 769/1611] 10.0.0.18 () {32 vars in 753 bytes} [Wed Jun 10 09:31:35 2026] DELETE /v2.0/floatingips/6414dd81-9f34-4a3a-b4f8-cda84711524b/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1612] 10.0.0.18 () {32 vars in 693 bytes} [Wed Jun 10 09:31:35 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1613] 10.0.0.18 () {32 vars in 741 bytes} [Wed Jun 10 09:31:36 2026] DELETE /v2.0/floatingips/6414dd81-9f34-4a3a-b4f8-cda84711524b/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1614] 10.0.0.18 () {32 vars in 741 bytes} [Wed Jun 10 09:31:36 2026] GET /v2.0/subnets?network_id=84fc2e45-58c6-44d2-b981-66ad29dd8e9b => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:31:36.146 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b4aa609-02e1-491b-9ca7-c852650ffd48 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: b8481302-c9a7-4cc1-b816-ca14f5b7e565 2026-06-10 09:31:36.148 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b4aa609-02e1-491b-9ca7-c852650ffd48 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: b8481302-c9a7-4cc1-b816-ca14f5b7e565 [pid: 7|app: 0|req: 773/1615] 10.0.0.18 () {32 vars in 738 bytes} [Wed Jun 10 09:31:36 2026] GET /v2.0/floatingips/6414dd81-9f34-4a3a-b4f8-cda84711524b/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1616] 10.0.0.18 () {32 vars in 652 bytes} [Wed Jun 10 09:31:36 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-10 09:31:36.284 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c63b910-46b9-4937-8d7c-b0c256c52c65 9d38a4bea27643c6b912cebdbf7d5dc4 82cf7f54bc534e1dbd39a1dd9af56848 - - default default] TaaS: Handle Delete Port: 30a30fa6-3a59-4d0f-a35e-43122fb4f4e4 2026-06-10 09:31:36.286 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c63b910-46b9-4937-8d7c-b0c256c52c65 9d38a4bea27643c6b912cebdbf7d5dc4 82cf7f54bc534e1dbd39a1dd9af56848 - - default default] Tap Mirror: Handle Delete Port: 30a30fa6-3a59-4d0f-a35e-43122fb4f4e4 [pid: 7|app: 0|req: 775/1617] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:31:36 2026] DELETE /v2.0/floatingips/6414dd81-9f34-4a3a-b4f8-cda84711524b => generated 0 bytes in 377 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1618] 10.0.0.18 () {32 vars in 648 bytes} [Wed Jun 10 09:31:36 2026] GET /v2.0/networks => generated 1311 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1619] 10.0.0.18 () {32 vars in 646 bytes} [Wed Jun 10 09:31:36 2026] GET /v2.0/subnets => generated 1312 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:31:36.660 7 INFO neutron.services.segments.plugin [-] Segment 410f67db-dfbe-4903-91a9-3d40c4b473cc resource provider aggregate not found 2026-06-10 09:31:36.684 7 INFO neutron.services.segments.plugin [-] Segment 410f67db-dfbe-4903-91a9-3d40c4b473cc resource provider aggregate not found 2026-06-10 09:31:36.688 7 INFO neutron.services.segments.plugin [-] Segment 410f67db-dfbe-4903-91a9-3d40c4b473cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 410f67db-dfbe-4903-91a9-3d40c4b473cc found for delete ", "request_id": "req-23981af8-9e2e-4c88-bf4e-d1b63d6e2e37"}]} 2026-06-10 09:31:36.701 7 INFO neutron.services.segments.plugin [-] Segment 410f67db-dfbe-4903-91a9-3d40c4b473cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 410f67db-dfbe-4903-91a9-3d40c4b473cc found for delete ", "request_id": "req-46d01860-79b2-4039-bcd4-156bdcf96d1d"}]} [pid: 7|app: 0|req: 778/1620] 10.0.0.18 () {32 vars in 722 bytes} [Wed Jun 10 09:31:36 2026] GET /v2.0/networks/5bc0860c-663b-4fc4-aa6a-48f0fd2875ce => generated 671 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1621] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:31:35 2026] PUT /v2.0/routers/59c7eb0a-ab1c-4f74-be00-87d24137bf50/remove_router_interface => generated 309 bytes in 998 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1622] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:31:36 2026] GET /v2.0/subnets/720f11ca-66c4-486b-926d-52ba1d25261e => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:31:36.760 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b7ce5b5c-b89a-4b6d-8ed2-ba953844873a 68ef3e04c5334157af2622002026f229 c6abf799be124fec8b23e1e441d9d5b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 780/1623] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:36 2026] DELETE /v2.0/subnets/89b3f173-bfdf-452e-8299-bf81dd2d53fc => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:31:36.789 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0c63f693-1b47-4ddf-95a2-6c91bfe4ba06 68ef3e04c5334157af2622002026f229 c6abf799be124fec8b23e1e441d9d5b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 781/1624] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:36 2026] DELETE /v2.0/networks/293c9190-ba91-48bc-bb36-97d087f2dea2 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1625] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:36 2026] DELETE /v2.0/subnets/720f11ca-66c4-486b-926d-52ba1d25261e => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:37.000 8 INFO neutron_taas.services.taas.taas_plugin [None req-812aa534-a67f-4075-a87f-50f50b13ae0a 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 1d56db45-a0b6-450a-a333-e133aa7ddc3c 2026-06-10 09:31:37.003 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-812aa534-a67f-4075-a87f-50f50b13ae0a 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 1d56db45-a0b6-450a-a333-e133aa7ddc3c 2026-06-10 09:31:37.050 7 INFO neutron_taas.services.taas.taas_plugin [None req-73d3ef8f-6f46-453f-b29d-78f959e284d9 68ef3e04c5334157af2622002026f229 c6abf799be124fec8b23e1e441d9d5b6 - - default default] TaaS: Handle Delete Port: be1e62ed-8d17-4732-959e-9d94fbaa8833 2026-06-10 09:31:37.052 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73d3ef8f-6f46-453f-b29d-78f959e284d9 68ef3e04c5334157af2622002026f229 c6abf799be124fec8b23e1e441d9d5b6 - - default default] Tap Mirror: Handle Delete Port: be1e62ed-8d17-4732-959e-9d94fbaa8833 [pid: 7|app: 0|req: 783/1626] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:36 2026] DELETE /v2.0/networks/5bc0860c-663b-4fc4-aa6a-48f0fd2875ce => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:37.300 8 INFO neutron_taas.services.taas.taas_plugin [None req-812aa534-a67f-4075-a87f-50f50b13ae0a 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 3a619960-8590-4ffa-9236-895602556c9d 2026-06-10 09:31:37.302 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-812aa534-a67f-4075-a87f-50f50b13ae0a 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 3a619960-8590-4ffa-9236-895602556c9d [pid: 7|app: 0|req: 784/1627] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:37 2026] GET /v2.0/security-groups?tenant_id=94e1dca9e9cc49cb9d230ec096e6bbaf&name=default => generated 2925 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:31:37.677 8 INFO neutron.services.segments.plugin [-] Segment 9d3e816d-370f-4ba0-93c5-b9f83aa75dcd resource provider aggregate not found 2026-06-10 09:31:37.685 8 INFO neutron.services.segments.plugin [-] Segment 9d3e816d-370f-4ba0-93c5-b9f83aa75dcd resource provider aggregate not found 2026-06-10 09:31:37.703 8 INFO neutron.services.segments.plugin [-] Segment 9d3e816d-370f-4ba0-93c5-b9f83aa75dcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d3e816d-370f-4ba0-93c5-b9f83aa75dcd found for delete ", "request_id": "req-3a05432e-9a9f-40c3-b7b5-c7a2f16dc0fb"}]} 2026-06-10 09:31:37.705 8 INFO neutron.services.segments.plugin [-] Segment 9d3e816d-370f-4ba0-93c5-b9f83aa75dcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d3e816d-370f-4ba0-93c5-b9f83aa75dcd found for delete ", "request_id": "req-2f0ff425-f53e-413d-bff3-ef404e67b53c"}]} 2026-06-10 09:31:37.718 8 INFO neutron.db.l3_hamode_db [None req-812aa534-a67f-4075-a87f-50f50b13ae0a 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] HA network b198d5cc-8495-4574-b251-3cc5561cc71c was deleted as no HA routers are present in tenant d81a68a3a1d840baa7303f323eee02a7. [pid: 8|app: 0|req: 844/1628] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:36 2026] DELETE /v2.0/routers/59c7eb0a-ab1c-4f74-be00-87d24137bf50 => generated 0 bytes in 1006 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1629] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:37 2026] GET /v2.0/security-groups?tenant_id=c6abf799be124fec8b23e1e441d9d5b6&name=default => generated 2925 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1630] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:37 2026] DELETE /v2.0/security-groups/5162e576-8f70-4234-b742-784a2e934aa4 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1631] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:37 2026] DELETE /v2.0/subnets/e21f755f-4b72-43ce-b469-dbfb0147845a => 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: 846/1632] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:37 2026] DELETE /v2.0/security-groups/5b0cc868-0322-4bac-94ed-5d74c6c8d0a2 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:31:38.076 7 INFO neutron_taas.services.taas.taas_plugin [None req-05eaf772-ff56-4882-9d87-9fbf8df1d44e 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 21b35aec-e868-41e4-be10-275f6aabd195 2026-06-10 09:31:38.079 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05eaf772-ff56-4882-9d87-9fbf8df1d44e 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 21b35aec-e868-41e4-be10-275f6aabd195 [pid: 8|app: 0|req: 847/1633] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:38 2026] GET /v2.0/security-groups?tenant_id=82cf7f54bc534e1dbd39a1dd9af56848&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1634] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:37 2026] DELETE /v2.0/networks/5362a14d-a138-45a4-b935-47bae859fdb2 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1635] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:38 2026] DELETE /v2.0/security-groups/bf141a92-a737-4296-8fcd-20944aac8354 => 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: 788/1636] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:38 2026] GET /v2.0/security-groups?tenant_id=d81a68a3a1d840baa7303f323eee02a7&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1637] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:38 2026] DELETE /v2.0/security-groups/66a1e89b-d176-4914-96bb-26374b58b0dd => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:31:38.714 7 INFO neutron.services.segments.plugin [-] Segment 0d888e8c-f1c4-4821-969c-6b03e2ef81a9 resource provider aggregate not found 2026-06-10 09:31:38.732 7 INFO neutron.services.segments.plugin [-] Segment 0d888e8c-f1c4-4821-969c-6b03e2ef81a9 resource provider aggregate not found 2026-06-10 09:31:38.738 7 INFO neutron.services.segments.plugin [-] Segment 0d888e8c-f1c4-4821-969c-6b03e2ef81a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d888e8c-f1c4-4821-969c-6b03e2ef81a9 found for delete ", "request_id": "req-0439fb4e-63d0-4625-9390-f50c63717b78"}]} 2026-06-10 09:31:38.761 7 INFO neutron.services.segments.plugin [-] Segment 6bc6582c-a3a3-491e-86d5-5d2f74f85875 resource provider aggregate not found 2026-06-10 09:31:38.761 7 INFO neutron.services.segments.plugin [-] Segment 0d888e8c-f1c4-4821-969c-6b03e2ef81a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d888e8c-f1c4-4821-969c-6b03e2ef81a9 found for delete ", "request_id": "req-d7faa89e-2167-4320-ba9d-3bbbbe3a1c3c"}]} 2026-06-10 09:31:38.783 7 INFO neutron.services.segments.plugin [-] Segment 6bc6582c-a3a3-491e-86d5-5d2f74f85875 resource provider aggregate not found 2026-06-10 09:31:38.788 7 INFO neutron.services.segments.plugin [-] Segment 6bc6582c-a3a3-491e-86d5-5d2f74f85875 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bc6582c-a3a3-491e-86d5-5d2f74f85875 found for delete ", "request_id": "req-b54b6b5a-0fc2-428d-bec0-68fa4b078b42"}]} 2026-06-10 09:31:38.798 7 INFO neutron.services.segments.plugin [-] Segment 6bc6582c-a3a3-491e-86d5-5d2f74f85875 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bc6582c-a3a3-491e-86d5-5d2f74f85875 found for delete ", "request_id": "req-5db7ad9d-3c58-4ee0-9898-8ae1a15cf03c"}]} 2026-06-10 09:31:40.172 7 INFO neutron.db.segments_db [None req-b6bc25dd-f06f-4194-8583-a92ab72b3d00 e3088a77dd7b4242ba46d7849529b15e cd1472cec573414b9bb1af6a3d9621cc - - default default] Added segment 1cdd741c-0e6d-4fdd-a13d-825842eaa515 of type vxlan for network 61afb50a-078d-4455-a52e-278e09e35806 2026-06-10 09:31:40.222 8 INFO neutron.db.segments_db [None req-c750a054-f2cf-4003-b881-26551c1b57c2 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Added segment 178610d7-2bb0-4b99-915f-7a72e558f579 of type vxlan for network ec691c92-1409-47bd-a2bc-afacafbf247b [pid: 7|app: 0|req: 789/1638] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:39 2026] POST /v2.0/networks => generated 613 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1639] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:39 2026] POST /v2.0/networks => generated 610 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:40.375 8 INFO neutron.db.segments_db [None req-91c7b273-c253-4e73-a477-f1bc624f68d6 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Added segment 05e19f59-2510-4b4a-906f-5890dc2d242a of type vxlan for network 0ded423b-6a2d-4a69-aa54-1f1d6b1ff195 [pid: 8|app: 0|req: 851/1640] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:40 2026] POST /v2.0/networks => generated 610 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1641] 10.0.0.18 () {34 vars in 663 bytes} [Wed Jun 10 09:31:40 2026] POST /v2.0/ports => generated 743 bytes in 337 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-10 09:31:40.668 7 INFO neutron.db.segments_db [None req-c26f5b59-1cf2-4c30-8b6e-50f2d3e60990 e3088a77dd7b4242ba46d7849529b15e cd1472cec573414b9bb1af6a3d9621cc - - default default] Added segment 7923d7a2-6095-4b03-b1fb-cb2af86a7539 of type vxlan for network 146231b9-bb9d-49e5-9cff-c5c43caa2546 [pid: 7|app: 0|req: 791/1642] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:40 2026] POST /v2.0/networks => generated 612 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1643] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:31:40 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) [pid: 7|app: 0|req: 792/1644] 10.0.0.18 () {34 vars in 663 bytes} [Wed Jun 10 09:31:40 2026] POST /v2.0/ports => generated 743 bytes in 309 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: 853/1645] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:31:40 2026] POST /v2.0/subnets => generated 626 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:41.130 7 INFO neutron.db.segments_db [None req-f4855ea5-b9a6-4326-a3eb-c87f8089ce2f e3088a77dd7b4242ba46d7849529b15e cd1472cec573414b9bb1af6a3d9621cc - - default default] Added segment 444960a4-7c9b-435b-ac93-8909414f9682 of type vxlan for network 64991e44-f669-4ec2-b096-f519e1c1b229 2026-06-10 09:31:41.133 8 INFO neutron.db.segments_db [None req-e32757c0-93a6-414f-9ee9-6264c6cbe959 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Added segment e6a8ae5c-0d8f-401c-bcbc-6f962d6154a9 of type vxlan for network 4d1b36fe-4b8c-4638-9502-b60d69d453c9 [pid: 7|app: 0|req: 793/1646] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:41 2026] POST /v2.0/networks => generated 612 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:41.433 8 INFO neutron.db.l3_hamode_db [None req-e32757c0-93a6-414f-9ee9-6264c6cbe959 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:31:41.548 8 INFO neutron.db.l3_hamode_db [None req-e32757c0-93a6-414f-9ee9-6264c6cbe959 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 794/1647] 10.0.0.18 () {34 vars in 663 bytes} [Wed Jun 10 09:31:41 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-10 09:31:41.615 7 INFO neutron.db.segments_db [None req-9e7a8bf7-ed93-4930-a07a-c31f4937b2b2 e3088a77dd7b4242ba46d7849529b15e cd1472cec573414b9bb1af6a3d9621cc - - default default] Added segment 53f173a6-c60a-4cc7-96ba-fc13790f9a2d of type vxlan for network b83e1017-13f2-4b09-bb7f-ea2718e57270 [pid: 7|app: 0|req: 795/1648] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:41 2026] POST /v2.0/networks => generated 613 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:42.108 7 INFO neutron.db.segments_db [None req-30f016bb-a398-4725-aaad-343c1e066adf 3600f362b7174c7a95d2ce02be01c948 eefc77e533f44701995098ab9f89b26e - - default default] Added segment a32b70d2-d2f4-4674-9e9c-880fd1ef3dcf of type vxlan for network e8a97d27-fee0-43d5-b307-56a559d7f54a [pid: 7|app: 0|req: 796/1649] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:41 2026] POST /v2.0/networks => generated 612 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1650] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:31:41 2026] POST /v2.0/routers => generated 507 bytes in 1164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1653] 10.0.0.18 () {34 vars in 663 bytes} [Wed Jun 10 09:31:42 2026] POST /v2.0/ports => generated 743 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 857/1654] 10.0.0.18 () {34 vars in 663 bytes} [Wed Jun 10 09:31:42 2026] POST /v2.0/ports => generated 743 bytes in 308 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-10 09:31:42.615 8 INFO neutron.db.segments_db [None req-398d5ad4-3564-47d4-aa05-3057d3e47942 e3088a77dd7b4242ba46d7849529b15e cd1472cec573414b9bb1af6a3d9621cc - - default default] Added segment 8cf2999f-c02f-4819-9599-7d5833ceba1f of type vxlan for network 62bcb034-7fb0-44d8-9971-463f4b84f109 [pid: 8|app: 0|req: 858/1655] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:42 2026] POST /v2.0/networks => generated 613 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1656] 10.0.0.18 () {34 vars in 665 bytes} [Wed Jun 10 09:31:42 2026] POST /v2.0/trunks => generated 407 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1657] 10.0.0.18 () {34 vars in 663 bytes} [Wed Jun 10 09:31:42 2026] POST /v2.0/ports => generated 743 bytes in 316 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: 861/1658] 10.0.0.18 () {34 vars in 748 bytes} [Wed Jun 10 09:31:43 2026] PUT /v2.0/trunks/f980b994-72d8-4f78-b785-95e11294f9e4/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1659] 10.0.0.18 () {34 vars in 746 bytes} [Wed Jun 10 09:31:43 2026] PUT /v2.0/ports/f2163af7-a3ea-49c4-8ed5-6b4d0d1e06ce/tags => generated 17 bytes in 61 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: 863/1660] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:31:43 2026] GET /v2.0/trunks/f980b994-72d8-4f78-b785-95e11294f9e4/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1661] 10.0.0.18 () {34 vars in 746 bytes} [Wed Jun 10 09:31:43 2026] PUT /v2.0/ports/2be806dc-29cb-4e12-b62b-2e56f30bf140/tags => generated 25 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: 8|app: 0|req: 865/1662] 10.0.0.18 () {34 vars in 759 bytes} [Wed Jun 10 09:31:43 2026] PUT /v2.0/trunks/f980b994-72d8-4f78-b785-95e11294f9e4/tags/green => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1663] 10.0.0.18 () {34 vars in 746 bytes} [Wed Jun 10 09:31:43 2026] PUT /v2.0/ports/52d02dfa-45e2-4c27-a755-794a22d42dbf/tags => generated 34 bytes in 75 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: 867/1664] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:31:43 2026] GET /v2.0/trunks/f980b994-72d8-4f78-b785-95e11294f9e4/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1665] 10.0.0.18 () {34 vars in 746 bytes} [Wed Jun 10 09:31:43 2026] PUT /v2.0/ports/2c54d256-646c-4515-973a-599feb07d415/tags => generated 19 bytes in 68 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: 869/1666] 10.0.0.18 () {34 vars in 755 bytes} [Wed Jun 10 09:31:43 2026] PUT /v2.0/trunks/f980b994-72d8-4f78-b785-95e11294f9e4/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1667] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:31:42 2026] PUT /v2.0/routers/1d6496ae-50cb-4748-abdb-8a34de5aff6c/add_router_interface => generated 309 bytes in 1262 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1668] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:31:43 2026] GET /v2.0/trunks/f980b994-72d8-4f78-b785-95e11294f9e4/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1669] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:31:43 2026] GET /v2.0/ports/49d026f6-2518-42f8-8c88-b52bf3de9fc8 => generated 955 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1670] 10.0.0.18 () {32 vars in 659 bytes} [Wed Jun 10 09:31:43 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1671] 10.0.0.18 () {34 vars in 777 bytes} [Wed Jun 10 09:31:43 2026] PUT /v2.0/trunks/f980b994-72d8-4f78-b785-95e11294f9e4/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: 802/1672] 10.0.0.18 () {32 vars in 673 bytes} [Wed Jun 10 09:31:43 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1673] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:31:43 2026] GET /v2.0/trunks/f980b994-72d8-4f78-b785-95e11294f9e4/tags => generated 52 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1674] 10.0.0.18 () {32 vars in 669 bytes} [Wed Jun 10 09:31:43 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1675] 10.0.0.18 () {34 vars in 748 bytes} [Wed Jun 10 09:31:44 2026] PUT /v2.0/trunks/f980b994-72d8-4f78-b785-95e11294f9e4/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1676] 10.0.0.18 () {32 vars in 681 bytes} [Wed Jun 10 09:31:44 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1677] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:31:44 2026] GET /v2.0/trunks/f980b994-72d8-4f78-b785-95e11294f9e4/tags => generated 37 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1678] 10.0.0.18 () {32 vars in 667 bytes} [Wed Jun 10 09:31:44 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1679] 10.0.0.18 () {32 vars in 736 bytes} [Wed Jun 10 09:31:44 2026] GET /v2.0/trunks/f980b994-72d8-4f78-b785-95e11294f9e4/tags/red => generated 0 bytes in 16 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1680] 10.0.0.18 () {32 vars in 681 bytes} [Wed Jun 10 09:31:44 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:31:44.315 7 INFO neutron.api.v2.resource [None req-978fdb9f-c4fb-45db-8c22-e4717ab53978 3600f362b7174c7a95d2ce02be01c948 eefc77e533f44701995098ab9f89b26e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 811/1681] 10.0.0.18 () {32 vars in 740 bytes} [Wed Jun 10 09:31:44 2026] GET /v2.0/trunks/f980b994-72d8-4f78-b785-95e11294f9e4/tags/green => generated 99 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1682] 10.0.0.18 () {32 vars in 677 bytes} [Wed Jun 10 09:31:44 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1683] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:44 2026] DELETE /v2.0/trunks/f980b994-72d8-4f78-b785-95e11294f9e4/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1684] 10.0.0.18 () {32 vars in 689 bytes} [Wed Jun 10 09:31:44 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1685] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:31:44 2026] GET /v2.0/trunks/f980b994-72d8-4f78-b785-95e11294f9e4/tags => generated 30 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:31:44.538 7 INFO neutron_taas.services.taas.taas_plugin [None req-1858e61a-da9d-4d49-87b3-d6ca53b4d25a e3088a77dd7b4242ba46d7849529b15e cd1472cec573414b9bb1af6a3d9621cc - - default default] TaaS: Handle Delete Port: f2163af7-a3ea-49c4-8ed5-6b4d0d1e06ce 2026-06-10 09:31:44.542 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1858e61a-da9d-4d49-87b3-d6ca53b4d25a e3088a77dd7b4242ba46d7849529b15e cd1472cec573414b9bb1af6a3d9621cc - - default default] Tap Mirror: Handle Delete Port: f2163af7-a3ea-49c4-8ed5-6b4d0d1e06ce [pid: 7|app: 0|req: 816/1686] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:31:44 2026] DELETE /v2.0/ports/f2163af7-a3ea-49c4-8ed5-6b4d0d1e06ce => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:44.655 7 INFO neutron.api.v2.resource [None req-509daad6-93e5-4126-8062-50224fe45f04 3600f362b7174c7a95d2ce02be01c948 eefc77e533f44701995098ab9f89b26e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 817/1687] 10.0.0.18 () {32 vars in 743 bytes} [Wed Jun 10 09:31:44 2026] DELETE /v2.0/trunks/f980b994-72d8-4f78-b785-95e11294f9e4/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 09:31:44.742 7 INFO neutron_taas.services.taas.taas_plugin [None req-3721b9a4-0456-4c0c-b835-04af1f6509f8 e3088a77dd7b4242ba46d7849529b15e cd1472cec573414b9bb1af6a3d9621cc - - default default] TaaS: Handle Delete Port: 2be806dc-29cb-4e12-b62b-2e56f30bf140 2026-06-10 09:31:44.747 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3721b9a4-0456-4c0c-b835-04af1f6509f8 e3088a77dd7b4242ba46d7849529b15e cd1472cec573414b9bb1af6a3d9621cc - - default default] Tap Mirror: Handle Delete Port: 2be806dc-29cb-4e12-b62b-2e56f30bf140 [pid: 7|app: 0|req: 818/1688] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:31:44 2026] DELETE /v2.0/ports/2be806dc-29cb-4e12-b62b-2e56f30bf140 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1689] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:31:44 2026] DELETE /v2.0/trunks/f980b994-72d8-4f78-b785-95e11294f9e4/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1690] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:31:43 2026] PUT /v2.0/routers/1d6496ae-50cb-4748-abdb-8a34de5aff6c/add_router_interface => generated 309 bytes in 1115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1691] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:31:44 2026] GET /v2.0/trunks/f980b994-72d8-4f78-b785-95e11294f9e4/tags => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:31:44.997 7 INFO neutron_taas.services.taas.taas_plugin [None req-45c2bacf-8ffa-480f-863d-7397acfb5245 e3088a77dd7b4242ba46d7849529b15e cd1472cec573414b9bb1af6a3d9621cc - - default default] TaaS: Handle Delete Port: 52d02dfa-45e2-4c27-a755-794a22d42dbf 2026-06-10 09:31:45.000 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45c2bacf-8ffa-480f-863d-7397acfb5245 e3088a77dd7b4242ba46d7849529b15e cd1472cec573414b9bb1af6a3d9621cc - - default default] Tap Mirror: Handle Delete Port: 52d02dfa-45e2-4c27-a755-794a22d42dbf [pid: 8|app: 0|req: 873/1692] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:31:44 2026] GET /v2.0/ports/e8e0d045-d4d9-4b24-9a80-80e9921d39ea => generated 955 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1693] 10.0.0.18 () {32 vars in 718 bytes} [Wed Jun 10 09:31:45 2026] GET /v2.0/trunks/f980b994-72d8-4f78-b785-95e11294f9e4 => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1694] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:31:44 2026] DELETE /v2.0/ports/52d02dfa-45e2-4c27-a755-794a22d42dbf => 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: 821/1695] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:31:45 2026] GET /v2.0/ports/89e8edd3-5e83-4c48-a5a9-bf6db723610d => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:31:45.212 7 INFO neutron_taas.services.taas.taas_plugin [None req-60b0e0b3-b42f-46c6-b45a-bb9998a970d0 e3088a77dd7b4242ba46d7849529b15e cd1472cec573414b9bb1af6a3d9621cc - - default default] TaaS: Handle Delete Port: 2c54d256-646c-4515-973a-599feb07d415 2026-06-10 09:31:45.215 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60b0e0b3-b42f-46c6-b45a-bb9998a970d0 e3088a77dd7b4242ba46d7849529b15e cd1472cec573414b9bb1af6a3d9621cc - - default default] Tap Mirror: Handle Delete Port: 2c54d256-646c-4515-973a-599feb07d415 [pid: 7|app: 0|req: 822/1696] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:31:45 2026] DELETE /v2.0/ports/2c54d256-646c-4515-973a-599feb07d415 => 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: 823/1697] 10.0.0.18 () {32 vars in 721 bytes} [Wed Jun 10 09:31:45 2026] DELETE /v2.0/trunks/f980b994-72d8-4f78-b785-95e11294f9e4 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:31:45.361 8 INFO neutron_taas.services.taas.taas_plugin [None req-6461a122-ec3f-445a-8070-e2a9229d3f80 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] TaaS: Handle Delete Port: e8e0d045-d4d9-4b24-9a80-80e9921d39ea 2026-06-10 09:31:45.364 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6461a122-ec3f-445a-8070-e2a9229d3f80 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Tap Mirror: Handle Delete Port: e8e0d045-d4d9-4b24-9a80-80e9921d39ea [pid: 7|app: 0|req: 824/1698] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:45 2026] GET /v2.0/security-groups?tenant_id=c7a3e147a4e94b9a98458150ce46bf4b&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:31:45.686 7 INFO neutron_taas.services.taas.taas_plugin [None req-85667ec3-ad42-402d-8f69-451a6609881c e3088a77dd7b4242ba46d7849529b15e cd1472cec573414b9bb1af6a3d9621cc - - default default] TaaS: Handle Delete Port: c153e37c-0918-4057-90fd-58b07a70ba86 2026-06-10 09:31:45.689 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85667ec3-ad42-402d-8f69-451a6609881c e3088a77dd7b4242ba46d7849529b15e cd1472cec573414b9bb1af6a3d9621cc - - default default] Tap Mirror: Handle Delete Port: c153e37c-0918-4057-90fd-58b07a70ba86 [pid: 7|app: 0|req: 825/1699] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:31:45 2026] DELETE /v2.0/ports/c153e37c-0918-4057-90fd-58b07a70ba86 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1700] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:31:45 2026] PUT /v2.0/routers/1d6496ae-50cb-4748-abdb-8a34de5aff6c/remove_router_interface => generated 309 bytes in 749 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:31:45.898 7 INFO neutron_taas.services.taas.taas_plugin [None req-77fe1f9d-75c9-440d-ac41-6c0074ca8200 3600f362b7174c7a95d2ce02be01c948 eefc77e533f44701995098ab9f89b26e - - default default] TaaS: Handle Delete Port: 89e8edd3-5e83-4c48-a5a9-bf6db723610d 2026-06-10 09:31:45.901 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77fe1f9d-75c9-440d-ac41-6c0074ca8200 3600f362b7174c7a95d2ce02be01c948 eefc77e533f44701995098ab9f89b26e - - default default] Tap Mirror: Handle Delete Port: 89e8edd3-5e83-4c48-a5a9-bf6db723610d [pid: 8|app: 0|req: 876/1701] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:45 2026] DELETE /v2.0/security-groups/a46feb3a-328e-4b55-a9f9-e3c095989c27 => 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: 826/1702] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:31:45 2026] DELETE /v2.0/ports/89e8edd3-5e83-4c48-a5a9-bf6db723610d => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:46.015 8 INFO neutron.services.segments.plugin [-] Segment 1cdd741c-0e6d-4fdd-a13d-825842eaa515 resource provider aggregate not found 2026-06-10 09:31:46.015 8 INFO neutron.services.segments.plugin [-] Segment 1cdd741c-0e6d-4fdd-a13d-825842eaa515 resource provider aggregate not found 2026-06-10 09:31:46.035 8 INFO neutron.services.segments.plugin [-] Segment 1cdd741c-0e6d-4fdd-a13d-825842eaa515 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cdd741c-0e6d-4fdd-a13d-825842eaa515 found for delete ", "request_id": "req-188bac41-e920-443b-9b78-0cb5ee8bcb2c"}]} 2026-06-10 09:31:46.039 8 INFO neutron.services.segments.plugin [-] Segment 1cdd741c-0e6d-4fdd-a13d-825842eaa515 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cdd741c-0e6d-4fdd-a13d-825842eaa515 found for delete ", "request_id": "req-fda7f109-2179-4cd2-a608-36a6d156c010"}]} [pid: 8|app: 0|req: 877/1703] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:45 2026] DELETE /v2.0/networks/61afb50a-078d-4455-a52e-278e09e35806 => 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: 878/1704] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:46 2026] DELETE /v2.0/networks/e8a97d27-fee0-43d5-b307-56a559d7f54a => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1705] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:46 2026] GET /v2.0/security-groups?tenant_id=0eb1aa2a1a4a4f58ab422092fc8632d9&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:31:46.339 7 INFO neutron_taas.services.taas.taas_plugin [None req-937107bc-a314-4e4e-aec1-243288d06cfa 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] TaaS: Handle Delete Port: 49d026f6-2518-42f8-8c88-b52bf3de9fc8 2026-06-10 09:31:46.344 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-937107bc-a314-4e4e-aec1-243288d06cfa 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Tap Mirror: Handle Delete Port: 49d026f6-2518-42f8-8c88-b52bf3de9fc8 [pid: 8|app: 0|req: 880/1706] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:46 2026] DELETE /v2.0/networks/146231b9-bb9d-49e5-9cff-c5c43caa2546 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1707] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:46 2026] DELETE /v2.0/security-groups/3be56d51-39e5-46a0-a9eb-fd336a8e59b5 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1708] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:46 2026] DELETE /v2.0/networks/64991e44-f669-4ec2-b096-f519e1c1b229 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1709] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:31:45 2026] PUT /v2.0/routers/1d6496ae-50cb-4748-abdb-8a34de5aff6c/remove_router_interface => generated 309 bytes in 828 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1710] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:46 2026] DELETE /v2.0/networks/b83e1017-13f2-4b09-bb7f-ea2718e57270 => 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: 828/1711] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:31:46 2026] GET /v2.0/ports?device_id=1d6496ae-50cb-4748-abdb-8a34de5aff6c => 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: 884/1712] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:46 2026] DELETE /v2.0/networks/62bcb034-7fb0-44d8-9971-463f4b84f109 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:47.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e6b8c5c-5364-46b4-a81f-8655c1c73283 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] TaaS: Handle Delete Port: 2d1c87b6-c164-42d5-b28c-47beeaacc1f1 2026-06-10 09:31:47.057 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e6b8c5c-5364-46b4-a81f-8655c1c73283 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Tap Mirror: Handle Delete Port: 2d1c87b6-c164-42d5-b28c-47beeaacc1f1 [pid: 8|app: 0|req: 885/1713] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:46 2026] GET /v2.0/security-groups?tenant_id=eefc77e533f44701995098ab9f89b26e&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1714] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:47 2026] DELETE /v2.0/security-groups/e7b534d0-13e7-42b0-b364-038b92242315 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:31:47.424 7 INFO neutron.services.segments.plugin [-] Segment e6a8ae5c-0d8f-401c-bcbc-6f962d6154a9 resource provider aggregate not found 2026-06-10 09:31:47.429 7 INFO neutron.services.segments.plugin [-] Segment e6a8ae5c-0d8f-401c-bcbc-6f962d6154a9 resource provider aggregate not found 2026-06-10 09:31:47.450 7 INFO neutron.services.segments.plugin [-] Segment e6a8ae5c-0d8f-401c-bcbc-6f962d6154a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6a8ae5c-0d8f-401c-bcbc-6f962d6154a9 found for delete ", "request_id": "req-7e07e5a5-96a8-4ecd-82be-dea42f45823e"}]} 2026-06-10 09:31:47.451 7 INFO neutron.services.segments.plugin [-] Segment e6a8ae5c-0d8f-401c-bcbc-6f962d6154a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6a8ae5c-0d8f-401c-bcbc-6f962d6154a9 found for delete ", "request_id": "req-30d4dbdb-6b44-4e7b-a411-020bcfe58c5b"}]} 2026-06-10 09:31:47.460 7 INFO neutron.db.l3_hamode_db [None req-9e6b8c5c-5364-46b4-a81f-8655c1c73283 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] HA network 4d1b36fe-4b8c-4638-9502-b60d69d453c9 was deleted as no HA routers are present in tenant 13231afc24484c8899845db389368a89. [pid: 7|app: 0|req: 829/1715] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:46 2026] DELETE /v2.0/routers/1d6496ae-50cb-4748-abdb-8a34de5aff6c => generated 0 bytes in 607 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1716] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:47 2026] DELETE /v2.0/subnets/cd2bfe87-f227-4270-b43c-8774bb16ee41 => 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: 830/1717] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:47 2026] GET /v2.0/security-groups?tenant_id=541c4d998e5d447bb7b6ae4d6ff73c09&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1718] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:47 2026] DELETE /v2.0/security-groups/64dfe8f3-aaa0-4229-b3d9-a542994c90f0 => 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: 888/1719] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:47 2026] DELETE /v2.0/subnets/0f0d9041-2a84-415a-a076-c13b09f10c03 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:48.000 8 INFO neutron_taas.services.taas.taas_plugin [None req-68858e4d-13d4-4cce-bd18-ec22c6465dd3 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] TaaS: Handle Delete Port: 4fdaec94-5fc3-4298-9844-25d5e4d2e1b6 2026-06-10 09:31:48.003 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68858e4d-13d4-4cce-bd18-ec22c6465dd3 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Tap Mirror: Handle Delete Port: 4fdaec94-5fc3-4298-9844-25d5e4d2e1b6 2026-06-10 09:31:48.062 8 INFO neutron.services.segments.plugin [-] Segment a32b70d2-d2f4-4674-9e9c-880fd1ef3dcf resource provider aggregate not found 2026-06-10 09:31:48.065 8 INFO neutron.services.segments.plugin [-] Segment a32b70d2-d2f4-4674-9e9c-880fd1ef3dcf resource provider aggregate not found 2026-06-10 09:31:48.078 8 INFO neutron.services.segments.plugin [-] Segment a32b70d2-d2f4-4674-9e9c-880fd1ef3dcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a32b70d2-d2f4-4674-9e9c-880fd1ef3dcf found for delete ", "request_id": "req-a85682ca-c386-4a80-8a60-03cb5d0cba05"}]} 2026-06-10 09:31:48.085 8 INFO neutron.services.segments.plugin [-] Segment a32b70d2-d2f4-4674-9e9c-880fd1ef3dcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a32b70d2-d2f4-4674-9e9c-880fd1ef3dcf found for delete ", "request_id": "req-16ae83b8-2845-4e07-b870-8c2cd80bdbc5"}]} 2026-06-10 09:31:48.101 8 INFO neutron.services.segments.plugin [-] Segment 7923d7a2-6095-4b03-b1fb-cb2af86a7539 resource provider aggregate not found 2026-06-10 09:31:48.109 8 INFO neutron.services.segments.plugin [-] Segment 7923d7a2-6095-4b03-b1fb-cb2af86a7539 resource provider aggregate not found 2026-06-10 09:31:48.120 8 INFO neutron.services.segments.plugin [-] Segment 7923d7a2-6095-4b03-b1fb-cb2af86a7539 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7923d7a2-6095-4b03-b1fb-cb2af86a7539 found for delete ", "request_id": "req-7578b7fc-da6d-4021-949f-ba4c7ba96e97"}]} 2026-06-10 09:31:48.126 8 INFO neutron.services.segments.plugin [-] Segment 7923d7a2-6095-4b03-b1fb-cb2af86a7539 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7923d7a2-6095-4b03-b1fb-cb2af86a7539 found for delete ", "request_id": "req-7c905beb-b9b3-4265-8349-e6bb11cfb278"}]} 2026-06-10 09:31:48.140 8 INFO neutron.services.segments.plugin [-] Segment 444960a4-7c9b-435b-ac93-8909414f9682 resource provider aggregate not found 2026-06-10 09:31:48.146 8 INFO neutron.services.segments.plugin [-] Segment 444960a4-7c9b-435b-ac93-8909414f9682 resource provider aggregate not found 2026-06-10 09:31:48.156 8 INFO neutron.services.segments.plugin [-] Segment 444960a4-7c9b-435b-ac93-8909414f9682 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 444960a4-7c9b-435b-ac93-8909414f9682 found for delete ", "request_id": "req-8c7c48aa-4aac-4116-ad19-effd5bb46945"}]} 2026-06-10 09:31:48.182 8 INFO neutron.services.segments.plugin [-] Segment 444960a4-7c9b-435b-ac93-8909414f9682 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 444960a4-7c9b-435b-ac93-8909414f9682 found for delete ", "request_id": "req-160da802-a1d6-45c2-87f0-838fc2030844"}]} 2026-06-10 09:31:48.193 8 INFO neutron.services.segments.plugin [-] Segment 53f173a6-c60a-4cc7-96ba-fc13790f9a2d resource provider aggregate not found 2026-06-10 09:31:48.210 8 INFO neutron.services.segments.plugin [-] Segment 53f173a6-c60a-4cc7-96ba-fc13790f9a2d resource provider aggregate not found 2026-06-10 09:31:48.223 8 INFO neutron.services.segments.plugin [-] Segment 53f173a6-c60a-4cc7-96ba-fc13790f9a2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53f173a6-c60a-4cc7-96ba-fc13790f9a2d found for delete ", "request_id": "req-de23349f-9f02-4369-88fd-9d5d9e0ef44b"}]} 2026-06-10 09:31:48.231 8 INFO neutron.services.segments.plugin [-] Segment 53f173a6-c60a-4cc7-96ba-fc13790f9a2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53f173a6-c60a-4cc7-96ba-fc13790f9a2d found for delete ", "request_id": "req-9f9d4b64-4c37-4052-bb1f-922a14f6b5ce"}]} 2026-06-10 09:31:48.249 8 INFO neutron.services.segments.plugin [-] Segment 8cf2999f-c02f-4819-9599-7d5833ceba1f resource provider aggregate not found 2026-06-10 09:31:48.249 8 INFO neutron.services.segments.plugin [-] Segment 8cf2999f-c02f-4819-9599-7d5833ceba1f resource provider aggregate not found 2026-06-10 09:31:48.285 8 INFO neutron.services.segments.plugin [-] Segment 8cf2999f-c02f-4819-9599-7d5833ceba1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cf2999f-c02f-4819-9599-7d5833ceba1f found for delete ", "request_id": "req-e0c920e6-673f-4f05-b262-2b0b81c134a0"}]} 2026-06-10 09:31:48.290 8 INFO neutron.services.segments.plugin [-] Segment 8cf2999f-c02f-4819-9599-7d5833ceba1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cf2999f-c02f-4819-9599-7d5833ceba1f found for delete ", "request_id": "req-c6becc6b-9980-4319-a4bc-7288fc065da5"}]} [pid: 8|app: 0|req: 889/1720] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:47 2026] DELETE /v2.0/networks/0ded423b-6a2d-4a69-aa54-1f1d6b1ff195 => generated 0 bytes in 471 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1721] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:47 2026] GET /v2.0/security-groups?tenant_id=a81e356276d44fd098b3ea3582765750&name=default => generated 2925 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:31:48.431 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e03a78d-4e23-43c6-bb4f-4714af001c7d 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] TaaS: Handle Delete Port: 2ab1e066-8016-4525-ad45-01c67d3da4a8 2026-06-10 09:31:48.433 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e03a78d-4e23-43c6-bb4f-4714af001c7d 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Tap Mirror: Handle Delete Port: 2ab1e066-8016-4525-ad45-01c67d3da4a8 [pid: 7|app: 0|req: 833/1722] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:48 2026] DELETE /v2.0/security-groups/c9e7619d-9f9d-4a2e-9dea-b2714154077b => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1723] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:48 2026] DELETE /v2.0/networks/ec691c92-1409-47bd-a2bc-afacafbf247b => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:48.694 8 INFO neutron.db.segments_db [None req-0b571d8c-9680-4b12-a9a7-9bc998136f5d 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Added segment 57396d89-10a8-4dee-b32c-8910a3cfc3bf of type vxlan for network a2cdc9bc-6a4e-4961-8134-72f571cfd9f6 [pid: 7|app: 0|req: 834/1724] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:48 2026] GET /v2.0/security-groups?tenant_id=cbb9ed3cbdfd4864a0490c44812650d9&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1725] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:48 2026] POST /v2.0/networks => generated 611 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1726] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:48 2026] DELETE /v2.0/security-groups/2089414f-a1a8-476b-aec9-430b07ad398a => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1727] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:49 2026] GET /v2.0/security-groups?tenant_id=cd1472cec573414b9bb1af6a3d9621cc&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1728] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:31:48 2026] POST /v2.0/subnets => generated 626 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1729] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:49 2026] DELETE /v2.0/security-groups/8779630f-f8d8-4b4c-ad62-452241556224 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:31:49.148 8 INFO neutron.db.segments_db [None req-4a70b3e0-6e16-4c10-9125-d2f5b0a7438e 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Added segment fec54654-c1a1-43a7-8737-321189b97298 of type vxlan for network 90ecac59-adcc-49ac-bc7d-e4090127766a 2026-06-10 09:31:49.425 8 INFO neutron.db.l3_hamode_db [None req-4a70b3e0-6e16-4c10-9125-d2f5b0a7438e 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:31:49.549 8 INFO neutron.db.l3_hamode_db [None req-4a70b3e0-6e16-4c10-9125-d2f5b0a7438e 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 893/1730] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:31:49 2026] POST /v2.0/routers => generated 506 bytes in 1056 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:50.311 8 INFO neutron.services.segments.plugin [-] Segment 05e19f59-2510-4b4a-906f-5890dc2d242a resource provider aggregate not found 2026-06-10 09:31:50.316 8 INFO neutron.services.segments.plugin [-] Segment 05e19f59-2510-4b4a-906f-5890dc2d242a resource provider aggregate not found 2026-06-10 09:31:50.336 8 INFO neutron.services.segments.plugin [-] Segment 05e19f59-2510-4b4a-906f-5890dc2d242a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05e19f59-2510-4b4a-906f-5890dc2d242a found for delete ", "request_id": "req-1f998023-85b8-492a-ae7d-4c240f7d3027"}]} 2026-06-10 09:31:50.341 8 INFO neutron.services.segments.plugin [-] Segment 05e19f59-2510-4b4a-906f-5890dc2d242a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05e19f59-2510-4b4a-906f-5890dc2d242a found for delete ", "request_id": "req-826ad043-9298-4ed1-a004-15ca940b7aa9"}]} 2026-06-10 09:31:50.361 8 INFO neutron.services.segments.plugin [-] Segment 178610d7-2bb0-4b99-915f-7a72e558f579 resource provider aggregate not found 2026-06-10 09:31:50.364 8 INFO neutron.services.segments.plugin [-] Segment 178610d7-2bb0-4b99-915f-7a72e558f579 resource provider aggregate not found 2026-06-10 09:31:50.383 8 INFO neutron.services.segments.plugin [-] Segment 178610d7-2bb0-4b99-915f-7a72e558f579 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 178610d7-2bb0-4b99-915f-7a72e558f579 found for delete ", "request_id": "req-c2efed49-d012-43c2-9fa1-800bd581a62d"}]} 2026-06-10 09:31:50.384 8 INFO neutron.services.segments.plugin [-] Segment 178610d7-2bb0-4b99-915f-7a72e558f579 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 178610d7-2bb0-4b99-915f-7a72e558f579 found for delete ", "request_id": "req-bfa50c44-3eda-4be8-b00f-d1e0130ecc02"}]} [pid: 7|app: 0|req: 838/1731] 10.0.0.18 () {34 vars in 664 bytes} [Wed Jun 10 09:31:50 2026] POST /v2.0/ports => generated 947 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1732] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:31:50 2026] PUT /v2.0/routers/1d36f5f3-ba34-4b4f-a6a3-262ae60ac414/add_router_interface => generated 309 bytes in 1138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 895/1733] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:31:51 2026] GET /v2.0/ports/8e8dfbf5-5f8a-4d1a-9a5d-77b9d1050c43 => generated 1021 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1734] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:51 2026] GET /v2.0/security-groups?tenant_id=1459f9de78bb479080ef62d7f3a12039&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:31:52.118 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8bfce75-926e-465f-8964-72078d31257f 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] TaaS: Handle Delete Port: 8e8dfbf5-5f8a-4d1a-9a5d-77b9d1050c43 2026-06-10 09:31:52.121 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8bfce75-926e-465f-8964-72078d31257f 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Tap Mirror: Handle Delete Port: 8e8dfbf5-5f8a-4d1a-9a5d-77b9d1050c43 [pid: 7|app: 0|req: 840/1735] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:51 2026] GET /v2.0/security-groups?tenant_id=63cebd8b19f244978c01bfc26e7d9716&name=default => generated 2925 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1736] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:52 2026] DELETE /v2.0/security-groups/145a7c7b-9dbd-4f9a-9e64-b273fd4461e8 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1737] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:52 2026] DELETE /v2.0/security-groups/1b6b6f08-647e-4a2c-baae-bfb7d8d64506 => 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: 896/1738] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:31:51 2026] PUT /v2.0/routers/1d36f5f3-ba34-4b4f-a6a3-262ae60ac414/remove_router_interface => generated 309 bytes in 805 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1739] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:52 2026] GET /v2.0/security-groups?tenant_id=019302d9f92b4326941e7f78d7830688&name=default => generated 2925 bytes in 129 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-10 09:31:52.724 7 INFO neutron.api.v2.resource [None req-00dbc0d5-63fd-4920-8f1e-86b502b96965 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 844/1740] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:31:52 2026] PUT /v2.0/routers/1d36f5f3-ba34-4b4f-a6a3-262ae60ac414/remove_router_interface => generated 197 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:31:52.817 8 INFO neutron.db.segments_db [None req-f3c82790-bb17-4dee-835d-9ede5c5ee374 726e1dd8931e46149b7f6cc0c69f403f c0bf012edd084523b3ae2d31093da8f5 - - default default] Added segment daece47d-622c-4e64-8f7e-1d08f17c21f3 of type vxlan for network c097ec12-b00b-48bf-8371-caa2b3ecdc72 [pid: 7|app: 0|req: 845/1741] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:52 2026] DELETE /v2.0/security-groups/41d94412-05ff-4c65-86af-dfc79d053119 => 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: 846/1742] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:31:52 2026] GET /v2.0/ports?device_id=1d36f5f3-ba34-4b4f-a6a3-262ae60ac414 => 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: 897/1743] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:52 2026] POST /v2.0/networks => generated 612 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1744] 10.0.0.18 () {34 vars in 752 bytes} [Wed Jun 10 09:31:52 2026] PUT /v2.0/networks/c097ec12-b00b-48bf-8371-caa2b3ecdc72/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1745] 10.0.0.18 () {32 vars in 732 bytes} [Wed Jun 10 09:31:52 2026] GET /v2.0/networks/c097ec12-b00b-48bf-8371-caa2b3ecdc72/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:31:53.043 7 INFO neutron_taas.services.taas.taas_plugin [None req-2cbb9e09-09e6-49dd-94b7-c27e4d1eddcf 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] TaaS: Handle Delete Port: b8abb297-c33f-4f06-8f96-9d190a715a04 2026-06-10 09:31:53.046 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2cbb9e09-09e6-49dd-94b7-c27e4d1eddcf 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Tap Mirror: Handle Delete Port: b8abb297-c33f-4f06-8f96-9d190a715a04 [pid: 8|app: 0|req: 900/1746] 10.0.0.18 () {34 vars in 763 bytes} [Wed Jun 10 09:31:53 2026] PUT /v2.0/networks/c097ec12-b00b-48bf-8371-caa2b3ecdc72/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: 901/1747] 10.0.0.18 () {32 vars in 732 bytes} [Wed Jun 10 09:31:53 2026] GET /v2.0/networks/c097ec12-b00b-48bf-8371-caa2b3ecdc72/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1748] 10.0.0.18 () {34 vars in 759 bytes} [Wed Jun 10 09:31:53 2026] PUT /v2.0/networks/c097ec12-b00b-48bf-8371-caa2b3ecdc72/tags/red => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1749] 10.0.0.18 () {32 vars in 732 bytes} [Wed Jun 10 09:31:53 2026] GET /v2.0/networks/c097ec12-b00b-48bf-8371-caa2b3ecdc72/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1750] 10.0.0.18 () {34 vars in 781 bytes} [Wed Jun 10 09:31:53 2026] PUT /v2.0/networks/c097ec12-b00b-48bf-8371-caa2b3ecdc72/tags/black.or.white => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1751] 10.0.0.18 () {32 vars in 732 bytes} [Wed Jun 10 09:31:53 2026] GET /v2.0/networks/c097ec12-b00b-48bf-8371-caa2b3ecdc72/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1752] 10.0.0.18 () {34 vars in 752 bytes} [Wed Jun 10 09:31:53 2026] PUT /v2.0/networks/c097ec12-b00b-48bf-8371-caa2b3ecdc72/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1753] 10.0.0.18 () {32 vars in 732 bytes} [Wed Jun 10 09:31:53 2026] GET /v2.0/networks/c097ec12-b00b-48bf-8371-caa2b3ecdc72/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: 908/1754] 10.0.0.18 () {32 vars in 740 bytes} [Wed Jun 10 09:31:53 2026] GET /v2.0/networks/c097ec12-b00b-48bf-8371-caa2b3ecdc72/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:31:53.622 8 INFO neutron.api.v2.resource [None req-4da4bb0f-e3ea-4059-8ffe-619aff1bd226 726e1dd8931e46149b7f6cc0c69f403f c0bf012edd084523b3ae2d31093da8f5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 909/1755] 10.0.0.18 () {32 vars in 744 bytes} [Wed Jun 10 09:31:53 2026] GET /v2.0/networks/c097ec12-b00b-48bf-8371-caa2b3ecdc72/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1756] 10.0.0.18 () {32 vars in 743 bytes} [Wed Jun 10 09:31:53 2026] DELETE /v2.0/networks/c097ec12-b00b-48bf-8371-caa2b3ecdc72/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1757] 10.0.0.18 () {32 vars in 732 bytes} [Wed Jun 10 09:31:53 2026] GET /v2.0/networks/c097ec12-b00b-48bf-8371-caa2b3ecdc72/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:31:53.794 7 INFO neutron.services.segments.plugin [-] Segment fec54654-c1a1-43a7-8737-321189b97298 resource provider aggregate not found 2026-06-10 09:31:53.796 8 INFO neutron.api.v2.resource [None req-50b6c18f-911d-42b3-ab9e-9cd58aaa298d 726e1dd8931e46149b7f6cc0c69f403f c0bf012edd084523b3ae2d31093da8f5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 912/1758] 10.0.0.18 () {32 vars in 747 bytes} [Wed Jun 10 09:31:53 2026] DELETE /v2.0/networks/c097ec12-b00b-48bf-8371-caa2b3ecdc72/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 09:31:53.800 7 INFO neutron.services.segments.plugin [-] Segment fec54654-c1a1-43a7-8737-321189b97298 resource provider aggregate not found 2026-06-10 09:31:53.819 7 INFO neutron.services.segments.plugin [-] Segment fec54654-c1a1-43a7-8737-321189b97298 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fec54654-c1a1-43a7-8737-321189b97298 found for delete ", "request_id": "req-22a8be83-4402-4331-a6bd-738b99f1b9c7"}]} 2026-06-10 09:31:53.826 7 INFO neutron.services.segments.plugin [-] Segment fec54654-c1a1-43a7-8737-321189b97298 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fec54654-c1a1-43a7-8737-321189b97298 found for delete ", "request_id": "req-38e95769-3d05-46d4-bba0-f47827812025"}]} 2026-06-10 09:31:53.837 7 INFO neutron.db.l3_hamode_db [None req-2cbb9e09-09e6-49dd-94b7-c27e4d1eddcf 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] HA network 90ecac59-adcc-49ac-bc7d-e4090127766a was deleted as no HA routers are present in tenant 13231afc24484c8899845db389368a89. [pid: 7|app: 0|req: 847/1759] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:52 2026] DELETE /v2.0/routers/1d36f5f3-ba34-4b4f-a6a3-262ae60ac414 => generated 0 bytes in 998 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1760] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:31:53 2026] DELETE /v2.0/networks/c097ec12-b00b-48bf-8371-caa2b3ecdc72/tags => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1761] 10.0.0.18 () {32 vars in 732 bytes} [Wed Jun 10 09:31:53 2026] GET /v2.0/networks/c097ec12-b00b-48bf-8371-caa2b3ecdc72/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1762] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:53 2026] DELETE /v2.0/subnets/01d75b59-cba9-400b-b277-498f1a93a3f0 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:54.079 8 INFO neutron.services.segments.plugin [-] Segment daece47d-622c-4e64-8f7e-1d08f17c21f3 resource provider aggregate not found 2026-06-10 09:31:54.087 8 INFO neutron.services.segments.plugin [-] Segment daece47d-622c-4e64-8f7e-1d08f17c21f3 resource provider aggregate not found 2026-06-10 09:31:54.104 8 INFO neutron.services.segments.plugin [-] Segment daece47d-622c-4e64-8f7e-1d08f17c21f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daece47d-622c-4e64-8f7e-1d08f17c21f3 found for delete ", "request_id": "req-bdf1e17f-65b7-42f5-ab9d-a480d04f27e3"}]} 2026-06-10 09:31:54.107 8 INFO neutron.services.segments.plugin [-] Segment daece47d-622c-4e64-8f7e-1d08f17c21f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daece47d-622c-4e64-8f7e-1d08f17c21f3 found for delete ", "request_id": "req-944cef53-781d-4c7f-b671-038dfc0061a6"}]} [pid: 8|app: 0|req: 915/1763] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:53 2026] DELETE /v2.0/networks/c097ec12-b00b-48bf-8371-caa2b3ecdc72 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:54.159 7 INFO neutron_taas.services.taas.taas_plugin [None req-09f6ccf4-39cb-487f-b0c6-cebc536009a2 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] TaaS: Handle Delete Port: 7cc73792-4360-4a67-a38d-b67e88115238 2026-06-10 09:31:54.161 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09f6ccf4-39cb-487f-b0c6-cebc536009a2 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Tap Mirror: Handle Delete Port: 7cc73792-4360-4a67-a38d-b67e88115238 [pid: 7|app: 0|req: 849/1764] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:54 2026] DELETE /v2.0/networks/a2cdc9bc-6a4e-4961-8134-72f571cfd9f6 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:54.398 8 INFO neutron.db.segments_db [None req-9871c93f-1497-4795-8f6e-5f859de36e6f 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Added segment 94b50f25-0518-43e0-a275-d76a2c174263 of type vxlan for network ed1cd752-fac3-4e53-87e3-dc8dfecc73f1 [pid: 8|app: 0|req: 916/1765] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:54 2026] POST /v2.0/networks => generated 611 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1766] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:31:54 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:54.767 8 INFO neutron.db.segments_db [None req-c1226cee-accd-4b1d-b1dc-4bea606a9d54 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Added segment cabb7e80-717a-4490-838f-b8ab50e5477f of type vxlan for network 64abd5b3-7bd3-409f-908c-cf9e1dc2387d 2026-06-10 09:31:54.767 7 INFO neutron.db.segments_db [None req-0b968788-b0d5-42dc-b33d-2aad2e64c31f 5b6be3c9bb9d4ca69b329f83163c5b5d a2439c4d4c614e42b699e6c7fa1f16ca - - default default] Added segment 46038aee-ad60-4c0f-8a7b-7caac74b552b of type vxlan for network 7cae0853-c950-4020-a408-306e7b25094f 2026-06-10 09:31:54.818 7 INFO neutron.db.segments_db [None req-0b968788-b0d5-42dc-b33d-2aad2e64c31f 5b6be3c9bb9d4ca69b329f83163c5b5d a2439c4d4c614e42b699e6c7fa1f16ca - - default default] Added segment 6712f40e-e996-4575-ac52-238f8d117a9b of type vxlan for network 57e02d11-725c-4f95-a2c1-5414161b1a26 [pid: 7|app: 0|req: 850/1767] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:54 2026] POST /v2.0/networks => generated 1207 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 09:31:55.036 8 INFO neutron.db.l3_hamode_db [None req-c1226cee-accd-4b1d-b1dc-4bea606a9d54 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 851/1768] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:54 2026] GET /v2.0/security-groups?tenant_id=c0bf012edd084523b3ae2d31093da8f5&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1769] 10.0.0.18 () {32 vars in 648 bytes} [Wed Jun 10 09:31:55 2026] GET /v2.0/networks => generated 1844 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:31:55.159 8 INFO neutron.db.l3_hamode_db [None req-c1226cee-accd-4b1d-b1dc-4bea606a9d54 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 853/1770] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:55 2026] DELETE /v2.0/security-groups/ca35ebbc-e2f1-496a-8954-92b97db6755e => 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: 854/1771] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:55 2026] DELETE /v2.0/networks/7cae0853-c950-4020-a408-306e7b25094f => 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: 855/1772] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:31:55 2026] GET /v2.0/security-groups?tenant_id=da800d1fcfce47309e17a2aa042319a8&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1773] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:55 2026] DELETE /v2.0/networks/57e02d11-725c-4f95-a2c1-5414161b1a26 => 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: 857/1774] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:31:55 2026] DELETE /v2.0/security-groups/d90a403e-8a65-4d7a-901b-e184c28683ce => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1775] 10.0.0.18 () {32 vars in 648 bytes} [Wed Jun 10 09:31:55 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1776] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:31:54 2026] POST /v2.0/routers => generated 507 bytes in 1042 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:55.813 7 INFO neutron.db.segments_db [None req-a0f8f713-975c-4903-a142-62a8b10388ce 5b6be3c9bb9d4ca69b329f83163c5b5d a2439c4d4c614e42b699e6c7fa1f16ca - - default default] Added segment 690d8170-d113-4277-8ba7-ef9a0aa5fdfd of type vxlan for network eb36de98-53c1-4995-acec-25b305436651 2026-06-10 09:31:55.839 7 INFO neutron.services.segments.plugin [-] Segment 57396d89-10a8-4dee-b32c-8910a3cfc3bf resource provider aggregate not found 2026-06-10 09:31:55.852 7 INFO neutron.services.segments.plugin [-] Segment 57396d89-10a8-4dee-b32c-8910a3cfc3bf resource provider aggregate not found 2026-06-10 09:31:55.860 7 INFO neutron.services.segments.plugin [-] Segment 57396d89-10a8-4dee-b32c-8910a3cfc3bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57396d89-10a8-4dee-b32c-8910a3cfc3bf found for delete ", "request_id": "req-3b03e7f3-e0a9-4fb9-b8fc-e76c98899736"}]} 2026-06-10 09:31:55.890 7 INFO neutron.services.segments.plugin [-] Segment 46038aee-ad60-4c0f-8a7b-7caac74b552b resource provider aggregate not found 2026-06-10 09:31:55.891 7 INFO neutron.services.segments.plugin [-] Segment 57396d89-10a8-4dee-b32c-8910a3cfc3bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57396d89-10a8-4dee-b32c-8910a3cfc3bf found for delete ", "request_id": "req-15d8f6fb-632f-4685-9384-4f097660edd5"}]} 2026-06-10 09:31:55.918 7 INFO neutron.services.segments.plugin [-] Segment 46038aee-ad60-4c0f-8a7b-7caac74b552b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46038aee-ad60-4c0f-8a7b-7caac74b552b found for delete ", "request_id": "req-a57d26c6-d44b-4d98-9f64-9910b5381386"}]} 2026-06-10 09:31:55.923 7 INFO neutron.services.segments.plugin [-] Segment 46038aee-ad60-4c0f-8a7b-7caac74b552b resource provider aggregate not found 2026-06-10 09:31:55.943 7 INFO neutron.services.segments.plugin [-] Segment 6712f40e-e996-4575-ac52-238f8d117a9b resource provider aggregate not found 2026-06-10 09:31:55.949 7 INFO neutron.services.segments.plugin [-] Segment 46038aee-ad60-4c0f-8a7b-7caac74b552b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46038aee-ad60-4c0f-8a7b-7caac74b552b found for delete ", "request_id": "req-1b8d7b78-11a2-4677-b4ab-1cbf7c86c9e6"}]} 2026-06-10 09:31:55.964 7 INFO neutron.services.segments.plugin [-] Segment 6712f40e-e996-4575-ac52-238f8d117a9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6712f40e-e996-4575-ac52-238f8d117a9b found for delete ", "request_id": "req-c7a5c2bd-b530-4b81-8aa6-f2431319f560"}]} 2026-06-10 09:31:55.969 7 INFO neutron.services.segments.plugin [-] Segment 6712f40e-e996-4575-ac52-238f8d117a9b resource provider aggregate not found [pid: 7|app: 0|req: 859/1777] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:55 2026] POST /v2.0/networks => generated 635 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:55.991 7 INFO neutron.services.segments.plugin [-] Segment 6712f40e-e996-4575-ac52-238f8d117a9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6712f40e-e996-4575-ac52-238f8d117a9b found for delete ", "request_id": "req-0172ed75-2a48-46fa-882b-4d4d70d6855c"}]} 2026-06-10 09:31:56.064 7 INFO neutron.db.segments_db [None req-067baa42-aab4-48d2-8fb8-614c7fbb30e9 5b6be3c9bb9d4ca69b329f83163c5b5d a2439c4d4c614e42b699e6c7fa1f16ca - - default default] Added segment a8d46ead-fc16-4111-8de6-1b4dda259b98 of type vxlan for network 8dea3ed4-58d4-47f2-8ec0-3354f13b0deb [pid: 7|app: 0|req: 860/1778] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:55 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: 7|app: 0|req: 861/1779] 10.0.0.18 () {34 vars in 664 bytes} [Wed Jun 10 09:31:56 2026] POST /v2.0/ports => generated 1506 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 862/1780] 10.0.0.18 () {32 vars in 642 bytes} [Wed Jun 10 09:31:56 2026] GET /v2.0/ports => generated 1506 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:31:56.903 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce40b1f8-35b4-4c02-811a-5f7caf2b6424 5b6be3c9bb9d4ca69b329f83163c5b5d a2439c4d4c614e42b699e6c7fa1f16ca - - default default] TaaS: Handle Delete Port: f99c37c9-b7ae-4bde-9d8d-b883ef452c55 2026-06-10 09:31:56.907 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce40b1f8-35b4-4c02-811a-5f7caf2b6424 5b6be3c9bb9d4ca69b329f83163c5b5d a2439c4d4c614e42b699e6c7fa1f16ca - - default default] Tap Mirror: Handle Delete Port: f99c37c9-b7ae-4bde-9d8d-b883ef452c55 [pid: 7|app: 0|req: 863/1781] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:31:56 2026] DELETE /v2.0/ports/f99c37c9-b7ae-4bde-9d8d-b883ef452c55 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:57.101 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3ee674a-048a-4e13-8c00-a8e49baa4009 5b6be3c9bb9d4ca69b329f83163c5b5d a2439c4d4c614e42b699e6c7fa1f16ca - - default default] TaaS: Handle Delete Port: b749b8ff-f35c-4a29-af23-82973b72404a 2026-06-10 09:31:57.103 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3ee674a-048a-4e13-8c00-a8e49baa4009 5b6be3c9bb9d4ca69b329f83163c5b5d a2439c4d4c614e42b699e6c7fa1f16ca - - default default] Tap Mirror: Handle Delete Port: b749b8ff-f35c-4a29-af23-82973b72404a [pid: 7|app: 0|req: 864/1782] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:31:57 2026] DELETE /v2.0/ports/b749b8ff-f35c-4a29-af23-82973b72404a => 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: 867/1785] 10.0.0.18 () {32 vars in 642 bytes} [Wed Jun 10 09:31:57 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) 2026-06-10 09:31:57.287 7 INFO neutron.db.segments_db [None req-9a35d57c-1662-4a3c-95dc-e85e082002b2 5b6be3c9bb9d4ca69b329f83163c5b5d a2439c4d4c614e42b699e6c7fa1f16ca - - default default] Added segment af559581-edb7-44d7-af11-4c7fbb75f51b of type vxlan for network 2adb0482-adfe-4d28-82ad-22cb8bba115d [pid: 8|app: 0|req: 919/1786] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:31:55 2026] PUT /v2.0/routers/3a940a3e-bbb9-4d7c-8e3d-726e01a3d65b/add_router_interface => generated 309 bytes in 1603 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1787] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:57 2026] POST /v2.0/networks => generated 635 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1788] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:31:57 2026] GET /v2.0/ports/99d3fd1f-e444-4bd3-9026-e53b3d5aa4c5 => generated 955 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:31:57.448 7 INFO neutron.db.segments_db [None req-39635ad9-867c-4305-a309-f1816c1cec4f 5b6be3c9bb9d4ca69b329f83163c5b5d a2439c4d4c614e42b699e6c7fa1f16ca - - default default] Added segment c63cd67e-1872-4b19-b1ba-54c3d1476eb3 of type vxlan for network ef69a695-11e5-4744-8ed9-b8c0eaa05de4 [pid: 7|app: 0|req: 869/1789] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:57 2026] POST /v2.0/networks => generated 634 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:31:57.681 8 INFO neutron_taas.services.taas.taas_plugin [None req-89340428-c18f-45e2-a7eb-b115009d5454 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] TaaS: Handle Delete Port: 99d3fd1f-e444-4bd3-9026-e53b3d5aa4c5 2026-06-10 09:31:57.685 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89340428-c18f-45e2-a7eb-b115009d5454 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Tap Mirror: Handle Delete Port: 99d3fd1f-e444-4bd3-9026-e53b3d5aa4c5 [pid: 8|app: 0|req: 921/1790] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:31:57 2026] PUT /v2.0/routers/3a940a3e-bbb9-4d7c-8e3d-726e01a3d65b/remove_router_interface => generated 309 bytes in 757 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1791] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:31:58 2026] GET /v2.0/ports?device_id=3a940a3e-bbb9-4d7c-8e3d-726e01a3d65b => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:31:58.397 8 INFO neutron_taas.services.taas.taas_plugin [None req-9b3b18b9-24dc-4c1d-b26f-877a601a3ec9 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] TaaS: Handle Delete Port: b65f2eba-28b3-4b1e-9072-e3cfbe28a7e2 2026-06-10 09:31:58.400 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b3b18b9-24dc-4c1d-b26f-877a601a3ec9 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Tap Mirror: Handle Delete Port: b65f2eba-28b3-4b1e-9072-e3cfbe28a7e2 [pid: 7|app: 0|req: 870/1792] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:31:57 2026] POST /v2.0/subnets => generated 1323 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1793] 10.0.0.18 () {32 vars in 646 bytes} [Wed Jun 10 09:31:58 2026] GET /v2.0/subnets => generated 1959 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1794] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:58 2026] DELETE /v2.0/subnets/77ae19ac-f38e-4c1e-b403-fe2bca015d71 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:58.739 8 INFO neutron.services.segments.plugin [-] Segment cabb7e80-717a-4490-838f-b8ab50e5477f resource provider aggregate not found 2026-06-10 09:31:58.746 8 INFO neutron.services.segments.plugin [-] Segment cabb7e80-717a-4490-838f-b8ab50e5477f resource provider aggregate not found 2026-06-10 09:31:58.763 8 INFO neutron.db.l3_hamode_db [None req-9b3b18b9-24dc-4c1d-b26f-877a601a3ec9 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] HA network 64abd5b3-7bd3-409f-908c-cf9e1dc2387d was deleted as no HA routers are present in tenant 13231afc24484c8899845db389368a89. 2026-06-10 09:31:58.768 8 INFO neutron.services.segments.plugin [-] Segment cabb7e80-717a-4490-838f-b8ab50e5477f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cabb7e80-717a-4490-838f-b8ab50e5477f found for delete ", "request_id": "req-32133727-cccf-4253-a40f-c664e5a76e32"}]} 2026-06-10 09:31:58.772 8 INFO neutron.services.segments.plugin [-] Segment cabb7e80-717a-4490-838f-b8ab50e5477f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cabb7e80-717a-4490-838f-b8ab50e5477f found for delete ", "request_id": "req-00501122-b815-4e1b-ae0a-a195b7a15de9"}]} [pid: 8|app: 0|req: 923/1795] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:58 2026] DELETE /v2.0/routers/3a940a3e-bbb9-4d7c-8e3d-726e01a3d65b => generated 0 bytes in 565 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1796] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:58 2026] DELETE /v2.0/subnets/be5e6a91-9044-4673-a64d-9d136cee0f82 => 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: 874/1797] 10.0.0.18 () {32 vars in 646 bytes} [Wed Jun 10 09:31:58 2026] GET /v2.0/subnets => generated 649 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1798] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:31:58 2026] DELETE /v2.0/subnets/9c9d8d41-6169-4be8-bcd9-a281ea27eeb4 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:59.079 7 INFO neutron.services.segments.plugin [-] Segment c63cd67e-1872-4b19-b1ba-54c3d1476eb3 resource provider aggregate not found 2026-06-10 09:31:59.082 7 INFO neutron.services.segments.plugin [-] Segment c63cd67e-1872-4b19-b1ba-54c3d1476eb3 resource provider aggregate not found 2026-06-10 09:31:59.097 7 INFO neutron.services.segments.plugin [-] Segment c63cd67e-1872-4b19-b1ba-54c3d1476eb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c63cd67e-1872-4b19-b1ba-54c3d1476eb3 found for delete ", "request_id": "req-b4de4093-8255-437a-9bd1-01f4a2e5142a"}]} [pid: 7|app: 0|req: 875/1799] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:58 2026] DELETE /v2.0/networks/ef69a695-11e5-4744-8ed9-b8c0eaa05de4 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:59.102 7 INFO neutron.services.segments.plugin [-] Segment c63cd67e-1872-4b19-b1ba-54c3d1476eb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c63cd67e-1872-4b19-b1ba-54c3d1476eb3 found for delete ", "request_id": "req-e291ad1a-8dcb-4cf0-ad3d-42962ab370c5"}]} 2026-06-10 09:31:59.207 7 INFO neutron_taas.services.taas.taas_plugin [None req-c682ac3f-6a84-4ba0-82af-cd80590d52b1 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] TaaS: Handle Delete Port: 984b3f86-b761-4c18-bcfb-844d7f9add0c 2026-06-10 09:31:59.211 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c682ac3f-6a84-4ba0-82af-cd80590d52b1 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Tap Mirror: Handle Delete Port: 984b3f86-b761-4c18-bcfb-844d7f9add0c 2026-06-10 09:31:59.394 8 INFO neutron.db.segments_db [None req-f6f42e18-0fe0-41b3-ad95-f4da66cbcab0 53e73956288440fca354281157b737e3 cfe7671f9b454b0493831d8777bac4af - - default default] Added segment 1d53abc7-9f2e-4ea1-9329-68741478dadf of type vxlan for network 7842da8a-94bf-4be7-a61a-dd34a8295785 [pid: 7|app: 0|req: 876/1800] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:59 2026] DELETE /v2.0/networks/ed1cd752-fac3-4e53-87e3-dc8dfecc73f1 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1801] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:31:59 2026] POST /v2.0/networks => generated 613 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1802] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:59 2026] DELETE /v2.0/networks/2adb0482-adfe-4d28-82ad-22cb8bba115d => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:31:59.579 8 INFO neutron.db.segments_db [None req-707cd21c-9572-4332-862c-2730f9fef0c8 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Added segment ba74e2ce-04bf-4545-b2c2-06a5588d3529 of type vxlan for network bd777a63-161b-4587-865f-70b46847b2f3 2026-06-10 09:31:59.892 8 INFO neutron.db.l3_hamode_db [None req-707cd21c-9572-4332-862c-2730f9fef0c8 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 878/1803] 10.0.0.18 () {34 vars in 663 bytes} [Wed Jun 10 09:31:59 2026] POST /v2.0/ports => generated 743 bytes in 346 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: 879/1804] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:31:59 2026] DELETE /v2.0/networks/8dea3ed4-58d4-47f2-8ec0-3354f13b0deb => 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: 880/1805] 10.0.0.18 () {34 vars in 746 bytes} [Wed Jun 10 09:32:00 2026] PUT /v2.0/ports/897230b7-06a5-4591-b7ae-ec5c6a1d8f7b/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 881/1806] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:32:00 2026] DELETE /v2.0/networks/eb36de98-53c1-4995-acec-25b305436651 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1807] 10.0.0.18 () {32 vars in 726 bytes} [Wed Jun 10 09:32:00 2026] GET /v2.0/ports/897230b7-06a5-4591-b7ae-ec5c6a1d8f7b/tags => generated 25 bytes in 40 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: 883/1808] 10.0.0.18 () {34 vars in 757 bytes} [Wed Jun 10 09:32:00 2026] PUT /v2.0/ports/897230b7-06a5-4591-b7ae-ec5c6a1d8f7b/tags/green => generated 4 bytes in 69 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: 884/1809] 10.0.0.18 () {32 vars in 726 bytes} [Wed Jun 10 09:32:00 2026] GET /v2.0/ports/897230b7-06a5-4591-b7ae-ec5c6a1d8f7b/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 885/1810] 10.0.0.18 () {34 vars in 753 bytes} [Wed Jun 10 09:32:00 2026] PUT /v2.0/ports/897230b7-06a5-4591-b7ae-ec5c6a1d8f7b/tags/red => generated 4 bytes in 76 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: 886/1811] 10.0.0.18 () {32 vars in 726 bytes} [Wed Jun 10 09:32:00 2026] GET /v2.0/ports/897230b7-06a5-4591-b7ae-ec5c6a1d8f7b/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 887/1812] 10.0.0.18 () {34 vars in 775 bytes} [Wed Jun 10 09:32:00 2026] PUT /v2.0/ports/897230b7-06a5-4591-b7ae-ec5c6a1d8f7b/tags/black.or.white => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 888/1813] 10.0.0.18 () {32 vars in 726 bytes} [Wed Jun 10 09:32:00 2026] GET /v2.0/ports/897230b7-06a5-4591-b7ae-ec5c6a1d8f7b/tags => generated 52 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 889/1814] 10.0.0.18 () {34 vars in 746 bytes} [Wed Jun 10 09:32:00 2026] PUT /v2.0/ports/897230b7-06a5-4591-b7ae-ec5c6a1d8f7b/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:32:00.707 8 INFO neutron.db.l3_hamode_db [None req-707cd21c-9572-4332-862c-2730f9fef0c8 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 890/1815] 10.0.0.18 () {32 vars in 726 bytes} [Wed Jun 10 09:32:00 2026] GET /v2.0/ports/897230b7-06a5-4591-b7ae-ec5c6a1d8f7b/tags => generated 37 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, ' [pid: 7|app: 0|req: 891/1816] 10.0.0.18 () {32 vars in 734 bytes} [Wed Jun 10 09:32:00 2026] GET /v2.0/ports/897230b7-06a5-4591-b7ae-ec5c6a1d8f7b/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 892/1817] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:00 2026] GET /v2.0/security-groups?tenant_id=a2439c4d4c614e42b699e6c7fa1f16ca&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:32:01.011 7 INFO neutron.api.v2.resource [None req-9f16f183-83de-4332-9b2a-13b65638cd19 53e73956288440fca354281157b737e3 cfe7671f9b454b0493831d8777bac4af - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 893/1818] 10.0.0.18 () {32 vars in 738 bytes} [Wed Jun 10 09:32:00 2026] GET /v2.0/ports/897230b7-06a5-4591-b7ae-ec5c6a1d8f7b/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 894/1819] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:01 2026] DELETE /v2.0/security-groups/916cea91-5990-4cab-a828-334071ae087a => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:32:01.120 7 INFO neutron.services.segments.plugin [-] Segment 94b50f25-0518-43e0-a275-d76a2c174263 resource provider aggregate not found 2026-06-10 09:32:01.125 7 INFO neutron.services.segments.plugin [-] Segment 94b50f25-0518-43e0-a275-d76a2c174263 resource provider aggregate not found 2026-06-10 09:32:01.143 7 INFO neutron.services.segments.plugin [-] Segment 94b50f25-0518-43e0-a275-d76a2c174263 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94b50f25-0518-43e0-a275-d76a2c174263 found for delete ", "request_id": "req-ee7abd33-918d-4e08-9795-9efab8295449"}]} 2026-06-10 09:32:01.146 7 INFO neutron.services.segments.plugin [-] Segment 94b50f25-0518-43e0-a275-d76a2c174263 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94b50f25-0518-43e0-a275-d76a2c174263 found for delete ", "request_id": "req-773d0f67-84a7-4421-b7e4-1131b6fdac4a"}]} 2026-06-10 09:32:01.161 7 INFO neutron.services.segments.plugin [-] Segment af559581-edb7-44d7-af11-4c7fbb75f51b resource provider aggregate not found 2026-06-10 09:32:01.165 7 INFO neutron.services.segments.plugin [-] Segment af559581-edb7-44d7-af11-4c7fbb75f51b resource provider aggregate not found 2026-06-10 09:32:01.182 7 INFO neutron.services.segments.plugin [-] Segment af559581-edb7-44d7-af11-4c7fbb75f51b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af559581-edb7-44d7-af11-4c7fbb75f51b found for delete ", "request_id": "req-d9353b03-89d1-4cfc-a3a2-634e5dd51d6f"}]} 2026-06-10 09:32:01.187 7 INFO neutron.services.segments.plugin [-] Segment af559581-edb7-44d7-af11-4c7fbb75f51b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af559581-edb7-44d7-af11-4c7fbb75f51b found for delete ", "request_id": "req-1efac2d7-ea69-4726-84c6-582cb26bb7f9"}]} 2026-06-10 09:32:01.204 7 INFO neutron.services.segments.plugin [-] Segment a8d46ead-fc16-4111-8de6-1b4dda259b98 resource provider aggregate not found 2026-06-10 09:32:01.211 7 INFO neutron.services.segments.plugin [-] Segment a8d46ead-fc16-4111-8de6-1b4dda259b98 resource provider aggregate not found [pid: 7|app: 0|req: 895/1820] 10.0.0.18 () {32 vars in 737 bytes} [Wed Jun 10 09:32:01 2026] DELETE /v2.0/ports/897230b7-06a5-4591-b7ae-ec5c6a1d8f7b/tags/red => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:32:01.222 7 INFO neutron.services.segments.plugin [-] Segment a8d46ead-fc16-4111-8de6-1b4dda259b98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8d46ead-fc16-4111-8de6-1b4dda259b98 found for delete ", "request_id": "req-f09f2851-e9e2-4a26-85c8-5cf7241f663d"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-10 09:32:01.229 7 INFO neutron.services.segments.plugin [-] Segment a8d46ead-fc16-4111-8de6-1b4dda259b98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8d46ead-fc16-4111-8de6-1b4dda259b98 found for delete ", "request_id": "req-7c5dbb67-4c4d-4793-b698-13c92890c832"}]} 2026-06-10 09:32:01.246 7 INFO neutron.services.segments.plugin [-] Segment 690d8170-d113-4277-8ba7-ef9a0aa5fdfd resource provider aggregate not found 2026-06-10 09:32:01.252 7 INFO neutron.services.segments.plugin [-] Segment 690d8170-d113-4277-8ba7-ef9a0aa5fdfd resource provider aggregate not found 2026-06-10 09:32:01.268 7 INFO neutron.services.segments.plugin [-] Segment 690d8170-d113-4277-8ba7-ef9a0aa5fdfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 690d8170-d113-4277-8ba7-ef9a0aa5fdfd found for delete ", "request_id": "req-5e567304-025c-4cc4-b665-d2afc8a0b496"}]} 2026-06-10 09:32:01.270 7 INFO neutron.services.segments.plugin [-] Segment 690d8170-d113-4277-8ba7-ef9a0aa5fdfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 690d8170-d113-4277-8ba7-ef9a0aa5fdfd found for delete ", "request_id": "req-250e1a71-f842-453a-a1cc-dad8811e79e0"}]} [pid: 7|app: 0|req: 896/1821] 10.0.0.18 () {32 vars in 726 bytes} [Wed Jun 10 09:32:01 2026] GET /v2.0/ports/897230b7-06a5-4591-b7ae-ec5c6a1d8f7b/tags => generated 30 bytes in 74 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-10 09:32:01.367 7 INFO neutron.api.v2.resource [None req-39db4db1-6ed8-4ff8-b91c-58100fec37e3 53e73956288440fca354281157b737e3 cfe7671f9b454b0493831d8777bac4af - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 897/1822] 10.0.0.18 () {32 vars in 741 bytes} [Wed Jun 10 09:32:01 2026] DELETE /v2.0/ports/897230b7-06a5-4591-b7ae-ec5c6a1d8f7b/tags/green => generated 99 bytes in 66 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: 898/1823] 10.0.0.18 () {32 vars in 729 bytes} [Wed Jun 10 09:32:01 2026] DELETE /v2.0/ports/897230b7-06a5-4591-b7ae-ec5c6a1d8f7b/tags => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 899/1824] 10.0.0.18 () {32 vars in 726 bytes} [Wed Jun 10 09:32:01 2026] GET /v2.0/ports/897230b7-06a5-4591-b7ae-ec5c6a1d8f7b/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 09:32:01.601 7 INFO neutron_taas.services.taas.taas_plugin [None req-6029e7bb-9a1a-4d9f-a519-b362086bf519 53e73956288440fca354281157b737e3 cfe7671f9b454b0493831d8777bac4af - - default default] TaaS: Handle Delete Port: 897230b7-06a5-4591-b7ae-ec5c6a1d8f7b 2026-06-10 09:32:01.604 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6029e7bb-9a1a-4d9f-a519-b362086bf519 53e73956288440fca354281157b737e3 cfe7671f9b454b0493831d8777bac4af - - default default] Tap Mirror: Handle Delete Port: 897230b7-06a5-4591-b7ae-ec5c6a1d8f7b [pid: 8|app: 0|req: 926/1825] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:31:59 2026] POST /v2.0/routers => generated 687 bytes in 2083 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1826] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:32:01 2026] GET /v2.0/routers/c603b8d0-eeba-4f97-97cf-3542e529397d => generated 693 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1827] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:32:01 2026] DELETE /v2.0/ports/897230b7-06a5-4591-b7ae-ec5c6a1d8f7b => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1828] 10.0.0.18 () {32 vars in 646 bytes} [Wed Jun 10 09:32:01 2026] GET /v2.0/routers => generated 696 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1829] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:32:01 2026] DELETE /v2.0/networks/7842da8a-94bf-4be7-a61a-dd34a8295785 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1830] 10.0.0.18 () {34 vars in 740 bytes} [Wed Jun 10 09:32:01 2026] PUT /v2.0/routers/c603b8d0-eeba-4f97-97cf-3542e529397d => generated 700 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1831] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:32:02 2026] GET /v2.0/routers/c603b8d0-eeba-4f97-97cf-3542e529397d => generated 700 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1832] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:32:02 2026] GET /v2.0/ports?device_id=c603b8d0-eeba-4f97-97cf-3542e529397d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:32:02.481 7 INFO neutron_taas.services.taas.taas_plugin [None req-762c872a-fcdd-4edc-894f-2a0438ab7d01 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] TaaS: Handle Delete Port: 45d75e38-2956-40ca-99c4-eeeb510f569e 2026-06-10 09:32:02.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-762c872a-fcdd-4edc-894f-2a0438ab7d01 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Tap Mirror: Handle Delete Port: 45d75e38-2956-40ca-99c4-eeeb510f569e [pid: 8|app: 0|req: 931/1833] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:02 2026] GET /v2.0/security-groups?tenant_id=cfe7671f9b454b0493831d8777bac4af&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:32:02.714 7 INFO neutron_taas.services.taas.taas_plugin [None req-762c872a-fcdd-4edc-894f-2a0438ab7d01 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] TaaS: Handle Delete Port: cf40d1b8-e7c1-47a5-a35a-ca195e781db1 2026-06-10 09:32:02.717 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-762c872a-fcdd-4edc-894f-2a0438ab7d01 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] Tap Mirror: Handle Delete Port: cf40d1b8-e7c1-47a5-a35a-ca195e781db1 [pid: 8|app: 0|req: 932/1834] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:02 2026] DELETE /v2.0/security-groups/262db87d-4758-42f6-bd4a-3069b69fbf29 => 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: 933/1835] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:02 2026] GET /v2.0/security-groups?tenant_id=bf836c56e75a434b9e8778a60f45e875&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:32:03.150 7 INFO neutron.db.l3_hamode_db [None req-762c872a-fcdd-4edc-894f-2a0438ab7d01 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] HA network bd777a63-161b-4587-865f-70b46847b2f3 was deleted as no HA routers are present in tenant 13231afc24484c8899845db389368a89. [pid: 7|app: 0|req: 903/1836] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:32:02 2026] DELETE /v2.0/routers/c603b8d0-eeba-4f97-97cf-3542e529397d => generated 0 bytes in 874 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1837] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:03 2026] DELETE /v2.0/security-groups/6ffd9c59-7ae0-4964-a754-e99ff125ce0e => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:32:03.287 7 INFO neutron.services.segments.plugin [-] Segment 1d53abc7-9f2e-4ea1-9329-68741478dadf resource provider aggregate not found 2026-06-10 09:32:03.291 7 INFO neutron.services.segments.plugin [-] Segment 1d53abc7-9f2e-4ea1-9329-68741478dadf resource provider aggregate not found 2026-06-10 09:32:03.302 8 INFO neutron.db.segments_db [None req-2fc42fc8-a9a7-4028-b6a0-b1efeab3cc5f 6f42aff1cd9249bc9f88e600ab57537d b7dc55d778cd4d80a52a4ca27c610d1c - - default default] Added segment ac974c96-0d2b-451d-ac0d-3d0e2b532462 of type vxlan for network 0575bc64-4ffe-4b8d-bba8-8729adf42f86 [pid: 7|app: 0|req: 905/1838] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:32:03 2026] GET /v2.0/ports?device_id=c603b8d0-eeba-4f97-97cf-3542e529397d => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:32:03.306 7 INFO neutron.services.segments.plugin [-] Segment 1d53abc7-9f2e-4ea1-9329-68741478dadf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d53abc7-9f2e-4ea1-9329-68741478dadf found for delete ", "request_id": "req-1199ed1c-35ae-47d7-b504-cf2b55dc7b90"}]} 2026-06-10 09:32:03.312 7 INFO neutron.services.segments.plugin [-] Segment 1d53abc7-9f2e-4ea1-9329-68741478dadf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d53abc7-9f2e-4ea1-9329-68741478dadf found for delete ", "request_id": "req-c8fc1df0-c0db-4979-ad5a-8978acdfddb3"}]} 2026-06-10 09:32:03.334 7 INFO neutron.services.segments.plugin [-] Segment ba74e2ce-04bf-4545-b2c2-06a5588d3529 resource provider aggregate not found 2026-06-10 09:32:03.339 7 INFO neutron.api.v2.resource [None req-ed8642ed-b75b-4afe-aadd-06f600063d17 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] delete failed (client error): The resource could not be found. 2026-06-10 09:32:03.340 7 INFO neutron.services.segments.plugin [-] Segment ba74e2ce-04bf-4545-b2c2-06a5588d3529 resource provider aggregate not found [pid: 7|app: 0|req: 906/1839] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:32:03 2026] DELETE /v2.0/routers/c603b8d0-eeba-4f97-97cf-3542e529397d => generated 135 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:32:03.358 7 INFO neutron.services.segments.plugin [-] Segment ba74e2ce-04bf-4545-b2c2-06a5588d3529 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba74e2ce-04bf-4545-b2c2-06a5588d3529 found for delete ", "request_id": "req-a760845e-6fb6-4199-a016-9aae9567ebd9"}]} 2026-06-10 09:32:03.358 7 INFO neutron.services.segments.plugin [-] Segment ba74e2ce-04bf-4545-b2c2-06a5588d3529 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba74e2ce-04bf-4545-b2c2-06a5588d3529 found for delete ", "request_id": "req-47313f6d-9312-48b5-bbc5-258fa91a4da4"}]} [pid: 7|app: 0|req: 907/1840] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:32:03 2026] GET /v2.0/ports?device_id=3a940a3e-bbb9-4d7c-8e3d-726e01a3d65b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:32:03.391 7 INFO neutron.api.v2.resource [None req-8b9fa310-922c-4693-98c1-7641de959f32 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 908/1841] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:32:03 2026] DELETE /v2.0/routers/3a940a3e-bbb9-4d7c-8e3d-726e01a3d65b => 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: 934/1842] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:32:03 2026] POST /v2.0/networks => generated 625 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:32:03.410 7 INFO neutron.pecan_wsgi.hooks.translation [None req-778eccde-ad28-4787-afa1-d1b5893d6b7a 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 909/1843] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:32:03 2026] DELETE /v2.0/subnets/9c9d8d41-6169-4be8-bcd9-a281ea27eeb4 => 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: 935/1844] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:32:03 2026] GET /v2.0/ports?device_id=1d36f5f3-ba34-4b4f-a6a3-262ae60ac414 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:32:03.456 8 INFO neutron.api.v2.resource [None req-ff040fce-0e6f-4c69-bc41-9308b57be822 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 936/1845] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:32:03 2026] DELETE /v2.0/routers/1d36f5f3-ba34-4b4f-a6a3-262ae60ac414 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:32:03.470 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac91f06c-44bc-4273-8365-5c6102515173 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 937/1846] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:32:03 2026] DELETE /v2.0/subnets/01d75b59-cba9-400b-b277-498f1a93a3f0 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1847] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:32:03 2026] GET /v2.0/ports?device_id=1d6496ae-50cb-4748-abdb-8a34de5aff6c => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:32:03.516 8 INFO neutron.api.v2.resource [None req-11f42362-77f8-4c07-84f9-4005d64c451e 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 939/1848] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:32:03 2026] DELETE /v2.0/routers/1d6496ae-50cb-4748-abdb-8a34de5aff6c => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:32:03.535 8 INFO neutron.pecan_wsgi.hooks.translation [None req-17302d05-628f-4c09-869e-82b84c8271a8 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 940/1849] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:32:03 2026] DELETE /v2.0/subnets/cd2bfe87-f227-4270-b43c-8774bb16ee41 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:32:03.553 8 INFO neutron.pecan_wsgi.hooks.translation [None req-388b1a86-09c9-4302-bdf8-26ce29c72616 9ea4c1b2a3a64c9f9087603160a714ff 13231afc24484c8899845db389368a89 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 941/1850] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:32:03 2026] DELETE /v2.0/subnets/0f0d9041-2a84-415a-a076-c13b09f10c03 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1851] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:32:03 2026] POST /v2.0/subnets => generated 641 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:32:03.726 8 INFO neutron.db.segments_db [None req-6880c079-6d66-4d57-9c88-28a888bcc27e 6f42aff1cd9249bc9f88e600ab57537d b7dc55d778cd4d80a52a4ca27c610d1c - - default default] Added segment 9453fb26-d77b-4e3e-b48e-0328008c820b of type vxlan for network 208e49bd-0030-41aa-8ce1-6fda1e275c65 [pid: 8|app: 0|req: 942/1852] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:32:03 2026] POST /v2.0/networks => generated 625 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1853] 10.0.0.18 () {34 vars in 742 bytes} [Wed Jun 10 09:32:03 2026] PUT /v2.0/networks/208e49bd-0030-41aa-8ce1-6fda1e275c65 => generated 592 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1854] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:32:03 2026] POST /v2.0/subnets => generated 626 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1855] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:04 2026] GET /v2.0/security-groups?tenant_id=13231afc24484c8899845db389368a89&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1856] 10.0.0.18 () {34 vars in 740 bytes} [Wed Jun 10 09:32:04 2026] PUT /v2.0/subnets/bd5740f2-f0c0-4aac-abf9-528e1f424607 => generated 636 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1857] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:04 2026] DELETE /v2.0/security-groups/8d20baa9-ab50-4f5f-ace9-c54e832a2420 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:32:04.419 8 INFO neutron.services.segments.plugin [-] Segment 9453fb26-d77b-4e3e-b48e-0328008c820b resource provider aggregate not found 2026-06-10 09:32:04.424 8 INFO neutron.services.segments.plugin [-] Segment 9453fb26-d77b-4e3e-b48e-0328008c820b resource provider aggregate not found 2026-06-10 09:32:04.437 8 INFO neutron.services.segments.plugin [-] Segment 9453fb26-d77b-4e3e-b48e-0328008c820b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9453fb26-d77b-4e3e-b48e-0328008c820b found for delete ", "request_id": "req-7a3bc5a2-40c8-409f-afe9-21a45ae69e58"}]} 2026-06-10 09:32:04.439 8 INFO neutron.services.segments.plugin [-] Segment 9453fb26-d77b-4e3e-b48e-0328008c820b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9453fb26-d77b-4e3e-b48e-0328008c820b found for delete ", "request_id": "req-2cbf87f6-91b1-40d4-9866-fa26370da098"}]} [pid: 8|app: 0|req: 945/1858] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:32:04 2026] DELETE /v2.0/networks/208e49bd-0030-41aa-8ce1-6fda1e275c65 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:32:04.465 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c65d5f7-ecd8-4a3d-a804-6f412c6d2a89 6f42aff1cd9249bc9f88e600ab57537d b7dc55d778cd4d80a52a4ca27c610d1c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 914/1859] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:32:04 2026] DELETE /v2.0/networks/208e49bd-0030-41aa-8ce1-6fda1e275c65 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1860] 10.0.0.18 () {32 vars in 693 bytes} [Wed Jun 10 09:32:04 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1861] 10.0.0.18 () {32 vars in 741 bytes} [Wed Jun 10 09:32:04 2026] GET /v2.0/subnets?network_id=84fc2e45-58c6-44d2-b981-66ad29dd8e9b => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1862] 10.0.0.18 () {32 vars in 652 bytes} [Wed Jun 10 09:32:04 2026] GET /v2.0/extensions => generated 21537 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1863] 10.0.0.18 () {32 vars in 648 bytes} [Wed Jun 10 09:32:04 2026] GET /v2.0/networks => generated 1309 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1864] 10.0.0.18 () {32 vars in 646 bytes} [Wed Jun 10 09:32:04 2026] GET /v2.0/subnets => generated 1280 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1865] 10.0.0.18 () {32 vars in 722 bytes} [Wed Jun 10 09:32:04 2026] GET /v2.0/networks/0575bc64-4ffe-4b8d-bba8-8729adf42f86 => generated 669 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1866] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:32:04 2026] GET /v2.0/subnets/557e86d2-3f2e-4732-91d1-658dd97dcfe7 => generated 641 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:32:04.826 7 INFO neutron.pecan_wsgi.hooks.translation [None req-51208eb6-2593-4343-8f6b-87d9d2b92b79 6f42aff1cd9249bc9f88e600ab57537d b7dc55d778cd4d80a52a4ca27c610d1c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 918/1867] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:32:04 2026] DELETE /v2.0/subnets/bd5740f2-f0c0-4aac-abf9-528e1f424607 => generated 136 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:32:04.850 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e568a4b6-f48f-496f-aef1-bae9c1e249a4 6f42aff1cd9249bc9f88e600ab57537d b7dc55d778cd4d80a52a4ca27c610d1c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 950/1868] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:32:04 2026] DELETE /v2.0/networks/208e49bd-0030-41aa-8ce1-6fda1e275c65 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1869] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:32:04 2026] DELETE /v2.0/subnets/557e86d2-3f2e-4732-91d1-658dd97dcfe7 => 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: 951/1870] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:32:05 2026] DELETE /v2.0/networks/0575bc64-4ffe-4b8d-bba8-8729adf42f86 => 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: 920/1871] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:05 2026] GET /v2.0/security-groups?tenant_id=b7dc55d778cd4d80a52a4ca27c610d1c&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1872] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:05 2026] DELETE /v2.0/security-groups/420e5458-965a-4740-958b-d23cbf7013f4 => 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: 921/1873] 10.0.0.18 () {32 vars in 622 bytes} [Wed Jun 10 09:32:05 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: 953/1874] 10.0.0.18 () {32 vars in 632 bytes} [Wed Jun 10 09:32:06 2026] GET /v2.0/ => generated 632 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:32:06.454 8 INFO neutron.services.segments.plugin [-] Segment ac974c96-0d2b-451d-ac0d-3d0e2b532462 resource provider aggregate not found 2026-06-10 09:32:06.457 8 INFO neutron.services.segments.plugin [-] Segment ac974c96-0d2b-451d-ac0d-3d0e2b532462 resource provider aggregate not found 2026-06-10 09:32:06.467 8 INFO neutron.services.segments.plugin [-] Segment ac974c96-0d2b-451d-ac0d-3d0e2b532462 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac974c96-0d2b-451d-ac0d-3d0e2b532462 found for delete ", "request_id": "req-a0b51d35-04f7-4123-9755-ef7913980c0b"}]} 2026-06-10 09:32:06.479 8 INFO neutron.services.segments.plugin [-] Segment ac974c96-0d2b-451d-ac0d-3d0e2b532462 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac974c96-0d2b-451d-ac0d-3d0e2b532462 found for delete ", "request_id": "req-864117b3-ca08-4052-95e7-e9c1771519af"}]} [pid: 7|app: 0|req: 922/1875] 10.0.0.18 () {34 vars in 677 bytes} [Wed Jun 10 09:32:06 2026] POST /v2.0/qos/policies => generated 359 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1876] 10.0.0.18 () {34 vars in 752 bytes} [Wed Jun 10 09:32:06 2026] PUT /v2.0/policies/b03c396b-682b-4556-be1f-a804119518ff/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1877] 10.0.0.18 () {32 vars in 732 bytes} [Wed Jun 10 09:32:06 2026] GET /v2.0/policies/b03c396b-682b-4556-be1f-a804119518ff/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1878] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:06 2026] GET /v2.0/security-groups?tenant_id=2f4307032c0948c48e8f39b12cafbe02&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1879] 10.0.0.18 () {34 vars in 763 bytes} [Wed Jun 10 09:32:06 2026] PUT /v2.0/policies/b03c396b-682b-4556-be1f-a804119518ff/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1880] 10.0.0.18 () {32 vars in 732 bytes} [Wed Jun 10 09:32:06 2026] GET /v2.0/policies/b03c396b-682b-4556-be1f-a804119518ff/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1881] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:06 2026] DELETE /v2.0/security-groups/1a09c7d5-5385-4132-be07-5071a345c8bb => 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: 927/1882] 10.0.0.18 () {34 vars in 759 bytes} [Wed Jun 10 09:32:07 2026] PUT /v2.0/policies/b03c396b-682b-4556-be1f-a804119518ff/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1883] 10.0.0.18 () {32 vars in 732 bytes} [Wed Jun 10 09:32:07 2026] GET /v2.0/policies/b03c396b-682b-4556-be1f-a804119518ff/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1884] 10.0.0.18 () {34 vars in 781 bytes} [Wed Jun 10 09:32:07 2026] PUT /v2.0/policies/b03c396b-682b-4556-be1f-a804119518ff/tags/black.or.white => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1885] 10.0.0.18 () {32 vars in 732 bytes} [Wed Jun 10 09:32:07 2026] GET /v2.0/policies/b03c396b-682b-4556-be1f-a804119518ff/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1886] 10.0.0.18 () {34 vars in 752 bytes} [Wed Jun 10 09:32:07 2026] PUT /v2.0/policies/b03c396b-682b-4556-be1f-a804119518ff/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1887] 10.0.0.18 () {32 vars in 732 bytes} [Wed Jun 10 09:32:07 2026] GET /v2.0/policies/b03c396b-682b-4556-be1f-a804119518ff/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1888] 10.0.0.18 () {32 vars in 740 bytes} [Wed Jun 10 09:32:07 2026] GET /v2.0/policies/b03c396b-682b-4556-be1f-a804119518ff/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:32:07.431 8 INFO neutron.api.v2.resource [None req-ecfba92e-5136-4e57-be23-6c7657dcc371 70e0bc279dcc4eb9a3d1353acf2dcd4e b4deea9aafe24306a19f4891d257ee2e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 959/1889] 10.0.0.18 () {32 vars in 744 bytes} [Wed Jun 10 09:32:07 2026] GET /v2.0/policies/b03c396b-682b-4556-be1f-a804119518ff/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1890] 10.0.0.18 () {32 vars in 743 bytes} [Wed Jun 10 09:32:07 2026] DELETE /v2.0/policies/b03c396b-682b-4556-be1f-a804119518ff/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1891] 10.0.0.18 () {32 vars in 732 bytes} [Wed Jun 10 09:32:07 2026] GET /v2.0/policies/b03c396b-682b-4556-be1f-a804119518ff/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:32:07.590 7 INFO neutron.api.v2.resource [None req-cb1bb2e7-7444-4f3b-919d-b279bfd059a0 70e0bc279dcc4eb9a3d1353acf2dcd4e b4deea9aafe24306a19f4891d257ee2e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 932/1892] 10.0.0.18 () {32 vars in 747 bytes} [Wed Jun 10 09:32:07 2026] DELETE /v2.0/policies/b03c396b-682b-4556-be1f-a804119518ff/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: 961/1893] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:32:07 2026] DELETE /v2.0/policies/b03c396b-682b-4556-be1f-a804119518ff/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: 933/1894] 10.0.0.18 () {32 vars in 732 bytes} [Wed Jun 10 09:32:07 2026] GET /v2.0/policies/b03c396b-682b-4556-be1f-a804119518ff/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1895] 10.0.0.18 () {32 vars in 733 bytes} [Wed Jun 10 09:32:07 2026] DELETE /v2.0/qos/policies/b03c396b-682b-4556-be1f-a804119518ff => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:32:07.993 7 INFO neutron.db.segments_db [None req-3ebcbcd6-cef3-4aa8-8420-298b75234852 f576d9c77dfd402f9d767d5370797c85 a43eaeff0f5c430e81bdbbfeb5ad39b7 - - default default] Added segment e4272bdc-e2e1-4808-93c4-011b23021b32 of type vxlan for network c4370c01-fa0d-4a6b-8f39-8385d677afe4 [pid: 7|app: 0|req: 934/1896] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:32:07 2026] POST /v2.0/networks => generated 625 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1897] 10.0.0.18 () {34 vars in 664 bytes} [Wed Jun 10 09:32:08 2026] POST /v2.0/ports => generated 774 bytes in 309 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-10 09:32:08.465 8 INFO neutron.db.segments_db [None req-cc231e8d-93e9-4462-881e-64fcf0fad348 f576d9c77dfd402f9d767d5370797c85 a43eaeff0f5c430e81bdbbfeb5ad39b7 - - default default] Added segment ddb79246-33b6-48ef-b436-20c2c2cdfec8 of type vxlan for network ea17ae5c-5a1c-49f6-a494-4849474f4430 [pid: 8|app: 0|req: 964/1898] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:32:08 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1899] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:08 2026] GET /v2.0/security-groups?tenant_id=78651302e49c4173a96dd7d123f911b7&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1900] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:08 2026] DELETE /v2.0/security-groups/7632ae45-ab31-4c07-89db-f152b53688c3 => 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: 965/1901] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:32:08 2026] POST /v2.0/subnets => generated 626 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1902] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:08 2026] GET /v2.0/security-groups?tenant_id=b4deea9aafe24306a19f4891d257ee2e&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1903] 10.0.0.18 () {34 vars in 664 bytes} [Wed Jun 10 09:32:08 2026] POST /v2.0/ports => generated 954 bytes in 400 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: 938/1904] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:09 2026] DELETE /v2.0/security-groups/68f30c75-3661-4f8b-967d-5e89c4aa6add => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:32:09.372 8 INFO neutron.db.segments_db [None req-9daeea70-ca1a-4f39-be27-ffe8c93b00ef 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 991fedf8-041a-417f-b803-4fd33c107fb6 of type vxlan for network d2238ec7-ddbc-431d-97d2-0f5f6d620d16 2026-06-10 09:32:09.431 7 INFO neutron_taas.services.taas.taas_plugin [None req-984b5f32-2e94-43c2-a217-43fcd18e3b7f f576d9c77dfd402f9d767d5370797c85 a43eaeff0f5c430e81bdbbfeb5ad39b7 - - default default] TaaS: Handle Delete Port: de306199-c1e0-446a-a7f7-8c8d8baeabd6 2026-06-10 09:32:09.434 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-984b5f32-2e94-43c2-a217-43fcd18e3b7f f576d9c77dfd402f9d767d5370797c85 a43eaeff0f5c430e81bdbbfeb5ad39b7 - - default default] Tap Mirror: Handle Delete Port: de306199-c1e0-446a-a7f7-8c8d8baeabd6 [pid: 8|app: 0|req: 967/1905] 10.0.0.18 () {34 vars in 670 bytes} [Wed Jun 10 09:32:09 2026] POST /v2.0/networks => generated 722 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1906] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:32:09 2026] DELETE /v2.0/ports/de306199-c1e0-446a-a7f7-8c8d8baeabd6 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:32:09.601 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b4a1bf9c-caad-4d70-a1e3-6d4af55dff4c f576d9c77dfd402f9d767d5370797c85 a43eaeff0f5c430e81bdbbfeb5ad39b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 940/1907] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:32:09 2026] DELETE /v2.0/ports/de306199-c1e0-446a-a7f7-8c8d8baeabd6 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:32:09.626 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d0c96df2-1148-4b19-bccf-b7f456057d48 f576d9c77dfd402f9d767d5370797c85 a43eaeff0f5c430e81bdbbfeb5ad39b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 941/1908] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:32:09 2026] GET /v2.0/ports/de306199-c1e0-446a-a7f7-8c8d8baeabd6 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1909] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:32:09 2026] POST /v2.0/subnets => generated 688 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:32:09.729 8 INFO neutron.db.segments_db [None req-7b214330-ca80-45c6-9310-5525e7ac7c69 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 925ce1bf-fae1-4d52-8493-6c34ddeed2a4 of type vxlan for network 9882b86f-e9ea-489c-aede-a5fb189cc24c [pid: 7|app: 0|req: 942/1910] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:32:09 2026] DELETE /v2.0/subnets/24865bf6-9fef-4067-9cfd-6ed45853260b => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:32:09.945 7 INFO neutron.services.segments.plugin [-] Segment ddb79246-33b6-48ef-b436-20c2c2cdfec8 resource provider aggregate not found 2026-06-10 09:32:09.949 7 INFO neutron.services.segments.plugin [-] Segment ddb79246-33b6-48ef-b436-20c2c2cdfec8 resource provider aggregate not found 2026-06-10 09:32:09.975 7 INFO neutron.services.segments.plugin [-] Segment ddb79246-33b6-48ef-b436-20c2c2cdfec8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddb79246-33b6-48ef-b436-20c2c2cdfec8 found for delete ", "request_id": "req-8c692069-a08a-4c7a-a99f-978902fcf33b"}]} 2026-06-10 09:32:09.982 7 INFO neutron.services.segments.plugin [-] Segment ddb79246-33b6-48ef-b436-20c2c2cdfec8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddb79246-33b6-48ef-b436-20c2c2cdfec8 found for delete ", "request_id": "req-ed38157b-75a4-4a1d-ae74-0553526ed29d"}]} [pid: 7|app: 0|req: 943/1911] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:32:09 2026] DELETE /v2.0/networks/ea17ae5c-5a1c-49f6-a494-4849474f4430 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:32:10.033 8 INFO neutron.db.l3_hamode_db [None req-7b214330-ca80-45c6-9310-5525e7ac7c69 7666d4f62ab74510a27292b5c557cf80 b84e7bba22c849e596fc47361b60118d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:32:10.046 7 INFO neutron.db.segments_db [None req-f0558400-517b-4e66-bf47-e5d47b95165b f576d9c77dfd402f9d767d5370797c85 a43eaeff0f5c430e81bdbbfeb5ad39b7 - - default default] Added segment 386d9dc5-3e1c-462d-9d76-fa28b4fec0d9 of type vxlan for network 883603dc-385c-4c6d-b3a7-eb39b8eeaa52 [pid: 7|app: 0|req: 944/1912] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:32:09 2026] POST /v2.0/networks => generated 612 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1913] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:32:10 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: 946/1914] 10.0.0.18 () {34 vars in 664 bytes} [Wed Jun 10 09:32:10 2026] POST /v2.0/ports => generated 915 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:32:10.739 8 INFO neutron.db.l3_hamode_db [None req-7b214330-ca80-45c6-9310-5525e7ac7c69 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:32:10.827 7 INFO neutron_taas.services.taas.taas_plugin [None req-f417025d-23d6-419c-845d-1cd1bdcd2db2 f576d9c77dfd402f9d767d5370797c85 a43eaeff0f5c430e81bdbbfeb5ad39b7 - - default default] TaaS: Handle Delete Port: 78ee872c-5d3b-425f-9271-81ac9ae4e1fc 2026-06-10 09:32:10.830 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f417025d-23d6-419c-845d-1cd1bdcd2db2 f576d9c77dfd402f9d767d5370797c85 a43eaeff0f5c430e81bdbbfeb5ad39b7 - - default default] Tap Mirror: Handle Delete Port: 78ee872c-5d3b-425f-9271-81ac9ae4e1fc [pid: 7|app: 0|req: 947/1915] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:32:10 2026] DELETE /v2.0/ports/78ee872c-5d3b-425f-9271-81ac9ae4e1fc => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:32:11.023 7 INFO neutron.pecan_wsgi.hooks.translation [None req-92da311f-6d06-4ddd-b52c-b1a1c9e04282 f576d9c77dfd402f9d767d5370797c85 a43eaeff0f5c430e81bdbbfeb5ad39b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 948/1916] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:32:11 2026] GET /v2.0/ports/78ee872c-5d3b-425f-9271-81ac9ae4e1fc => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1917] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:32:11 2026] DELETE /v2.0/subnets/20a043f5-db2b-45fe-9cd8-116c6e14848f => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1918] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:32:11 2026] DELETE /v2.0/networks/883603dc-385c-4c6d-b3a7-eb39b8eeaa52 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1919] 10.0.0.18 () {34 vars in 664 bytes} [Wed Jun 10 09:32:11 2026] POST /v2.0/ports => generated 775 bytes in 276 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: 969/1920] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:32:09 2026] POST /v2.0/routers => generated 728 bytes in 1920 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1921] 10.0.0.18 () {34 vars in 736 bytes} [Wed Jun 10 09:32:11 2026] PUT /v2.0/ports/d88109b4-64bb-44dc-a3fd-4a7e9e7d4bfe => generated 752 bytes in 212 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-10 09:32:11.903 7 INFO neutron_taas.services.taas.taas_plugin [None req-74b8d0b9-28c9-4576-b029-6a9e9cc673bd f576d9c77dfd402f9d767d5370797c85 a43eaeff0f5c430e81bdbbfeb5ad39b7 - - default default] TaaS: Handle Delete Port: d88109b4-64bb-44dc-a3fd-4a7e9e7d4bfe 2026-06-10 09:32:11.907 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74b8d0b9-28c9-4576-b029-6a9e9cc673bd f576d9c77dfd402f9d767d5370797c85 a43eaeff0f5c430e81bdbbfeb5ad39b7 - - default default] Tap Mirror: Handle Delete Port: d88109b4-64bb-44dc-a3fd-4a7e9e7d4bfe 2026-06-10 09:32:11.997 7 INFO neutron.services.segments.plugin [-] Segment 386d9dc5-3e1c-462d-9d76-fa28b4fec0d9 resource provider aggregate not found 2026-06-10 09:32:12.002 7 INFO neutron.services.segments.plugin [-] Segment 386d9dc5-3e1c-462d-9d76-fa28b4fec0d9 resource provider aggregate not found 2026-06-10 09:32:12.017 7 INFO neutron.services.segments.plugin [-] Segment 386d9dc5-3e1c-462d-9d76-fa28b4fec0d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 386d9dc5-3e1c-462d-9d76-fa28b4fec0d9 found for delete ", "request_id": "req-08855508-1284-4957-a833-3d6f7eb8c0f7"}]} 2026-06-10 09:32:12.026 7 INFO neutron.services.segments.plugin [-] Segment 386d9dc5-3e1c-462d-9d76-fa28b4fec0d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 386d9dc5-3e1c-462d-9d76-fa28b4fec0d9 found for delete ", "request_id": "req-70fd76bd-c9f5-4f5a-a4ab-ef2ef34aaf24"}]} [pid: 7|app: 0|req: 953/1922] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:32:11 2026] DELETE /v2.0/ports/d88109b4-64bb-44dc-a3fd-4a7e9e7d4bfe => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1923] 10.0.0.18 () {32 vars in 642 bytes} [Wed Jun 10 09:32:12 2026] GET /v2.0/ports => generated 777 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:32:12.102 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c50e7527-19cc-4fb6-bfbc-c7c822e13e2f f576d9c77dfd402f9d767d5370797c85 a43eaeff0f5c430e81bdbbfeb5ad39b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 957/1926] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:32:12 2026] GET /v2.0/ports/d88109b4-64bb-44dc-a3fd-4a7e9e7d4bfe => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1927] 10.0.0.18 () {32 vars in 642 bytes} [Wed Jun 10 09:32:12 2026] GET /v2.0/ports => generated 777 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1928] 10.0.0.18 () {32 vars in 716 bytes} [Wed Jun 10 09:32:12 2026] GET /v2.0/ports/6d273c95-f806-4efa-a2b4-3bc0a64f0fe9 => generated 774 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:32:12.207 7 INFO neutron.pecan_wsgi.hooks.translation [None req-320a2d48-b776-4f4c-91ee-17d2d9925d0f f576d9c77dfd402f9d767d5370797c85 a43eaeff0f5c430e81bdbbfeb5ad39b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 960/1929] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:32:12 2026] DELETE /v2.0/ports/78ee872c-5d3b-425f-9271-81ac9ae4e1fc => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:32:12.223 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c2ddc023-5124-49e2-849b-70b1f97c9019 f576d9c77dfd402f9d767d5370797c85 a43eaeff0f5c430e81bdbbfeb5ad39b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 961/1930] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:32:12 2026] DELETE /v2.0/subnets/20a043f5-db2b-45fe-9cd8-116c6e14848f => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:32:12.239 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ed8aa96-30a5-4d69-8309-e79b5c2ba6af f576d9c77dfd402f9d767d5370797c85 a43eaeff0f5c430e81bdbbfeb5ad39b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 962/1931] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:32:12 2026] DELETE /v2.0/subnets/24865bf6-9fef-4067-9cfd-6ed45853260b => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:32:12.368 7 INFO neutron_taas.services.taas.taas_plugin [None req-a314d4af-6774-4c1f-9e1a-976b346f4f22 f576d9c77dfd402f9d767d5370797c85 a43eaeff0f5c430e81bdbbfeb5ad39b7 - - default default] TaaS: Handle Delete Port: 6d273c95-f806-4efa-a2b4-3bc0a64f0fe9 2026-06-10 09:32:12.370 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a314d4af-6774-4c1f-9e1a-976b346f4f22 f576d9c77dfd402f9d767d5370797c85 a43eaeff0f5c430e81bdbbfeb5ad39b7 - - default default] Tap Mirror: Handle Delete Port: 6d273c95-f806-4efa-a2b4-3bc0a64f0fe9 [pid: 7|app: 0|req: 963/1932] 10.0.0.18 () {32 vars in 719 bytes} [Wed Jun 10 09:32:12 2026] DELETE /v2.0/ports/6d273c95-f806-4efa-a2b4-3bc0a64f0fe9 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1933] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:32:12 2026] DELETE /v2.0/networks/c4370c01-fa0d-4a6b-8f39-8385d677afe4 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:32:12.853 7 INFO neutron.db.segments_db [None req-4d371139-bff5-44eb-932e-ca7876133bba fff46590756a475286199dc147bd988c 6b7bf6bc516e45458c6e32ecd93169de - - default default] Added segment 192ecdbc-6715-47c0-a469-13859203426c of type vxlan for network 87ca0b1a-c3f2-4654-a906-0142ad3db5a9 [pid: 8|app: 0|req: 970/1934] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:32:11 2026] PUT /v2.0/routers/8f42f444-8c09-4c39-a752-236a098c1a36/add_router_interface => generated 309 bytes in 1265 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:32:13.196 7 INFO neutron.db.l3_hamode_db [None req-4d371139-bff5-44eb-932e-ca7876133bba fff46590756a475286199dc147bd988c 6b7bf6bc516e45458c6e32ecd93169de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:32:13.336 7 INFO neutron.db.l3_hamode_db [None req-4d371139-bff5-44eb-932e-ca7876133bba fff46590756a475286199dc147bd988c 6b7bf6bc516e45458c6e32ecd93169de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 971/1935] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:13 2026] GET /v2.0/security-groups?tenant_id=a43eaeff0f5c430e81bdbbfeb5ad39b7&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1936] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:13 2026] DELETE /v2.0/security-groups/49adf394-1a92-49ae-91c3-2cb340e1573a => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1937] 10.0.0.18 () {34 vars in 667 bytes} [Wed Jun 10 09:32:12 2026] POST /v2.0/routers => generated 474 bytes in 1370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:32:14.038 7 INFO neutron.services.segments.plugin [-] Segment e4272bdc-e2e1-4808-93c4-011b23021b32 resource provider aggregate not found 2026-06-10 09:32:14.042 7 INFO neutron.services.segments.plugin [-] Segment e4272bdc-e2e1-4808-93c4-011b23021b32 resource provider aggregate not found 2026-06-10 09:32:14.054 7 INFO neutron.services.segments.plugin [-] Segment e4272bdc-e2e1-4808-93c4-011b23021b32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4272bdc-e2e1-4808-93c4-011b23021b32 found for delete ", "request_id": "req-33c1ec2e-dafd-40f4-8468-b3bc9fdd72d9"}]} 2026-06-10 09:32:14.060 7 INFO neutron.services.segments.plugin [-] Segment e4272bdc-e2e1-4808-93c4-011b23021b32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4272bdc-e2e1-4808-93c4-011b23021b32 found for delete ", "request_id": "req-c502bfbc-e168-47b8-9b57-e195fc1c1cf1"}]} [pid: 8|app: 0|req: 973/1938] 10.0.0.18 () {34 vars in 750 bytes} [Wed Jun 10 09:32:13 2026] PUT /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e/tags => generated 25 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1939] 10.0.0.18 () {32 vars in 730 bytes} [Wed Jun 10 09:32:14 2026] GET /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e/tags => generated 25 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1940] 10.0.0.18 () {34 vars in 761 bytes} [Wed Jun 10 09:32:14 2026] PUT /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e/tags/green => generated 4 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1941] 10.0.0.18 () {32 vars in 730 bytes} [Wed Jun 10 09:32:14 2026] GET /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1942] 10.0.0.18 () {34 vars in 757 bytes} [Wed Jun 10 09:32:14 2026] PUT /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e/tags/red => generated 4 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1943] 10.0.0.18 () {32 vars in 730 bytes} [Wed Jun 10 09:32:14 2026] GET /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e/tags => generated 34 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1944] 10.0.0.18 () {34 vars in 779 bytes} [Wed Jun 10 09:32:14 2026] PUT /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e/tags/black.or.white => generated 4 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1945] 10.0.0.18 () {32 vars in 730 bytes} [Wed Jun 10 09:32:14 2026] GET /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e/tags => generated 52 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1946] 10.0.0.18 () {34 vars in 750 bytes} [Wed Jun 10 09:32:15 2026] PUT /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e/tags => generated 37 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1947] 10.0.0.18 () {32 vars in 730 bytes} [Wed Jun 10 09:32:15 2026] GET /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e/tags => generated 37 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1948] 10.0.0.18 () {32 vars in 738 bytes} [Wed Jun 10 09:32:15 2026] GET /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e/tags/red => 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: 972/1949] 10.0.0.166 () {34 vars in 982 bytes} [Wed Jun 10 09:32:15 2026] GET /v2.0/networks?id=d2238ec7-ddbc-431d-97d2-0f5f6d620d16 => generated 673 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1950] 10.0.0.18 () {34 vars in 675 bytes} [Wed Jun 10 09:32:15 2026] POST /v2.0/subnetpools => generated 548 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:32:15.458 7 INFO neutron.api.v2.resource [None req-43ad9269-a166-4d37-a6b6-c93b6d41ea3c fff46590756a475286199dc147bd988c 6b7bf6bc516e45458c6e32ecd93169de - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 973/1951] 10.0.0.18 () {32 vars in 742 bytes} [Wed Jun 10 09:32:15 2026] GET /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e/tags/green => generated 99 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1952] 10.0.0.166 () {34 vars in 965 bytes} [Wed Jun 10 09:32:15 2026] GET /v2.0/quotas/b84e7bba22c849e596fc47361b60118d => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1953] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:32:15 2026] GET /v2.0/subnetpools/3566cd3c-4ab8-41b6-bc27-255584977a22 => generated 548 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1954] 10.0.0.18 () {32 vars in 741 bytes} [Wed Jun 10 09:32:15 2026] DELETE /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e/tags/red => 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: 975/1955] 10.0.0.166 () {34 vars in 1002 bytes} [Wed Jun 10 09:32:15 2026] GET /v2.0/ports?tenant_id=b84e7bba22c849e596fc47361b60118d&fields=id => generated 103 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1956] 10.0.0.18 () {34 vars in 748 bytes} [Wed Jun 10 09:32:15 2026] PUT /v2.0/subnetpools/3566cd3c-4ab8-41b6-bc27-255584977a22 => generated 500 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1957] 10.0.0.166 () {34 vars in 1008 bytes} [Wed Jun 10 09:32:15 2026] GET /v2.0/networks/d2238ec7-ddbc-431d-97d2-0f5f6d620d16?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1958] 10.0.0.18 () {32 vars in 730 bytes} [Wed Jun 10 09:32:15 2026] GET /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e/tags => generated 30 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1959] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:32:15 2026] DELETE /v2.0/subnetpools/3566cd3c-4ab8-41b6-bc27-255584977a22 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1960] 10.0.0.166 () {34 vars in 1108 bytes} [Wed Jun 10 09:32:15 2026] GET /v2.0/networks/d2238ec7-ddbc-431d-97d2-0f5f6d620d16?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-10 09:32:15.739 7 INFO neutron.api.v2.resource [None req-7fea8d82-99cf-490f-90fa-179f94ce9f38 18c5e295cd3941a289a56c460b4bab1e 4d52f81d1c9f436b8581933e527460be - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 978/1961] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:32:15 2026] GET /v2.0/subnetpools/3566cd3c-4ab8-41b6-bc27-255584977a22 => generated 145 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:32:15.757 7 INFO neutron.api.v2.resource [None req-889b184f-dda9-48a2-a64f-0a9eb7441339 18c5e295cd3941a289a56c460b4bab1e 4d52f81d1c9f436b8581933e527460be - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 979/1962] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:32:15 2026] DELETE /v2.0/subnetpools/3566cd3c-4ab8-41b6-bc27-255584977a22 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:32:15.788 8 INFO neutron.api.v2.resource [None req-14eeb02a-818d-4bfa-9787-b8ee5af2f7f7 fff46590756a475286199dc147bd988c 6b7bf6bc516e45458c6e32ecd93169de - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 984/1963] 10.0.0.18 () {32 vars in 745 bytes} [Wed Jun 10 09:32:15 2026] DELETE /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e/tags/green => generated 99 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1964] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:15 2026] GET /v2.0/ports?device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => 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: 980/1965] 10.0.0.18 () {32 vars in 733 bytes} [Wed Jun 10 09:32:15 2026] DELETE /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e/tags => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1966] 10.0.0.18 () {32 vars in 730 bytes} [Wed Jun 10 09:32:15 2026] GET /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e/tags => generated 12 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1967] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:32:16 2026] GET /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e => 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: 982/1968] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:16 2026] GET /v2.0/security-groups?tenant_id=4d52f81d1c9f436b8581933e527460be&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1969] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:16 2026] DELETE /v2.0/security-groups/df7bcddc-6ac5-44d7-88be-62f684b9dd5f => 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: 987/1970] 10.0.0.18 () {34 vars in 741 bytes} [Wed Jun 10 09:32:16 2026] PUT /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e => generated 480 bytes in 571 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1971] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:32:16 2026] GET /v2.0/ports?device_id=01ea40a3-cba6-42e1-b277-eee08005c90e => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:32:16.900 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6174022-83ec-448f-91e8-b69f7aa0df7a fff46590756a475286199dc147bd988c 6b7bf6bc516e45458c6e32ecd93169de - - default default] TaaS: Handle Delete Port: 98aefb71-fbd3-4ff1-9722-6cfcfc5209fb 2026-06-10 09:32:16.904 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6174022-83ec-448f-91e8-b69f7aa0df7a fff46590756a475286199dc147bd988c 6b7bf6bc516e45458c6e32ecd93169de - - default default] Tap Mirror: Handle Delete Port: 98aefb71-fbd3-4ff1-9722-6cfcfc5209fb [pid: 7|app: 0|req: 985/1972] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:16 2026] GET /v2.0/ports?device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:32:17.253 8 INFO neutron.services.segments.plugin [-] Segment 192ecdbc-6715-47c0-a469-13859203426c resource provider aggregate not found 2026-06-10 09:32:17.258 8 INFO neutron.services.segments.plugin [-] Segment 192ecdbc-6715-47c0-a469-13859203426c resource provider aggregate not found 2026-06-10 09:32:17.272 8 INFO neutron.services.segments.plugin [-] Segment 192ecdbc-6715-47c0-a469-13859203426c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 192ecdbc-6715-47c0-a469-13859203426c found for delete ", "request_id": "req-3a445c12-59d5-4fa3-b987-b5d03a4db6b6"}]} 2026-06-10 09:32:17.278 8 INFO neutron.db.l3_hamode_db [None req-e6174022-83ec-448f-91e8-b69f7aa0df7a fff46590756a475286199dc147bd988c 6b7bf6bc516e45458c6e32ecd93169de - - default default] HA network 87ca0b1a-c3f2-4654-a906-0142ad3db5a9 was deleted as no HA routers are present in tenant 6b7bf6bc516e45458c6e32ecd93169de. 2026-06-10 09:32:17.278 8 INFO neutron.services.segments.plugin [-] Segment 192ecdbc-6715-47c0-a469-13859203426c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 192ecdbc-6715-47c0-a469-13859203426c found for delete ", "request_id": "req-e598ad4b-6b50-4362-81dc-9c47f657c98e"}]} [pid: 8|app: 0|req: 988/1973] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:32:16 2026] DELETE /v2.0/routers/01ea40a3-cba6-42e1-b277-eee08005c90e => generated 0 bytes in 566 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1974] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:18 2026] GET /v2.0/ports?device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => 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: 986/1975] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:17 2026] GET /v2.0/security-groups?tenant_id=6b7bf6bc516e45458c6e32ecd93169de&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1976] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:18 2026] DELETE /v2.0/security-groups/13161625-b66c-4ce1-afee-dddee71e60a7 => 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: 987/1977] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:18 2026] GET /v2.0/security-groups?tenant_id=8fd2e1a8fb0c49f5971f7b3017de42d8&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1978] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:18 2026] DELETE /v2.0/security-groups/d600f810-aa29-46d6-83c2-1a979275cc97 => 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: 988/1979] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:19 2026] GET /v2.0/ports?device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1980] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:32:20 2026] GET /v2.0/networks?id=d2238ec7-ddbc-431d-97d2-0f5f6d620d16 => generated 673 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1981] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:20 2026] GET /v2.0/ports?device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => 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: 993/1982] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 10 09:32:20 2026] POST /v2.0/ports => generated 954 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1983] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:32:20 2026] PUT /v2.0/ports/fb2970c7-fdfc-4854-b226-bec14f4d061f => generated 1235 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:32:21.191 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb216a86-d529-457e-a9ef-b358f034b1d3'] response: {'name': 'network-changed', 'server_uuid': '02e5d105-812d-4db4-a2f6-c7f127f6a50b', 'tag': 'fb2970c7-fdfc-4854-b226-bec14f4d061f', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 994/1984] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:21 2026] GET /v2.0/ports?device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => generated 969 bytes in 28 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: 991/1985] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:32:21 2026] GET /v2.0/security-groups?id=80288b2c-17a4-41ab-8036-a25a0ea73360&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1986] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:21 2026] GET /v2.0/security-groups?tenant_id=0f26393f4c684371b1aea5dd9f4c073e&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1987] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:32:21 2026] GET /v2.0/ports?tenant_id=b84e7bba22c849e596fc47361b60118d&device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1988] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:21 2026] DELETE /v2.0/security-groups/7a843b42-c471-40e2-91c6-a07b9329b585 => 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: 997/1989] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 10 09:32:21 2026] GET /v2.0/networks?tenant_id=b84e7bba22c849e596fc47361b60118d&shared=False => generated 769 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1990] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 10 09:32:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1991] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:21 2026] GET /v2.0/security-groups?tenant_id=89b3a03d74ef4462bf430ab27ccc194b&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1992] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:22 2026] DELETE /v2.0/security-groups/a357efb1-02c3-42d2-a0fd-5920581ace4b => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:32:22.284 7 INFO neutron.db.segments_db [None req-4652394c-6bec-4781-b9e2-4c2191c70620 5b777591b8264dd0865669f5de5908db 73cc3daad2934649b03f4158821e7f83 - - default default] Added segment 330658da-6c1d-4119-a377-7111c0e86a5f of type vxlan for network 074d1bb2-2ddd-43c5-815c-c1c21c72d8ef [pid: 7|app: 0|req: 994/1993] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:32:22 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-10 09:32:22.455 8 INFO neutron.db.segments_db [None req-b7654568-2471-4d2d-96d3-f97825d62d1f 5b777591b8264dd0865669f5de5908db 73cc3daad2934649b03f4158821e7f83 - - default default] Added segment 4826f34f-1b87-460f-b3f2-350cad019ef2 of type vxlan for network 3fce274f-178d-4408-97f6-3b751e98707a [pid: 8|app: 0|req: 1000/1994] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:32:22 2026] POST /v2.0/networks => generated 612 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1995] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:22 2026] GET /v2.0/ports?device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => generated 969 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1996] 10.0.0.18 () {34 vars in 752 bytes} [Wed Jun 10 09:32:22 2026] PUT /v2.0/networks/074d1bb2-2ddd-43c5-815c-c1c21c72d8ef/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1997] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:32:22 2026] GET /v2.0/security-groups?id=80288b2c-17a4-41ab-8036-a25a0ea73360&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1998] 10.0.0.18 () {32 vars in 732 bytes} [Wed Jun 10 09:32:22 2026] GET /v2.0/networks/074d1bb2-2ddd-43c5-815c-c1c21c72d8ef/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1999] 10.0.0.18 () {34 vars in 752 bytes} [Wed Jun 10 09:32:22 2026] PUT /v2.0/networks/3fce274f-178d-4408-97f6-3b751e98707a/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2000] 10.0.0.18 () {32 vars in 732 bytes} [Wed Jun 10 09:32:22 2026] GET /v2.0/networks/3fce274f-178d-4408-97f6-3b751e98707a/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2001] 10.0.0.18 () {34 vars in 752 bytes} [Wed Jun 10 09:32:22 2026] PUT /v2.0/networks/3fce274f-178d-4408-97f6-3b751e98707a/tags => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2002] 10.0.0.18 () {32 vars in 732 bytes} [Wed Jun 10 09:32:22 2026] GET /v2.0/networks/3fce274f-178d-4408-97f6-3b751e98707a/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2003] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:32:22 2026] GET /v2.0/ports?tenant_id=b84e7bba22c849e596fc47361b60118d&device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2004] 10.0.0.18 () {32 vars in 732 bytes} [Wed Jun 10 09:32:22 2026] GET /v2.0/networks/074d1bb2-2ddd-43c5-815c-c1c21c72d8ef/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2005] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:32:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=fb2970c7-fdfc-4854-b226-bec14f4d061f => 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: 1007/2006] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:32:22 2026] GET /v2.0/subnets?id=80496f25-9e2f-48ef-ac1e-d5a2c86ce4d4 => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2007] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:32:22 2026] GET /v2.0/ports?network_id=d2238ec7-ddbc-431d-97d2-0f5f6d620d16&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:32:23.047 7 INFO neutron.services.segments.plugin [-] Segment 330658da-6c1d-4119-a377-7111c0e86a5f resource provider aggregate not found 2026-06-10 09:32:23.051 7 INFO neutron.services.segments.plugin [-] Segment 330658da-6c1d-4119-a377-7111c0e86a5f resource provider aggregate not found 2026-06-10 09:32:23.067 7 INFO neutron.services.segments.plugin [-] Segment 330658da-6c1d-4119-a377-7111c0e86a5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 330658da-6c1d-4119-a377-7111c0e86a5f found for delete ", "request_id": "req-08fdb2a5-ed36-4f85-9382-160372b538b4"}]} 2026-06-10 09:32:23.068 7 INFO neutron.services.segments.plugin [-] Segment 330658da-6c1d-4119-a377-7111c0e86a5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 330658da-6c1d-4119-a377-7111c0e86a5f found for delete ", "request_id": "req-aea754cb-7f7b-43cd-9586-5cbc49d12400"}]} [pid: 8|app: 0|req: 1009/2008] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:32:23 2026] GET /v2.0/networks/d2238ec7-ddbc-431d-97d2-0f5f6d620d16?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: 1000/2009] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:32:22 2026] DELETE /v2.0/networks/074d1bb2-2ddd-43c5-815c-c1c21c72d8ef => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2010] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:32:23 2026] GET /v2.0/networks/d2238ec7-ddbc-431d-97d2-0f5f6d620d16?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2011] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:32:23 2026] DELETE /v2.0/networks/3fce274f-178d-4408-97f6-3b751e98707a => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2012] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:23 2026] GET /v2.0/ports?device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2013] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:32:23 2026] GET /v2.0/security-groups?id=80288b2c-17a4-41ab-8036-a25a0ea73360&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2014] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:23 2026] GET /v2.0/security-groups?tenant_id=e139df4c10d7481e89883fe36756567e&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2015] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:24 2026] DELETE /v2.0/security-groups/35599170-18bd-4372-a6e3-e0481c0cbfdb => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2016] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:24 2026] GET /v2.0/security-groups?tenant_id=73cc3daad2934649b03f4158821e7f83&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2017] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:24 2026] DELETE /v2.0/security-groups/424542a1-171e-444e-8d3e-cdf6b8601814 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2018] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:24 2026] GET /v2.0/ports?device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => 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: 1005/2019] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:32:24 2026] GET /v2.0/security-groups?id=80288b2c-17a4-41ab-8036-a25a0ea73360&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-10 09:32:25.087 7 INFO neutron.services.segments.plugin [-] Segment 4826f34f-1b87-460f-b3f2-350cad019ef2 resource provider aggregate not found 2026-06-10 09:32:25.094 7 INFO neutron.services.segments.plugin [-] Segment 4826f34f-1b87-460f-b3f2-350cad019ef2 resource provider aggregate not found 2026-06-10 09:32:25.102 7 INFO neutron.services.segments.plugin [-] Segment 4826f34f-1b87-460f-b3f2-350cad019ef2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4826f34f-1b87-460f-b3f2-350cad019ef2 found for delete ", "request_id": "req-fc15911d-d7ac-4ba2-9363-58cb46ea4508"}]} 2026-06-10 09:32:25.106 7 INFO neutron.services.segments.plugin [-] Segment 4826f34f-1b87-460f-b3f2-350cad019ef2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4826f34f-1b87-460f-b3f2-350cad019ef2 found for delete ", "request_id": "req-8b2d7a5f-453c-4df1-baaf-4f32fa384388"}]} [pid: 7|app: 0|req: 1006/2020] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:25 2026] GET /v2.0/ports?device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2021] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:32:26 2026] GET /v2.0/security-groups?id=80288b2c-17a4-41ab-8036-a25a0ea73360&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2022] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:25 2026] GET /v2.0/security-groups?tenant_id=cf7e636acd61469691f3ca5b0ee36098&name=default => generated 2925 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2023] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:26 2026] DELETE /v2.0/security-groups/3c4422c3-cc59-4438-862e-b03c646c8bd1 => 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: 1017/2026] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:27 2026] GET /v2.0/ports?device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2027] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:32:27 2026] GET /v2.0/security-groups?id=80288b2c-17a4-41ab-8036-a25a0ea73360&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: 1018/2028] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:28 2026] GET /v2.0/ports?device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2029] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:32:28 2026] GET /v2.0/security-groups?id=80288b2c-17a4-41ab-8036-a25a0ea73360&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2030] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:29 2026] GET /v2.0/security-groups?tenant_id=ce9beae108e94a36bcf664438ac182f1&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2031] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:29 2026] GET /v2.0/ports?device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => 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: 1012/2032] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:29 2026] DELETE /v2.0/security-groups/a34af481-4520-4ed2-b279-d4fd2d385cff => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2033] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:32:29 2026] GET /v2.0/security-groups?id=80288b2c-17a4-41ab-8036-a25a0ea73360&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: 1013/2034] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:30 2026] GET /v2.0/ports?device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2035] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:32:31 2026] GET /v2.0/security-groups?id=80288b2c-17a4-41ab-8036-a25a0ea73360&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2036] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:32 2026] GET /v2.0/ports?device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2037] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:32:32 2026] GET /v2.0/security-groups?id=80288b2c-17a4-41ab-8036-a25a0ea73360&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: 1015/2038] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 10 09:32:32 2026] GET /v2.0/ports?device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:32:32.453 8 INFO neutron_taas.services.taas.taas_plugin [req-f98aa66a-57d6-4607-b098-8a8f55929d82 req-f060abfd-34dc-49ae-9ae0-4d1daee43d9d 17e6968b2b5b47b5b17eeed023fa7bdf b84e7bba22c849e596fc47361b60118d - - default default] TaaS: Handle Delete Port: fb2970c7-fdfc-4854-b226-bec14f4d061f 2026-06-10 09:32:32.455 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f98aa66a-57d6-4607-b098-8a8f55929d82 req-f060abfd-34dc-49ae-9ae0-4d1daee43d9d 17e6968b2b5b47b5b17eeed023fa7bdf b84e7bba22c849e596fc47361b60118d - - default default] Tap Mirror: Handle Delete Port: fb2970c7-fdfc-4854-b226-bec14f4d061f [pid: 8|app: 0|req: 1024/2039] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 10 09:32:32 2026] DELETE /v2.0/ports/fb2970c7-fdfc-4854-b226-bec14f4d061f => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:32:32.626 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a61b557e-c072-4a2c-b7fc-dc066c7c1799'] response: {'server_uuid': '02e5d105-812d-4db4-a2f6-c7f127f6a50b', 'name': 'network-vif-deleted', 'tag': 'fb2970c7-fdfc-4854-b226-bec14f4d061f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1016/2040] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:33 2026] GET /v2.0/ports?device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => 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: 1025/2041] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:34 2026] GET /v2.0/ports?device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => 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: 1017/2042] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:35 2026] GET /v2.0/ports?device_id=02e5d105-812d-4db4-a2f6-c7f127f6a50b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:32:38.071 8 INFO neutron_taas.services.taas.taas_plugin [None req-14d191cb-85cd-49b6-a8a2-68a59e8b7f1e 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 5ccf1db2-ee13-467d-aa8d-bbd1081d413e 2026-06-10 09:32:38.073 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14d191cb-85cd-49b6-a8a2-68a59e8b7f1e 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 5ccf1db2-ee13-467d-aa8d-bbd1081d413e [pid: 8|app: 0|req: 1026/2043] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:32:37 2026] PUT /v2.0/routers/8f42f444-8c09-4c39-a752-236a098c1a36/remove_router_interface => generated 309 bytes in 902 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:32:38.855 7 INFO neutron_taas.services.taas.taas_plugin [None req-20d2e229-5612-4bf9-bda2-715419505239 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: ad8d162f-b6fc-4cc1-9689-225b70b1cbac 2026-06-10 09:32:38.860 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20d2e229-5612-4bf9-bda2-715419505239 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: ad8d162f-b6fc-4cc1-9689-225b70b1cbac 2026-06-10 09:32:39.132 7 INFO neutron_taas.services.taas.taas_plugin [None req-20d2e229-5612-4bf9-bda2-715419505239 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 3ee21abb-a35e-4659-b75d-ad49c8a144e0 2026-06-10 09:32:39.135 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20d2e229-5612-4bf9-bda2-715419505239 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 3ee21abb-a35e-4659-b75d-ad49c8a144e0 2026-06-10 09:32:39.489 7 INFO neutron.services.segments.plugin [-] Segment 925ce1bf-fae1-4d52-8493-6c34ddeed2a4 resource provider aggregate not found 2026-06-10 09:32:39.490 7 INFO neutron.services.segments.plugin [-] Segment 925ce1bf-fae1-4d52-8493-6c34ddeed2a4 resource provider aggregate not found 2026-06-10 09:32:39.509 7 INFO neutron.services.segments.plugin [-] Segment 925ce1bf-fae1-4d52-8493-6c34ddeed2a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 925ce1bf-fae1-4d52-8493-6c34ddeed2a4 found for delete ", "request_id": "req-4086ab0f-907f-4431-86d0-dbccc0f1d8fe"}]} 2026-06-10 09:32:39.511 7 INFO neutron.services.segments.plugin [-] Segment 925ce1bf-fae1-4d52-8493-6c34ddeed2a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 925ce1bf-fae1-4d52-8493-6c34ddeed2a4 found for delete ", "request_id": "req-6859e191-13a0-4af0-b49a-2e0a30203fd3"}]} 2026-06-10 09:32:39.523 7 INFO neutron.db.l3_hamode_db [None req-20d2e229-5612-4bf9-bda2-715419505239 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] HA network 9882b86f-e9ea-489c-aede-a5fb189cc24c was deleted as no HA routers are present in tenant b84e7bba22c849e596fc47361b60118d. [pid: 7|app: 0|req: 1018/2044] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:32:38 2026] DELETE /v2.0/routers/8f42f444-8c09-4c39-a752-236a098c1a36 => generated 0 bytes in 871 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2045] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:32:39 2026] DELETE /v2.0/subnets/80496f25-9e2f-48ef-ac1e-d5a2c86ce4d4 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:32:39.780 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d5432e8-0da6-447d-b4fb-4a1b5c581b49 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 23bcd597-4214-4881-a3f4-06ae2599158f 2026-06-10 09:32:39.783 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d5432e8-0da6-447d-b4fb-4a1b5c581b49 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 23bcd597-4214-4881-a3f4-06ae2599158f [pid: 7|app: 0|req: 1019/2046] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:32:39 2026] DELETE /v2.0/networks/d2238ec7-ddbc-431d-97d2-0f5f6d620d16 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2047] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:40 2026] GET /v2.0/security-groups?tenant_id=b84e7bba22c849e596fc47361b60118d&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2048] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:40 2026] DELETE /v2.0/security-groups/80288b2c-17a4-41ab-8036-a25a0ea73360 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:32:41.526 7 INFO neutron.services.segments.plugin [-] Segment 991fedf8-041a-417f-b803-4fd33c107fb6 resource provider aggregate not found 2026-06-10 09:32:41.530 7 INFO neutron.services.segments.plugin [-] Segment 991fedf8-041a-417f-b803-4fd33c107fb6 resource provider aggregate not found 2026-06-10 09:32:41.541 7 INFO neutron.services.segments.plugin [-] Segment 991fedf8-041a-417f-b803-4fd33c107fb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 991fedf8-041a-417f-b803-4fd33c107fb6 found for delete ", "request_id": "req-3f2e1c3b-6395-4118-b034-af8ec0472365"}]} 2026-06-10 09:32:41.542 7 INFO neutron.services.segments.plugin [-] Segment 991fedf8-041a-417f-b803-4fd33c107fb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 991fedf8-041a-417f-b803-4fd33c107fb6 found for delete ", "request_id": "req-bde2e069-5258-4e08-8b5b-c0a4481307a6"}]} [pid: 7|app: 0|req: 1022/2051] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:42 2026] GET /v2.0/security-groups?tenant_id=872a54db2ed342c0896d6505e0426906&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2052] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:42 2026] DELETE /v2.0/security-groups/6593d2c6-f193-48ee-a763-06db437e9d25 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2053] 10.0.0.79 () {32 vars in 800 bytes} [Wed Jun 10 09:32:43 2026] GET /v2.0/extensions => generated 21537 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2054] 10.0.0.79 () {30 vars in 723 bytes} [Wed Jun 10 09:32:43 2026] GET /v2.0/quotas/e044a609e9d7468d8ef67cc03d4666b8/details => generated 847 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:32:45.030 7 INFO neutron.db.segments_db [None req-920bf696-d7ee-4b97-97e5-f44ddec7589d 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 5ee85df0-4f04-4d78-9adf-d29f200ec020 of type vxlan for network bedb0e2e-5e75-491d-97e2-fdb4d1e795aa [pid: 7|app: 0|req: 1024/2055] 10.0.0.18 () {34 vars in 670 bytes} [Wed Jun 10 09:32:44 2026] POST /v2.0/networks => generated 722 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2056] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:32:45 2026] POST /v2.0/subnets => generated 688 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:32:45.347 7 INFO neutron.db.segments_db [None req-027f5616-c072-4564-9328-c4a0f05db263 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 73c24b07-7fa7-4eb0-9a4b-57b2485868b5 of type vxlan for network 182281ab-2782-44bb-8fdd-3f0d493fffbc 2026-06-10 09:32:45.593 7 INFO neutron.db.l3_hamode_db [None req-027f5616-c072-4564-9328-c4a0f05db263 7666d4f62ab74510a27292b5c557cf80 f6cce10b71464ad593a54d8718f6ec99 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:32:46.417 7 INFO neutron.db.l3_hamode_db [None req-027f5616-c072-4564-9328-c4a0f05db263 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1033/2057] 10.0.0.79 () {32 vars in 800 bytes} [Wed Jun 10 09:32:47 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2058] 10.0.0.79 () {30 vars in 723 bytes} [Wed Jun 10 09:32:47 2026] GET /v2.0/quotas/e044a609e9d7468d8ef67cc03d4666b8/details => generated 847 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2059] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:32:45 2026] POST /v2.0/routers => generated 728 bytes in 2015 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2060] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:32:47 2026] PUT /v2.0/routers/a362fee2-390f-443c-b496-57f3f577f620/add_router_interface => generated 309 bytes in 1189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:32:49.742 7 INFO neutron.db.segments_db [None req-88b76231-ac1f-4be0-a461-091dadb2902c 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment 7d7fccfc-f32e-4c52-812b-11afa55d1b7d of type vxlan for network 5c2a2e22-ecf3-4486-9e15-fd864bdbd6b6 [pid: 7|app: 0|req: 1026/2061] 10.0.0.18 () {34 vars in 670 bytes} [Wed Jun 10 09:32:49 2026] POST /v2.0/networks => generated 722 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2062] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:32:49 2026] POST /v2.0/subnets => generated 688 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:32:50.084 7 INFO neutron.db.segments_db [None req-061223d7-9f80-4680-8a2c-c3661ffa3f73 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Added segment d9c5312e-96be-4952-845e-9976a73bf17b of type vxlan for network 6160abf1-da7a-4a61-a646-15b19e898985 2026-06-10 09:32:50.319 7 INFO neutron.db.l3_hamode_db [None req-061223d7-9f80-4680-8a2c-c3661ffa3f73 7666d4f62ab74510a27292b5c557cf80 f6100f81ad574285b0465bb012beb856 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1037/2063] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:32:50 2026] GET /v2.0/security-groups?tenant_id=e044a609e9d7468d8ef67cc03d4666b8&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2064] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:32:50 2026] DELETE /v2.0/security-groups/7a590f16-1a85-4269-864f-3c2bb22bd351 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:32:51.093 7 INFO neutron.db.l3_hamode_db [None req-061223d7-9f80-4680-8a2c-c3661ffa3f73 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1027/2065] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:32:50 2026] POST /v2.0/routers => generated 728 bytes in 1901 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2066] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:32:51 2026] PUT /v2.0/routers/df11bf0b-8bfa-43ad-aa53-3c3ec4160644/add_router_interface => generated 309 bytes in 1646 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:32:54.234 7 INFO neutron.db.segments_db [None req-680ab44f-0f08-486e-ae4a-e6a155ee98da 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] Added segment e46c71c4-caab-42f4-9b79-8cb3f4b4e8a4 of type vxlan for network 46f639f3-20be-41d4-9fea-5af5c7e48c3a [pid: 7|app: 0|req: 1028/2067] 10.0.0.18 () {34 vars in 670 bytes} [Wed Jun 10 09:32:53 2026] POST /v2.0/networks => generated 613 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:32:54.353 8 INFO neutron.db.segments_db [None req-e0a408ae-00cd-40f8-bc99-651de9c38900 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] Added segment 176d81a1-2e70-478f-89fa-125a4bfd7230 of type vxlan for network e9a7f416-65aa-4aae-bac3-65a1882599f9 [pid: 7|app: 0|req: 1029/2068] 10.0.0.18 () {34 vars in 684 bytes} [Wed Jun 10 09:32:54 2026] POST /v2.0/security-groups => generated 1675 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2069] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:32:54 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) 2026-06-10 09:32:54.617 8 INFO neutron.db.l3_hamode_db [None req-e0a408ae-00cd-40f8-bc99-651de9c38900 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1031/2070] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:32:54 2026] POST /v2.0/security-group-rules => generated 596 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2071] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:32:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2072] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:32:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:32:55.036 7 INFO neutron.db.securitygroups_db [None req-f05a632f-4afd-448d-a9e2-4d9df1546cda 0c445e34cf8a4accb881eced4678252b f6cce10b71464ad593a54d8718f6ec99 - - default default] Project f6cce10b71464ad593a54d8718f6ec99 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: 1034/2073] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:32:55 2026] POST /v2.0/security-group-rules => generated 607 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:32:55.152 7 INFO neutron.db.securitygroups_db [None req-37a30931-663d-450e-a48b-3ee88da163fe 0c445e34cf8a4accb881eced4678252b f6cce10b71464ad593a54d8718f6ec99 - - default default] Project f6cce10b71464ad593a54d8718f6ec99 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: 1035/2074] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:32:55 2026] POST /v2.0/security-group-rules => generated 606 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:32:55.359 8 INFO neutron.db.l3_hamode_db [None req-e0a408ae-00cd-40f8-bc99-651de9c38900 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1036/2075] 10.0.0.18 () {34 vars in 684 bytes} [Wed Jun 10 09:32:55 2026] POST /v2.0/security-groups => generated 1659 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2076] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:32:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2077] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:32:55 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: 8|app: 0|req: 1040/2078] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:32:54 2026] POST /v2.0/routers => generated 694 bytes in 2034 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2079] 10.0.0.18 () {32 vars in 775 bytes} [Wed Jun 10 09:32:56 2026] GET /v2.0/subnets?project_id=3a785df2890e48b4b47bd62b42ba5200&cidr=10.100.0.0%2F28 => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2080] 10.0.0.18 () {32 vars in 693 bytes} [Wed Jun 10 09:32:56 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: 8|app: 0|req: 1043/2081] 10.0.0.18 () {32 vars in 783 bytes} [Wed Jun 10 09:32:56 2026] GET /v2.0/subnets?network_id=84fc2e45-58c6-44d2-b981-66ad29dd8e9b&cidr=10.100.0.0%2F28 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2082] 10.0.0.18 () {34 vars in 675 bytes} [Wed Jun 10 09:32:56 2026] POST /v2.0/floatingips => generated 552 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2083] 10.0.0.166 () {34 vars in 1100 bytes} [Wed Jun 10 09:32:56 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1422142417&fields=id&tenant_id=f6cce10b71464ad593a54d8718f6ec99 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2084] 10.0.0.166 () {34 vars in 1098 bytes} [Wed Jun 10 09:32:56 2026] GET /v2.0/security-groups?name=tempest-securitygroup--133400060&fields=id&tenant_id=f6cce10b71464ad593a54d8718f6ec99 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2085] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:32:56 2026] POST /v2.0/subnets => generated 656 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2086] 10.0.0.166 () {34 vars in 982 bytes} [Wed Jun 10 09:32:56 2026] GET /v2.0/networks?id=bedb0e2e-5e75-491d-97e2-fdb4d1e795aa => generated 673 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2087] 10.0.0.166 () {34 vars in 965 bytes} [Wed Jun 10 09:32:56 2026] GET /v2.0/quotas/f6cce10b71464ad593a54d8718f6ec99 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2088] 10.0.0.166 () {34 vars in 1002 bytes} [Wed Jun 10 09:32:56 2026] GET /v2.0/ports?tenant_id=f6cce10b71464ad593a54d8718f6ec99&fields=id => generated 103 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2089] 10.0.0.166 () {34 vars in 1008 bytes} [Wed Jun 10 09:32:56 2026] GET /v2.0/networks/bedb0e2e-5e75-491d-97e2-fdb4d1e795aa?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: 1046/2090] 10.0.0.166 () {34 vars in 1108 bytes} [Wed Jun 10 09:32:56 2026] GET /v2.0/networks/bedb0e2e-5e75-491d-97e2-fdb4d1e795aa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2093] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:57 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => 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: 1045/2094] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:32:56 2026] PUT /v2.0/routers/d55391f6-8f27-4a32-a325-0a99e14db3c9/add_router_interface => generated 309 bytes in 1428 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2095] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:58 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => 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: 1050/2096] 10.0.0.18 () {32 vars in 648 bytes} [Wed Jun 10 09:32:58 2026] GET /v2.0/networks => generated 6508 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2097] 10.0.0.18 () {32 vars in 646 bytes} [Wed Jun 10 09:32:58 2026] GET /v2.0/subnets => generated 5194 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2098] 10.0.0.18 () {32 vars in 646 bytes} [Wed Jun 10 09:32:58 2026] GET /v2.0/routers => generated 2185 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2099] 10.0.0.18 () {34 vars in 684 bytes} [Wed Jun 10 09:32:58 2026] POST /v2.0/security-groups => generated 1677 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2100] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:32:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2101] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:32:58 2026] POST /v2.0/security-group-rules => generated 596 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2102] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:32:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2103] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:32:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:32:59.198 7 INFO neutron.db.securitygroups_db [None req-af12226e-d030-42a1-9dce-14b67d7440c5 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] Project 3a785df2890e48b4b47bd62b42ba5200 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: 1054/2104] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:32:59 2026] POST /v2.0/security-group-rules => generated 607 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:32:59.322 8 INFO neutron.db.securitygroups_db [None req-683d8a02-54cb-4149-9082-9fa35125a81d 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] Project 3a785df2890e48b4b47bd62b42ba5200 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: 1055/2105] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:32:59 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => 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: 1051/2106] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:32:59 2026] POST /v2.0/security-group-rules => generated 606 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2107] 10.0.0.18 () {32 vars in 648 bytes} [Wed Jun 10 09:32:59 2026] GET /v2.0/networks => generated 1297 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2108] 10.0.0.166 () {34 vars in 1100 bytes} [Wed Jun 10 09:32:59 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2023554980&fields=id&tenant_id=3a785df2890e48b4b47bd62b42ba5200 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2109] 10.0.0.166 () {34 vars in 982 bytes} [Wed Jun 10 09:32:59 2026] GET /v2.0/networks?id=46f639f3-20be-41d4-9fea-5af5c7e48c3a => generated 660 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2110] 10.0.0.166 () {34 vars in 965 bytes} [Wed Jun 10 09:33:00 2026] GET /v2.0/quotas/3a785df2890e48b4b47bd62b42ba5200 => 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: 1058/2111] 10.0.0.166 () {34 vars in 1002 bytes} [Wed Jun 10 09:33:00 2026] GET /v2.0/ports?tenant_id=3a785df2890e48b4b47bd62b42ba5200&fields=id => generated 57 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2112] 10.0.0.166 () {34 vars in 1008 bytes} [Wed Jun 10 09:33:00 2026] GET /v2.0/networks/46f639f3-20be-41d4-9fea-5af5c7e48c3a?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: 1059/2113] 10.0.0.166 () {34 vars in 1108 bytes} [Wed Jun 10 09:33:00 2026] GET /v2.0/networks/46f639f3-20be-41d4-9fea-5af5c7e48c3a?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: 1055/2114] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:00 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => 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: 1060/2115] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:00 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => 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: 1056/2116] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:01 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => 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: 1061/2117] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:33:01 2026] GET /v2.0/networks?id=bedb0e2e-5e75-491d-97e2-fdb4d1e795aa => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2118] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:01 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => 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: 1057/2119] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 10 09:33:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f6cce10b71464ad593a54d8718f6ec99 => generated 273 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2120] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 10 09:33:01 2026] POST /v2.0/ports => generated 993 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2121] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:33:02 2026] PUT /v2.0/ports/a54e3f33-e472-4868-a740-6f0db3c1fb28 => generated 1274 bytes in 466 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: 1064/2122] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:02 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:33:02.583 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-533610fc-903c-49fc-b306-f45181991185'] response: {'name': 'network-changed', 'server_uuid': '33de6965-3a0a-4a5d-88a5-8bd8463d44e1', 'tag': 'a54e3f33-e472-4868-a740-6f0db3c1fb28', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1059/2123] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:02 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 1008 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2124] 10.0.0.166 () {34 vars in 1120 bytes} [Wed Jun 10 09:33:02 2026] GET /v2.0/security-groups?id=94d5b1c3-bc78-4d7b-add0-8888e367fb43&id=b848b6b7-c7d4-4231-95b2-6baeffdcc9d2&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2125] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:33:03 2026] GET /v2.0/ports?tenant_id=f6cce10b71464ad593a54d8718f6ec99&device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 1277 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2126] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 10 09:33:03 2026] GET /v2.0/networks?tenant_id=f6cce10b71464ad593a54d8718f6ec99&shared=False => generated 769 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2127] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 10 09:33:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2128] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:03 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2129] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:03 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 1008 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2130] 10.0.0.166 () {34 vars in 1120 bytes} [Wed Jun 10 09:33:03 2026] GET /v2.0/security-groups?id=94d5b1c3-bc78-4d7b-add0-8888e367fb43&id=b848b6b7-c7d4-4231-95b2-6baeffdcc9d2&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2131] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:33:04 2026] GET /v2.0/ports?tenant_id=f6cce10b71464ad593a54d8718f6ec99&device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 1277 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2132] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:33:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a54e3f33-e472-4868-a740-6f0db3c1fb28 => 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: 1064/2133] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:33:04 2026] GET /v2.0/subnets?id=417f1593-5e03-4489-b22e-7a720041748b => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2134] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:33:04 2026] GET /v2.0/ports?network_id=bedb0e2e-5e75-491d-97e2-fdb4d1e795aa&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: 1065/2135] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:33:04 2026] GET /v2.0/networks/bedb0e2e-5e75-491d-97e2-fdb4d1e795aa?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: 1071/2136] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:33:04 2026] GET /v2.0/networks/bedb0e2e-5e75-491d-97e2-fdb4d1e795aa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2137] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:33:04 2026] GET /v2.0/networks?id=46f639f3-20be-41d4-9fea-5af5c7e48c3a => generated 660 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2138] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:04 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => 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: 1072/2139] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 10 09:33:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3a785df2890e48b4b47bd62b42ba5200 => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2140] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:05 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2141] 10.0.0.166 () {34 vars in 1120 bytes} [Wed Jun 10 09:33:05 2026] GET /v2.0/security-groups?id=94d5b1c3-bc78-4d7b-add0-8888e367fb43&id=b848b6b7-c7d4-4231-95b2-6baeffdcc9d2&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2142] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 10 09:33:04 2026] POST /v2.0/ports => generated 958 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2143] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:33:05 2026] PUT /v2.0/ports/49ab5328-9ee5-4923-b9c1-32acec4bd190 => generated 1239 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:33:05.617 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0a253b8c-e5f2-43c7-ae54-6fe868428ea9'] response: {'name': 'network-changed', 'server_uuid': 'b09e2d40-0e3e-4b31-b93a-6ddf68fbd930', 'tag': '49ab5328-9ee5-4923-b9c1-32acec4bd190', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1069/2144] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:05 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1076/2145] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:33:05 2026] GET /v2.0/security-groups?id=7f297495-4aa0-4acf-9faf-d3ae1dc193eb&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: 1070/2146] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:33:06 2026] GET /v2.0/ports?tenant_id=3a785df2890e48b4b47bd62b42ba5200&device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2147] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:06 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2148] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 10 09:33:06 2026] GET /v2.0/networks?tenant_id=3a785df2890e48b4b47bd62b42ba5200&shared=False => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2149] 10.0.0.166 () {34 vars in 1120 bytes} [Wed Jun 10 09:33:06 2026] GET /v2.0/security-groups?id=94d5b1c3-bc78-4d7b-add0-8888e367fb43&id=b848b6b7-c7d4-4231-95b2-6baeffdcc9d2&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2150] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 10 09:33:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2151] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:06 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2152] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:33:07 2026] GET /v2.0/security-groups?id=7f297495-4aa0-4acf-9faf-d3ae1dc193eb&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: 1080/2153] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:33:07 2026] GET /v2.0/ports?tenant_id=3a785df2890e48b4b47bd62b42ba5200&device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2154] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:07 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2155] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 10 09:33:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=49ab5328-9ee5-4923-b9c1-32acec4bd190 => 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: 1082/2156] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:33:07 2026] GET /v2.0/subnets?id=2baf1af5-63bd-42b6-8a19-4e7f844b2b0e => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2157] 10.0.0.166 () {34 vars in 1120 bytes} [Wed Jun 10 09:33:07 2026] GET /v2.0/security-groups?id=94d5b1c3-bc78-4d7b-add0-8888e367fb43&id=b848b6b7-c7d4-4231-95b2-6baeffdcc9d2&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2158] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:33:07 2026] GET /v2.0/ports?network_id=46f639f3-20be-41d4-9fea-5af5c7e48c3a&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: 1076/2159] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:33:07 2026] GET /v2.0/networks/46f639f3-20be-41d4-9fea-5af5c7e48c3a?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: 1084/2160] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:33:07 2026] GET /v2.0/networks/46f639f3-20be-41d4-9fea-5af5c7e48c3a?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: 1077/2161] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 10 09:33:07 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 1277 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2162] 199.204.45.49 () {34 vars in 1123 bytes} [Wed Jun 10 09:33:07 2026] GET /v2.0/security-groups?id=b848b6b7-c7d4-4231-95b2-6baeffdcc9d2&id=94d5b1c3-bc78-4d7b-add0-8888e367fb43&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2163] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:08 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2164] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:33:08 2026] GET /v2.0/security-groups?id=7f297495-4aa0-4acf-9faf-d3ae1dc193eb&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: 1079/2165] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:08 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 1010 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2166] 10.0.0.166 () {34 vars in 1120 bytes} [Wed Jun 10 09:33:08 2026] GET /v2.0/security-groups?id=94d5b1c3-bc78-4d7b-add0-8888e367fb43&id=b848b6b7-c7d4-4231-95b2-6baeffdcc9d2&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2167] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:09 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2168] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:33:09 2026] GET /v2.0/security-groups?id=7f297495-4aa0-4acf-9faf-d3ae1dc193eb&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: 8|app: 0|req: 1081/2169] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:09 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 1010 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2170] 10.0.0.166 () {34 vars in 1120 bytes} [Wed Jun 10 09:33:09 2026] GET /v2.0/security-groups?id=94d5b1c3-bc78-4d7b-add0-8888e367fb43&id=b848b6b7-c7d4-4231-95b2-6baeffdcc9d2&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2171] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:09 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 1010 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:33:10.247 7 INFO neutron.db.l3_db [None req-728645e1-96ea-464d-97fb-3a417bdb84fe 0c445e34cf8a4accb881eced4678252b f6cce10b71464ad593a54d8718f6ec99 - - default default] Floating IP c29b67ce-db51-44cc-b78b-8057c128e61d associated. External IP: 10.96.250.215, port: a54e3f33-e472-4868-a740-6f0db3c1fb28. [pid: 8|app: 0|req: 1083/2172] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:10 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2173] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:33:10 2026] GET /v2.0/security-groups?id=7f297495-4aa0-4acf-9faf-d3ae1dc193eb&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2174] 10.0.0.18 () {34 vars in 748 bytes} [Wed Jun 10 09:33:09 2026] PUT /v2.0/floatingips/c29b67ce-db51-44cc-b78b-8057c128e61d => generated 855 bytes in 784 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:33:10.690 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-28061894-0d9a-4281-a6e4-0b0a331ae6f6'] response: {'name': 'network-changed', 'server_uuid': '33de6965-3a0a-4a5d-88a5-8bd8463d44e1', 'tag': 'a54e3f33-e472-4868-a740-6f0db3c1fb28', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1085/2175] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:33:11 2026] GET /v2.0/ports?tenant_id=f6cce10b71464ad593a54d8718f6ec99&device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 1279 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2176] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:33:11 2026] GET /v2.0/networks?id=bedb0e2e-5e75-491d-97e2-fdb4d1e795aa => generated 769 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2177] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:33:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a54e3f33-e472-4868-a740-6f0db3c1fb28 => 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: 1092/2178] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:33:11 2026] GET /v2.0/subnets?id=417f1593-5e03-4489-b22e-7a720041748b => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2179] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:33:11 2026] GET /v2.0/ports?network_id=bedb0e2e-5e75-491d-97e2-fdb4d1e795aa&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: 1093/2180] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:33:11 2026] GET /v2.0/networks/bedb0e2e-5e75-491d-97e2-fdb4d1e795aa?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: 1088/2181] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:33:11 2026] GET /v2.0/networks/bedb0e2e-5e75-491d-97e2-fdb4d1e795aa?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: 7|app: 0|req: 1094/2182] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:11 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2183] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:33:11 2026] GET /v2.0/security-groups?id=7f297495-4aa0-4acf-9faf-d3ae1dc193eb&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2186] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:12 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2187] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:33:12 2026] GET /v2.0/security-groups?id=7f297495-4aa0-4acf-9faf-d3ae1dc193eb&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2188] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:13 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => 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: 1097/2189] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:33:13 2026] GET /v2.0/security-groups?id=7f297495-4aa0-4acf-9faf-d3ae1dc193eb&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: 1093/2190] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:33:13 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:33:14.472 7 INFO neutron.db.l3_db [None req-f8e10f50-51e1-4877-a226-e106b619c803 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] Floating IP d899bdbf-c87b-483c-a234-f2821c7b7de3 associated. External IP: 10.96.250.213, port: 49ab5328-9ee5-4923-b9c1-32acec4bd190. [pid: 7|app: 0|req: 1098/2191] 10.0.0.18 () {34 vars in 676 bytes} [Wed Jun 10 09:33:13 2026] POST /v2.0/floatingips => generated 856 bytes in 1509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:33:14.837 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-775abb6f-49af-4633-9370-49cf1cba8e18'] response: {'name': 'network-changed', 'server_uuid': 'b09e2d40-0e3e-4b31-b93a-6ddf68fbd930', 'tag': '49ab5328-9ee5-4923-b9c1-32acec4bd190', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1094/2192] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:33:14 2026] GET /v2.0/floatingips/d899bdbf-c87b-483c-a234-f2821c7b7de3 => generated 856 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2193] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:33:15 2026] GET /v2.0/ports?tenant_id=3a785df2890e48b4b47bd62b42ba5200&device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2194] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:33:15 2026] GET /v2.0/networks?id=46f639f3-20be-41d4-9fea-5af5c7e48c3a => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2195] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 10 09:33:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=49ab5328-9ee5-4923-b9c1-32acec4bd190 => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2196] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:33:15 2026] GET /v2.0/subnets?id=2baf1af5-63bd-42b6-8a19-4e7f844b2b0e => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2197] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:33:15 2026] GET /v2.0/ports?network_id=46f639f3-20be-41d4-9fea-5af5c7e48c3a&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: 1097/2198] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:33:15 2026] GET /v2.0/networks/46f639f3-20be-41d4-9fea-5af5c7e48c3a?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: 1102/2199] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:33:15 2026] GET /v2.0/networks/46f639f3-20be-41d4-9fea-5af5c7e48c3a?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: 1098/2200] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:33:15 2026] GET /v2.0/floatingips/d899bdbf-c87b-483c-a234-f2821c7b7de3 => generated 856 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2201] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:33:16 2026] GET /v2.0/floatingips/d899bdbf-c87b-483c-a234-f2821c7b7de3 => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2202] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:19 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 1010 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2203] 10.0.0.166 () {34 vars in 1120 bytes} [Wed Jun 10 09:33:19 2026] GET /v2.0/security-groups?id=94d5b1c3-bc78-4d7b-add0-8888e367fb43&id=b848b6b7-c7d4-4231-95b2-6baeffdcc9d2&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2204] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:33:19 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 1279 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2205] 10.0.0.18 () {32 vars in 857 bytes} [Wed Jun 10 09:33:19 2026] GET /v2.0/floatingips?floating_network_id=84fc2e45-58c6-44d2-b981-66ad29dd8e9b&port_id=a54e3f33-e472-4868-a740-6f0db3c1fb28 => generated 860 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2206] 10.0.0.11 () {34 vars in 989 bytes} [Wed Jun 10 09:33:20 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 1279 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2207] 10.0.0.11 () {34 vars in 1119 bytes} [Wed Jun 10 09:33:20 2026] GET /v2.0/security-groups?id=94d5b1c3-bc78-4d7b-add0-8888e367fb43&id=b848b6b7-c7d4-4231-95b2-6baeffdcc9d2&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2208] 10.0.0.11 () {34 vars in 989 bytes} [Wed Jun 10 09:33:22 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2209] 10.0.0.11 () {34 vars in 1039 bytes} [Wed Jun 10 09:33:22 2026] GET /v2.0/security-groups?id=7f297495-4aa0-4acf-9faf-d3ae1dc193eb&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: 1103/2210] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:23 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2211] 10.0.0.166 () {34 vars in 1120 bytes} [Wed Jun 10 09:33:23 2026] GET /v2.0/security-groups?id=94d5b1c3-bc78-4d7b-add0-8888e367fb43&id=b848b6b7-c7d4-4231-95b2-6baeffdcc9d2&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2212] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:24 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2213] 10.0.0.166 () {34 vars in 1120 bytes} [Wed Jun 10 09:33:24 2026] GET /v2.0/security-groups?id=94d5b1c3-bc78-4d7b-add0-8888e367fb43&id=b848b6b7-c7d4-4231-95b2-6baeffdcc9d2&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2214] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:25 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 1010 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2215] 10.0.0.166 () {34 vars in 1120 bytes} [Wed Jun 10 09:33:25 2026] GET /v2.0/security-groups?id=94d5b1c3-bc78-4d7b-add0-8888e367fb43&id=b848b6b7-c7d4-4231-95b2-6baeffdcc9d2&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2216] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 10 09:33:25 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:33:25.899 7 INFO neutron_taas.services.taas.taas_plugin [req-96c70fe6-0059-428d-9aec-486cd265f0a7 req-4bb5316a-b112-4d8d-8647-4683ba522415 0c445e34cf8a4accb881eced4678252b f6cce10b71464ad593a54d8718f6ec99 - - default default] TaaS: Handle Delete Port: a54e3f33-e472-4868-a740-6f0db3c1fb28 2026-06-10 09:33:25.903 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-96c70fe6-0059-428d-9aec-486cd265f0a7 req-4bb5316a-b112-4d8d-8647-4683ba522415 0c445e34cf8a4accb881eced4678252b f6cce10b71464ad593a54d8718f6ec99 - - default default] Tap Mirror: Handle Delete Port: a54e3f33-e472-4868-a740-6f0db3c1fb28 2026-06-10 09:33:26.050 7 INFO neutron.db.l3_db [req-96c70fe6-0059-428d-9aec-486cd265f0a7 req-4bb5316a-b112-4d8d-8647-4683ba522415 0c445e34cf8a4accb881eced4678252b f6cce10b71464ad593a54d8718f6ec99 - - default default] Floating IP c29b67ce-db51-44cc-b78b-8057c128e61d disassociated. External IP: 10.96.250.215, port: a54e3f33-e472-4868-a740-6f0db3c1fb28. [pid: 7|app: 0|req: 1111/2217] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 10 09:33:25 2026] DELETE /v2.0/ports/a54e3f33-e472-4868-a740-6f0db3c1fb28 => generated 0 bytes in 692 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:33:26.443 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-754703c6-6061-43f5-9565-ce2cea6cf53b'] response: {'server_uuid': '33de6965-3a0a-4a5d-88a5-8bd8463d44e1', 'name': 'network-vif-deleted', 'tag': 'a54e3f33-e472-4868-a740-6f0db3c1fb28', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1107/2218] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:26 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => 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: 1113/2221] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:27 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2222] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:28 2026] GET /v2.0/ports?device_id=33de6965-3a0a-4a5d-88a5-8bd8463d44e1 => 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: 1114/2223] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:33:30 2026] DELETE /v2.0/security-groups/b848b6b7-c7d4-4231-95b2-6baeffdcc9d2 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:33:30.272 8 INFO neutron.api.v2.resource [None req-32327e04-038d-46bc-9806-e78c0a8afeaf 0c445e34cf8a4accb881eced4678252b f6cce10b71464ad593a54d8718f6ec99 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1110/2224] 10.0.0.18 () {32 vars in 736 bytes} [Wed Jun 10 09:33:30 2026] GET /v2.0/security-groups/b848b6b7-c7d4-4231-95b2-6baeffdcc9d2 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:33:30.386 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e0e6c3c-9b43-421c-9c3f-a4ebd85b999b 0c445e34cf8a4accb881eced4678252b f6cce10b71464ad593a54d8718f6ec99 - - default default] TaaS: Handle Delete Port: abb4f069-1414-450a-a7c9-2ef0ee477aa0 2026-06-10 09:33:30.391 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e0e6c3c-9b43-421c-9c3f-a4ebd85b999b 0c445e34cf8a4accb881eced4678252b f6cce10b71464ad593a54d8718f6ec99 - - default default] Tap Mirror: Handle Delete Port: abb4f069-1414-450a-a7c9-2ef0ee477aa0 [pid: 7|app: 0|req: 1115/2225] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:33:30 2026] DELETE /v2.0/floatingips/c29b67ce-db51-44cc-b78b-8057c128e61d => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2226] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:33:30 2026] DELETE /v2.0/security-groups/94d5b1c3-bc78-4d7b-add0-8888e367fb43 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:33:31.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-66ec2944-5b22-4910-b0dd-096e8f3d5d31 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 4eda9618-3d7f-4557-b5ac-5262995069ec 2026-06-10 09:33:31.174 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66ec2944-5b22-4910-b0dd-096e8f3d5d31 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 4eda9618-3d7f-4557-b5ac-5262995069ec [pid: 7|app: 0|req: 1116/2227] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:33:30 2026] PUT /v2.0/routers/a362fee2-390f-443c-b496-57f3f577f620/remove_router_interface => generated 309 bytes in 953 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:33:31.977 8 INFO neutron_taas.services.taas.taas_plugin [None req-049361dc-5d9e-49af-b608-6f53a1c24a07 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 64d573ea-a101-471b-8ce4-c91a105214f8 2026-06-10 09:33:31.980 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-049361dc-5d9e-49af-b608-6f53a1c24a07 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 64d573ea-a101-471b-8ce4-c91a105214f8 2026-06-10 09:33:32.219 8 INFO neutron_taas.services.taas.taas_plugin [None req-049361dc-5d9e-49af-b608-6f53a1c24a07 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: e333e745-3c0c-4bb9-b06c-8725eece3ece 2026-06-10 09:33:32.221 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-049361dc-5d9e-49af-b608-6f53a1c24a07 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: e333e745-3c0c-4bb9-b06c-8725eece3ece 2026-06-10 09:33:32.538 8 INFO neutron.services.segments.plugin [-] Segment 73c24b07-7fa7-4eb0-9a4b-57b2485868b5 resource provider aggregate not found 2026-06-10 09:33:32.542 8 INFO neutron.services.segments.plugin [-] Segment 73c24b07-7fa7-4eb0-9a4b-57b2485868b5 resource provider aggregate not found 2026-06-10 09:33:32.561 8 INFO neutron.services.segments.plugin [-] Segment 73c24b07-7fa7-4eb0-9a4b-57b2485868b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73c24b07-7fa7-4eb0-9a4b-57b2485868b5 found for delete ", "request_id": "req-594ebf84-ac75-418b-adbe-38d25b969443"}]} 2026-06-10 09:33:32.566 8 INFO neutron.services.segments.plugin [-] Segment 73c24b07-7fa7-4eb0-9a4b-57b2485868b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73c24b07-7fa7-4eb0-9a4b-57b2485868b5 found for delete ", "request_id": "req-6f52f259-67ac-4bcf-b759-cf2afd29ec9b"}]} 2026-06-10 09:33:32.575 8 INFO neutron.db.l3_hamode_db [None req-049361dc-5d9e-49af-b608-6f53a1c24a07 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] HA network 182281ab-2782-44bb-8fdd-3f0d493fffbc was deleted as no HA routers are present in tenant f6cce10b71464ad593a54d8718f6ec99. [pid: 8|app: 0|req: 1112/2228] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:33:31 2026] DELETE /v2.0/routers/a362fee2-390f-443c-b496-57f3f577f620 => generated 0 bytes in 883 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2229] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:33:32 2026] DELETE /v2.0/subnets/417f1593-5e03-4489-b22e-7a720041748b => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:33:32.843 8 INFO neutron_taas.services.taas.taas_plugin [None req-bad789dd-d3de-42fe-bffd-c21e5ce01935 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: d046797d-ea90-48e4-8c1a-7585a2e2d2f7 2026-06-10 09:33:32.847 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bad789dd-d3de-42fe-bffd-c21e5ce01935 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: d046797d-ea90-48e4-8c1a-7585a2e2d2f7 [pid: 8|app: 0|req: 1113/2230] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:33:32 2026] DELETE /v2.0/networks/bedb0e2e-5e75-491d-97e2-fdb4d1e795aa => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2231] 10.0.0.18 () {32 vars in 825 bytes} [Wed Jun 10 09:33:33 2026] GET /v2.0/ports?project_id=3a785df2890e48b4b47bd62b42ba5200&network_id=46f639f3-20be-41d4-9fea-5af5c7e48c3a => generated 3695 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:33:33.453 7 INFO neutron_taas.services.taas.taas_plugin [None req-76d2353b-ef0f-49db-9953-da3eb1de9a66 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: e65305ed-aa91-46cb-ba23-f62503783adc 2026-06-10 09:33:33.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76d2353b-ef0f-49db-9953-da3eb1de9a66 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: e65305ed-aa91-46cb-ba23-f62503783adc [pid: 8|app: 0|req: 1115/2232] 10.0.0.18 () {32 vars in 741 bytes} [Wed Jun 10 09:33:33 2026] GET /v2.0/subnets?network_id=84fc2e45-58c6-44d2-b981-66ad29dd8e9b => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:33:33.967 8 INFO neutron.db.l3_db [None req-e7a02d45-fd30-47d2-8514-1edcad45bab0 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] Floating IP d899bdbf-c87b-483c-a234-f2821c7b7de3 disassociated. External IP: 10.96.250.213, port: 49ab5328-9ee5-4923-b9c1-32acec4bd190. [pid: 7|app: 0|req: 1118/2233] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:33:33 2026] PUT /v2.0/routers/df11bf0b-8bfa-43ad-aa53-3c3ec4160644/remove_router_interface => generated 309 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:33:34.252 7 INFO neutron_taas.services.taas.taas_plugin [None req-e45c7ba8-c0de-4432-b8d6-6ef75b0a22c7 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 473ac181-2e7e-46f9-8d9c-06cf250da2a3 2026-06-10 09:33:34.256 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e45c7ba8-c0de-4432-b8d6-6ef75b0a22c7 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 473ac181-2e7e-46f9-8d9c-06cf250da2a3 [pid: 8|app: 0|req: 1116/2234] 10.0.0.18 () {34 vars in 748 bytes} [Wed Jun 10 09:33:33 2026] PUT /v2.0/floatingips/d899bdbf-c87b-483c-a234-f2821c7b7de3 => generated 554 bytes in 482 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2235] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:33:34 2026] GET /v2.0/floatingips/d899bdbf-c87b-483c-a234-f2821c7b7de3 => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:33:34.332 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3c65cb2-c626-4dc9-8ab5-47f54e0b34fe'] response: {'name': 'network-changed', 'server_uuid': 'b09e2d40-0e3e-4b31-b93a-6ddf68fbd930', 'tag': '49ab5328-9ee5-4923-b9c1-32acec4bd190', 'status': 'completed', 'code': 200} 2026-06-10 09:33:34.492 7 INFO neutron_taas.services.taas.taas_plugin [None req-e45c7ba8-c0de-4432-b8d6-6ef75b0a22c7 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 7b36d84e-1fe9-434a-8f4f-7e469cc2f9eb 2026-06-10 09:33:34.495 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e45c7ba8-c0de-4432-b8d6-6ef75b0a22c7 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 7b36d84e-1fe9-434a-8f4f-7e469cc2f9eb 2026-06-10 09:33:34.586 8 INFO neutron.services.segments.plugin [-] Segment 5ee85df0-4f04-4d78-9adf-d29f200ec020 resource provider aggregate not found 2026-06-10 09:33:34.591 8 INFO neutron.services.segments.plugin [-] Segment 5ee85df0-4f04-4d78-9adf-d29f200ec020 resource provider aggregate not found 2026-06-10 09:33:34.606 8 INFO neutron.services.segments.plugin [-] Segment 5ee85df0-4f04-4d78-9adf-d29f200ec020 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ee85df0-4f04-4d78-9adf-d29f200ec020 found for delete ", "request_id": "req-866e97ef-3c39-43a3-b426-da0709e99524"}]} 2026-06-10 09:33:34.607 8 INFO neutron.services.segments.plugin [-] Segment 5ee85df0-4f04-4d78-9adf-d29f200ec020 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ee85df0-4f04-4d78-9adf-d29f200ec020 found for delete ", "request_id": "req-408bc9f2-66d8-4b50-8577-493d95f6fa62"}]} 2026-06-10 09:33:34.841 7 INFO neutron.services.segments.plugin [-] Segment d9c5312e-96be-4952-845e-9976a73bf17b resource provider aggregate not found 2026-06-10 09:33:34.847 7 INFO neutron.services.segments.plugin [-] Segment d9c5312e-96be-4952-845e-9976a73bf17b resource provider aggregate not found 2026-06-10 09:33:34.865 7 INFO neutron.services.segments.plugin [-] Segment d9c5312e-96be-4952-845e-9976a73bf17b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9c5312e-96be-4952-845e-9976a73bf17b found for delete ", "request_id": "req-fa9e0e7e-4e69-465d-8f1b-1b6f17e7d958"}]} 2026-06-10 09:33:34.869 7 INFO neutron.services.segments.plugin [-] Segment d9c5312e-96be-4952-845e-9976a73bf17b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9c5312e-96be-4952-845e-9976a73bf17b found for delete ", "request_id": "req-7f9af8e0-d206-4757-a56a-49f2a3594bb6"}]} 2026-06-10 09:33:34.879 7 INFO neutron.db.l3_hamode_db [None req-e45c7ba8-c0de-4432-b8d6-6ef75b0a22c7 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] HA network 6160abf1-da7a-4a61-a646-15b19e898985 was deleted as no HA routers are present in tenant f6100f81ad574285b0465bb012beb856. [pid: 7|app: 0|req: 1119/2236] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:33:34 2026] DELETE /v2.0/routers/df11bf0b-8bfa-43ad-aa53-3c3ec4160644 => generated 0 bytes in 834 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2237] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:33:34 2026] GET /v2.0/ports?tenant_id=3a785df2890e48b4b47bd62b42ba5200&device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2238] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:33:34 2026] GET /v2.0/networks?id=46f639f3-20be-41d4-9fea-5af5c7e48c3a => generated 756 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2239] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 10 09:33:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=49ab5328-9ee5-4923-b9c1-32acec4bd190 => 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: 1121/2240] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:33:35 2026] GET /v2.0/subnets?id=2baf1af5-63bd-42b6-8a19-4e7f844b2b0e => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2241] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:33:34 2026] DELETE /v2.0/subnets/3d66b417-c378-4650-a1c5-2da0ff783bfc => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2242] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:33:35 2026] GET /v2.0/ports?network_id=46f639f3-20be-41d4-9fea-5af5c7e48c3a&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2243] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:33:35 2026] GET /v2.0/networks/46f639f3-20be-41d4-9fea-5af5c7e48c3a?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:33:35.155 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5f20a3f-60e7-4200-842e-20f3e739a025 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 222d0c5b-4ad7-4dd1-b0c3-cf43b6be13a4 2026-06-10 09:33:35.158 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5f20a3f-60e7-4200-842e-20f3e739a025 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 222d0c5b-4ad7-4dd1-b0c3-cf43b6be13a4 [pid: 8|app: 0|req: 1124/2244] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:33:35 2026] GET /v2.0/networks/46f639f3-20be-41d4-9fea-5af5c7e48c3a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2245] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:33:35 2026] DELETE /v2.0/networks/5c2a2e22-ecf3-4486-9e15-fd864bdbd6b6 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2246] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:33:35 2026] GET /v2.0/floatingips/d899bdbf-c87b-483c-a234-f2821c7b7de3 => 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: 1122/2247] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:33:35 2026] GET /v2.0/security-groups?tenant_id=f6cce10b71464ad593a54d8718f6ec99&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2248] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:33:35 2026] DELETE /v2.0/security-groups/6e03a372-e32e-42ef-985b-3aa4fb7c5dd9 => 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: 1123/2249] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:33:35 2026] GET /v2.0/security-groups?tenant_id=f6100f81ad574285b0465bb012beb856&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2250] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:33:35 2026] DELETE /v2.0/security-groups/7e30fb12-4b72-4c8e-9a4d-b4f2917cf2ee => 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: 1124/2251] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:33:36 2026] GET /v2.0/floatingips/d899bdbf-c87b-483c-a234-f2821c7b7de3 => generated 552 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:33:36.880 7 INFO neutron.services.segments.plugin [-] Segment 7d7fccfc-f32e-4c52-812b-11afa55d1b7d resource provider aggregate not found 2026-06-10 09:33:36.899 7 INFO neutron.services.segments.plugin [-] Segment 7d7fccfc-f32e-4c52-812b-11afa55d1b7d resource provider aggregate not found 2026-06-10 09:33:36.903 7 INFO neutron.services.segments.plugin [-] Segment 7d7fccfc-f32e-4c52-812b-11afa55d1b7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d7fccfc-f32e-4c52-812b-11afa55d1b7d found for delete ", "request_id": "req-2d8f3be8-1b36-4099-aa53-854063a6d410"}]} 2026-06-10 09:33:36.914 7 INFO neutron.services.segments.plugin [-] Segment 7d7fccfc-f32e-4c52-812b-11afa55d1b7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d7fccfc-f32e-4c52-812b-11afa55d1b7d found for delete ", "request_id": "req-62fd9ecf-f96f-478a-ab1e-85fc1d198c24"}]} [pid: 8|app: 0|req: 1128/2252] 10.0.0.18 () {34 vars in 684 bytes} [Wed Jun 10 09:33:37 2026] POST /v2.0/security-groups => generated 1675 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2253] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:33:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2254] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:33:37 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: 1126/2255] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:33:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2256] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:33:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:33:38.108 7 INFO neutron.db.securitygroups_db [None req-13c3de60-c44a-4a59-a9dc-576fa2ea8acb 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] Project 3a785df2890e48b4b47bd62b42ba5200 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: 1127/2257] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:33:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:33:38.234 8 INFO neutron.db.securitygroups_db [None req-8a260b57-f770-405b-acb3-6301c9d58175 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] Project 3a785df2890e48b4b47bd62b42ba5200 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: 1131/2258] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:33:38 2026] POST /v2.0/security-group-rules => generated 606 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2259] 10.0.0.18 () {32 vars in 648 bytes} [Wed Jun 10 09:33:38 2026] GET /v2.0/networks => generated 1297 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2260] 10.0.0.166 () {34 vars in 1098 bytes} [Wed Jun 10 09:33:39 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-282043683&fields=id&tenant_id=3a785df2890e48b4b47bd62b42ba5200 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2261] 10.0.0.166 () {34 vars in 982 bytes} [Wed Jun 10 09:33:39 2026] GET /v2.0/networks?id=46f639f3-20be-41d4-9fea-5af5c7e48c3a => generated 660 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2262] 10.0.0.166 () {34 vars in 965 bytes} [Wed Jun 10 09:33:39 2026] GET /v2.0/quotas/3a785df2890e48b4b47bd62b42ba5200 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2263] 10.0.0.166 () {34 vars in 1002 bytes} [Wed Jun 10 09:33:39 2026] GET /v2.0/ports?tenant_id=3a785df2890e48b4b47bd62b42ba5200&fields=id => generated 149 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2264] 10.0.0.166 () {34 vars in 1008 bytes} [Wed Jun 10 09:33:39 2026] GET /v2.0/networks/46f639f3-20be-41d4-9fea-5af5c7e48c3a?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: 1131/2265] 10.0.0.166 () {34 vars in 1108 bytes} [Wed Jun 10 09:33:39 2026] GET /v2.0/networks/46f639f3-20be-41d4-9fea-5af5c7e48c3a?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: 1135/2266] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:39 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => 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: 1136/2267] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:40 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => 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: 1132/2268] 10.0.0.18 () {34 vars in 675 bytes} [Wed Jun 10 09:33:40 2026] POST /v2.0/floatingips => generated 552 bytes in 634 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2269] 10.0.0.18 () {34 vars in 675 bytes} [Wed Jun 10 09:33:40 2026] POST /v2.0/floatingips => generated 552 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2270] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:41 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => 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: 1133/2271] 10.0.0.18 () {34 vars in 675 bytes} [Wed Jun 10 09:33:41 2026] POST /v2.0/floatingips => generated 552 bytes in 612 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2274] 10.0.0.18 () {34 vars in 675 bytes} [Wed Jun 10 09:33:41 2026] POST /v2.0/floatingips => generated 552 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2275] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:42 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => 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: 1136/2276] 10.0.0.18 () {34 vars in 675 bytes} [Wed Jun 10 09:33:42 2026] POST /v2.0/floatingips => generated 552 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2277] 10.0.0.18 () {34 vars in 758 bytes} [Wed Jun 10 09:33:42 2026] PUT /v2.0/floatingips/54848b67-4dd8-43fb-9674-31d92c28ead3/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2278] 10.0.0.18 () {34 vars in 758 bytes} [Wed Jun 10 09:33:43 2026] PUT /v2.0/floatingips/45bb5186-9d6f-4197-ac01-c43b374b5aa0/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2279] 10.0.0.18 () {34 vars in 758 bytes} [Wed Jun 10 09:33:43 2026] PUT /v2.0/floatingips/79ffb9eb-8e1b-4390-83d1-d2b30a883703/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2280] 10.0.0.18 () {34 vars in 758 bytes} [Wed Jun 10 09:33:43 2026] PUT /v2.0/floatingips/cd531c48-6d0f-4a85-b0ec-137cd8b0d153/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2281] 10.0.0.18 () {32 vars in 671 bytes} [Wed Jun 10 09:33:43 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2282] 10.0.0.18 () {32 vars in 685 bytes} [Wed Jun 10 09:33:43 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2283] 10.0.0.18 () {32 vars in 681 bytes} [Wed Jun 10 09:33:43 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2284] 10.0.0.18 () {32 vars in 693 bytes} [Wed Jun 10 09:33:43 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2285] 10.0.0.18 () {32 vars in 679 bytes} [Wed Jun 10 09:33:43 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2286] 10.0.0.18 () {32 vars in 693 bytes} [Wed Jun 10 09:33:43 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2287] 10.0.0.18 () {32 vars in 689 bytes} [Wed Jun 10 09:33:43 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2288] 10.0.0.18 () {32 vars in 701 bytes} [Wed Jun 10 09:33:43 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2289] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:33:43 2026] GET /v2.0/networks?id=46f639f3-20be-41d4-9fea-5af5c7e48c3a => generated 660 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:33:43.751 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d31bd01-0938-43bf-9ff6-48f24877e6a5 a34f0fe5c8974f80af6f5308623c7733 5cc18867daba475eaf268e2321c9ff0c - - default default] TaaS: Handle Delete Port: ed587e1b-4ac4-41ba-9791-97718e943a34 2026-06-10 09:33:43.754 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d31bd01-0938-43bf-9ff6-48f24877e6a5 a34f0fe5c8974f80af6f5308623c7733 5cc18867daba475eaf268e2321c9ff0c - - default default] Tap Mirror: Handle Delete Port: ed587e1b-4ac4-41ba-9791-97718e943a34 [pid: 7|app: 0|req: 1144/2290] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 10 09:33:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3a785df2890e48b4b47bd62b42ba5200 => generated 273 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2291] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:33:43 2026] DELETE /v2.0/floatingips/54848b67-4dd8-43fb-9674-31d92c28ead3 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2292] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:43 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:33:44.064 8 INFO neutron_taas.services.taas.taas_plugin [None req-80288455-6a6b-4fe0-af2a-04c080626ccb a34f0fe5c8974f80af6f5308623c7733 5cc18867daba475eaf268e2321c9ff0c - - default default] TaaS: Handle Delete Port: 931d7a6d-c0b8-4535-a708-604997214d06 2026-06-10 09:33:44.066 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80288455-6a6b-4fe0-af2a-04c080626ccb a34f0fe5c8974f80af6f5308623c7733 5cc18867daba475eaf268e2321c9ff0c - - default default] Tap Mirror: Handle Delete Port: 931d7a6d-c0b8-4535-a708-604997214d06 [pid: 7|app: 0|req: 1145/2293] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 10 09:33:43 2026] POST /v2.0/ports => generated 954 bytes in 673 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: 1149/2294] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:33:43 2026] DELETE /v2.0/floatingips/45bb5186-9d6f-4197-ac01-c43b374b5aa0 => generated 0 bytes in 662 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:33:44.731 8 INFO neutron_taas.services.taas.taas_plugin [None req-5bc94665-358c-49ae-b21c-8e44eecc053c a34f0fe5c8974f80af6f5308623c7733 5cc18867daba475eaf268e2321c9ff0c - - default default] TaaS: Handle Delete Port: 694ee5f0-7487-4c9c-bfa4-87fc4431feba 2026-06-10 09:33:44.734 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bc94665-358c-49ae-b21c-8e44eecc053c a34f0fe5c8974f80af6f5308623c7733 5cc18867daba475eaf268e2321c9ff0c - - default default] Tap Mirror: Handle Delete Port: 694ee5f0-7487-4c9c-bfa4-87fc4431feba [pid: 7|app: 0|req: 1146/2295] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:33:44 2026] PUT /v2.0/ports/c0d0c102-574b-4b3c-831d-4a2cc671d0a7 => generated 1235 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:33:44.903 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f8cc492-b21c-489c-b8b7-ec168e3016bb'] response: {'name': 'network-changed', 'server_uuid': 'f3889922-e816-4850-89e6-a83d051c10d9', 'tag': 'c0d0c102-574b-4b3c-831d-4a2cc671d0a7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1150/2296] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:33:44 2026] DELETE /v2.0/floatingips/79ffb9eb-8e1b-4390-83d1-d2b30a883703 => generated 0 bytes in 293 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-10 09:33:45.014 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc42ac1b-726a-4058-b3e8-1a523926c466 a34f0fe5c8974f80af6f5308623c7733 5cc18867daba475eaf268e2321c9ff0c - - default default] TaaS: Handle Delete Port: 72eeefbd-dc73-43ac-8b51-33859682e96e 2026-06-10 09:33:45.016 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc42ac1b-726a-4058-b3e8-1a523926c466 a34f0fe5c8974f80af6f5308623c7733 5cc18867daba475eaf268e2321c9ff0c - - default default] Tap Mirror: Handle Delete Port: 72eeefbd-dc73-43ac-8b51-33859682e96e [pid: 8|app: 0|req: 1151/2297] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:45 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2298] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:33:45 2026] GET /v2.0/security-groups?id=ef44f59a-6980-4ad4-8d3e-651322166fba&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: 1147/2299] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:33:44 2026] DELETE /v2.0/floatingips/cd531c48-6d0f-4a85-b0ec-137cd8b0d153 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:33:45.261 8 INFO neutron_taas.services.taas.taas_plugin [None req-8cda6e0b-d552-4749-a358-d2b1fe3b8251 a34f0fe5c8974f80af6f5308623c7733 5cc18867daba475eaf268e2321c9ff0c - - default default] TaaS: Handle Delete Port: 8eb7d84c-3a8c-4bbe-8121-e7cccb6c2b18 2026-06-10 09:33:45.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cda6e0b-d552-4749-a358-d2b1fe3b8251 a34f0fe5c8974f80af6f5308623c7733 5cc18867daba475eaf268e2321c9ff0c - - default default] Tap Mirror: Handle Delete Port: 8eb7d84c-3a8c-4bbe-8121-e7cccb6c2b18 [pid: 8|app: 0|req: 1153/2300] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:33:45 2026] DELETE /v2.0/floatingips/ae031d17-2144-4b02-8090-811837cb0f4d => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2301] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:33:45 2026] GET /v2.0/ports?tenant_id=3a785df2890e48b4b47bd62b42ba5200&device_id=f3889922-e816-4850-89e6-a83d051c10d9 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2302] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 10 09:33:45 2026] GET /v2.0/networks?tenant_id=3a785df2890e48b4b47bd62b42ba5200&shared=False => generated 756 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2303] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 10 09:33:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2304] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:46 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => 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: 1151/2305] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:33:46 2026] GET /v2.0/security-groups?id=ef44f59a-6980-4ad4-8d3e-651322166fba&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2306] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:33:46 2026] GET /v2.0/security-groups?tenant_id=168b221c19314222b1df2fdf362a3a32&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2307] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:33:46 2026] DELETE /v2.0/security-groups/71220ac5-38c5-45b0-aa46-646319db45de => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2308] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:33:46 2026] GET /v2.0/ports?tenant_id=3a785df2890e48b4b47bd62b42ba5200&device_id=f3889922-e816-4850-89e6-a83d051c10d9 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2309] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:33:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c0d0c102-574b-4b3c-831d-4a2cc671d0a7 => 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: 1158/2310] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:33:46 2026] GET /v2.0/subnets?id=2baf1af5-63bd-42b6-8a19-4e7f844b2b0e => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2311] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:33:46 2026] GET /v2.0/ports?network_id=46f639f3-20be-41d4-9fea-5af5c7e48c3a&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2312] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:33:46 2026] GET /v2.0/security-groups?tenant_id=858f7d2d6b1c4123bb2f509c04958e25&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2313] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:33:46 2026] GET /v2.0/networks/46f639f3-20be-41d4-9fea-5af5c7e48c3a?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: 1161/2314] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:33:46 2026] GET /v2.0/networks/46f639f3-20be-41d4-9fea-5af5c7e48c3a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2315] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:33:46 2026] DELETE /v2.0/security-groups/bd53c269-a74b-4622-8d70-d18ffb2525d4 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2316] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:33:47 2026] GET /v2.0/security-groups?tenant_id=5cc18867daba475eaf268e2321c9ff0c&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2317] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:33:47 2026] DELETE /v2.0/security-groups/e39c358c-3f55-4413-bb58-dbaa46918927 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2318] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:47 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2319] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:33:47 2026] GET /v2.0/security-groups?id=ef44f59a-6980-4ad4-8d3e-651322166fba&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: 1164/2320] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:48 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2321] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:33:48 2026] GET /v2.0/security-groups?id=ef44f59a-6980-4ad4-8d3e-651322166fba&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: 1165/2322] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:49 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2323] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:33:49 2026] GET /v2.0/security-groups?id=ef44f59a-6980-4ad4-8d3e-651322166fba&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: 1166/2324] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:50 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2325] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:33:50 2026] GET /v2.0/security-groups?id=ef44f59a-6980-4ad4-8d3e-651322166fba&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-10 09:33:51.538 8 INFO neutron.db.segments_db [None req-d698ab12-f141-47f4-a2b3-12aabb9cffce b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] Added segment 420209b1-8a3d-42d1-9de0-0a4f31b5c3c0 of type vxlan for network 61fb0f11-aa63-49fc-9fc8-135980e38b85 2026-06-10 09:33:51.787 8 INFO neutron.db.l3_hamode_db [None req-d698ab12-f141-47f4-a2b3-12aabb9cffce b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:33:51.928 8 INFO neutron.db.l3_hamode_db [None req-d698ab12-f141-47f4-a2b3-12aabb9cffce b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1160/2326] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:52 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2327] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:33:52 2026] GET /v2.0/security-groups?id=ef44f59a-6980-4ad4-8d3e-651322166fba&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: 1162/2328] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:33:52 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2329] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:33:52 2026] GET /v2.0/security-groups?id=ef44f59a-6980-4ad4-8d3e-651322166fba&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: 1164/2330] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:33:52 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2331] 10.0.0.18 () {34 vars in 667 bytes} [Wed Jun 10 09:33:51 2026] POST /v2.0/routers => generated 474 bytes in 1252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:33:52.662 8 INFO neutron.db.l3_hamode_db [None req-8db2507c-7fab-41fd-837d-fb31da859a8d b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:33:52.721 7 INFO neutron.db.l3_db [None req-aa95ffad-534e-4ac8-8fe8-2ec707501d47 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] Floating IP d899bdbf-c87b-483c-a234-f2821c7b7de3 associated. External IP: 10.96.250.213, port: c0d0c102-574b-4b3c-831d-4a2cc671d0a7. 2026-06-10 09:33:52.806 8 INFO neutron.db.l3_hamode_db [None req-8db2507c-7fab-41fd-837d-fb31da859a8d b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1165/2332] 10.0.0.18 () {34 vars in 748 bytes} [Wed Jun 10 09:33:52 2026] PUT /v2.0/floatingips/d899bdbf-c87b-483c-a234-f2821c7b7de3 => generated 855 bytes in 657 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:33:53.081 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-93b541ce-50dd-4ad3-b59c-6777dc331b7a'] response: {'name': 'network-changed', 'server_uuid': 'f3889922-e816-4850-89e6-a83d051c10d9', 'tag': 'c0d0c102-574b-4b3c-831d-4a2cc671d0a7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1166/2333] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:33:53 2026] GET /v2.0/floatingips/d899bdbf-c87b-483c-a234-f2821c7b7de3 => generated 855 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2334] 10.0.0.18 () {34 vars in 667 bytes} [Wed Jun 10 09:33:52 2026] POST /v2.0/routers => generated 474 bytes in 849 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:33:53.522 7 INFO neutron.db.l3_hamode_db [None req-cc271a51-525b-4086-b65f-555be736fca5 b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1169/2335] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:33:53 2026] GET /v2.0/ports?tenant_id=3a785df2890e48b4b47bd62b42ba5200&device_id=f3889922-e816-4850-89e6-a83d051c10d9 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:33:53.645 7 INFO neutron.db.l3_hamode_db [None req-cc271a51-525b-4086-b65f-555be736fca5 b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1170/2336] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:33:53 2026] GET /v2.0/networks?id=46f639f3-20be-41d4-9fea-5af5c7e48c3a => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2337] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:33:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c0d0c102-574b-4b3c-831d-4a2cc671d0a7 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2338] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:33:53 2026] GET /v2.0/subnets?id=2baf1af5-63bd-42b6-8a19-4e7f844b2b0e => 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: 1173/2339] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:33:53 2026] GET /v2.0/ports?network_id=46f639f3-20be-41d4-9fea-5af5c7e48c3a&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: 1174/2340] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:33:53 2026] GET /v2.0/networks/46f639f3-20be-41d4-9fea-5af5c7e48c3a?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2341] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:33:53 2026] GET /v2.0/networks/46f639f3-20be-41d4-9fea-5af5c7e48c3a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2342] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:33:54 2026] GET /v2.0/floatingips/d899bdbf-c87b-483c-a234-f2821c7b7de3 => generated 855 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2343] 10.0.0.18 () {34 vars in 667 bytes} [Wed Jun 10 09:33:53 2026] POST /v2.0/routers => generated 474 bytes in 834 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:33:54.358 8 INFO neutron.db.l3_hamode_db [None req-6bb9021d-33fe-4479-8a78-770d61c8216d b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:33:54.474 8 INFO neutron.db.l3_hamode_db [None req-6bb9021d-33fe-4479-8a78-770d61c8216d b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1177/2344] 10.0.0.18 () {34 vars in 667 bytes} [Wed Jun 10 09:33:54 2026] POST /v2.0/routers => generated 474 bytes in 801 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2345] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:33:55 2026] GET /v2.0/floatingips/d899bdbf-c87b-483c-a234-f2821c7b7de3 => generated 857 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:33:55.173 7 INFO neutron.db.l3_hamode_db [None req-fa5a087f-8047-4b60-ab50-eda8d0e501fd b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:33:55.309 7 INFO neutron.db.l3_hamode_db [None req-fa5a087f-8047-4b60-ab50-eda8d0e501fd b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1168/2346] 10.0.0.18 () {34 vars in 667 bytes} [Wed Jun 10 09:33:55 2026] POST /v2.0/routers => generated 474 bytes in 912 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2347] 10.0.0.18 () {34 vars in 750 bytes} [Wed Jun 10 09:33:56 2026] PUT /v2.0/routers/8f9053fc-ebde-4f51-bd70-8d9014bd1d6d/tags => generated 17 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2348] 10.0.0.18 () {34 vars in 750 bytes} [Wed Jun 10 09:33:56 2026] PUT /v2.0/routers/909c2215-9c66-4536-ac5f-3b51a29512f3/tags => generated 25 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2349] 10.0.0.18 () {34 vars in 750 bytes} [Wed Jun 10 09:33:56 2026] PUT /v2.0/routers/169ff3ab-d563-455a-9613-5bc932fdcb1a/tags => generated 34 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2350] 10.0.0.18 () {34 vars in 750 bytes} [Wed Jun 10 09:33:56 2026] PUT /v2.0/routers/8269a649-2e0f-498d-ae7c-9b4ddb219887/tags => generated 19 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2351] 10.0.0.18 () {32 vars in 663 bytes} [Wed Jun 10 09:33:56 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: 7|app: 0|req: 1171/2352] 10.0.0.18 () {32 vars in 677 bytes} [Wed Jun 10 09:33:56 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2353] 10.0.0.18 () {32 vars in 673 bytes} [Wed Jun 10 09:33:56 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2354] 10.0.0.18 () {32 vars in 685 bytes} [Wed Jun 10 09:33:56 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2355] 10.0.0.18 () {32 vars in 671 bytes} [Wed Jun 10 09:33:56 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2356] 10.0.0.18 () {32 vars in 685 bytes} [Wed Jun 10 09:33:56 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2359] 10.0.0.18 () {32 vars in 681 bytes} [Wed Jun 10 09:33:57 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2360] 10.0.0.18 () {32 vars in 693 bytes} [Wed Jun 10 09:33:57 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2361] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:33:57 2026] GET /v2.0/routers/8f9053fc-ebde-4f51-bd70-8d9014bd1d6d => generated 485 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2362] 10.0.0.18 () {34 vars in 741 bytes} [Wed Jun 10 09:33:57 2026] PUT /v2.0/routers/8f9053fc-ebde-4f51-bd70-8d9014bd1d6d => generated 485 bytes in 526 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2363] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:33:57 2026] GET /v2.0/ports?device_id=8f9053fc-ebde-4f51-bd70-8d9014bd1d6d => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:33:58.011 7 INFO neutron_taas.services.taas.taas_plugin [None req-00fdf627-8242-41f4-8c80-0979f4bf7c6b b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] TaaS: Handle Delete Port: 279c8f22-70bb-4f7f-9f6a-420a06c87b8b 2026-06-10 09:33:58.014 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00fdf627-8242-41f4-8c80-0979f4bf7c6b b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] Tap Mirror: Handle Delete Port: 279c8f22-70bb-4f7f-9f6a-420a06c87b8b [pid: 7|app: 0|req: 1178/2364] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:33:57 2026] DELETE /v2.0/routers/8f9053fc-ebde-4f51-bd70-8d9014bd1d6d => generated 0 bytes in 408 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2365] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:33:58 2026] GET /v2.0/routers/909c2215-9c66-4536-ac5f-3b51a29512f3 => generated 493 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2366] 10.0.0.18 () {34 vars in 741 bytes} [Wed Jun 10 09:33:58 2026] PUT /v2.0/routers/909c2215-9c66-4536-ac5f-3b51a29512f3 => generated 493 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2367] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:33:58 2026] GET /v2.0/ports?device_id=909c2215-9c66-4536-ac5f-3b51a29512f3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:33:59.024 7 INFO neutron_taas.services.taas.taas_plugin [None req-120a01a6-2489-4514-8351-69ff6e3127fd b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] TaaS: Handle Delete Port: 0d62d8f5-8010-46a2-9b1d-7bbd64733c26 2026-06-10 09:33:59.027 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-120a01a6-2489-4514-8351-69ff6e3127fd b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] Tap Mirror: Handle Delete Port: 0d62d8f5-8010-46a2-9b1d-7bbd64733c26 [pid: 7|app: 0|req: 1180/2368] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:33:58 2026] DELETE /v2.0/routers/909c2215-9c66-4536-ac5f-3b51a29512f3 => generated 0 bytes in 420 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2369] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:33:59 2026] GET /v2.0/routers/169ff3ab-d563-455a-9613-5bc932fdcb1a => generated 502 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2370] 10.0.0.18 () {34 vars in 741 bytes} [Wed Jun 10 09:33:59 2026] PUT /v2.0/routers/169ff3ab-d563-455a-9613-5bc932fdcb1a => generated 502 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2371] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:33:59 2026] GET /v2.0/ports?device_id=169ff3ab-d563-455a-9613-5bc932fdcb1a => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:34:00.392 7 INFO neutron_taas.services.taas.taas_plugin [None req-97221c89-2bd3-495d-ad36-95fe96b8d1ba b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] TaaS: Handle Delete Port: 809bc418-b9df-418e-8594-3d61504cfbb2 2026-06-10 09:34:00.395 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97221c89-2bd3-495d-ad36-95fe96b8d1ba b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] Tap Mirror: Handle Delete Port: 809bc418-b9df-418e-8594-3d61504cfbb2 [pid: 7|app: 0|req: 1182/2372] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:33:59 2026] DELETE /v2.0/routers/169ff3ab-d563-455a-9613-5bc932fdcb1a => generated 0 bytes in 774 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2373] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:34:00 2026] GET /v2.0/routers/8269a649-2e0f-498d-ae7c-9b4ddb219887 => generated 487 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2374] 10.0.0.18 () {34 vars in 741 bytes} [Wed Jun 10 09:34:00 2026] PUT /v2.0/routers/8269a649-2e0f-498d-ae7c-9b4ddb219887 => generated 487 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2375] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:34:01 2026] GET /v2.0/ports?device_id=8269a649-2e0f-498d-ae7c-9b4ddb219887 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:34:01.334 7 INFO neutron_taas.services.taas.taas_plugin [None req-67e9d625-2f62-48e2-82f9-abf8221f2a3c b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] TaaS: Handle Delete Port: 4b83bbfa-c8d4-4517-acf4-879f8b3972ca 2026-06-10 09:34:01.336 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67e9d625-2f62-48e2-82f9-abf8221f2a3c b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] Tap Mirror: Handle Delete Port: 4b83bbfa-c8d4-4517-acf4-879f8b3972ca [pid: 7|app: 0|req: 1184/2376] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:34:01 2026] DELETE /v2.0/routers/8269a649-2e0f-498d-ae7c-9b4ddb219887 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2377] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:34:01 2026] GET /v2.0/routers/ebbc384f-0861-4498-bb47-9ae5672c7d72 => 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: 1185/2378] 10.0.0.18 () {34 vars in 741 bytes} [Wed Jun 10 09:34:01 2026] PUT /v2.0/routers/ebbc384f-0861-4498-bb47-9ae5672c7d72 => generated 480 bytes in 642 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2379] 10.0.0.18 () {32 vars in 735 bytes} [Wed Jun 10 09:34:02 2026] GET /v2.0/ports?device_id=ebbc384f-0861-4498-bb47-9ae5672c7d72 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:34:02.494 7 INFO neutron_taas.services.taas.taas_plugin [None req-6665ff3b-9622-45d5-8377-c11c3efc61dc b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] TaaS: Handle Delete Port: 0e2c245a-c589-4f10-bec9-d04d37a84765 2026-06-10 09:34:02.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6665ff3b-9622-45d5-8377-c11c3efc61dc b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] Tap Mirror: Handle Delete Port: 0e2c245a-c589-4f10-bec9-d04d37a84765 2026-06-10 09:34:02.885 7 INFO neutron.services.segments.plugin [-] Segment 420209b1-8a3d-42d1-9de0-0a4f31b5c3c0 resource provider aggregate not found 2026-06-10 09:34:02.888 7 INFO neutron.services.segments.plugin [-] Segment 420209b1-8a3d-42d1-9de0-0a4f31b5c3c0 resource provider aggregate not found 2026-06-10 09:34:02.911 7 INFO neutron.services.segments.plugin [-] Segment 420209b1-8a3d-42d1-9de0-0a4f31b5c3c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 420209b1-8a3d-42d1-9de0-0a4f31b5c3c0 found for delete ", "request_id": "req-55852a5f-c387-4538-b161-aec9f8390430"}]} 2026-06-10 09:34:02.915 7 INFO neutron.services.segments.plugin [-] Segment 420209b1-8a3d-42d1-9de0-0a4f31b5c3c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 420209b1-8a3d-42d1-9de0-0a4f31b5c3c0 found for delete ", "request_id": "req-387da48d-902f-4225-a946-bdf403b346bb"}]} 2026-06-10 09:34:02.937 7 INFO neutron.db.l3_hamode_db [None req-6665ff3b-9622-45d5-8377-c11c3efc61dc b1b835371c78456c9841989ce063b97b 2f06b99e20664ff289fd996d031443d5 - - default default] HA network 61fb0f11-aa63-49fc-9fc8-135980e38b85 was deleted as no HA routers are present in tenant 2f06b99e20664ff289fd996d031443d5. [pid: 7|app: 0|req: 1186/2380] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:34:02 2026] DELETE /v2.0/routers/ebbc384f-0861-4498-bb47-9ae5672c7d72 => generated 0 bytes in 676 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2381] 10.0.0.11 () {34 vars in 989 bytes} [Wed Jun 10 09:34:02 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2382] 10.0.0.11 () {34 vars in 1039 bytes} [Wed Jun 10 09:34:03 2026] GET /v2.0/security-groups?id=ef44f59a-6980-4ad4-8d3e-651322166fba&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: 1196/2383] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:34:03 2026] GET /v2.0/security-groups?tenant_id=2f06b99e20664ff289fd996d031443d5&name=default => generated 2929 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2384] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:34:04 2026] DELETE /v2.0/security-groups/7b42c0ee-9a39-4238-b8bb-d98300b0d249 => 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: 1197/2385] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:34:04 2026] GET /v2.0/security-groups?tenant_id=36606244874b4ad183280b12f824feed&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2386] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:34:04 2026] DELETE /v2.0/security-groups/91ab7235-010f-4c36-9a99-73e18b0e1c93 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2387] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:34:04 2026] GET /v2.0/security-groups?tenant_id=caf3056685f842a6bca1c58eef34fcfb&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2388] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:34:04 2026] DELETE /v2.0/security-groups/bae2b94f-ee93-4c4e-b9e3-07d4282ec0eb => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:34:09.383 8 INFO neutron.db.segments_db [None req-0436ca21-e450-408f-ba22-c8132e1fd2ee 248566ded6e047058c7dcdddbab0fc57 99000317f9294e91a090d1cc3131d109 - - default default] Added segment 8d9c7986-8ad3-43ce-8405-5a90362ac8b8 of type vxlan for network 32db222a-b736-4623-8494-53fdb6b95241 [pid: 8|app: 0|req: 1199/2389] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:34:09 2026] POST /v2.0/networks => generated 613 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2390] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:34:09 2026] POST /v2.0/subnets => generated 626 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:34:09.772 8 INFO neutron.db.segments_db [None req-fae9a4f8-4c93-4baa-b853-f03c92f9db34 248566ded6e047058c7dcdddbab0fc57 99000317f9294e91a090d1cc3131d109 - - default default] Added segment 43bdaa8a-2676-4b53-9e90-0b9ae7aa965e of type vxlan for network 194c7e93-9318-4ee9-a375-da6679c94e9a [pid: 8|app: 0|req: 1200/2391] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:34:09 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2392] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:34:09 2026] POST /v2.0/subnets => generated 629 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:34:10.329 8 INFO neutron.db.segments_db [None req-ba2ccb90-e4b6-4533-967f-0baa133d8cd3 248566ded6e047058c7dcdddbab0fc57 99000317f9294e91a090d1cc3131d109 - - default default] Added segment e0f2e10c-c55d-4fe9-90ca-a374236051b0 of type vxlan for network 974b6fb5-0688-4648-a483-3612dade8a1d [pid: 8|app: 0|req: 1201/2393] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:34:10 2026] POST /v2.0/networks => generated 613 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2394] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:34:10 2026] POST /v2.0/subnets => generated 629 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:34:10.760 8 INFO neutron.db.segments_db [None req-06bc40dc-1da6-4122-8850-80db5a70da97 248566ded6e047058c7dcdddbab0fc57 99000317f9294e91a090d1cc3131d109 - - default default] Added segment 67c95d6c-8802-413e-8935-29bdc836fde3 of type vxlan for network 2070ad48-a295-41ed-bb38-5d25755d4678 [pid: 8|app: 0|req: 1202/2395] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:34:10 2026] POST /v2.0/networks => generated 613 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2396] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:34:10 2026] POST /v2.0/subnets => generated 629 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:34:11.176 8 INFO neutron.db.segments_db [None req-89b1cbfb-b745-4885-81f7-7fa22e36164d 248566ded6e047058c7dcdddbab0fc57 99000317f9294e91a090d1cc3131d109 - - default default] Added segment 1a78453d-1e4d-4b12-8f64-d118f57d6448 of type vxlan for network dc0802fc-16af-4972-b71c-62422a749435 [pid: 8|app: 0|req: 1203/2397] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:34:11 2026] POST /v2.0/networks => generated 612 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2398] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:34:11 2026] POST /v2.0/subnets => generated 629 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2399] 10.0.0.18 () {34 vars in 750 bytes} [Wed Jun 10 09:34:11 2026] PUT /v2.0/subnets/ce4b89fa-dc4a-4102-bbb6-95c6ee9e21f9/tags => generated 17 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2400] 10.0.0.18 () {34 vars in 750 bytes} [Wed Jun 10 09:34:11 2026] PUT /v2.0/subnets/389d30f9-4325-47a8-be76-d75047338e1c/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2401] 10.0.0.18 () {34 vars in 750 bytes} [Wed Jun 10 09:34:11 2026] PUT /v2.0/subnets/acd7c520-16ef-464d-a8d5-c816ae881d01/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2402] 10.0.0.18 () {34 vars in 750 bytes} [Wed Jun 10 09:34:11 2026] PUT /v2.0/subnets/da72fa2a-896e-4dc5-a817-1dc1b49f4a27/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2403] 10.0.0.18 () {32 vars in 663 bytes} [Wed Jun 10 09:34:11 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2404] 10.0.0.18 () {32 vars in 677 bytes} [Wed Jun 10 09:34:11 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2405] 10.0.0.18 () {32 vars in 673 bytes} [Wed Jun 10 09:34:11 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2406] 10.0.0.18 () {32 vars in 685 bytes} [Wed Jun 10 09:34:12 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2409] 10.0.0.18 () {32 vars in 671 bytes} [Wed Jun 10 09:34:12 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2410] 10.0.0.18 () {32 vars in 685 bytes} [Wed Jun 10 09:34:12 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2411] 10.0.0.18 () {32 vars in 681 bytes} [Wed Jun 10 09:34:12 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2412] 10.0.0.18 () {32 vars in 693 bytes} [Wed Jun 10 09:34:12 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2413] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:34:12 2026] DELETE /v2.0/subnets/ce4b89fa-dc4a-4102-bbb6-95c6ee9e21f9 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2414] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:34:12 2026] DELETE /v2.0/subnets/389d30f9-4325-47a8-be76-d75047338e1c => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2415] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:34:12 2026] DELETE /v2.0/subnets/acd7c520-16ef-464d-a8d5-c816ae881d01 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2416] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:34:12 2026] DELETE /v2.0/subnets/da72fa2a-896e-4dc5-a817-1dc1b49f4a27 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2417] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:34:12 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => generated 971 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2418] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:34:12 2026] GET /v2.0/security-groups?id=ef44f59a-6980-4ad4-8d3e-651322166fba&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: 1213/2419] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:34:12 2026] DELETE /v2.0/subnets/bd7eb27b-0dd4-43a8-9290-5910d44c2a22 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:34:13.121 7 INFO neutron_taas.services.taas.taas_plugin [None req-f3cca0bf-3ba1-4909-94be-3117728de51e 248566ded6e047058c7dcdddbab0fc57 99000317f9294e91a090d1cc3131d109 - - default default] TaaS: Handle Delete Port: 3a20830f-9e99-4b74-8a65-beb931eb3ea1 2026-06-10 09:34:13.125 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3cca0bf-3ba1-4909-94be-3117728de51e 248566ded6e047058c7dcdddbab0fc57 99000317f9294e91a090d1cc3131d109 - - default default] Tap Mirror: Handle Delete Port: 3a20830f-9e99-4b74-8a65-beb931eb3ea1 2026-06-10 09:34:13.344 7 INFO neutron.services.segments.plugin [-] Segment 8d9c7986-8ad3-43ce-8405-5a90362ac8b8 resource provider aggregate not found 2026-06-10 09:34:13.347 7 INFO neutron.services.segments.plugin [-] Segment 8d9c7986-8ad3-43ce-8405-5a90362ac8b8 resource provider aggregate not found 2026-06-10 09:34:13.364 7 INFO neutron.services.segments.plugin [-] Segment 8d9c7986-8ad3-43ce-8405-5a90362ac8b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d9c7986-8ad3-43ce-8405-5a90362ac8b8 found for delete ", "request_id": "req-2469e771-a05d-4c11-bda2-8a9e80d69a75"}]} 2026-06-10 09:34:13.364 7 INFO neutron.services.segments.plugin [-] Segment 8d9c7986-8ad3-43ce-8405-5a90362ac8b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d9c7986-8ad3-43ce-8405-5a90362ac8b8 found for delete ", "request_id": "req-1df4bb94-3f59-4868-802b-a5e8d02c9e07"}]} [pid: 7|app: 0|req: 1207/2420] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:34:13 2026] DELETE /v2.0/networks/32db222a-b736-4623-8494-53fdb6b95241 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:34:13.501 8 INFO neutron.services.segments.plugin [-] Segment 43bdaa8a-2676-4b53-9e90-0b9ae7aa965e resource provider aggregate not found 2026-06-10 09:34:13.506 8 INFO neutron.services.segments.plugin [-] Segment 43bdaa8a-2676-4b53-9e90-0b9ae7aa965e resource provider aggregate not found 2026-06-10 09:34:13.520 8 INFO neutron.services.segments.plugin [-] Segment 43bdaa8a-2676-4b53-9e90-0b9ae7aa965e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43bdaa8a-2676-4b53-9e90-0b9ae7aa965e found for delete ", "request_id": "req-54294567-f6fd-4c51-b6dc-50faa0a5f37e"}]} 2026-06-10 09:34:13.527 8 INFO neutron.services.segments.plugin [-] Segment 43bdaa8a-2676-4b53-9e90-0b9ae7aa965e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43bdaa8a-2676-4b53-9e90-0b9ae7aa965e found for delete ", "request_id": "req-6430110a-4831-4385-8483-6c4b5110ecab"}]} [pid: 8|app: 0|req: 1214/2421] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:34:13 2026] DELETE /v2.0/networks/194c7e93-9318-4ee9-a375-da6679c94e9a => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2422] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:34:13 2026] DELETE /v2.0/networks/974b6fb5-0688-4648-a483-3612dade8a1d => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2423] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:34:13 2026] DELETE /v2.0/networks/2070ad48-a295-41ed-bb38-5d25755d4678 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2424] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:34:13 2026] DELETE /v2.0/networks/dc0802fc-16af-4972-b71c-62422a749435 => 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: 1216/2425] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:34:14 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => generated 971 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2426] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:34:14 2026] GET /v2.0/security-groups?id=ef44f59a-6980-4ad4-8d3e-651322166fba&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: 1217/2427] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:34:14 2026] GET /v2.0/security-groups?tenant_id=8fe7f60ffa704fe7b5a61563cf88192c&name=default => generated 2929 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2428] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:34:15 2026] DELETE /v2.0/security-groups/d648ee98-9aeb-4632-9236-f2f562732365 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2429] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:34:15 2026] GET /v2.0/security-groups?tenant_id=99000317f9294e91a090d1cc3131d109&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2430] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:34:15 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2431] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 10 09:34:15 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2432] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:34:15 2026] GET /v2.0/security-groups?id=ef44f59a-6980-4ad4-8d3e-651322166fba&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: 1219/2433] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:34:15 2026] DELETE /v2.0/security-groups/d51ff8b5-6a53-4873-95e5-b21cb4537c10 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:34:15.379 7 INFO neutron.services.segments.plugin [-] Segment e0f2e10c-c55d-4fe9-90ca-a374236051b0 resource provider aggregate not found 2026-06-10 09:34:15.385 7 INFO neutron.services.segments.plugin [-] Segment e0f2e10c-c55d-4fe9-90ca-a374236051b0 resource provider aggregate not found 2026-06-10 09:34:15.401 7 INFO neutron.services.segments.plugin [-] Segment e0f2e10c-c55d-4fe9-90ca-a374236051b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0f2e10c-c55d-4fe9-90ca-a374236051b0 found for delete ", "request_id": "req-592aa52f-647d-4eba-b412-d2a2b94656fa"}]} 2026-06-10 09:34:15.412 7 INFO neutron.services.segments.plugin [-] Segment e0f2e10c-c55d-4fe9-90ca-a374236051b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0f2e10c-c55d-4fe9-90ca-a374236051b0 found for delete ", "request_id": "req-447778a7-8b35-49b9-9eb3-774d6ad43a8f"}]} 2026-06-10 09:34:15.416 7 INFO neutron.services.segments.plugin [-] Segment 1a78453d-1e4d-4b12-8f64-d118f57d6448 resource provider aggregate not found 2026-06-10 09:34:15.430 7 INFO neutron.services.segments.plugin [-] Segment 1a78453d-1e4d-4b12-8f64-d118f57d6448 resource provider aggregate not found 2026-06-10 09:34:15.432 7 INFO neutron.services.segments.plugin [-] Segment 1a78453d-1e4d-4b12-8f64-d118f57d6448 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a78453d-1e4d-4b12-8f64-d118f57d6448 found for delete ", "request_id": "req-98b4bdfc-8bda-45f7-ad87-488167e76aba"}]} 2026-06-10 09:34:15.449 7 INFO neutron.services.segments.plugin [-] Segment 1a78453d-1e4d-4b12-8f64-d118f57d6448 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a78453d-1e4d-4b12-8f64-d118f57d6448 found for delete ", "request_id": "req-d6a104fd-6c3e-43ed-9b17-42f523065dca"}]} 2026-06-10 09:34:15.468 7 INFO neutron_taas.services.taas.taas_plugin [req-0e21aae8-5b61-4d5d-9a40-a92c98f0b3c4 req-7910bc37-cc14-4960-8a47-155e94a3afee 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] TaaS: Handle Delete Port: c0d0c102-574b-4b3c-831d-4a2cc671d0a7 2026-06-10 09:34:15.471 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0e21aae8-5b61-4d5d-9a40-a92c98f0b3c4 req-7910bc37-cc14-4960-8a47-155e94a3afee 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] Tap Mirror: Handle Delete Port: c0d0c102-574b-4b3c-831d-4a2cc671d0a7 2026-06-10 09:34:15.548 8 INFO neutron.services.segments.plugin [-] Segment 67c95d6c-8802-413e-8935-29bdc836fde3 resource provider aggregate not found 2026-06-10 09:34:15.555 8 INFO neutron.services.segments.plugin [-] Segment 67c95d6c-8802-413e-8935-29bdc836fde3 resource provider aggregate not found 2026-06-10 09:34:15.572 8 INFO neutron.services.segments.plugin [-] Segment 67c95d6c-8802-413e-8935-29bdc836fde3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67c95d6c-8802-413e-8935-29bdc836fde3 found for delete ", "request_id": "req-c1a4da0d-61c6-498d-a9d7-1f25c0f24d40"}]} 2026-06-10 09:34:15.579 8 INFO neutron.services.segments.plugin [-] Segment 67c95d6c-8802-413e-8935-29bdc836fde3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67c95d6c-8802-413e-8935-29bdc836fde3 found for delete ", "request_id": "req-ba04e316-81df-4ebf-bbb0-81a188f79eab"}]} 2026-06-10 09:34:15.612 7 INFO neutron.db.l3_db [req-0e21aae8-5b61-4d5d-9a40-a92c98f0b3c4 req-7910bc37-cc14-4960-8a47-155e94a3afee 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] Floating IP d899bdbf-c87b-483c-a234-f2821c7b7de3 disassociated. External IP: 10.96.250.213, port: c0d0c102-574b-4b3c-831d-4a2cc671d0a7. [pid: 8|app: 0|req: 1220/2434] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:34:15 2026] GET /v2.0/security-groups?tenant_id=dc0349a3ad8342f296e2928d90739882&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2435] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:34:15 2026] DELETE /v2.0/security-groups/e0ad34dc-1e28-4e82-a4c0-f8b04c713108 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2436] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 10 09:34:15 2026] DELETE /v2.0/ports/c0d0c102-574b-4b3c-831d-4a2cc671d0a7 => generated 0 bytes in 641 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:34:16.008 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d67758db-0507-4aa1-b228-1d97d68ead51'] response: {'server_uuid': 'f3889922-e816-4850-89e6-a83d051c10d9', 'name': 'network-vif-deleted', 'tag': 'c0d0c102-574b-4b3c-831d-4a2cc671d0a7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1222/2437] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:34:16 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => 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: 1216/2438] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:34:17 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => 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: 1223/2439] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:34:18 2026] GET /v2.0/ports?device_id=f3889922-e816-4850-89e6-a83d051c10d9 => 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: 1217/2440] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:34:19 2026] DELETE /v2.0/security-groups/ef44f59a-6980-4ad4-8d3e-651322166fba => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:34:19.994 8 INFO neutron_taas.services.taas.taas_plugin [None req-7963a727-b6e2-40e6-9d3f-3991f32abce3 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] TaaS: Handle Delete Port: 6ed785fb-6b81-47fb-9d5f-32ca89c74dc1 2026-06-10 09:34:19.997 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7963a727-b6e2-40e6-9d3f-3991f32abce3 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] Tap Mirror: Handle Delete Port: 6ed785fb-6b81-47fb-9d5f-32ca89c74dc1 [pid: 8|app: 0|req: 1224/2441] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:34:19 2026] DELETE /v2.0/floatingips/d899bdbf-c87b-483c-a234-f2821c7b7de3 => generated 0 bytes in 743 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2442] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:34:20 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2443] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:34:20 2026] GET /v2.0/security-groups?id=7f297495-4aa0-4acf-9faf-d3ae1dc193eb&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: 1219/2444] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:34:21 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => 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: 1226/2445] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:34:21 2026] GET /v2.0/security-groups?id=7f297495-4aa0-4acf-9faf-d3ae1dc193eb&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: 1220/2446] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:34:23 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => 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: 1227/2447] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:34:23 2026] GET /v2.0/security-groups?id=7f297495-4aa0-4acf-9faf-d3ae1dc193eb&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2448] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 10 09:34:23 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => generated 973 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:34:23.524 8 INFO neutron_taas.services.taas.taas_plugin [req-ffd27c1f-8494-45b5-b988-eeb2c4f4e5ab req-810328c6-4e68-4c40-a0c7-99d66114541f 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] TaaS: Handle Delete Port: 49ab5328-9ee5-4923-b9c1-32acec4bd190 2026-06-10 09:34:23.527 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ffd27c1f-8494-45b5-b988-eeb2c4f4e5ab req-810328c6-4e68-4c40-a0c7-99d66114541f 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] Tap Mirror: Handle Delete Port: 49ab5328-9ee5-4923-b9c1-32acec4bd190 [pid: 8|app: 0|req: 1228/2449] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 10 09:34:23 2026] DELETE /v2.0/ports/49ab5328-9ee5-4923-b9c1-32acec4bd190 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:34:23.704 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e807a11-0805-4991-b071-a85050feb1e5'] response: {'server_uuid': 'b09e2d40-0e3e-4b31-b93a-6ddf68fbd930', 'name': 'network-vif-deleted', 'tag': '49ab5328-9ee5-4923-b9c1-32acec4bd190', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1222/2450] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:34:24 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => 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: 1229/2451] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:34:25 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2452] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:34:26 2026] GET /v2.0/ports?device_id=b09e2d40-0e3e-4b31-b93a-6ddf68fbd930 => 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: 1231/2455] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:34:27 2026] DELETE /v2.0/security-groups/7f297495-4aa0-4acf-9faf-d3ae1dc193eb => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:34:28.022 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6befd8d-efd8-48df-a1a2-5292b0e0b81d 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] TaaS: Handle Delete Port: 8b416fb1-62e9-47cd-931b-6af69192879a 2026-06-10 09:34:28.024 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6befd8d-efd8-48df-a1a2-5292b0e0b81d 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] Tap Mirror: Handle Delete Port: 8b416fb1-62e9-47cd-931b-6af69192879a [pid: 7|app: 0|req: 1225/2456] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:34:27 2026] PUT /v2.0/routers/d55391f6-8f27-4a32-a325-0a99e14db3c9/remove_router_interface => generated 309 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2457] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:34:28 2026] DELETE /v2.0/subnets/2baf1af5-63bd-42b6-8a19-4e7f844b2b0e => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:34:29.026 7 INFO neutron_taas.services.taas.taas_plugin [None req-a271b983-c2ac-42de-b2a3-11ff91703547 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] TaaS: Handle Delete Port: f8416822-2c1c-483e-8133-ad45d3c421d3 2026-06-10 09:34:29.029 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a271b983-c2ac-42de-b2a3-11ff91703547 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] Tap Mirror: Handle Delete Port: f8416822-2c1c-483e-8133-ad45d3c421d3 2026-06-10 09:34:29.288 7 INFO neutron_taas.services.taas.taas_plugin [None req-a271b983-c2ac-42de-b2a3-11ff91703547 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] TaaS: Handle Delete Port: 5420c68e-3d60-4c2a-b5a7-43371366e141 2026-06-10 09:34:29.291 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a271b983-c2ac-42de-b2a3-11ff91703547 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] Tap Mirror: Handle Delete Port: 5420c68e-3d60-4c2a-b5a7-43371366e141 2026-06-10 09:34:29.652 7 INFO neutron.db.l3_hamode_db [None req-a271b983-c2ac-42de-b2a3-11ff91703547 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] HA network e9a7f416-65aa-4aae-bac3-65a1882599f9 was deleted as no HA routers are present in tenant 3a785df2890e48b4b47bd62b42ba5200. [pid: 7|app: 0|req: 1226/2458] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:34:28 2026] DELETE /v2.0/routers/d55391f6-8f27-4a32-a325-0a99e14db3c9 => generated 0 bytes in 858 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:34:29.741 7 INFO neutron.services.segments.plugin [-] Segment 176d81a1-2e70-478f-89fa-125a4bfd7230 resource provider aggregate not found 2026-06-10 09:34:29.747 7 INFO neutron.services.segments.plugin [-] Segment 176d81a1-2e70-478f-89fa-125a4bfd7230 resource provider aggregate not found 2026-06-10 09:34:29.756 7 INFO neutron.services.segments.plugin [-] Segment 176d81a1-2e70-478f-89fa-125a4bfd7230 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 176d81a1-2e70-478f-89fa-125a4bfd7230 found for delete ", "request_id": "req-24da7e42-aba7-4dd1-ae39-371e72f7c977"}]} 2026-06-10 09:34:29.763 7 INFO neutron.services.segments.plugin [-] Segment 176d81a1-2e70-478f-89fa-125a4bfd7230 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 176d81a1-2e70-478f-89fa-125a4bfd7230 found for delete ", "request_id": "req-08d1a12d-f0b9-4182-a4a3-b6ace784467f"}]} 2026-06-10 09:34:29.767 8 INFO neutron_taas.services.taas.taas_plugin [None req-9b3fcc5c-f79a-440f-98b2-1aa5e53d2580 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] TaaS: Handle Delete Port: b45f68f5-06cb-4cf0-82bf-67a32a10a695 2026-06-10 09:34:29.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b3fcc5c-f79a-440f-98b2-1aa5e53d2580 907971f6734843d4acc5f4974b963160 3a785df2890e48b4b47bd62b42ba5200 - - default default] Tap Mirror: Handle Delete Port: b45f68f5-06cb-4cf0-82bf-67a32a10a695 [pid: 8|app: 0|req: 1233/2459] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:34:29 2026] DELETE /v2.0/networks/46f639f3-20be-41d4-9fea-5af5c7e48c3a => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:34:29.996 8 INFO neutron.services.segments.plugin [-] Segment e46c71c4-caab-42f4-9b79-8cb3f4b4e8a4 resource provider aggregate not found 2026-06-10 09:34:30.004 8 INFO neutron.services.segments.plugin [-] Segment e46c71c4-caab-42f4-9b79-8cb3f4b4e8a4 resource provider aggregate not found 2026-06-10 09:34:30.012 8 INFO neutron.services.segments.plugin [-] Segment e46c71c4-caab-42f4-9b79-8cb3f4b4e8a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e46c71c4-caab-42f4-9b79-8cb3f4b4e8a4 found for delete ", "request_id": "req-81a258f3-f517-4feb-9439-da34aada66b2"}]} 2026-06-10 09:34:30.018 8 INFO neutron.services.segments.plugin [-] Segment e46c71c4-caab-42f4-9b79-8cb3f4b4e8a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e46c71c4-caab-42f4-9b79-8cb3f4b4e8a4 found for delete ", "request_id": "req-abc32768-67ba-481f-95ea-e5d027218089"}]} [pid: 7|app: 0|req: 1227/2460] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:34:30 2026] GET /v2.0/security-groups?tenant_id=3a785df2890e48b4b47bd62b42ba5200&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2461] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:34:30 2026] DELETE /v2.0/security-groups/68ad873b-e621-4824-808c-39f7a2891efc => generated 0 bytes in 205 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2462] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:34:31 2026] GET /v2.0/security-groups?tenant_id=5029b5b32d4d49f8840bb37b48df5c85&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2463] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:34:31 2026] DELETE /v2.0/security-groups/ddc33963-635c-4c0d-883c-fa6e10de7db4 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:34:40.539 7 INFO neutron.db.segments_db [None req-68ef8360-ca45-4392-900a-1e7e40a5babd 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Added segment 30629dbf-78c5-4a8f-95d6-7c2362764292 of type vxlan for network 381a36d7-8d75-4a77-87d1-64d20712d95b [pid: 7|app: 0|req: 1229/2464] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:34:40 2026] POST /v2.0/networks => generated 621 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2465] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:34:40 2026] POST /v2.0/subnets => generated 656 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2466] 10.0.0.18 () {32 vars in 721 bytes} [Wed Jun 10 09:34:40 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2467] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:34:40 2026] POST /v2.0/subnets => generated 732 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:34:41.143 7 INFO neutron.db.segments_db [None req-d29d46bc-9e6e-4a1f-a4f4-c9eebad98104 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Added segment 5fa5fa3a-c37e-4a23-a1bc-77d64fd0117e of type vxlan for network 2d83d98f-e327-46d3-a072-9f754e667786 [pid: 7|app: 0|req: 1231/2468] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:34:41 2026] POST /v2.0/networks => generated 618 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2469] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:34:41 2026] POST /v2.0/subnets => generated 655 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2470] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:34:41 2026] POST /v2.0/subnets => generated 726 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:34:41.833 8 INFO neutron.db.segments_db [None req-5cb74fa3-dbed-4114-a924-78390b3c01c5 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Added segment 8072e77c-0026-4a11-84c2-0ebf6ae7c809 of type vxlan for network 8eedeb74-fb4e-4261-9712-b69922e4af83 [pid: 8|app: 0|req: 1239/2471] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:34:41 2026] POST /v2.0/networks => generated 619 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2474] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:34:41 2026] POST /v2.0/subnets => generated 655 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2475] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:34:42 2026] POST /v2.0/subnets => generated 729 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:34:42.466 7 INFO neutron.db.segments_db [None req-29b82e83-b57d-41ea-a579-d584f0df83c2 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Added segment 9772d9c8-8461-4120-a7ce-c7e6c72197e2 of type vxlan for network b0013f9e-fed0-491e-a0a8-cc087679f290 2026-06-10 09:34:42.704 7 INFO neutron.db.l3_hamode_db [None req-29b82e83-b57d-41ea-a579-d584f0df83c2 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:34:43.520 7 INFO neutron.db.l3_hamode_db [None req-29b82e83-b57d-41ea-a579-d584f0df83c2 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1234/2476] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:34:42 2026] POST /v2.0/routers => generated 685 bytes in 1926 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2477] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:34:44 2026] PUT /v2.0/routers/c1afe199-1768-47e7-b4db-0c4cf764702a/add_router_interface => generated 309 bytes in 1285 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2478] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:34:45 2026] PUT /v2.0/routers/c1afe199-1768-47e7-b4db-0c4cf764702a/add_router_interface => generated 309 bytes in 1259 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2479] 10.0.0.18 () {34 vars in 782 bytes} [Wed Jun 10 09:34:46 2026] PUT /v2.0/routers/c1afe199-1768-47e7-b4db-0c4cf764702a/add_router_interface => generated 309 bytes in 1536 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2480] 10.0.0.18 () {34 vars in 683 bytes} [Wed Jun 10 09:34:48 2026] POST /v2.0/security-groups => generated 1630 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2481] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:34:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2482] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:34:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2483] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:34:48 2026] POST /v2.0/security-group-rules => generated 599 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2484] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:34:49 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: 8|app: 0|req: 1247/2485] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:34:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2486] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:34:49 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: 8|app: 0|req: 1248/2487] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:34:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2488] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:34:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2489] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:34:49 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: 7|app: 0|req: 1241/2490] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:34:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2491] 10.0.0.18 () {34 vars in 694 bytes} [Wed Jun 10 09:34:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2492] 10.0.0.166 () {34 vars in 1096 bytes} [Wed Jun 10 09:34:50 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1335229190&fields=id&tenant_id=d84f8a8ffcc54d11b54fe8675e239385 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2493] 10.0.0.166 () {34 vars in 982 bytes} [Wed Jun 10 09:34:50 2026] GET /v2.0/networks?id=2d83d98f-e327-46d3-a072-9f754e667786 => generated 704 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2494] 10.0.0.166 () {34 vars in 965 bytes} [Wed Jun 10 09:34:50 2026] GET /v2.0/quotas/d84f8a8ffcc54d11b54fe8675e239385 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2495] 10.0.0.166 () {34 vars in 1002 bytes} [Wed Jun 10 09:34:50 2026] GET /v2.0/ports?tenant_id=d84f8a8ffcc54d11b54fe8675e239385&fields=id => generated 287 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2496] 10.0.0.166 () {34 vars in 1008 bytes} [Wed Jun 10 09:34:50 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?fields=segments => generated 14 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2497] 10.0.0.166 () {34 vars in 1108 bytes} [Wed Jun 10 09:34:50 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2498] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:34:51 2026] GET /v2.0/ports?device_id=b7d10e29-d51d-4e8f-acd5-d4659fab61d7 => 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: 1254/2499] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:34:55 2026] GET /v2.0/networks?id=2d83d98f-e327-46d3-a072-9f754e667786 => generated 704 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2500] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 10 09:34:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d84f8a8ffcc54d11b54fe8675e239385 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2501] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 10 09:34:55 2026] POST /v2.0/ports => generated 1183 bytes in 458 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: 1256/2502] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:34:56 2026] GET /v2.0/ports?device_id=b7d10e29-d51d-4e8f-acd5-d4659fab61d7 => generated 1198 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2503] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:34:56 2026] GET /v2.0/security-groups?id=cfeab17b-b1ab-4bdf-a9cd-1af2312ff878&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2504] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:34:55 2026] PUT /v2.0/ports/36347035-5a72-49e8-b207-a6275ad4703c => generated 1464 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:34:56.369 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-df0e7664-0972-4a9c-9259-2f48ad88765a'] response: {'name': 'network-changed', 'server_uuid': 'b7d10e29-d51d-4e8f-acd5-d4659fab61d7', 'tag': '36347035-5a72-49e8-b207-a6275ad4703c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1258/2505] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:34:56 2026] GET /v2.0/ports?tenant_id=d84f8a8ffcc54d11b54fe8675e239385&device_id=b7d10e29-d51d-4e8f-acd5-d4659fab61d7 => generated 1467 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1248/2506] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 10 09:34:56 2026] GET /v2.0/networks?tenant_id=d84f8a8ffcc54d11b54fe8675e239385&shared=False => generated 2376 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2507] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 10 09:34:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2510] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:34:58 2026] GET /v2.0/ports?tenant_id=d84f8a8ffcc54d11b54fe8675e239385&device_id=b7d10e29-d51d-4e8f-acd5-d4659fab61d7 => generated 1467 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2511] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:34:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.205&port_id=36347035-5a72-49e8-b207-a6275ad4703c => 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: 1251/2512] 199.204.45.49 () {34 vars in 1103 bytes} [Wed Jun 10 09:34:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3aa&port_id=36347035-5a72-49e8-b207-a6275ad4703c => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2513] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 10 09:34:58 2026] GET /v2.0/subnets?id=340b3252-d95e-4e02-af68-47ef51703a03&id=82427d52-4266-47da-aeb9-d0800991906f => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2514] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:34:58 2026] GET /v2.0/ports?network_id=2d83d98f-e327-46d3-a072-9f754e667786&device_owner=network%3Adhcp => generated 1457 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2515] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:34:58 2026] GET /v2.0/ports?network_id=2d83d98f-e327-46d3-a072-9f754e667786&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2516] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:34:58 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?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: 1264/2517] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:34:58 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?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: 1254/2518] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:35:01 2026] GET /v2.0/ports?device_id=b7d10e29-d51d-4e8f-acd5-d4659fab61d7 => generated 1198 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2519] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:35:01 2026] GET /v2.0/security-groups?id=cfeab17b-b1ab-4bdf-a9cd-1af2312ff878&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2520] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:35:06 2026] GET /v2.0/ports?device_id=b7d10e29-d51d-4e8f-acd5-d4659fab61d7 => generated 1200 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2521] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:35:06 2026] GET /v2.0/security-groups?id=cfeab17b-b1ab-4bdf-a9cd-1af2312ff878&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2522] 10.0.0.18 () {32 vars in 817 bytes} [Wed Jun 10 09:35:06 2026] GET /v2.0/ports?network_id=2d83d98f-e327-46d3-a072-9f754e667786&mac_address=fa%3A16%3A3e%3Add%3Ae9%3A30 => generated 1200 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:35:07.539 8 INFO neutron.db.l3_db [None req-3930a74c-79d7-4a97-b2a4-f6f9819356f1 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Floating IP 64603488-f98f-410d-9d05-45730782cd14 associated. External IP: 10.96.250.205, port: 36347035-5a72-49e8-b207-a6275ad4703c. [pid: 8|app: 0|req: 1267/2523] 10.0.0.18 () {34 vars in 676 bytes} [Wed Jun 10 09:35:06 2026] POST /v2.0/floatingips => generated 855 bytes in 1233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:35:08.037 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8161d6c-72c7-40d4-92b0-a155a8f376df'] response: {'name': 'network-changed', 'server_uuid': 'b7d10e29-d51d-4e8f-acd5-d4659fab61d7', 'tag': '36347035-5a72-49e8-b207-a6275ad4703c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1257/2524] 10.0.0.166 () {34 vars in 1096 bytes} [Wed Jun 10 09:35:08 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1335229190&fields=id&tenant_id=d84f8a8ffcc54d11b54fe8675e239385 => 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: 1268/2525] 10.0.0.166 () {34 vars in 982 bytes} [Wed Jun 10 09:35:08 2026] GET /v2.0/networks?id=8eedeb74-fb4e-4261-9712-b69922e4af83 => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2526] 10.0.0.166 () {34 vars in 965 bytes} [Wed Jun 10 09:35:08 2026] GET /v2.0/quotas/d84f8a8ffcc54d11b54fe8675e239385 => 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: 1269/2527] 10.0.0.166 () {34 vars in 1002 bytes} [Wed Jun 10 09:35:08 2026] GET /v2.0/ports?tenant_id=d84f8a8ffcc54d11b54fe8675e239385&fields=id => generated 333 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2528] 10.0.0.166 () {34 vars in 1008 bytes} [Wed Jun 10 09:35:08 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83?fields=segments => generated 14 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2529] 10.0.0.166 () {34 vars in 1108 bytes} [Wed Jun 10 09:35:08 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2530] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:35:08 2026] GET /v2.0/ports?tenant_id=d84f8a8ffcc54d11b54fe8675e239385&device_id=b7d10e29-d51d-4e8f-acd5-d4659fab61d7 => generated 1469 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2531] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:35:08 2026] GET /v2.0/ports?device_id=0b1c4218-4d78-4824-95f2-6c6e4f5adcc1 => 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: 1261/2532] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:35:08 2026] GET /v2.0/networks?id=2d83d98f-e327-46d3-a072-9f754e667786 => generated 800 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2533] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:35:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.205&port_id=36347035-5a72-49e8-b207-a6275ad4703c => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2534] 199.204.45.49 () {34 vars in 1103 bytes} [Wed Jun 10 09:35:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3aa&port_id=36347035-5a72-49e8-b207-a6275ad4703c => 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: 1273/2535] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 10 09:35:08 2026] GET /v2.0/subnets?id=340b3252-d95e-4e02-af68-47ef51703a03&id=82427d52-4266-47da-aeb9-d0800991906f => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2536] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:35:08 2026] GET /v2.0/ports?network_id=2d83d98f-e327-46d3-a072-9f754e667786&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2537] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:35:08 2026] GET /v2.0/ports?network_id=2d83d98f-e327-46d3-a072-9f754e667786&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2538] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:35:08 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2539] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:35:08 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?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: 1266/2542] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:35:12 2026] GET /v2.0/networks?id=8eedeb74-fb4e-4261-9712-b69922e4af83 => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2543] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 10 09:35:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d84f8a8ffcc54d11b54fe8675e239385 => generated 179 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2544] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 10 09:35:13 2026] POST /v2.0/ports => generated 1187 bytes in 396 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: 1268/2545] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:35:13 2026] GET /v2.0/ports?device_id=0b1c4218-4d78-4824-95f2-6c6e4f5adcc1 => generated 1202 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2546] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:35:13 2026] GET /v2.0/security-groups?id=cfeab17b-b1ab-4bdf-a9cd-1af2312ff878&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2547] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:35:13 2026] PUT /v2.0/ports/3cebefc9-4ef5-4be4-a374-983c53b13b41 => generated 1468 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:35:13.988 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-33158117-bce4-4f66-9f3a-0ccac8ae2334'] response: {'name': 'network-changed', 'server_uuid': '0b1c4218-4d78-4824-95f2-6c6e4f5adcc1', 'tag': '3cebefc9-4ef5-4be4-a374-983c53b13b41', '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: 1270/2548] 10.0.0.11 () {34 vars in 989 bytes} [Wed Jun 10 09:35:14 2026] GET /v2.0/ports?device_id=b7d10e29-d51d-4e8f-acd5-d4659fab61d7 => generated 1469 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2549] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:35:14 2026] GET /v2.0/ports?tenant_id=d84f8a8ffcc54d11b54fe8675e239385&device_id=0b1c4218-4d78-4824-95f2-6c6e4f5adcc1 => generated 1471 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2550] 10.0.0.11 () {34 vars in 1039 bytes} [Wed Jun 10 09:35:14 2026] GET /v2.0/security-groups?id=cfeab17b-b1ab-4bdf-a9cd-1af2312ff878&fields=id&fields=name => generated 112 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2551] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 10 09:35:14 2026] GET /v2.0/networks?tenant_id=d84f8a8ffcc54d11b54fe8675e239385&shared=False => generated 2376 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2552] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 10 09:35:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2553] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:35:15 2026] GET /v2.0/ports?tenant_id=d84f8a8ffcc54d11b54fe8675e239385&device_id=0b1c4218-4d78-4824-95f2-6c6e4f5adcc1 => generated 1471 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2554] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:35:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.211&port_id=3cebefc9-4ef5-4be4-a374-983c53b13b41 => 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: 1273/2555] 199.204.45.49 () {34 vars in 1105 bytes} [Wed Jun 10 09:35:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A15c&port_id=3cebefc9-4ef5-4be4-a374-983c53b13b41 => 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: 1283/2556] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 10 09:35:15 2026] GET /v2.0/subnets?id=a0a7bd59-3a55-4689-bcc8-a42b4ce6586b&id=34d8b4c2-dadb-43e7-ad58-c2519c48aebc => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2557] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:35:15 2026] GET /v2.0/ports?network_id=8eedeb74-fb4e-4261-9712-b69922e4af83&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: 1284/2558] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:35:15 2026] GET /v2.0/ports?network_id=8eedeb74-fb4e-4261-9712-b69922e4af83&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: 1275/2559] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:35:15 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2560] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:35:15 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83?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: 1276/2561] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:35:18 2026] GET /v2.0/ports?device_id=0b1c4218-4d78-4824-95f2-6c6e4f5adcc1 => generated 1202 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2562] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:35:18 2026] GET /v2.0/security-groups?id=cfeab17b-b1ab-4bdf-a9cd-1af2312ff878&fields=id&fields=name => generated 112 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2563] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:35:24 2026] GET /v2.0/ports?device_id=0b1c4218-4d78-4824-95f2-6c6e4f5adcc1 => generated 1204 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2564] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:35:24 2026] GET /v2.0/security-groups?id=cfeab17b-b1ab-4bdf-a9cd-1af2312ff878&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2565] 10.0.0.18 () {32 vars in 817 bytes} [Wed Jun 10 09:35:24 2026] GET /v2.0/ports?network_id=8eedeb74-fb4e-4261-9712-b69922e4af83&mac_address=fa%3A16%3A3e%3A57%3A70%3A35 => generated 1204 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:35:24.962 8 INFO neutron.db.l3_db [None req-08af30fd-722b-4f28-8b27-95dc1b391938 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Floating IP 73868ad1-9b8c-446a-bd75-dfc3870e5ac5 associated. External IP: 10.96.250.206, port: 3cebefc9-4ef5-4be4-a374-983c53b13b41. [pid: 8|app: 0|req: 1288/2566] 10.0.0.18 () {34 vars in 676 bytes} [Wed Jun 10 09:35:24 2026] POST /v2.0/floatingips => generated 855 bytes in 995 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:35:25.303 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7078c03e-6268-41cd-8f0c-b3f818188908'] response: {'name': 'network-changed', 'server_uuid': '0b1c4218-4d78-4824-95f2-6c6e4f5adcc1', 'tag': '3cebefc9-4ef5-4be4-a374-983c53b13b41', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1279/2567] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:35:25 2026] GET /v2.0/ports?tenant_id=d84f8a8ffcc54d11b54fe8675e239385&device_id=0b1c4218-4d78-4824-95f2-6c6e4f5adcc1 => generated 1473 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2568] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:35:25 2026] GET /v2.0/networks?id=8eedeb74-fb4e-4261-9712-b69922e4af83 => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2569] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:35:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.211&port_id=3cebefc9-4ef5-4be4-a374-983c53b13b41 => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2570] 199.204.45.49 () {34 vars in 1105 bytes} [Wed Jun 10 09:35:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A15c&port_id=3cebefc9-4ef5-4be4-a374-983c53b13b41 => 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: 1281/2571] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 10 09:35:26 2026] GET /v2.0/subnets?id=a0a7bd59-3a55-4689-bcc8-a42b4ce6586b&id=34d8b4c2-dadb-43e7-ad58-c2519c48aebc => generated 1413 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2572] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:35:26 2026] GET /v2.0/ports?network_id=8eedeb74-fb4e-4261-9712-b69922e4af83&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: 1282/2573] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:35:26 2026] GET /v2.0/ports?network_id=8eedeb74-fb4e-4261-9712-b69922e4af83&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: 8|app: 0|req: 1292/2574] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:35:26 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83?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: 1283/2575] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:35:26 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83?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: 1294/2578] 10.0.0.11 () {34 vars in 989 bytes} [Wed Jun 10 09:35:32 2026] GET /v2.0/ports?device_id=0b1c4218-4d78-4824-95f2-6c6e4f5adcc1 => generated 1473 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2579] 10.0.0.11 () {34 vars in 1039 bytes} [Wed Jun 10 09:35:32 2026] GET /v2.0/security-groups?id=cfeab17b-b1ab-4bdf-a9cd-1af2312ff878&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2582] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:35:47 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2583] 10.0.0.103 () {30 vars in 690 bytes} [Wed Jun 10 09:35:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2584] 10.0.0.103 () {30 vars in 692 bytes} [Wed Jun 10 09:35:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2585] 10.0.0.103 () {30 vars in 668 bytes} [Wed Jun 10 09:35:48 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: 1298/2586] 10.0.0.103 () {30 vars in 704 bytes} [Wed Jun 10 09:35:48 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: 1289/2587] 10.0.0.103 () {28 vars in 439 bytes} [Wed Jun 10 09:35:49 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: 1299/2588] 10.0.0.103 () {30 vars in 728 bytes} [Wed Jun 10 09:35:49 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 656 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2589] 10.0.0.103 () {30 vars in 690 bytes} [Wed Jun 10 09:35:49 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: 1300/2590] 10.0.0.103 () {30 vars in 692 bytes} [Wed Jun 10 09:35:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2591] 10.0.0.103 () {30 vars in 668 bytes} [Wed Jun 10 09:35:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2592] 10.0.0.103 () {30 vars in 704 bytes} [Wed Jun 10 09:35: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: 1292/2593] 10.0.0.103 () {30 vars in 728 bytes} [Wed Jun 10 09:35:49 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2594] 10.0.0.103 () {30 vars in 690 bytes} [Wed Jun 10 09:35:49 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: 1293/2595] 10.0.0.103 () {30 vars in 692 bytes} [Wed Jun 10 09:35:49 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: 1303/2596] 10.0.0.103 () {30 vars in 668 bytes} [Wed Jun 10 09:35:49 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: 1294/2597] 10.0.0.103 () {30 vars in 704 bytes} [Wed Jun 10 09:35:49 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: 1304/2598] 10.0.0.103 () {30 vars in 730 bytes} [Wed Jun 10 09:35:49 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2599] 10.0.0.103 () {30 vars in 682 bytes} [Wed Jun 10 09:35:49 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2600] 10.0.0.103 () {34 vars in 704 bytes} [Wed Jun 10 09:35:49 2026] POST /v2.0/ports => generated 1128 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2601] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:35:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1306/2602] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:35:53 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: 1297/2603] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:35: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: 8|app: 0|req: 1307/2604] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:35:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2605] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:35:53 2026] GET /v2.0/ports/09950c1b-2329-4379-aabb-64fc310e8aac => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2606] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:35:53 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: 1299/2607] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:35: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: 1309/2608] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:35:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2609] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:35:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:35:53.511 8 INFO neutron.api.v2.resource [None req-a1afec8e-3dd7-44e7-be57-42a38d7de05f 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1310/2610] 199.204.45.49 () {30 vars in 762 bytes} [Wed Jun 10 09:35:53 2026] GET /v2.0/security-groups/lb-f1b4b787-ad95-41e7-9097-4ac5330a70e9 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2611] 199.204.45.49 () {30 vars in 784 bytes} [Wed Jun 10 09:35:53 2026] GET /v2.0/security-groups?name=lb-f1b4b787-ad95-41e7-9097-4ac5330a70e9 => 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: 1311/2612] 199.204.45.49 () {34 vars in 735 bytes} [Wed Jun 10 09:35:53 2026] POST /v2.0/security-groups => generated 1638 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2613] 199.204.45.49 () {30 vars in 814 bytes} [Wed Jun 10 09:35:53 2026] GET /v2.0/security-group-rules?security_group_id=b6d3cbce-7abc-4377-9206-75a7b1d1875f => generated 1182 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2614] 10.0.0.166 () {34 vars in 1084 bytes} [Wed Jun 10 09:35:53 2026] GET /v2.0/ports?device_id=0b1c4218-4d78-4824-95f2-6c6e4f5adcc1&device_id=b7d10e29-d51d-4e8f-acd5-d4659fab61d7 => generated 2931 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2615] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:35:53 2026] GET /v2.0/security-groups?id=cfeab17b-b1ab-4bdf-a9cd-1af2312ff878&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2616] 199.204.45.49 () {34 vars in 788 bytes} [Wed Jun 10 09:35:53 2026] PUT /v2.0/ports/09950c1b-2329-4379-aabb-64fc310e8aac => generated 1128 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2617] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:35:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1313/2618] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:35:54 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: 1306/2619] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:35:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2620] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:35:54 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: 1307/2621] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:35:54 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 674 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2622] 10.0.0.166 () {34 vars in 1084 bytes} [Wed Jun 10 09:35:54 2026] GET /v2.0/ports?device_id=0b1c4218-4d78-4824-95f2-6c6e4f5adcc1&device_id=b7d10e29-d51d-4e8f-acd5-d4659fab61d7 => generated 2931 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2623] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:35:54 2026] GET /v2.0/security-groups?id=cfeab17b-b1ab-4bdf-a9cd-1af2312ff878&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2626] 10.0.0.166 () {34 vars in 1016 bytes} [Wed Jun 10 09:36:01 2026] GET /v2.0/security-groups?id=2304494c-4b51-4d5f-8030-26f34c22495c&fields=id => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2627] 10.0.0.166 () {34 vars in 982 bytes} [Wed Jun 10 09:36:01 2026] GET /v2.0/networks?id=ff6870ed-b418-4bb7-8175-3969de10fb71 => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2628] 10.0.0.166 () {34 vars in 965 bytes} [Wed Jun 10 09:36:01 2026] GET /v2.0/quotas/c152e3ec6f2447c2990b7eb458b460d6 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2629] 10.0.0.166 () {34 vars in 1002 bytes} [Wed Jun 10 09:36:01 2026] GET /v2.0/ports?tenant_id=c152e3ec6f2447c2990b7eb458b460d6&fields=id => generated 149 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2630] 10.0.0.166 () {34 vars in 1008 bytes} [Wed Jun 10 09:36:01 2026] GET /v2.0/networks/ff6870ed-b418-4bb7-8175-3969de10fb71?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: 1319/2631] 10.0.0.166 () {34 vars in 1108 bytes} [Wed Jun 10 09:36:01 2026] GET /v2.0/networks/ff6870ed-b418-4bb7-8175-3969de10fb71?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: 1313/2632] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:36:02 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => 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: 1320/2633] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:36:02 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => 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: 1314/2634] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:36:05 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => 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/2635] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:36:05 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => 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: 1315/2636] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:36:06 2026] GET /v2.0/networks?id=ff6870ed-b418-4bb7-8175-3969de10fb71 => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2637] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 10 09:36:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c152e3ec6f2447c2990b7eb458b460d6 => generated 343 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2638] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 10 09:36:06 2026] POST /v2.0/ports => generated 1078 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2639] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:36:06 2026] PUT /v2.0/ports/5eaed7bd-15f7-45c6-a1ee-0d4f73974b5a => generated 1239 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:36:07.335 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ecc0d1b6-0852-4ca0-96f2-1c1e59470f33'] response: {'name': 'network-changed', 'server_uuid': '157230ad-1f73-4887-8979-09a9933e5cad', 'tag': '5eaed7bd-15f7-45c6-a1ee-0d4f73974b5a', '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: 1317/2640] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:36:07 2026] GET /v2.0/ports?tenant_id=c152e3ec6f2447c2990b7eb458b460d6&device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 1242 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, ' [pid: 8|app: 0|req: 1324/2641] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 10 09:36:07 2026] GET /v2.0/networks?tenant_id=c152e3ec6f2447c2990b7eb458b460d6&shared=False => generated 735 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2642] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 10 09:36: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: 1325/2643] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:36:08 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => 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: 1319/2644] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:36:08 2026] GET /v2.0/security-groups?id=2304494c-4b51-4d5f-8030-26f34c22495c&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: 1326/2645] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:36:08 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => 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: 1320/2646] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:36:09 2026] GET /v2.0/ports?tenant_id=c152e3ec6f2447c2990b7eb458b460d6&device_id=157230ad-1f73-4887-8979-09a9933e5cad => 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: 1327/2647] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 10 09:36:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.85&port_id=5eaed7bd-15f7-45c6-a1ee-0d4f73974b5a => 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: 1321/2648] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:36:09 2026] GET /v2.0/subnets?id=200bb2b7-dfcd-4cea-b9fb-6dff002a024b => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2649] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:36:09 2026] GET /v2.0/ports?network_id=ff6870ed-b418-4bb7-8175-3969de10fb71&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: 1322/2650] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:36:09 2026] GET /v2.0/networks/ff6870ed-b418-4bb7-8175-3969de10fb71?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2651] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:36:09 2026] GET /v2.0/networks/ff6870ed-b418-4bb7-8175-3969de10fb71?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: 1323/2652] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:36:11 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2653] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:36:11 2026] GET /v2.0/security-groups?id=2304494c-4b51-4d5f-8030-26f34c22495c&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2654] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:36:11 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2657] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 10 09:36:13 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => 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: 1326/2658] 199.204.45.49 () {34 vars in 1043 bytes} [Wed Jun 10 09:36:13 2026] GET /v2.0/security-groups?id=2304494c-4b51-4d5f-8030-26f34c22495c&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2659] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:36:14 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => 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: 1327/2660] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:36:14 2026] GET /v2.0/security-groups?id=2304494c-4b51-4d5f-8030-26f34c22495c&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2661] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:36:14 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => 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: 1328/2662] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:36:17 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2663] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:36:17 2026] GET /v2.0/security-groups?id=2304494c-4b51-4d5f-8030-26f34c22495c&fields=id&fields=name => generated 96 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2664] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:36:17 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2669] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:36:52 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: 1332/2670] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:36:52 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: 1339/2671] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:36:52 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: 1333/2672] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:36:52 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: 1340/2673] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:36:52 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2674] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:36:52 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => 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: 1341/2675] 199.204.45.49 () {34 vars in 716 bytes} [Wed Jun 10 09:36:52 2026] POST /v2.0/ports => generated 1055 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2676] 10.0.0.166 () {34 vars in 971 bytes} [Wed Jun 10 09:36:52 2026] GET /v2.0/ports/167e4a31-4926-4486-9084-7f9ee5623a20 => generated 1055 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2677] 10.0.0.166 () {34 vars in 907 bytes} [Wed Jun 10 09:36:52 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: 1336/2678] 199.204.45.49 () {34 vars in 1261 bytes} [Wed Jun 10 09:36:53 2026] GET /v2.0/ports/167e4a31-4926-4486-9084-7f9ee5623a20?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2679] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:36:53 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b?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: 1337/2680] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:36:53 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b?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: 1344/2681] 199.204.45.49 () {34 vars in 974 bytes} [Wed Jun 10 09:36:54 2026] GET /v2.0/ports/167e4a31-4926-4486-9084-7f9ee5623a20 => generated 1055 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2682] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:36:54 2026] GET /v2.0/networks?id=381a36d7-8d75-4a77-87d1-64d20712d95b => generated 803 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2683] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:36:54 2026] PUT /v2.0/ports/167e4a31-4926-4486-9084-7f9ee5623a20 => generated 1245 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:36:55.083 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4759e1e0-1966-4732-aec0-d622cdcb5043'] response: {'name': 'network-changed', 'server_uuid': '157230ad-1f73-4887-8979-09a9933e5cad', 'tag': '167e4a31-4926-4486-9084-7f9ee5623a20', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1339/2684] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:36:55 2026] GET /v2.0/ports?tenant_id=c152e3ec6f2447c2990b7eb458b460d6&device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 2481 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2685] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:36:55 2026] GET /v2.0/networks?id=381a36d7-8d75-4a77-87d1-64d20712d95b => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2686] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 10 09:36:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.63&port_id=167e4a31-4926-4486-9084-7f9ee5623a20 => 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: 1347/2687] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:36:55 2026] GET /v2.0/subnets?id=c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2688] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:36:55 2026] GET /v2.0/ports?network_id=381a36d7-8d75-4a77-87d1-64d20712d95b&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: 1348/2689] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:36:55 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b?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: 1342/2690] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:36:55 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b?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: 1349/2691] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:36:56 2026] GET /v2.0/ports?tenant_id=c152e3ec6f2447c2990b7eb458b460d6&device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 2481 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2692] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 10 09:36:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.85&port_id=5eaed7bd-15f7-45c6-a1ee-0d4f73974b5a => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2693] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:36:57 2026] GET /v2.0/subnets?id=200bb2b7-dfcd-4cea-b9fb-6dff002a024b => 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: 1344/2696] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:36:57 2026] GET /v2.0/ports?network_id=ff6870ed-b418-4bb7-8175-3969de10fb71&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: 1353/2697] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:36:57 2026] GET /v2.0/networks/ff6870ed-b418-4bb7-8175-3969de10fb71?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2698] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:36:57 2026] GET /v2.0/networks/ff6870ed-b418-4bb7-8175-3969de10fb71?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2699] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 10 09:36:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.63&port_id=167e4a31-4926-4486-9084-7f9ee5623a20 => 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: 1346/2700] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:36:57 2026] GET /v2.0/subnets?id=c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2701] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:36:57 2026] GET /v2.0/ports?network_id=381a36d7-8d75-4a77-87d1-64d20712d95b&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: 1347/2702] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:36:57 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b?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: 1356/2703] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:36:57 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2704] 10.0.0.166 () {34 vars in 971 bytes} [Wed Jun 10 09:37:01 2026] GET /v2.0/ports/167e4a31-4926-4486-9084-7f9ee5623a20 => generated 1247 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2705] 199.204.45.49 () {34 vars in 788 bytes} [Wed Jun 10 09:37:01 2026] PUT /v2.0/ports/167e4a31-4926-4486-9084-7f9ee5623a20 => generated 1271 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:37:01.573 7 INFO neutron.api.v2.resource [None req-6a7248b3-5e40-46c0-8e33-b5e5381e4f54 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1349/2706] 199.204.45.49 () {30 vars in 762 bytes} [Wed Jun 10 09:37:01 2026] GET /v2.0/security-groups/lb-f1b4b787-ad95-41e7-9097-4ac5330a70e9 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:37:01.586 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf74e9d5-1d90-4e2d-beb0-e7ec5cb8b3fe'] response: {'name': 'network-changed', 'server_uuid': '157230ad-1f73-4887-8979-09a9933e5cad', 'tag': '167e4a31-4926-4486-9084-7f9ee5623a20', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1358/2707] 199.204.45.49 () {30 vars in 784 bytes} [Wed Jun 10 09:37:01 2026] GET /v2.0/security-groups?name=lb-f1b4b787-ad95-41e7-9097-4ac5330a70e9 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2708] 199.204.45.49 () {34 vars in 788 bytes} [Wed Jun 10 09:37:01 2026] PUT /v2.0/ports/167e4a31-4926-4486-9084-7f9ee5623a20 => generated 1309 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:37:01.934 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-216b00a8-0eab-4713-965d-fe5a0e49712f'] response: {'name': 'network-changed', 'server_uuid': '157230ad-1f73-4887-8979-09a9933e5cad', 'tag': '167e4a31-4926-4486-9084-7f9ee5623a20', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1359/2709] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:37:02 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1360/2710] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:37:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2711] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:37:02 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: 1362/2712] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:37:02 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: 1351/2713] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:37:02 2026] GET /v2.0/ports?tenant_id=c152e3ec6f2447c2990b7eb458b460d6&device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 2581 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2714] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:37:02 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2715] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:37:02 2026] GET /v2.0/networks?id=381a36d7-8d75-4a77-87d1-64d20712d95b => generated 803 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2716] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 10 09:37:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.63&port_id=167e4a31-4926-4486-9084-7f9ee5623a20 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2717] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:37:02 2026] GET /v2.0/ports/09950c1b-2329-4379-aabb-64fc310e8aac => 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: 1354/2718] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:37:02 2026] GET /v2.0/subnets?id=c584de15-a6a5-4c95-8c72-c3f12fd7539a => 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: 1365/2719] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:37:02 2026] GET /v2.0/ports/167e4a31-4926-4486-9084-7f9ee5623a20 => generated 1345 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2720] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:37:02 2026] GET /v2.0/ports?network_id=381a36d7-8d75-4a77-87d1-64d20712d95b&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2721] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:37:02 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2722] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:37:02 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b?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: 1367/2723] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 10 09:37:02 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2724] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:37:02 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b?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: 1368/2725] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:37:02 2026] GET /v2.0/ports/09950c1b-2329-4379-aabb-64fc310e8aac => 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: 1358/2726] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:37:02 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2727] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:37:03 2026] GET /v2.0/ports?tenant_id=c152e3ec6f2447c2990b7eb458b460d6&device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 2581 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2728] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:37:03 2026] GET /v2.0/networks?id=381a36d7-8d75-4a77-87d1-64d20712d95b => generated 803 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2729] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 10 09:37:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.63&port_id=167e4a31-4926-4486-9084-7f9ee5623a20 => 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: 1360/2730] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:37:03 2026] GET /v2.0/subnets?id=c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2731] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:37:03 2026] GET /v2.0/ports?network_id=381a36d7-8d75-4a77-87d1-64d20712d95b&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2732] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:37:03 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2733] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:37:03 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b?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-10 09:37:11.537 7 INFO neutron.db.l3_db [None req-3bc6973d-a7e3-4141-bd19-fedfa79cc2f1 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Floating IP 8eaa467d-a57d-48bd-b77f-f8eaca6f8f3f associated. External IP: 10.96.250.211, port: 09950c1b-2329-4379-aabb-64fc310e8aac. [pid: 7|app: 0|req: 1362/2734] 10.0.0.18 () {34 vars in 676 bytes} [Wed Jun 10 09:37:10 2026] POST /v2.0/floatingips => generated 898 bytes in 1137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2737] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:37:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2738] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:37:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2739] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:37:14 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: 1375/2740] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:37: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) 2026-06-10 09:37:14.718 7 INFO neutron.api.v2.resource [None req-246f4392-3aef-4544-97ef-a05960a9c382 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1366/2741] 199.204.45.49 () {30 vars in 762 bytes} [Wed Jun 10 09:37:14 2026] GET /v2.0/security-groups/lb-f1b4b787-ad95-41e7-9097-4ac5330a70e9 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2742] 199.204.45.49 () {30 vars in 784 bytes} [Wed Jun 10 09:37:14 2026] GET /v2.0/security-groups?name=lb-f1b4b787-ad95-41e7-9097-4ac5330a70e9 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2743] 199.204.45.49 () {30 vars in 814 bytes} [Wed Jun 10 09:37:14 2026] GET /v2.0/security-group-rules?security_group_id=b6d3cbce-7abc-4377-9206-75a7b1d1875f => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2744] 199.204.45.49 () {34 vars in 746 bytes} [Wed Jun 10 09:37:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2745] 199.204.45.49 () {34 vars in 746 bytes} [Wed Jun 10 09:37:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2746] 10.0.0.103 () {30 vars in 690 bytes} [Wed Jun 10 09:37:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2747] 10.0.0.103 () {30 vars in 692 bytes} [Wed Jun 10 09:37:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2748] 10.0.0.103 () {30 vars in 668 bytes} [Wed Jun 10 09:37:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2749] 10.0.0.103 () {30 vars in 704 bytes} [Wed Jun 10 09:37:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2750] 10.0.0.103 () {28 vars in 439 bytes} [Wed Jun 10 09:37:24 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2751] 10.0.0.103 () {30 vars in 728 bytes} [Wed Jun 10 09:37:24 2026] GET /v2.0/subnets/82427d52-4266-47da-aeb9-d0800991906f => generated 655 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2752] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:37:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2753] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:37:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2754] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:37:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2755] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:37:25 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: 1383/2756] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:37:25 2026] GET /v2.0/subnets/82427d52-4266-47da-aeb9-d0800991906f => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2757] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:37:25 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 2581 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2758] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:37:25 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: 1375/2759] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:37:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2760] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:37:25 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: 1376/2761] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:37:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2762] 199.204.45.49 () {34 vars in 716 bytes} [Wed Jun 10 09:37:25 2026] POST /v2.0/ports => generated 1320 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2763] 10.0.0.166 () {34 vars in 971 bytes} [Wed Jun 10 09:37:26 2026] GET /v2.0/ports/65201dd0-47dd-45bc-9765-d854ea2f633a => generated 1320 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2766] 199.204.45.49 () {34 vars in 1261 bytes} [Wed Jun 10 09:37:27 2026] GET /v2.0/ports/65201dd0-47dd-45bc-9765-d854ea2f633a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1388/2767] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:37:27 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?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: 1380/2768] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:37:27 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?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: 1389/2769] 199.204.45.49 () {34 vars in 974 bytes} [Wed Jun 10 09:37:28 2026] GET /v2.0/ports/65201dd0-47dd-45bc-9765-d854ea2f633a => generated 1320 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2770] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:37:28 2026] GET /v2.0/networks?id=2d83d98f-e327-46d3-a072-9f754e667786 => generated 800 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2771] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:37:28 2026] PUT /v2.0/ports/65201dd0-47dd-45bc-9765-d854ea2f633a => generated 1510 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:37:28.749 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a3e9c34-71b8-4feb-9173-32b1ac0f518d'] response: {'name': 'network-changed', 'server_uuid': '157230ad-1f73-4887-8979-09a9933e5cad', 'tag': '65201dd0-47dd-45bc-9765-d854ea2f633a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1382/2772] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:37:29 2026] GET /v2.0/ports?tenant_id=c152e3ec6f2447c2990b7eb458b460d6&device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 4083 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1391/2773] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:37:29 2026] GET /v2.0/networks?id=2d83d98f-e327-46d3-a072-9f754e667786 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2774] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:37:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.128&port_id=65201dd0-47dd-45bc-9765-d854ea2f633a => 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: 1392/2775] 199.204.45.49 () {34 vars in 1099 bytes} [Wed Jun 10 09:37:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ac&port_id=65201dd0-47dd-45bc-9765-d854ea2f633a => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2776] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 10 09:37:29 2026] GET /v2.0/subnets?id=340b3252-d95e-4e02-af68-47ef51703a03&id=82427d52-4266-47da-aeb9-d0800991906f => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2777] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:37:29 2026] GET /v2.0/ports?network_id=2d83d98f-e327-46d3-a072-9f754e667786&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2778] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:37:29 2026] GET /v2.0/ports?network_id=2d83d98f-e327-46d3-a072-9f754e667786&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: 1394/2779] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:37:29 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2780] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:37:29 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?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/2781] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:37:30 2026] GET /v2.0/ports?tenant_id=c152e3ec6f2447c2990b7eb458b460d6&device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 4083 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2782] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 10 09:37:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.85&port_id=5eaed7bd-15f7-45c6-a1ee-0d4f73974b5a => 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: 1396/2783] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:37:30 2026] GET /v2.0/subnets?id=200bb2b7-dfcd-4cea-b9fb-6dff002a024b => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2784] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:37:30 2026] GET /v2.0/ports?network_id=ff6870ed-b418-4bb7-8175-3969de10fb71&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2785] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:37:30 2026] GET /v2.0/networks/ff6870ed-b418-4bb7-8175-3969de10fb71?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: 1389/2786] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:37:30 2026] GET /v2.0/networks/ff6870ed-b418-4bb7-8175-3969de10fb71?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2787] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 10 09:37:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.63&port_id=167e4a31-4926-4486-9084-7f9ee5623a20 => 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: 1390/2788] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:37:30 2026] GET /v2.0/subnets?id=c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2789] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:37:31 2026] GET /v2.0/ports?network_id=381a36d7-8d75-4a77-87d1-64d20712d95b&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2790] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:37:31 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2791] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:37:31 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b?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: 1392/2792] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:37:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.128&port_id=65201dd0-47dd-45bc-9765-d854ea2f633a => 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: 1401/2793] 199.204.45.49 () {34 vars in 1099 bytes} [Wed Jun 10 09:37:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ac&port_id=65201dd0-47dd-45bc-9765-d854ea2f633a => 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: 1393/2794] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 10 09:37:31 2026] GET /v2.0/subnets?id=340b3252-d95e-4e02-af68-47ef51703a03&id=82427d52-4266-47da-aeb9-d0800991906f => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2795] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:37:31 2026] GET /v2.0/ports?network_id=2d83d98f-e327-46d3-a072-9f754e667786&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2796] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:37:31 2026] GET /v2.0/ports?network_id=2d83d98f-e327-46d3-a072-9f754e667786&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2797] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:37:31 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?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: 1395/2798] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:37:31 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?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: 1404/2799] 10.0.0.166 () {34 vars in 971 bytes} [Wed Jun 10 09:37:35 2026] GET /v2.0/ports/65201dd0-47dd-45bc-9765-d854ea2f633a => generated 1512 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2800] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 10 09:37:35 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786 => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2801] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:37:35 2026] GET /v2.0/subnets/82427d52-4266-47da-aeb9-d0800991906f => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2802] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:37:35 2026] GET /v2.0/subnets/340b3252-d95e-4e02-af68-47ef51703a03 => generated 744 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2803] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:37:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2804] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:37:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2805] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:37:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2806] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:37:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2807] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:37:35 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2808] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:37:35 2026] GET /v2.0/ports/09950c1b-2329-4379-aabb-64fc310e8aac => generated 1128 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2809] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:37:35 2026] GET /v2.0/ports/167e4a31-4926-4486-9084-7f9ee5623a20 => generated 1345 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2810] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:37:35 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2811] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 10 09:37:35 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2812] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:37:36 2026] GET /v2.0/ports/09950c1b-2329-4379-aabb-64fc310e8aac => 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: 1411/2813] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:37:36 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2816] 10.0.0.103 () {30 vars in 690 bytes} [Wed Jun 10 09:37:44 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: 1404/2817] 10.0.0.103 () {30 vars in 692 bytes} [Wed Jun 10 09:37:44 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: 1414/2818] 10.0.0.103 () {30 vars in 668 bytes} [Wed Jun 10 09:37:44 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: 1405/2819] 10.0.0.103 () {30 vars in 704 bytes} [Wed Jun 10 09:37:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2820] 10.0.0.103 () {28 vars in 439 bytes} [Wed Jun 10 09:37:45 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2821] 10.0.0.103 () {30 vars in 728 bytes} [Wed Jun 10 09:37:45 2026] GET /v2.0/subnets/34d8b4c2-dadb-43e7-ad58-c2519c48aebc => generated 655 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2822] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:37:45 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: 1407/2823] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:37:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2824] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:37:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2825] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:37:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2826] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:37:45 2026] GET /v2.0/subnets/82427d52-4266-47da-aeb9-d0800991906f => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2827] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:37:46 2026] GET /v2.0/subnets/34d8b4c2-dadb-43e7-ad58-c2519c48aebc => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2828] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:37:46 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 4085 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2829] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:37:46 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: 1420/2830] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:37:46 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: 1411/2831] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:37:46 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: 1421/2832] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:37: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: 1412/2833] 199.204.45.49 () {34 vars in 716 bytes} [Wed Jun 10 09:37:46 2026] POST /v2.0/ports => generated 1328 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2834] 10.0.0.166 () {34 vars in 971 bytes} [Wed Jun 10 09:37:46 2026] GET /v2.0/ports/29da3374-48f2-4ea2-b197-8e0a34677289 => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1413/2835] 199.204.45.49 () {34 vars in 1261 bytes} [Wed Jun 10 09:37:47 2026] GET /v2.0/ports/29da3374-48f2-4ea2-b197-8e0a34677289?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2836] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:37:47 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83?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: 1414/2837] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:37:47 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2838] 199.204.45.49 () {34 vars in 974 bytes} [Wed Jun 10 09:37:48 2026] GET /v2.0/ports/29da3374-48f2-4ea2-b197-8e0a34677289 => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2839] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:37:48 2026] GET /v2.0/networks?id=8eedeb74-fb4e-4261-9712-b69922e4af83 => generated 801 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2840] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:37:48 2026] PUT /v2.0/ports/29da3374-48f2-4ea2-b197-8e0a34677289 => generated 1518 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:37:49.067 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1efff92-4983-43f8-8993-7dc97b98fc71'] response: {'name': 'network-changed', 'server_uuid': '157230ad-1f73-4887-8979-09a9933e5cad', 'tag': '29da3374-48f2-4ea2-b197-8e0a34677289', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1416/2841] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:37:49 2026] GET /v2.0/ports?tenant_id=c152e3ec6f2447c2990b7eb458b460d6&device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 5595 bytes in 38 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: 1426/2842] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:37:49 2026] GET /v2.0/networks?id=8eedeb74-fb4e-4261-9712-b69922e4af83 => 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: 1417/2843] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 10 09:37:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.63&port_id=29da3374-48f2-4ea2-b197-8e0a34677289 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2844] 199.204.45.49 () {34 vars in 1105 bytes} [Wed Jun 10 09:37:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A353&port_id=29da3374-48f2-4ea2-b197-8e0a34677289 => 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: 1418/2845] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 10 09:37:49 2026] GET /v2.0/subnets?id=a0a7bd59-3a55-4689-bcc8-a42b4ce6586b&id=34d8b4c2-dadb-43e7-ad58-c2519c48aebc => generated 1413 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2846] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:37:49 2026] GET /v2.0/ports?network_id=8eedeb74-fb4e-4261-9712-b69922e4af83&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2847] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:37:49 2026] GET /v2.0/ports?network_id=8eedeb74-fb4e-4261-9712-b69922e4af83&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: 8|app: 0|req: 1429/2848] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:37:49 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83?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: 1420/2849] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:37:49 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83?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: 1430/2850] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:37:50 2026] GET /v2.0/ports?tenant_id=c152e3ec6f2447c2990b7eb458b460d6&device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 5595 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2851] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.85&port_id=5eaed7bd-15f7-45c6-a1ee-0d4f73974b5a => 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: 1431/2852] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/subnets?id=200bb2b7-dfcd-4cea-b9fb-6dff002a024b => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2853] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/ports?network_id=ff6870ed-b418-4bb7-8175-3969de10fb71&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: 1432/2854] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/networks/ff6870ed-b418-4bb7-8175-3969de10fb71?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: 1423/2855] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/networks/ff6870ed-b418-4bb7-8175-3969de10fb71?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: 1433/2856] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.63&port_id=167e4a31-4926-4486-9084-7f9ee5623a20 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2857] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/subnets?id=c584de15-a6a5-4c95-8c72-c3f12fd7539a => 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: 1434/2858] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/ports?network_id=381a36d7-8d75-4a77-87d1-64d20712d95b&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2859] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2860] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b?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: 1426/2861] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.128&port_id=65201dd0-47dd-45bc-9765-d854ea2f633a => 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: 1436/2862] 199.204.45.49 () {34 vars in 1099 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ac&port_id=65201dd0-47dd-45bc-9765-d854ea2f633a => 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: 1427/2863] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/subnets?id=340b3252-d95e-4e02-af68-47ef51703a03&id=82427d52-4266-47da-aeb9-d0800991906f => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2864] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/ports?network_id=2d83d98f-e327-46d3-a072-9f754e667786&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: 1428/2865] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/ports?network_id=2d83d98f-e327-46d3-a072-9f754e667786&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2866] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?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: 1429/2867] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?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: 1439/2868] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.63&port_id=29da3374-48f2-4ea2-b197-8e0a34677289 => 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: 1430/2869] 199.204.45.49 () {34 vars in 1105 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A353&port_id=29da3374-48f2-4ea2-b197-8e0a34677289 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2870] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/subnets?id=a0a7bd59-3a55-4689-bcc8-a42b4ce6586b&id=34d8b4c2-dadb-43e7-ad58-c2519c48aebc => generated 1413 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2871] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/ports?network_id=8eedeb74-fb4e-4261-9712-b69922e4af83&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: 1441/2872] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/ports?network_id=8eedeb74-fb4e-4261-9712-b69922e4af83&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: 1432/2873] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2874] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:37:51 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83?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: 1433/2875] 10.0.0.166 () {34 vars in 971 bytes} [Wed Jun 10 09:37:55 2026] GET /v2.0/ports/29da3374-48f2-4ea2-b197-8e0a34677289 => generated 1520 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2876] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 10 09:37:55 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83 => generated 798 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2877] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:37:55 2026] GET /v2.0/subnets/34d8b4c2-dadb-43e7-ad58-c2519c48aebc => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2878] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:37:56 2026] GET /v2.0/subnets/a0a7bd59-3a55-4689-bcc8-a42b4ce6586b => generated 747 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2879] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:37:56 2026] GET /v2.0/ports/65201dd0-47dd-45bc-9765-d854ea2f633a => generated 1512 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2880] 199.204.45.49 () {34 vars in 789 bytes} [Wed Jun 10 09:37:56 2026] PUT /v2.0/ports/65201dd0-47dd-45bc-9765-d854ea2f633a => generated 1255 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:37:56.431 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-200e9d15-796c-468a-9816-56845373938a'] response: {'name': 'network-changed', 'server_uuid': '157230ad-1f73-4887-8979-09a9933e5cad', 'tag': '65201dd0-47dd-45bc-9765-d854ea2f633a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1436/2881] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 10 09:37:56 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786 => generated 797 bytes in 43 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: 1446/2882] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:37:56 2026] GET /v2.0/subnets/82427d52-4266-47da-aeb9-d0800991906f => 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: 1437/2883] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:37:56 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: 1447/2884] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:37:56 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: 1438/2885] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:37:56 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: 1448/2886] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:37:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2887] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:37:56 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2888] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:37:56 2026] GET /v2.0/ports/09950c1b-2329-4379-aabb-64fc310e8aac => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2889] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:37:56 2026] GET /v2.0/ports/167e4a31-4926-4486-9084-7f9ee5623a20 => generated 1345 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2890] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:37:56 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2891] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 10 09:37:56 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2892] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:37:56 2026] GET /v2.0/ports/09950c1b-2329-4379-aabb-64fc310e8aac => generated 1128 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2893] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:37:56 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 674 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2894] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:37:56 2026] GET /v2.0/ports?tenant_id=c152e3ec6f2447c2990b7eb458b460d6&device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 5376 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2895] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:37:57 2026] GET /v2.0/networks?id=2d83d98f-e327-46d3-a072-9f754e667786 => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2898] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:37:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.128&port_id=65201dd0-47dd-45bc-9765-d854ea2f633a => 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: 1446/2899] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:37:57 2026] GET /v2.0/subnets?id=82427d52-4266-47da-aeb9-d0800991906f => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2900] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:37:57 2026] GET /v2.0/ports?network_id=2d83d98f-e327-46d3-a072-9f754e667786&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2901] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:37:57 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2902] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:37:57 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?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: 1448/2903] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:38:09 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: 1456/2904] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:38:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2905] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:38:09 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: 1457/2906] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:38:09 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: 1450/2907] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:38:09 2026] GET /v2.0/subnets/82427d52-4266-47da-aeb9-d0800991906f => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2908] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:38:09 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 5376 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2909] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:38:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2910] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:38:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2911] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:38:10 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: 1460/2912] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:38:10 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: 1453/2913] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:38:10 2026] GET /v2.0/ports/29da3374-48f2-4ea2-b197-8e0a34677289 => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2914] 199.204.45.49 () {34 vars in 789 bytes} [Wed Jun 10 09:38:10 2026] PUT /v2.0/ports/29da3374-48f2-4ea2-b197-8e0a34677289 => generated 1251 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:38:10.568 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1ff9c66-46b7-4aef-9825-47bf617d5043'] response: {'name': 'network-changed', 'server_uuid': '157230ad-1f73-4887-8979-09a9933e5cad', 'tag': '29da3374-48f2-4ea2-b197-8e0a34677289', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1454/2915] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 10 09:38:10 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83 => generated 798 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1462/2916] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:38:10 2026] GET /v2.0/subnets/34d8b4c2-dadb-43e7-ad58-c2519c48aebc => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2917] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:38:10 2026] GET /v2.0/ports/29da3374-48f2-4ea2-b197-8e0a34677289 => generated 1287 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2918] 199.204.45.49 () {34 vars in 788 bytes} [Wed Jun 10 09:38:10 2026] PUT /v2.0/ports/29da3374-48f2-4ea2-b197-8e0a34677289 => generated 1080 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2919] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 10 09:38:10 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83 => generated 798 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1464/2920] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:38:11 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => 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: 1457/2921] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:38:11 2026] GET /v2.0/ports?tenant_id=c152e3ec6f2447c2990b7eb458b460d6&device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 4972 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2922] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:38:11 2026] GET /v2.0/networks?id=8eedeb74-fb4e-4261-9712-b69922e4af83 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2923] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:38:11 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83?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: 1458/2924] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:38:11 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 4972 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2925] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:38:11 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2928] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:38:12 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 4972 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:38:12.606 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6b26e86-eae7-4221-98ed-fcdf2ad7db78'] response: {'name': 'network-changed', 'server_uuid': '157230ad-1f73-4887-8979-09a9933e5cad', 'tag': '29da3374-48f2-4ea2-b197-8e0a34677289', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1460/2929] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:38:13 2026] GET /v2.0/ports?tenant_id=c152e3ec6f2447c2990b7eb458b460d6&device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 4972 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2930] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:38:13 2026] GET /v2.0/networks?id=8eedeb74-fb4e-4261-9712-b69922e4af83 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2931] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:38:13 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2932] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:38:13 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2933] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:38:13 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 4972 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2934] 199.204.45.49 () {34 vars in 974 bytes} [Wed Jun 10 09:38:13 2026] GET /v2.0/ports/29da3374-48f2-4ea2-b197-8e0a34677289 => generated 1116 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2935] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 10 09:38:13 2026] GET /v2.0/ports/29da3374-48f2-4ea2-b197-8e0a34677289?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2936] 199.204.45.49 () {34 vars in 1015 bytes} [Wed Jun 10 09:38:13 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2937] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:38:13 2026] PUT /v2.0/ports/29da3374-48f2-4ea2-b197-8e0a34677289 => generated 917 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2938] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:38:14 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 3864 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-10 09:38:14.510 7 INFO neutron_taas.services.taas.taas_plugin [None req-afb835e3-80d6-4c7c-b733-5bafc63c302a 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 29da3374-48f2-4ea2-b197-8e0a34677289 2026-06-10 09:38:14.513 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afb835e3-80d6-4c7c-b733-5bafc63c302a 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 29da3374-48f2-4ea2-b197-8e0a34677289 [pid: 7|app: 0|req: 1465/2939] 199.204.45.49 () {32 vars in 758 bytes} [Wed Jun 10 09:38:14 2026] DELETE /v2.0/ports/29da3374-48f2-4ea2-b197-8e0a34677289 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2940] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:38:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2941] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:38:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2942] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:38:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2943] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:38:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2944] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:38:14 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 674 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2945] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:38:14 2026] GET /v2.0/ports/09950c1b-2329-4379-aabb-64fc310e8aac => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2946] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:38:14 2026] GET /v2.0/ports/167e4a31-4926-4486-9084-7f9ee5623a20 => generated 1345 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2947] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:38:14 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2948] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 10 09:38:14 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2949] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:38:15 2026] GET /v2.0/ports/09950c1b-2329-4379-aabb-64fc310e8aac => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2950] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:38:15 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2951] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:38:15 2026] GET /v2.0/ports?tenant_id=c152e3ec6f2447c2990b7eb458b460d6&device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 3864 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2952] 199.204.45.49 () {34 vars in 1225 bytes} [Wed Jun 10 09:38:15 2026] GET /v2.0/networks?id=ff6870ed-b418-4bb7-8175-3969de10fb71&id=381a36d7-8d75-4a77-87d1-64d20712d95b&id=2d83d98f-e327-46d3-a072-9f754e667786&id=8eedeb74-fb4e-4261-9712-b69922e4af83 => generated 3097 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2953] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 10 09:38:15 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.85&port_id=5eaed7bd-15f7-45c6-a1ee-0d4f73974b5a => 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: 1482/2954] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:38:15 2026] GET /v2.0/subnets?id=200bb2b7-dfcd-4cea-b9fb-6dff002a024b => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2955] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:38:15 2026] GET /v2.0/ports?network_id=ff6870ed-b418-4bb7-8175-3969de10fb71&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: 1483/2956] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:38:15 2026] GET /v2.0/networks/ff6870ed-b418-4bb7-8175-3969de10fb71?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2957] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:38:15 2026] GET /v2.0/networks/ff6870ed-b418-4bb7-8175-3969de10fb71?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: 1484/2958] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 10 09:38:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.63&port_id=167e4a31-4926-4486-9084-7f9ee5623a20 => 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: 1475/2959] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:38:15 2026] GET /v2.0/subnets?id=c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2960] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:38:15 2026] GET /v2.0/ports?network_id=381a36d7-8d75-4a77-87d1-64d20712d95b&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2961] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:38:15 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b?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: 1486/2962] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:38:15 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b?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/2963] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:38:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.128&port_id=65201dd0-47dd-45bc-9765-d854ea2f633a => 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: 1487/2964] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:38:15 2026] GET /v2.0/subnets?id=82427d52-4266-47da-aeb9-d0800991906f => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2965] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:38:16 2026] GET /v2.0/ports?network_id=2d83d98f-e327-46d3-a072-9f754e667786&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2966] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:38:16 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2967] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:38:16 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?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: 1489/2968] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:38:20 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: 1480/2969] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:38:20 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: 1490/2970] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:38:20 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: 1481/2971] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:38:20 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: 1491/2972] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:38:20 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 3864 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2973] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:38:20 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: 1492/2974] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:38:20 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: 1483/2975] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:38:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2976] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:38:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2977] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:38:20 2026] GET /v2.0/ports/65201dd0-47dd-45bc-9765-d854ea2f633a => generated 1291 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2978] 199.204.45.49 () {34 vars in 788 bytes} [Wed Jun 10 09:38:20 2026] PUT /v2.0/ports/65201dd0-47dd-45bc-9765-d854ea2f633a => generated 1080 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:38:21.300 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9be2a016-d306-42ee-8a45-4a56722fa9b9'] response: {'name': 'network-changed', 'server_uuid': '157230ad-1f73-4887-8979-09a9933e5cad', 'tag': '65201dd0-47dd-45bc-9765-d854ea2f633a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1485/2979] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 10 09:38:21 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786 => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1495/2980] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:38:21 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 3689 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2981] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:38:21 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 3689 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2982] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:38:21 2026] GET /v2.0/ports?tenant_id=c152e3ec6f2447c2990b7eb458b460d6&device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 3689 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2983] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:38:21 2026] GET /v2.0/networks?id=2d83d98f-e327-46d3-a072-9f754e667786 => generated 800 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2984] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:38:21 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2985] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:38:22 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?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: 1498/2986] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:38:22 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 3689 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2987] 199.204.45.49 () {34 vars in 974 bytes} [Wed Jun 10 09:38:23 2026] GET /v2.0/ports/65201dd0-47dd-45bc-9765-d854ea2f633a => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2988] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 10 09:38:23 2026] GET /v2.0/ports/65201dd0-47dd-45bc-9765-d854ea2f633a?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: 1500/2989] 199.204.45.49 () {34 vars in 1015 bytes} [Wed Jun 10 09:38:23 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?fields=dns_domain => generated 29 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2990] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:38:23 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 3689 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2991] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:38:23 2026] PUT /v2.0/ports/65201dd0-47dd-45bc-9765-d854ea2f633a => generated 917 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2992] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:38:24 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 2581 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 09:38:24.785 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd1286ff-1e12-4c2b-9985-241d8467dc58 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 65201dd0-47dd-45bc-9765-d854ea2f633a 2026-06-10 09:38:24.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd1286ff-1e12-4c2b-9985-241d8467dc58 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 65201dd0-47dd-45bc-9765-d854ea2f633a [pid: 8|app: 0|req: 1502/2993] 199.204.45.49 () {32 vars in 758 bytes} [Wed Jun 10 09:38:24 2026] DELETE /v2.0/ports/65201dd0-47dd-45bc-9765-d854ea2f633a => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2994] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:38:25 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: 1503/2995] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:38:25 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: 1493/2996] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2997] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2998] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2999] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/ports/09950c1b-2329-4379-aabb-64fc310e8aac => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3000] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/ports/167e4a31-4926-4486-9084-7f9ee5623a20 => generated 1345 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3001] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3002] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3003] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/ports/09950c1b-2329-4379-aabb-64fc310e8aac => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3004] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/ports?tenant_id=c152e3ec6f2447c2990b7eb458b460d6&device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 2581 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3005] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3006] 199.204.45.49 () {34 vars in 1145 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/networks?id=ff6870ed-b418-4bb7-8175-3969de10fb71&id=381a36d7-8d75-4a77-87d1-64d20712d95b&id=2d83d98f-e327-46d3-a072-9f754e667786 => generated 2310 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3007] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.85&port_id=5eaed7bd-15f7-45c6-a1ee-0d4f73974b5a => 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: 1499/3008] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/subnets?id=200bb2b7-dfcd-4cea-b9fb-6dff002a024b => generated 654 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3009] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/ports?network_id=ff6870ed-b418-4bb7-8175-3969de10fb71&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3010] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/networks/ff6870ed-b418-4bb7-8175-3969de10fb71?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3011] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/networks/ff6870ed-b418-4bb7-8175-3969de10fb71?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: 1501/3012] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.63&port_id=167e4a31-4926-4486-9084-7f9ee5623a20 => 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: 1512/3013] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/subnets?id=c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3014] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/ports?network_id=381a36d7-8d75-4a77-87d1-64d20712d95b&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3015] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b?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: 1503/3016] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:38:25 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b?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: 1505/3019] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:38:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3020] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:38:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3021] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:38:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3022] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:38:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:38:37.768 7 INFO neutron.api.v2.resource [None req-8adda9ee-28dc-48fc-b7f3-090d72fd6f3b 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1507/3023] 199.204.45.49 () {30 vars in 762 bytes} [Wed Jun 10 09:38:37 2026] GET /v2.0/security-groups/lb-f1b4b787-ad95-41e7-9097-4ac5330a70e9 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3024] 199.204.45.49 () {30 vars in 784 bytes} [Wed Jun 10 09:38:37 2026] GET /v2.0/security-groups?name=lb-f1b4b787-ad95-41e7-9097-4ac5330a70e9 => generated 2865 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3025] 199.204.45.49 () {30 vars in 814 bytes} [Wed Jun 10 09:38:37 2026] GET /v2.0/security-group-rules?security_group_id=b6d3cbce-7abc-4377-9206-75a7b1d1875f => 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: 1518/3026] 199.204.45.49 () {32 vars in 788 bytes} [Wed Jun 10 09:38:37 2026] DELETE /v2.0/security-group-rules/1ca47702-5513-4f86-a5ce-db35083c623a => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3027] 199.204.45.49 () {32 vars in 788 bytes} [Wed Jun 10 09:38:37 2026] DELETE /v2.0/security-group-rules/42e72bc3-32ba-465a-9ee2-3182d604bd05 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:38:40.492 8 INFO neutron_taas.services.taas.taas_plugin [None req-b82f3ff7-6ad9-4897-9a31-284b7e4ca155 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] TaaS: Handle Delete Port: 86423af1-fc36-4dac-be8a-70bb8a478a2f 2026-06-10 09:38:40.495 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b82f3ff7-6ad9-4897-9a31-284b7e4ca155 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Tap Mirror: Handle Delete Port: 86423af1-fc36-4dac-be8a-70bb8a478a2f 2026-06-10 09:38:40.675 8 INFO neutron.db.l3_db [None req-b82f3ff7-6ad9-4897-9a31-284b7e4ca155 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Floating IP 8eaa467d-a57d-48bd-b77f-f8eaca6f8f3f disassociated (deleted). External IP: 10.96.250.211, port: 09950c1b-2329-4379-aabb-64fc310e8aac. [pid: 8|app: 0|req: 1519/3028] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:38:40 2026] DELETE /v2.0/floatingips/8eaa467d-a57d-48bd-b77f-f8eaca6f8f3f => generated 0 bytes in 689 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:38:41.059 7 INFO neutron.api.v2.resource [None req-856497df-68eb-4adc-8e20-5d2263d9db66 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1510/3029] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:38:41 2026] GET /v2.0/floatingips/8eaa467d-a57d-48bd-b77f-f8eaca6f8f3f => 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: 1520/3030] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:38:42 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: 1511/3031] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:38:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3032] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:38:42 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: 1512/3033] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:38:42 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-10 09:38:42.090 7 INFO neutron.api.v2.resource [None req-7d135728-9ef4-4984-9b7b-8f5f7bb89ab2 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1514/3036] 199.204.45.49 () {30 vars in 762 bytes} [Wed Jun 10 09:38:42 2026] GET /v2.0/security-groups/lb-f1b4b787-ad95-41e7-9097-4ac5330a70e9 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3037] 199.204.45.49 () {30 vars in 784 bytes} [Wed Jun 10 09:38:42 2026] GET /v2.0/security-groups?name=lb-f1b4b787-ad95-41e7-9097-4ac5330a70e9 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3038] 199.204.45.49 () {30 vars in 814 bytes} [Wed Jun 10 09:38:42 2026] GET /v2.0/security-group-rules?security_group_id=b6d3cbce-7abc-4377-9206-75a7b1d1875f => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3039] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:38:42 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: 1516/3040] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:38:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3041] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:38:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3042] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:38:42 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: 1526/3043] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 10 09:38:42 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => 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: 1518/3044] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:38:42 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 2581 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3045] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:38:42 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 2581 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3046] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:38:42 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 2581 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3047] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:38:43 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 2581 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3048] 199.204.45.49 () {34 vars in 974 bytes} [Wed Jun 10 09:38:44 2026] GET /v2.0/ports/167e4a31-4926-4486-9084-7f9ee5623a20 => generated 1345 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3049] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 10 09:38:44 2026] GET /v2.0/ports/167e4a31-4926-4486-9084-7f9ee5623a20?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3050] 199.204.45.49 () {34 vars in 1015 bytes} [Wed Jun 10 09:38:44 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b?fields=dns_domain => generated 29 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3051] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:38:44 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 2581 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3052] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 10 09:38:44 2026] PUT /v2.0/ports/167e4a31-4926-4486-9084-7f9ee5623a20 => generated 1146 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3053] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 10 09:38:45 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1523/3054] 199.204.45.49 () {34 vars in 788 bytes} [Wed Jun 10 09:38:45 2026] PUT /v2.0/ports/167e4a31-4926-4486-9084-7f9ee5623a20 => generated 1086 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3055] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:38:45 2026] GET /v2.0/ports/167e4a31-4926-4486-9084-7f9ee5623a20 => generated 1086 bytes in 31 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-10 09:38:46.134 7 INFO neutron_taas.services.taas.taas_plugin [None req-99a88c06-0918-4b49-b1f7-98fa58d4dfe5 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 167e4a31-4926-4486-9084-7f9ee5623a20 2026-06-10 09:38:46.137 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99a88c06-0918-4b49-b1f7-98fa58d4dfe5 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 167e4a31-4926-4486-9084-7f9ee5623a20 [pid: 7|app: 0|req: 1524/3056] 199.204.45.49 () {32 vars in 758 bytes} [Wed Jun 10 09:38:46 2026] DELETE /v2.0/ports/167e4a31-4926-4486-9084-7f9ee5623a20 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3057] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 10 09:38:46 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: 1525/3058] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 10 09:38:46 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: 1534/3059] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 10 09:38: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: 7|app: 0|req: 1526/3060] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 10 09:38:46 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-10 09:38:46.465 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4fde6a62-5a02-40f4-bd03-3bb2952e215d 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1535/3061] 199.204.45.49 () {32 vars in 758 bytes} [Wed Jun 10 09:38:46 2026] DELETE /v2.0/ports/167e4a31-4926-4486-9084-7f9ee5623a20 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3062] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:38:46 2026] GET /v2.0/ports/09950c1b-2329-4379-aabb-64fc310e8aac => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:38:46.527 7 INFO neutron.api.v2.resource [None req-65b49b5c-0ca8-4040-9e1b-81e9b95f1dad 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1528/3063] 199.204.45.49 () {30 vars in 762 bytes} [Wed Jun 10 09:38:46 2026] GET /v2.0/security-groups/lb-f1b4b787-ad95-41e7-9097-4ac5330a70e9 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3064] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:38:46 2026] GET /v2.0/ports?tenant_id=c152e3ec6f2447c2990b7eb458b460d6&device_id=157230ad-1f73-4887-8979-09a9933e5cad => 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: 1529/3065] 199.204.45.49 () {30 vars in 784 bytes} [Wed Jun 10 09:38:46 2026] GET /v2.0/security-groups?name=lb-f1b4b787-ad95-41e7-9097-4ac5330a70e9 => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3066] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 10 09:38:46 2026] GET /v2.0/ports/09950c1b-2329-4379-aabb-64fc310e8aac => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3067] 199.204.45.49 () {34 vars in 1065 bytes} [Wed Jun 10 09:38:46 2026] GET /v2.0/networks?id=ff6870ed-b418-4bb7-8175-3969de10fb71&id=381a36d7-8d75-4a77-87d1-64d20712d95b => generated 1524 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3068] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 10 09:38:46 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.85&port_id=5eaed7bd-15f7-45c6-a1ee-0d4f73974b5a => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3069] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 10 09:38:46 2026] GET /v2.0/subnets?id=200bb2b7-dfcd-4cea-b9fb-6dff002a024b => 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: 1540/3070] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:38:46 2026] GET /v2.0/ports?network_id=ff6870ed-b418-4bb7-8175-3969de10fb71&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: 1541/3071] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:38:46 2026] GET /v2.0/networks/ff6870ed-b418-4bb7-8175-3969de10fb71?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3072] 199.204.45.49 () {34 vars in 788 bytes} [Wed Jun 10 09:38:46 2026] PUT /v2.0/ports/09950c1b-2329-4379-aabb-64fc310e8aac => generated 1090 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3073] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:38:46 2026] GET /v2.0/networks/ff6870ed-b418-4bb7-8175-3969de10fb71?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: 1532/3074] 199.204.45.49 () {32 vars in 778 bytes} [Wed Jun 10 09:38:46 2026] DELETE /v2.0/security-groups/b6d3cbce-7abc-4377-9206-75a7b1d1875f => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:38:47.074 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9fc04be-632b-40bf-8d56-b620ca2132fd 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 09950c1b-2329-4379-aabb-64fc310e8aac 2026-06-10 09:38:47.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9fc04be-632b-40bf-8d56-b620ca2132fd 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 09950c1b-2329-4379-aabb-64fc310e8aac [pid: 8|app: 0|req: 1543/3075] 199.204.45.49 () {32 vars in 758 bytes} [Wed Jun 10 09:38:46 2026] DELETE /v2.0/ports/09950c1b-2329-4379-aabb-64fc310e8aac => 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: 1533/3076] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 10 09:38:50 2026] GET /v2.0/ports?device_id=157230ad-1f73-4887-8979-09a9933e5cad => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:38:50.269 8 INFO neutron_taas.services.taas.taas_plugin [req-00309c63-92b8-4301-9903-c206ad344da3 req-e0b6d932-34e7-4e09-b6e7-1ea57ba17cc7 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] TaaS: Handle Delete Port: 5eaed7bd-15f7-45c6-a1ee-0d4f73974b5a 2026-06-10 09:38:50.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-00309c63-92b8-4301-9903-c206ad344da3 req-e0b6d932-34e7-4e09-b6e7-1ea57ba17cc7 7666d4f62ab74510a27292b5c557cf80 c152e3ec6f2447c2990b7eb458b460d6 - - default default] Tap Mirror: Handle Delete Port: 5eaed7bd-15f7-45c6-a1ee-0d4f73974b5a [pid: 8|app: 0|req: 1544/3077] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 10 09:38:50 2026] DELETE /v2.0/ports/5eaed7bd-15f7-45c6-a1ee-0d4f73974b5a => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:38:50.437 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a77155b1-a033-4841-a8a9-6a2af34a2176'] response: {'server_uuid': '157230ad-1f73-4887-8979-09a9933e5cad', 'name': 'network-vif-deleted', 'tag': '5eaed7bd-15f7-45c6-a1ee-0d4f73974b5a', 'status': 'completed', 'code': 200} 2026-06-10 09:38:51.364 7 INFO neutron_taas.services.taas.taas_plugin [None req-d45d8a64-2fc6-4867-a53a-00ff88c07528 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] TaaS: Handle Delete Port: 38eb18ab-8b9e-47c4-85ba-2d083302ae88 2026-06-10 09:38:51.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d45d8a64-2fc6-4867-a53a-00ff88c07528 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Tap Mirror: Handle Delete Port: 38eb18ab-8b9e-47c4-85ba-2d083302ae88 2026-06-10 09:38:51.535 7 INFO neutron.db.l3_db [None req-d45d8a64-2fc6-4867-a53a-00ff88c07528 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Floating IP 73868ad1-9b8c-446a-bd75-dfc3870e5ac5 disassociated (deleted). External IP: 10.96.250.206, port: 3cebefc9-4ef5-4be4-a374-983c53b13b41. [pid: 7|app: 0|req: 1534/3078] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:38:51 2026] DELETE /v2.0/floatingips/73868ad1-9b8c-446a-bd75-dfc3870e5ac5 => generated 0 bytes in 1122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:38:52.416 8 INFO neutron.api.v2.resource [None req-70d0a779-bda2-4ac5-8473-fbf611ea8067 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1545/3079] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:38:52 2026] GET /v2.0/floatingips/73868ad1-9b8c-446a-bd75-dfc3870e5ac5 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:38:52.423 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-42d0a260-1baf-489c-b7a2-80318ed302d1'] response: {'name': 'network-changed', 'server_uuid': '0b1c4218-4d78-4824-95f2-6c6e4f5adcc1', 'tag': '3cebefc9-4ef5-4be4-a374-983c53b13b41', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1535/3080] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:38:52 2026] GET /v2.0/ports?device_id=0b1c4218-4d78-4824-95f2-6c6e4f5adcc1 => generated 1204 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3081] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:38:52 2026] GET /v2.0/security-groups?id=cfeab17b-b1ab-4bdf-a9cd-1af2312ff878&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3082] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:38:52 2026] GET /v2.0/ports?tenant_id=d84f8a8ffcc54d11b54fe8675e239385&device_id=0b1c4218-4d78-4824-95f2-6c6e4f5adcc1 => generated 1473 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3083] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:38:52 2026] GET /v2.0/networks?id=8eedeb74-fb4e-4261-9712-b69922e4af83 => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3084] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:38:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.211&port_id=3cebefc9-4ef5-4be4-a374-983c53b13b41 => 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: 1548/3085] 199.204.45.49 () {34 vars in 1105 bytes} [Wed Jun 10 09:38:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A15c&port_id=3cebefc9-4ef5-4be4-a374-983c53b13b41 => 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: 1538/3086] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 10 09:38:53 2026] GET /v2.0/subnets?id=a0a7bd59-3a55-4689-bcc8-a42b4ce6586b&id=34d8b4c2-dadb-43e7-ad58-c2519c48aebc => generated 1413 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3087] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:38:53 2026] GET /v2.0/ports?network_id=8eedeb74-fb4e-4261-9712-b69922e4af83&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3088] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:38:53 2026] GET /v2.0/ports?network_id=8eedeb74-fb4e-4261-9712-b69922e4af83&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: 1550/3089] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:38:53 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83?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: 1540/3090] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:38:53 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3091] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 10 09:38:54 2026] GET /v2.0/ports?device_id=0b1c4218-4d78-4824-95f2-6c6e4f5adcc1 => generated 1204 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:38:55.161 7 INFO neutron_taas.services.taas.taas_plugin [req-b7d097bf-1a22-43f2-88de-42f929787843 req-ad4c718a-c37d-4597-ba2b-6f78e0b2dd1b 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] TaaS: Handle Delete Port: 3cebefc9-4ef5-4be4-a374-983c53b13b41 2026-06-10 09:38:55.165 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b7d097bf-1a22-43f2-88de-42f929787843 req-ad4c718a-c37d-4597-ba2b-6f78e0b2dd1b 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Tap Mirror: Handle Delete Port: 3cebefc9-4ef5-4be4-a374-983c53b13b41 [pid: 7|app: 0|req: 1541/3092] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 10 09:38:55 2026] DELETE /v2.0/ports/3cebefc9-4ef5-4be4-a374-983c53b13b41 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:38:55.381 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4d72c9d-9c16-49b1-85b0-4748347db71e'] response: {'server_uuid': '0b1c4218-4d78-4824-95f2-6c6e4f5adcc1', 'name': 'network-vif-deleted', 'tag': '3cebefc9-4ef5-4be4-a374-983c53b13b41', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1543/3095] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:38:57 2026] GET /v2.0/ports?device_id=0b1c4218-4d78-4824-95f2-6c6e4f5adcc1 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:39:02.972 8 INFO neutron_taas.services.taas.taas_plugin [None req-221c2905-eb5c-4046-8f11-7c1904ab5aa2 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] TaaS: Handle Delete Port: 3dc1f1fb-d188-4032-b375-ca6e4cd56e1b 2026-06-10 09:39:02.975 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-221c2905-eb5c-4046-8f11-7c1904ab5aa2 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Tap Mirror: Handle Delete Port: 3dc1f1fb-d188-4032-b375-ca6e4cd56e1b 2026-06-10 09:39:03.156 8 INFO neutron.db.l3_db [None req-221c2905-eb5c-4046-8f11-7c1904ab5aa2 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Floating IP 64603488-f98f-410d-9d05-45730782cd14 disassociated (deleted). External IP: 10.96.250.205, port: 36347035-5a72-49e8-b207-a6275ad4703c. [pid: 8|app: 0|req: 1553/3096] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:39:02 2026] DELETE /v2.0/floatingips/64603488-f98f-410d-9d05-45730782cd14 => generated 0 bytes in 644 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:39:03.484 7 INFO neutron.api.v2.resource [None req-36aada7f-eacd-449f-9fe2-a85b99a64046 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1544/3097] 10.0.0.18 () {32 vars in 728 bytes} [Wed Jun 10 09:39:03 2026] GET /v2.0/floatingips/64603488-f98f-410d-9d05-45730782cd14 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:39:03.500 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c5cda7e7-cb68-4c7f-b1ab-21a2088e833e'] response: {'name': 'network-changed', 'server_uuid': 'b7d10e29-d51d-4e8f-acd5-d4659fab61d7', 'tag': '36347035-5a72-49e8-b207-a6275ad4703c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1554/3098] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:39:03 2026] GET /v2.0/ports?device_id=b7d10e29-d51d-4e8f-acd5-d4659fab61d7 => generated 1200 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3099] 10.0.0.166 () {34 vars in 1040 bytes} [Wed Jun 10 09:39:03 2026] GET /v2.0/security-groups?id=cfeab17b-b1ab-4bdf-a9cd-1af2312ff878&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3100] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 10 09:39:04 2026] GET /v2.0/ports?tenant_id=d84f8a8ffcc54d11b54fe8675e239385&device_id=b7d10e29-d51d-4e8f-acd5-d4659fab61d7 => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3101] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 10 09:39:04 2026] GET /v2.0/networks?id=2d83d98f-e327-46d3-a072-9f754e667786 => generated 800 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3102] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 10 09:39:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.205&port_id=36347035-5a72-49e8-b207-a6275ad4703c => 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: 1547/3103] 199.204.45.49 () {34 vars in 1103 bytes} [Wed Jun 10 09:39:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3aa&port_id=36347035-5a72-49e8-b207-a6275ad4703c => 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: 1557/3104] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 10 09:39:04 2026] GET /v2.0/subnets?id=340b3252-d95e-4e02-af68-47ef51703a03&id=82427d52-4266-47da-aeb9-d0800991906f => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3105] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:39:04 2026] GET /v2.0/ports?network_id=2d83d98f-e327-46d3-a072-9f754e667786&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: 1558/3106] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 10 09:39:04 2026] GET /v2.0/ports?network_id=2d83d98f-e327-46d3-a072-9f754e667786&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: 1549/3107] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 10 09:39:04 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?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: 1559/3108] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 10 09:39:04 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786?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: 1550/3109] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 10 09:39:06 2026] GET /v2.0/ports?device_id=b7d10e29-d51d-4e8f-acd5-d4659fab61d7 => generated 1200 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:39:06.232 8 INFO neutron_taas.services.taas.taas_plugin [req-ad50ebf8-3dab-4500-ac91-0aef8308ba9c req-f7ef39ee-f62f-4fb4-9310-c08d2f8bf368 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] TaaS: Handle Delete Port: 36347035-5a72-49e8-b207-a6275ad4703c 2026-06-10 09:39:06.234 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ad50ebf8-3dab-4500-ac91-0aef8308ba9c req-f7ef39ee-f62f-4fb4-9310-c08d2f8bf368 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Tap Mirror: Handle Delete Port: 36347035-5a72-49e8-b207-a6275ad4703c [pid: 8|app: 0|req: 1560/3110] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 10 09:39:06 2026] DELETE /v2.0/ports/36347035-5a72-49e8-b207-a6275ad4703c => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:39:06.438 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-93cfa3fb-30cc-4edf-86e6-3bfe5589598b'] response: {'server_uuid': 'b7d10e29-d51d-4e8f-acd5-d4659fab61d7', 'name': 'network-vif-deleted', 'tag': '36347035-5a72-49e8-b207-a6275ad4703c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1551/3111] 10.0.0.166 () {34 vars in 990 bytes} [Wed Jun 10 09:39:08 2026] GET /v2.0/ports?device_id=b7d10e29-d51d-4e8f-acd5-d4659fab61d7 => 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: 1553/3114] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:39:13 2026] DELETE /v2.0/security-group-rules/dc41f0b1-a0bd-408a-ae4e-8682e42aba86 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:39:14.042 8 INFO neutron.api.v2.resource [None req-8daf6e86-0cd9-44fd-8b27-1f0d7925dca5 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1562/3115] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:39:14 2026] GET /v2.0/security-group-rules/dc41f0b1-a0bd-408a-ae4e-8682e42aba86 => 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: 1554/3116] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:39:14 2026] DELETE /v2.0/security-group-rules/0c5691b2-f05b-4cd8-b5f8-b09a2312c848 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:39:14.139 8 INFO neutron.api.v2.resource [None req-d05e6ccd-a09d-4f38-ad14-ac760c9ab5fc 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1563/3117] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:39:14 2026] GET /v2.0/security-group-rules/0c5691b2-f05b-4cd8-b5f8-b09a2312c848 => 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/3118] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:39:14 2026] DELETE /v2.0/security-group-rules/7adff4d6-110b-4b63-9e95-db7b8b76f177 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:39:14.228 8 INFO neutron.api.v2.resource [None req-b05b334d-3955-4f38-9bdd-6fd85faf22a9 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1564/3119] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:39:14 2026] GET /v2.0/security-group-rules/7adff4d6-110b-4b63-9e95-db7b8b76f177 => 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: 1556/3120] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:39:14 2026] DELETE /v2.0/security-group-rules/b4dbb4be-2fb0-41d4-ab7c-caba01f3996f => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:39:14.313 8 INFO neutron.api.v2.resource [None req-8f418b9c-910c-4caa-99ab-f3cd474adb67 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1565/3121] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:39:14 2026] GET /v2.0/security-group-rules/b4dbb4be-2fb0-41d4-ab7c-caba01f3996f => 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: 1557/3122] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:39:14 2026] DELETE /v2.0/security-group-rules/aa067f3d-7860-41f9-80f5-d64442b151d7 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:39:14.426 8 INFO neutron.api.v2.resource [None req-efe1321e-72bf-46fa-8c17-cefa70911d85 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1566/3123] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:39:14 2026] GET /v2.0/security-group-rules/aa067f3d-7860-41f9-80f5-d64442b151d7 => generated 155 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3124] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:39:14 2026] DELETE /v2.0/security-group-rules/0e273e28-453a-4d2c-8fb7-2c8c79079e5a => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:39:14.523 8 INFO neutron.api.v2.resource [None req-c128ca1b-c813-4494-bfb7-a0982cc32b84 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1567/3125] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:39:14 2026] GET /v2.0/security-group-rules/0e273e28-453a-4d2c-8fb7-2c8c79079e5a => 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: 1559/3126] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:39:14 2026] DELETE /v2.0/security-group-rules/936c5bd1-5107-4367-bdf7-c906549cc5fa => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:39:14.613 8 INFO neutron.api.v2.resource [None req-320bc347-f76a-4f5e-ab69-b03f1766d0b8 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1568/3127] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:39:14 2026] GET /v2.0/security-group-rules/936c5bd1-5107-4367-bdf7-c906549cc5fa => 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: 1560/3128] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:39:14 2026] DELETE /v2.0/security-group-rules/33db007e-29b2-43fb-bf53-32512ca8335b => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:39:14.697 8 INFO neutron.api.v2.resource [None req-506944fe-06ff-4384-b40b-6b5a70b8aea1 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1569/3129] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:39:14 2026] GET /v2.0/security-group-rules/33db007e-29b2-43fb-bf53-32512ca8335b => 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: 1561/3130] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:39:14 2026] DELETE /v2.0/security-group-rules/0f34a3ed-72f9-4744-8933-b94fed4004aa => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:39:14.783 8 INFO neutron.api.v2.resource [None req-102aa536-e358-4f76-a4a9-d30992048ac8 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1570/3131] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:39:14 2026] GET /v2.0/security-group-rules/0f34a3ed-72f9-4744-8933-b94fed4004aa => 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: 1562/3132] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:39:14 2026] DELETE /v2.0/security-group-rules/1f31800a-69a8-4161-8579-d7b91993b4e7 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:39:14.877 8 INFO neutron.api.v2.resource [None req-7c895407-2e83-4ee7-8eab-6d5660fbabfb 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1571/3133] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:39:14 2026] GET /v2.0/security-group-rules/1f31800a-69a8-4161-8579-d7b91993b4e7 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3134] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:39:14 2026] DELETE /v2.0/security-group-rules/8f2e530b-5179-4c6a-986c-d1a49ca4193a => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:39:14.983 8 INFO neutron.api.v2.resource [None req-27a08050-9191-43b8-b805-4726d99bd69b 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1572/3135] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:39:14 2026] GET /v2.0/security-group-rules/8f2e530b-5179-4c6a-986c-d1a49ca4193a => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3136] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:14 2026] DELETE /v2.0/security-groups/cfeab17b-b1ab-4bdf-a9cd-1af2312ff878 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:39:15.090 8 INFO neutron.api.v2.resource [None req-b3e6b58f-3963-4100-a0b8-3dd3e67830b2 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1573/3137] 10.0.0.18 () {32 vars in 736 bytes} [Wed Jun 10 09:39:15 2026] GET /v2.0/security-groups/cfeab17b-b1ab-4bdf-a9cd-1af2312ff878 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:39:15.502 7 INFO neutron_taas.services.taas.taas_plugin [None req-98f6953f-835d-46b9-8086-f83f742285d9 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] TaaS: Handle Delete Port: 22204dbb-01d6-42f6-bb2b-2b0c02dae02d 2026-06-10 09:39:15.504 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98f6953f-835d-46b9-8086-f83f742285d9 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Tap Mirror: Handle Delete Port: 22204dbb-01d6-42f6-bb2b-2b0c02dae02d [pid: 7|app: 0|req: 1565/3138] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:39:15 2026] PUT /v2.0/routers/c1afe199-1768-47e7-b4db-0c4cf764702a/remove_router_interface => generated 309 bytes in 931 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:39:16.250 8 INFO neutron.api.v2.resource [None req-5f528269-5853-4f56-84dc-a6e04a855dad 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1574/3139] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:39:16 2026] PUT /v2.0/routers/c1afe199-1768-47e7-b4db-0c4cf764702a/remove_router_interface => generated 198 bytes in 174 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:39:16.638 7 INFO neutron_taas.services.taas.taas_plugin [None req-73cf9c55-0534-4c93-90cd-ca845d0423f7 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] TaaS: Handle Delete Port: 3f1be05c-2954-47c0-8b64-ec96e404e9ea 2026-06-10 09:39:16.640 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73cf9c55-0534-4c93-90cd-ca845d0423f7 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Tap Mirror: Handle Delete Port: 3f1be05c-2954-47c0-8b64-ec96e404e9ea [pid: 7|app: 0|req: 1566/3140] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:39:16 2026] PUT /v2.0/routers/c1afe199-1768-47e7-b4db-0c4cf764702a/remove_router_interface => generated 309 bytes in 1007 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:39:17.408 8 INFO neutron.api.v2.resource [None req-d42fe685-c0d4-4e35-b8a1-25042418a828 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1575/3141] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:39:17 2026] PUT /v2.0/routers/c1afe199-1768-47e7-b4db-0c4cf764702a/remove_router_interface => generated 198 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:39:17.780 7 INFO neutron_taas.services.taas.taas_plugin [None req-69ac2fe1-ae4c-4991-9ae4-399878a7acea 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] TaaS: Handle Delete Port: 2f4325ba-0911-46c6-aff4-7dfdf5e96f83 2026-06-10 09:39:17.784 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69ac2fe1-ae4c-4991-9ae4-399878a7acea 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Tap Mirror: Handle Delete Port: 2f4325ba-0911-46c6-aff4-7dfdf5e96f83 [pid: 7|app: 0|req: 1567/3142] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:39:17 2026] PUT /v2.0/routers/c1afe199-1768-47e7-b4db-0c4cf764702a/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-10 09:39:18.598 8 INFO neutron.api.v2.resource [None req-4cc82fc9-d7f2-4b14-9de6-4957876241a5 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1576/3143] 10.0.0.18 () {34 vars in 788 bytes} [Wed Jun 10 09:39:18 2026] PUT /v2.0/routers/c1afe199-1768-47e7-b4db-0c4cf764702a/remove_router_interface => generated 198 bytes in 164 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:39:18.807 7 INFO neutron_taas.services.taas.taas_plugin [None req-f57f1512-87d0-4d7f-9693-6c95bf1f497c 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] TaaS: Handle Delete Port: c8a3c886-9bcd-4bab-83e7-dfa5d0314c91 2026-06-10 09:39:18.811 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f57f1512-87d0-4d7f-9693-6c95bf1f497c 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Tap Mirror: Handle Delete Port: c8a3c886-9bcd-4bab-83e7-dfa5d0314c91 2026-06-10 09:39:19.112 7 INFO neutron_taas.services.taas.taas_plugin [None req-f57f1512-87d0-4d7f-9693-6c95bf1f497c 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] TaaS: Handle Delete Port: 6a251d5a-9cb2-4088-9955-f901b70566ba 2026-06-10 09:39:19.116 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f57f1512-87d0-4d7f-9693-6c95bf1f497c 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Tap Mirror: Handle Delete Port: 6a251d5a-9cb2-4088-9955-f901b70566ba 2026-06-10 09:39:19.476 7 INFO neutron.services.segments.plugin [-] Segment 9772d9c8-8461-4120-a7ce-c7e6c72197e2 resource provider aggregate not found 2026-06-10 09:39:19.481 7 INFO neutron.services.segments.plugin [-] Segment 9772d9c8-8461-4120-a7ce-c7e6c72197e2 resource provider aggregate not found 2026-06-10 09:39:19.497 7 INFO neutron.services.segments.plugin [-] Segment 9772d9c8-8461-4120-a7ce-c7e6c72197e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9772d9c8-8461-4120-a7ce-c7e6c72197e2 found for delete ", "request_id": "req-ec58a73d-78b6-4096-96d0-5c21c11ea269"}]} 2026-06-10 09:39:19.509 7 INFO neutron.services.segments.plugin [-] Segment 9772d9c8-8461-4120-a7ce-c7e6c72197e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9772d9c8-8461-4120-a7ce-c7e6c72197e2 found for delete ", "request_id": "req-85c06785-07a8-4b60-908c-28df61cd0d18"}]} 2026-06-10 09:39:19.513 7 INFO neutron.db.l3_hamode_db [None req-f57f1512-87d0-4d7f-9693-6c95bf1f497c 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] HA network b0013f9e-fed0-491e-a0a8-cc087679f290 was deleted as no HA routers are present in tenant d84f8a8ffcc54d11b54fe8675e239385. [pid: 7|app: 0|req: 1568/3144] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:39:18 2026] DELETE /v2.0/routers/c1afe199-1768-47e7-b4db-0c4cf764702a => generated 0 bytes in 913 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:39:19.545 8 INFO neutron.api.v2.resource [None req-506ce54b-43b2-4279-8a5d-9622cbe68675 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1577/3145] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:39:19 2026] GET /v2.0/routers/c1afe199-1768-47e7-b4db-0c4cf764702a => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3146] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:39:19 2026] DELETE /v2.0/subnets/a0a7bd59-3a55-4689-bcc8-a42b4ce6586b => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:39:19.726 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a5d47941-481a-4ca3-88ab-61f7a6ac6b93 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1578/3147] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:39:19 2026] GET /v2.0/subnets/a0a7bd59-3a55-4689-bcc8-a42b4ce6586b => 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: 1570/3148] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:39:19 2026] DELETE /v2.0/subnets/34d8b4c2-dadb-43e7-ad58-c2519c48aebc => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:39:19.948 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0f26342f-e6a1-4e64-b502-65bb4c02fa8b 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1579/3149] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:39:19 2026] GET /v2.0/subnets/34d8b4c2-dadb-43e7-ad58-c2519c48aebc => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:39:20.037 7 INFO neutron_taas.services.taas.taas_plugin [None req-5517cee7-3ef1-47a5-8c39-a6dcd007cbab 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] TaaS: Handle Delete Port: 82483b1c-4e66-41b5-a1d8-bd65cc0cccf4 2026-06-10 09:39:20.039 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5517cee7-3ef1-47a5-8c39-a6dcd007cbab 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Tap Mirror: Handle Delete Port: 82483b1c-4e66-41b5-a1d8-bd65cc0cccf4 [pid: 7|app: 0|req: 1571/3150] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:39:19 2026] DELETE /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:39:20.236 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d9ec5e5a-7e51-44c2-91b1-75a6b4087704 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1580/3151] 10.0.0.18 () {32 vars in 722 bytes} [Wed Jun 10 09:39:20 2026] GET /v2.0/networks/8eedeb74-fb4e-4261-9712-b69922e4af83 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3152] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:39:20 2026] DELETE /v2.0/subnets/340b3252-d95e-4e02-af68-47ef51703a03 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:39:20.417 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ce6eec8c-0a06-4f65-a1c3-8c4e6d1ecd33 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1581/3153] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:39:20 2026] GET /v2.0/subnets/340b3252-d95e-4e02-af68-47ef51703a03 => 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: 1573/3154] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:39:20 2026] DELETE /v2.0/subnets/82427d52-4266-47da-aeb9-d0800991906f => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:39:20.593 8 INFO neutron.pecan_wsgi.hooks.translation [None req-95c79cc1-3b5e-4204-82d6-7a4c679dcf7d 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1582/3155] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:39:20 2026] GET /v2.0/subnets/82427d52-4266-47da-aeb9-d0800991906f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:39:20.718 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0a70301-dac4-4a9d-9fbb-1a360d68f1af 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] TaaS: Handle Delete Port: 21769c45-8e15-4287-95ab-ee984b55eb82 2026-06-10 09:39:20.721 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0a70301-dac4-4a9d-9fbb-1a360d68f1af 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Tap Mirror: Handle Delete Port: 21769c45-8e15-4287-95ab-ee984b55eb82 [pid: 7|app: 0|req: 1574/3156] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:39:20 2026] DELETE /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:39:20.968 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8e78804f-9e4c-4623-a915-3a13264d9597 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1583/3157] 10.0.0.18 () {32 vars in 722 bytes} [Wed Jun 10 09:39:20 2026] GET /v2.0/networks/2d83d98f-e327-46d3-a072-9f754e667786 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3158] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:39:20 2026] DELETE /v2.0/subnets/9f0510ca-9290-4dcd-9e12-73db3a0472d7 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:39:21.141 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b91917e-f32e-4e38-8bb9-aea1506d709e 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1584/3159] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:39:21 2026] GET /v2.0/subnets/9f0510ca-9290-4dcd-9e12-73db3a0472d7 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3160] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:39:21 2026] DELETE /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:39:21.332 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8dd979e4-a161-43af-9b2d-628db63fc54d 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1585/3161] 10.0.0.18 () {32 vars in 720 bytes} [Wed Jun 10 09:39:21 2026] GET /v2.0/subnets/c584de15-a6a5-4c95-8c72-c3f12fd7539a => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:39:21.445 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ae4f529-0287-4e59-b360-e7aac5a47ed3 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] TaaS: Handle Delete Port: c58a5048-e118-4723-9d64-9be7039d1401 2026-06-10 09:39:21.449 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ae4f529-0287-4e59-b360-e7aac5a47ed3 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] Tap Mirror: Handle Delete Port: c58a5048-e118-4723-9d64-9be7039d1401 2026-06-10 09:39:21.516 7 INFO neutron.services.segments.plugin [-] Segment 8072e77c-0026-4a11-84c2-0ebf6ae7c809 resource provider aggregate not found 2026-06-10 09:39:21.531 7 INFO neutron.services.segments.plugin [-] Segment 8072e77c-0026-4a11-84c2-0ebf6ae7c809 resource provider aggregate not found 2026-06-10 09:39:21.537 7 INFO neutron.services.segments.plugin [-] Segment 8072e77c-0026-4a11-84c2-0ebf6ae7c809 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8072e77c-0026-4a11-84c2-0ebf6ae7c809 found for delete ", "request_id": "req-f4453174-9ff8-430d-aa51-949dbbc15ad3"}]} 2026-06-10 09:39:21.556 7 INFO neutron.services.segments.plugin [-] Segment 8072e77c-0026-4a11-84c2-0ebf6ae7c809 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8072e77c-0026-4a11-84c2-0ebf6ae7c809 found for delete ", "request_id": "req-c9807ad4-6309-43f0-abd7-0a094ed78b3c"}]} 2026-06-10 09:39:21.556 7 INFO neutron.services.segments.plugin [-] Segment 5fa5fa3a-c37e-4a23-a1bc-77d64fd0117e resource provider aggregate not found 2026-06-10 09:39:21.578 7 INFO neutron.services.segments.plugin [-] Segment 5fa5fa3a-c37e-4a23-a1bc-77d64fd0117e resource provider aggregate not found 2026-06-10 09:39:21.583 7 INFO neutron.services.segments.plugin [-] Segment 5fa5fa3a-c37e-4a23-a1bc-77d64fd0117e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fa5fa3a-c37e-4a23-a1bc-77d64fd0117e found for delete ", "request_id": "req-d00e5c98-f6dd-4128-92d1-033173b3c583"}]} 2026-06-10 09:39:21.594 7 INFO neutron.services.segments.plugin [-] Segment 5fa5fa3a-c37e-4a23-a1bc-77d64fd0117e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fa5fa3a-c37e-4a23-a1bc-77d64fd0117e found for delete ", "request_id": "req-615a5694-dc03-436e-b252-68658756c963"}]} [pid: 7|app: 0|req: 1577/3162] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:39:21 2026] DELETE /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:39:21.705 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b8cd4cad-c424-452e-9d0a-5d41ea5af27a 1d33f57daae247b494ea3be8317a47dc d84f8a8ffcc54d11b54fe8675e239385 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1586/3163] 10.0.0.18 () {32 vars in 722 bytes} [Wed Jun 10 09:39:21 2026] GET /v2.0/networks/381a36d7-8d75-4a77-87d1-64d20712d95b => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:39:23.606 7 INFO neutron.services.segments.plugin [-] Segment 30629dbf-78c5-4a8f-95d6-7c2362764292 resource provider aggregate not found 2026-06-10 09:39:23.617 7 INFO neutron.services.segments.plugin [-] Segment 30629dbf-78c5-4a8f-95d6-7c2362764292 resource provider aggregate not found 2026-06-10 09:39:23.621 7 INFO neutron.services.segments.plugin [-] Segment 30629dbf-78c5-4a8f-95d6-7c2362764292 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30629dbf-78c5-4a8f-95d6-7c2362764292 found for delete ", "request_id": "req-764fd202-c554-42ab-a8c0-8431e0f482e2"}]} 2026-06-10 09:39:23.638 7 INFO neutron.services.segments.plugin [-] Segment 30629dbf-78c5-4a8f-95d6-7c2362764292 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30629dbf-78c5-4a8f-95d6-7c2362764292 found for delete ", "request_id": "req-d7b85d16-1ddf-44ae-9bd4-8b87854664f3"}]} [pid: 7|app: 0|req: 1578/3164] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:39:23 2026] GET /v2.0/security-groups?tenant_id=d84f8a8ffcc54d11b54fe8675e239385&name=default => generated 2929 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3165] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:24 2026] DELETE /v2.0/security-groups/8cbe4a0b-3e9c-4363-920d-9a01f7ba42bc => 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: 1579/3166] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:39:24 2026] GET /v2.0/security-groups?tenant_id=e9f7cb569e4e4b3aa68521c5b9516360&name=default => generated 2929 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3167] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:24 2026] DELETE /v2.0/security-groups/487ffbc8-9e08-491b-bf74-794ba91c868e => 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: 1580/3168] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:39:24 2026] GET /v2.0/security-groups?tenant_id=b64bf85b2ae44b1c8a85e57fb792f71f&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3169] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:24 2026] DELETE /v2.0/security-groups/9fbf012c-a042-4664-97d5-db562e64506f => 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: 1581/3170] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:39:25 2026] GET /v2.0/security-groups?tenant_id=3b13dcb675e74c379e2aac9ac5931044&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3171] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:25 2026] DELETE /v2.0/security-groups/1f7d0071-ed8b-4e33-a9c7-8c3ec5327d55 => 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: 1582/3172] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:39:25 2026] GET /v2.0/security-groups?tenant_id=7c1cf30040d24bd6bce448b03ed53d67&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3173] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:25 2026] DELETE /v2.0/security-groups/7383c0fc-2feb-43df-bba0-b8d01e066f14 => 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: 1583/3174] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:39:25 2026] GET /v2.0/security-groups?tenant_id=5ede565444204714a267bb76f774d869&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3175] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:25 2026] DELETE /v2.0/security-groups/c54c2eb8-618c-4ae2-b9c3-d70047f1fa87 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3176] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:39:26 2026] GET /v2.0/security-groups?tenant_id=437ed1d4338a4e05b25c9f5e653ce793&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3177] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:26 2026] DELETE /v2.0/security-groups/d09d00e5-227a-4214-9829-187ada24dfd4 => 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: 1586/3180] 10.0.0.18 () {34 vars in 677 bytes} [Wed Jun 10 09:39:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3181] 10.0.0.18 () {34 vars in 677 bytes} [Wed Jun 10 09:39:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3182] 10.0.0.18 () {34 vars in 677 bytes} [Wed Jun 10 09:39:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3183] 10.0.0.18 () {34 vars in 677 bytes} [Wed Jun 10 09:39:30 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: 1588/3184] 10.0.0.18 () {34 vars in 677 bytes} [Wed Jun 10 09:39:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3185] 10.0.0.18 () {34 vars in 752 bytes} [Wed Jun 10 09:39:30 2026] PUT /v2.0/policies/0f415403-0aa9-40ea-908a-79ea2097fd6f/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3186] 10.0.0.18 () {34 vars in 752 bytes} [Wed Jun 10 09:39:30 2026] PUT /v2.0/policies/42edc28a-31bf-4c2a-9193-c200ee4de42e/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3187] 10.0.0.18 () {34 vars in 752 bytes} [Wed Jun 10 09:39:30 2026] PUT /v2.0/policies/f8d7c1ed-0eba-4ebb-8d90-bf81a4307831/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3188] 10.0.0.18 () {34 vars in 752 bytes} [Wed Jun 10 09:39:30 2026] PUT /v2.0/policies/187675e8-b831-438c-9d20-c0207c3a72f9/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3189] 10.0.0.18 () {32 vars in 673 bytes} [Wed Jun 10 09:39:31 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3190] 10.0.0.18 () {32 vars in 687 bytes} [Wed Jun 10 09:39:31 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3191] 10.0.0.18 () {32 vars in 683 bytes} [Wed Jun 10 09:39:31 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3192] 10.0.0.18 () {32 vars in 695 bytes} [Wed Jun 10 09:39:31 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3193] 10.0.0.18 () {32 vars in 681 bytes} [Wed Jun 10 09:39:31 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3194] 10.0.0.18 () {32 vars in 695 bytes} [Wed Jun 10 09:39:31 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3195] 10.0.0.18 () {32 vars in 691 bytes} [Wed Jun 10 09:39:31 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3196] 10.0.0.18 () {32 vars in 703 bytes} [Wed Jun 10 09:39:31 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3197] 10.0.0.18 () {32 vars in 733 bytes} [Wed Jun 10 09:39:31 2026] DELETE /v2.0/qos/policies/0f415403-0aa9-40ea-908a-79ea2097fd6f => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3198] 10.0.0.18 () {32 vars in 733 bytes} [Wed Jun 10 09:39:31 2026] DELETE /v2.0/qos/policies/42edc28a-31bf-4c2a-9193-c200ee4de42e => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3199] 10.0.0.18 () {32 vars in 733 bytes} [Wed Jun 10 09:39:31 2026] DELETE /v2.0/qos/policies/f8d7c1ed-0eba-4ebb-8d90-bf81a4307831 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3200] 10.0.0.18 () {32 vars in 733 bytes} [Wed Jun 10 09:39:31 2026] DELETE /v2.0/qos/policies/187675e8-b831-438c-9d20-c0207c3a72f9 => 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: 1605/3201] 10.0.0.18 () {32 vars in 733 bytes} [Wed Jun 10 09:39:32 2026] DELETE /v2.0/qos/policies/707bea5d-c715-4b77-9d96-49c10d69d5aa => 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: 1597/3202] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:39:32 2026] GET /v2.0/security-groups?tenant_id=d4d5b4b15c7a4b8a935f3ea3f0405f5f&name=default => generated 2929 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3203] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:33 2026] DELETE /v2.0/security-groups/c26513c0-f761-4dcd-8093-a642bab03392 => 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: 1598/3204] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:39:33 2026] GET /v2.0/security-groups?tenant_id=6d0ead89183041dc9052f4dca542f6ce&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3205] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:33 2026] DELETE /v2.0/security-groups/43f53377-56a6-4272-b3a6-16699ccdd257 => 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: 1599/3206] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:39:33 2026] GET /v2.0/security-groups?tenant_id=93e8eb2fced44af8b193db833da440d7&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3207] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:33 2026] DELETE /v2.0/security-groups/da4789bc-dc8d-4ebb-9859-ac8c99f06f66 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3208] 10.0.0.18 () {34 vars in 675 bytes} [Wed Jun 10 09:39:38 2026] POST /v2.0/subnetpools => generated 516 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3209] 10.0.0.18 () {34 vars in 675 bytes} [Wed Jun 10 09:39:38 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3210] 10.0.0.18 () {34 vars in 675 bytes} [Wed Jun 10 09:39:38 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3211] 10.0.0.18 () {34 vars in 675 bytes} [Wed Jun 10 09:39:38 2026] POST /v2.0/subnetpools => generated 516 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3212] 10.0.0.18 () {34 vars in 675 bytes} [Wed Jun 10 09:39:38 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: 8|app: 0|req: 1611/3213] 10.0.0.18 () {34 vars in 758 bytes} [Wed Jun 10 09:39:38 2026] PUT /v2.0/subnetpools/dca7e0fc-a02d-49ef-8ab2-ac86dc88a873/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3214] 10.0.0.18 () {34 vars in 758 bytes} [Wed Jun 10 09:39:38 2026] PUT /v2.0/subnetpools/fadafd1a-0044-4358-9dae-34c16d2e8319/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3215] 10.0.0.18 () {34 vars in 758 bytes} [Wed Jun 10 09:39:38 2026] PUT /v2.0/subnetpools/62dea230-7a36-4811-9d7e-b81ebbafa2b1/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: 1604/3216] 10.0.0.18 () {34 vars in 758 bytes} [Wed Jun 10 09:39:38 2026] PUT /v2.0/subnetpools/3e42cc07-5efa-421d-a2d1-98183544faa9/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3217] 10.0.0.18 () {32 vars in 671 bytes} [Wed Jun 10 09:39:38 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3218] 10.0.0.18 () {32 vars in 685 bytes} [Wed Jun 10 09:39:38 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3219] 10.0.0.18 () {32 vars in 681 bytes} [Wed Jun 10 09:39:38 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3220] 10.0.0.18 () {32 vars in 693 bytes} [Wed Jun 10 09:39:38 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3221] 10.0.0.18 () {32 vars in 679 bytes} [Wed Jun 10 09:39:38 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3222] 10.0.0.18 () {32 vars in 693 bytes} [Wed Jun 10 09:39:38 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => 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: 1616/3223] 10.0.0.18 () {32 vars in 689 bytes} [Wed Jun 10 09:39:38 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3224] 10.0.0.18 () {32 vars in 701 bytes} [Wed Jun 10 09:39:39 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3225] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:39:39 2026] DELETE /v2.0/subnetpools/dca7e0fc-a02d-49ef-8ab2-ac86dc88a873 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3226] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:39:39 2026] DELETE /v2.0/subnetpools/fadafd1a-0044-4358-9dae-34c16d2e8319 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3227] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:39:39 2026] DELETE /v2.0/subnetpools/62dea230-7a36-4811-9d7e-b81ebbafa2b1 => 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: 1610/3228] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:39:39 2026] DELETE /v2.0/subnetpools/3e42cc07-5efa-421d-a2d1-98183544faa9 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3229] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:39:39 2026] DELETE /v2.0/subnetpools/7fbcd66f-9349-4c46-90d8-5528b37a2f5d => 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: 1611/3230] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:39:40 2026] GET /v2.0/security-groups?tenant_id=5441a1e95faa4885910420a8ad06dbd3&name=default => generated 2929 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3231] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:40 2026] DELETE /v2.0/security-groups/b571b3fb-d435-4093-ba35-4d552cf58aa3 => 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: 1612/3232] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:39:40 2026] GET /v2.0/security-groups?tenant_id=8bfc0538c75344f1b5022a76fe4a3e76&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: 1621/3233] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:40 2026] DELETE /v2.0/security-groups/bc81bcc5-4f12-4985-aac7-8b764a460ede => 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: 1613/3234] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:39:40 2026] GET /v2.0/security-groups?tenant_id=d50544ab707244f9adb18f35b7465dad&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3235] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:41 2026] DELETE /v2.0/security-groups/420634fa-205e-4f2e-8f43-921bde062637 => 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: 1615/3238] 10.0.0.18 () {34 vars in 683 bytes} [Wed Jun 10 09:39:44 2026] POST /v2.0/security-groups => generated 1603 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3239] 10.0.0.18 () {34 vars in 766 bytes} [Wed Jun 10 09:39:44 2026] PUT /v2.0/security-groups/b368cc47-601d-4b39-897f-4a55e3d6a39d/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3240] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:39:44 2026] GET /v2.0/security-groups/b368cc47-601d-4b39-897f-4a55e3d6a39d/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3241] 10.0.0.18 () {34 vars in 777 bytes} [Wed Jun 10 09:39:44 2026] PUT /v2.0/security-groups/b368cc47-601d-4b39-897f-4a55e3d6a39d/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3242] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:39:44 2026] GET /v2.0/security-groups/b368cc47-601d-4b39-897f-4a55e3d6a39d/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3243] 10.0.0.18 () {34 vars in 773 bytes} [Wed Jun 10 09:39:45 2026] PUT /v2.0/security-groups/b368cc47-601d-4b39-897f-4a55e3d6a39d/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3244] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:39:45 2026] GET /v2.0/security-groups/b368cc47-601d-4b39-897f-4a55e3d6a39d/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3245] 10.0.0.18 () {34 vars in 795 bytes} [Wed Jun 10 09:39:45 2026] PUT /v2.0/security-groups/b368cc47-601d-4b39-897f-4a55e3d6a39d/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: 1619/3246] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:39:45 2026] GET /v2.0/security-groups/b368cc47-601d-4b39-897f-4a55e3d6a39d/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3247] 10.0.0.18 () {34 vars in 766 bytes} [Wed Jun 10 09:39:45 2026] PUT /v2.0/security-groups/b368cc47-601d-4b39-897f-4a55e3d6a39d/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3248] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:39:45 2026] GET /v2.0/security-groups/b368cc47-601d-4b39-897f-4a55e3d6a39d/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3249] 10.0.0.18 () {32 vars in 754 bytes} [Wed Jun 10 09:39:45 2026] GET /v2.0/security-groups/b368cc47-601d-4b39-897f-4a55e3d6a39d/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:39:45.370 7 INFO neutron.api.v2.resource [None req-5eab3165-b95f-4fa5-aa3e-90b137f9de43 c392723a5dbd4a569873cf7b732c4d05 b988ff2c6b1b4b039ff48fcde38f3e05 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1621/3250] 10.0.0.18 () {32 vars in 758 bytes} [Wed Jun 10 09:39:45 2026] GET /v2.0/security-groups/b368cc47-601d-4b39-897f-4a55e3d6a39d/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3251] 10.0.0.18 () {32 vars in 757 bytes} [Wed Jun 10 09:39:45 2026] DELETE /v2.0/security-groups/b368cc47-601d-4b39-897f-4a55e3d6a39d/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: 1622/3252] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:39:45 2026] GET /v2.0/security-groups/b368cc47-601d-4b39-897f-4a55e3d6a39d/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:39:45.504 8 INFO neutron.api.v2.resource [None req-18950ff3-0f3d-493f-bfc5-8c1e5cd7682f c392723a5dbd4a569873cf7b732c4d05 b988ff2c6b1b4b039ff48fcde38f3e05 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1631/3253] 10.0.0.18 () {32 vars in 761 bytes} [Wed Jun 10 09:39:45 2026] DELETE /v2.0/security-groups/b368cc47-601d-4b39-897f-4a55e3d6a39d/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3254] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:39:45 2026] DELETE /v2.0/security-groups/b368cc47-601d-4b39-897f-4a55e3d6a39d/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3255] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:39:45 2026] GET /v2.0/security-groups/b368cc47-601d-4b39-897f-4a55e3d6a39d/tags => 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: 1624/3256] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:45 2026] DELETE /v2.0/security-groups/b368cc47-601d-4b39-897f-4a55e3d6a39d => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3257] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:39:46 2026] GET /v2.0/security-groups?tenant_id=b988ff2c6b1b4b039ff48fcde38f3e05&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3258] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:46 2026] DELETE /v2.0/security-groups/e8e9928c-bf20-414c-9309-c5a2bc944b99 => 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: 1634/3259] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:39:46 2026] GET /v2.0/security-groups?tenant_id=071811f0d9704fe3af8195f905e0ca7f&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3260] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:46 2026] DELETE /v2.0/security-groups/deeb4b7b-155d-44be-99a7-b90f9472d67f => 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: 1635/3261] 10.0.0.18 () {34 vars in 675 bytes} [Wed Jun 10 09:39:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3262] 10.0.0.18 () {34 vars in 758 bytes} [Wed Jun 10 09:39:50 2026] PUT /v2.0/subnetpools/e126d1e8-b1c1-4873-a161-7228508a31e5/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3263] 10.0.0.18 () {32 vars in 738 bytes} [Wed Jun 10 09:39:50 2026] GET /v2.0/subnetpools/e126d1e8-b1c1-4873-a161-7228508a31e5/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3264] 10.0.0.18 () {34 vars in 769 bytes} [Wed Jun 10 09:39:50 2026] PUT /v2.0/subnetpools/e126d1e8-b1c1-4873-a161-7228508a31e5/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3265] 10.0.0.18 () {32 vars in 738 bytes} [Wed Jun 10 09:39:50 2026] GET /v2.0/subnetpools/e126d1e8-b1c1-4873-a161-7228508a31e5/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3266] 10.0.0.18 () {34 vars in 765 bytes} [Wed Jun 10 09:39:50 2026] PUT /v2.0/subnetpools/e126d1e8-b1c1-4873-a161-7228508a31e5/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3267] 10.0.0.18 () {32 vars in 738 bytes} [Wed Jun 10 09:39:50 2026] GET /v2.0/subnetpools/e126d1e8-b1c1-4873-a161-7228508a31e5/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3268] 10.0.0.18 () {34 vars in 787 bytes} [Wed Jun 10 09:39:50 2026] PUT /v2.0/subnetpools/e126d1e8-b1c1-4873-a161-7228508a31e5/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3269] 10.0.0.18 () {32 vars in 738 bytes} [Wed Jun 10 09:39:50 2026] GET /v2.0/subnetpools/e126d1e8-b1c1-4873-a161-7228508a31e5/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3270] 10.0.0.18 () {34 vars in 758 bytes} [Wed Jun 10 09:39:50 2026] PUT /v2.0/subnetpools/e126d1e8-b1c1-4873-a161-7228508a31e5/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3271] 10.0.0.18 () {32 vars in 738 bytes} [Wed Jun 10 09:39:50 2026] GET /v2.0/subnetpools/e126d1e8-b1c1-4873-a161-7228508a31e5/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3272] 10.0.0.18 () {32 vars in 746 bytes} [Wed Jun 10 09:39:50 2026] GET /v2.0/subnetpools/e126d1e8-b1c1-4873-a161-7228508a31e5/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:39:50.780 8 INFO neutron.api.v2.resource [None req-e1b91196-42af-49e0-87d6-5b11736b4668 fbbd3f1cd7c54ef2b8555425a9da2e0c 8dabcace38b74338a58b9be9b3a7a27f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1641/3273] 10.0.0.18 () {32 vars in 750 bytes} [Wed Jun 10 09:39:50 2026] GET /v2.0/subnetpools/e126d1e8-b1c1-4873-a161-7228508a31e5/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3274] 10.0.0.18 () {32 vars in 749 bytes} [Wed Jun 10 09:39:50 2026] DELETE /v2.0/subnetpools/e126d1e8-b1c1-4873-a161-7228508a31e5/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3275] 10.0.0.18 () {32 vars in 738 bytes} [Wed Jun 10 09:39:50 2026] GET /v2.0/subnetpools/e126d1e8-b1c1-4873-a161-7228508a31e5/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:39:50.911 7 INFO neutron.api.v2.resource [None req-44846787-9260-4d23-856d-cac75c633c83 fbbd3f1cd7c54ef2b8555425a9da2e0c 8dabcace38b74338a58b9be9b3a7a27f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3276] 10.0.0.18 () {32 vars in 753 bytes} [Wed Jun 10 09:39:50 2026] DELETE /v2.0/subnetpools/e126d1e8-b1c1-4873-a161-7228508a31e5/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3277] 10.0.0.18 () {32 vars in 741 bytes} [Wed Jun 10 09:39:50 2026] DELETE /v2.0/subnetpools/e126d1e8-b1c1-4873-a161-7228508a31e5/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3278] 10.0.0.18 () {32 vars in 738 bytes} [Wed Jun 10 09:39:50 2026] GET /v2.0/subnetpools/e126d1e8-b1c1-4873-a161-7228508a31e5/tags => 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: 1644/3279] 10.0.0.18 () {32 vars in 731 bytes} [Wed Jun 10 09:39:51 2026] DELETE /v2.0/subnetpools/e126d1e8-b1c1-4873-a161-7228508a31e5 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3280] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:39:51 2026] GET /v2.0/security-groups?tenant_id=85fab67d826d485981acdafbf4b5e81a&name=default => generated 2929 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3281] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:51 2026] DELETE /v2.0/security-groups/13e2c46c-b2ab-4b79-a413-25899d242e07 => 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: 1637/3282] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:39:52 2026] GET /v2.0/security-groups?tenant_id=8dabcace38b74338a58b9be9b3a7a27f&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3283] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:52 2026] DELETE /v2.0/security-groups/b2f2f166-209f-495c-a350-d671db25a7bd => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:39:55.901 7 INFO neutron.db.segments_db [None req-2dd519eb-86f8-413b-bf75-fe3db6be294b f8b9c2f7775d4bea894b05a907a8653b d674f9e202d04192808d21af17929a7c - - default default] Added segment f6dba862-9d9f-43ce-888b-2bdf01ed3dc9 of type vxlan for network e7e45818-fa8d-499e-8a42-0ccebffe320c [pid: 7|app: 0|req: 1638/3284] 10.0.0.18 () {34 vars in 669 bytes} [Wed Jun 10 09:39:55 2026] POST /v2.0/networks => generated 612 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3285] 10.0.0.18 () {34 vars in 668 bytes} [Wed Jun 10 09:39:56 2026] POST /v2.0/subnets => generated 626 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3286] 10.0.0.18 () {34 vars in 750 bytes} [Wed Jun 10 09:39:56 2026] PUT /v2.0/subnets/21afbc9b-df00-4858-b2a4-484414cbda76/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3287] 10.0.0.18 () {32 vars in 730 bytes} [Wed Jun 10 09:39:56 2026] GET /v2.0/subnets/21afbc9b-df00-4858-b2a4-484414cbda76/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3288] 10.0.0.18 () {34 vars in 761 bytes} [Wed Jun 10 09:39:56 2026] PUT /v2.0/subnets/21afbc9b-df00-4858-b2a4-484414cbda76/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3289] 10.0.0.18 () {32 vars in 730 bytes} [Wed Jun 10 09:39:56 2026] GET /v2.0/subnets/21afbc9b-df00-4858-b2a4-484414cbda76/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3290] 10.0.0.18 () {34 vars in 757 bytes} [Wed Jun 10 09:39:56 2026] PUT /v2.0/subnets/21afbc9b-df00-4858-b2a4-484414cbda76/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: 1650/3291] 10.0.0.18 () {32 vars in 730 bytes} [Wed Jun 10 09:39:56 2026] GET /v2.0/subnets/21afbc9b-df00-4858-b2a4-484414cbda76/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3292] 10.0.0.18 () {34 vars in 779 bytes} [Wed Jun 10 09:39:56 2026] PUT /v2.0/subnets/21afbc9b-df00-4858-b2a4-484414cbda76/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: 8|app: 0|req: 1651/3293] 10.0.0.18 () {32 vars in 730 bytes} [Wed Jun 10 09:39:56 2026] GET /v2.0/subnets/21afbc9b-df00-4858-b2a4-484414cbda76/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3294] 10.0.0.18 () {34 vars in 750 bytes} [Wed Jun 10 09:39:56 2026] PUT /v2.0/subnets/21afbc9b-df00-4858-b2a4-484414cbda76/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3295] 10.0.0.18 () {32 vars in 730 bytes} [Wed Jun 10 09:39:56 2026] GET /v2.0/subnets/21afbc9b-df00-4858-b2a4-484414cbda76/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: 1644/3296] 10.0.0.18 () {32 vars in 738 bytes} [Wed Jun 10 09:39:56 2026] GET /v2.0/subnets/21afbc9b-df00-4858-b2a4-484414cbda76/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:39:56.869 8 INFO neutron.api.v2.resource [None req-ee40925c-38e6-4ebf-b118-b9e8158abfda f8b9c2f7775d4bea894b05a907a8653b d674f9e202d04192808d21af17929a7c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1653/3297] 10.0.0.18 () {32 vars in 742 bytes} [Wed Jun 10 09:39:56 2026] GET /v2.0/subnets/21afbc9b-df00-4858-b2a4-484414cbda76/tags/green => generated 99 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3298] 10.0.0.18 () {32 vars in 741 bytes} [Wed Jun 10 09:39:56 2026] DELETE /v2.0/subnets/21afbc9b-df00-4858-b2a4-484414cbda76/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3299] 10.0.0.18 () {32 vars in 730 bytes} [Wed Jun 10 09:39:56 2026] GET /v2.0/subnets/21afbc9b-df00-4858-b2a4-484414cbda76/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:39:57.045 7 INFO neutron.api.v2.resource [None req-28e5e6eb-bc7d-4475-8086-918b6ba8efbc f8b9c2f7775d4bea894b05a907a8653b d674f9e202d04192808d21af17929a7c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3300] 10.0.0.18 () {32 vars in 745 bytes} [Wed Jun 10 09:39:56 2026] DELETE /v2.0/subnets/21afbc9b-df00-4858-b2a4-484414cbda76/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3303] 10.0.0.18 () {32 vars in 733 bytes} [Wed Jun 10 09:39:57 2026] DELETE /v2.0/subnets/21afbc9b-df00-4858-b2a4-484414cbda76/tags => 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: 1649/3304] 10.0.0.18 () {32 vars in 730 bytes} [Wed Jun 10 09:39:57 2026] GET /v2.0/subnets/21afbc9b-df00-4858-b2a4-484414cbda76/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3305] 10.0.0.18 () {32 vars in 723 bytes} [Wed Jun 10 09:39:57 2026] DELETE /v2.0/subnets/21afbc9b-df00-4858-b2a4-484414cbda76 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:39:57.385 7 INFO neutron_taas.services.taas.taas_plugin [None req-2fecf1dd-dccd-4637-88f7-be7594ea88ca f8b9c2f7775d4bea894b05a907a8653b d674f9e202d04192808d21af17929a7c - - default default] TaaS: Handle Delete Port: 38d07a09-49fd-494c-9822-76b9c3162700 2026-06-10 09:39:57.388 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fecf1dd-dccd-4637-88f7-be7594ea88ca f8b9c2f7775d4bea894b05a907a8653b d674f9e202d04192808d21af17929a7c - - default default] Tap Mirror: Handle Delete Port: 38d07a09-49fd-494c-9822-76b9c3162700 [pid: 7|app: 0|req: 1650/3306] 10.0.0.18 () {32 vars in 725 bytes} [Wed Jun 10 09:39:57 2026] DELETE /v2.0/networks/e7e45818-fa8d-499e-8a42-0ccebffe320c => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:39:57.646 7 INFO neutron.services.segments.plugin [-] Segment f6dba862-9d9f-43ce-888b-2bdf01ed3dc9 resource provider aggregate not found 2026-06-10 09:39:57.661 7 INFO neutron.services.segments.plugin [-] Segment f6dba862-9d9f-43ce-888b-2bdf01ed3dc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6dba862-9d9f-43ce-888b-2bdf01ed3dc9 found for delete ", "request_id": "req-f91227ca-2bb0-417a-9a70-d55322b4b370"}]} 2026-06-10 09:39:57.666 7 INFO neutron.services.segments.plugin [-] Segment f6dba862-9d9f-43ce-888b-2bdf01ed3dc9 resource provider aggregate not found 2026-06-10 09:39:57.680 7 INFO neutron.services.segments.plugin [-] Segment f6dba862-9d9f-43ce-888b-2bdf01ed3dc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6dba862-9d9f-43ce-888b-2bdf01ed3dc9 found for delete ", "request_id": "req-ce696dac-888a-48f3-b513-8154c858ee3f"}]} [pid: 8|app: 0|req: 1657/3307] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:39:58 2026] GET /v2.0/security-groups?tenant_id=d674f9e202d04192808d21af17929a7c&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3308] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:58 2026] DELETE /v2.0/security-groups/a524d43a-add7-4b06-87e2-5123adb29522 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3309] 10.0.0.18 () {32 vars in 773 bytes} [Wed Jun 10 09:39:58 2026] GET /v2.0/security-groups?tenant_id=9885382c5a564b268547744d40100c74&name=default => generated 2929 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3310] 10.0.0.18 () {32 vars in 739 bytes} [Wed Jun 10 09:39:58 2026] DELETE /v2.0/security-groups/29da30db-4008-4575-a5d7-343a22199aee => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3311] 10.0.0.18 () {32 vars in 648 bytes} [Wed Jun 10 09:40:01 2026] GET /v2.0/networks => generated 2168 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3312] 10.0.0.18 () {32 vars in 654 bytes} [Wed Jun 10 09:40:02 2026] GET /v2.0/floatingips => 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: 1660/3313] 10.0.0.18 () {32 vars in 646 bytes} [Wed Jun 10 09:40:02 2026] GET /v2.0/routers => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3314] 10.0.0.18 () {32 vars in 642 bytes} [Wed Jun 10 09:40:02 2026] GET /v2.0/ports => generated 4721 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3315] 10.0.0.18 () {32 vars in 646 bytes} [Wed Jun 10 09:40:03 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3316] 10.0.0.18 () {32 vars in 648 bytes} [Wed Jun 10 09:40:03 2026] GET /v2.0/networks => generated 2168 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3317] 10.0.0.18 () {32 vars in 662 bytes} [Wed Jun 10 09:40:03 2026] GET /v2.0/security-groups => generated 17397 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3318] 10.0.0.18 () {32 vars in 654 bytes} [Wed Jun 10 09:40:03 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)