+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Apr 28 18:00:27 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-857d547897-x24dz 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 0x7f19e3fb3668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-04-28 18:00:31.449 7 INFO neutron.common.config [-] Logging enabled! 2026-04-28 18:00:31.449 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-28 18:00:31.555 8 INFO neutron.common.config [-] Logging enabled! 2026-04-28 18:00:31.556 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-28 18:00:32.535 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-28 18:00:32.733 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-28 18:00:34.051 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-28 18:00:34.054 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-28 18:00:34.058 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-28 18:00:34.059 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-28 18:00:34.059 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-28 18:00:34.059 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-28 18:00:34.059 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 18:00:34.067 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 18:00:34.067 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 18:00:34.067 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-28 18:00:34.091 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-28 18:00:34.092 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-28 18:00:34.092 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-28 18:00:34.128 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-28 18:00:34.129 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-28 18:00:34.130 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-28 18:00:34.130 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-28 18:00:34.450 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-28 18:00:34.452 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-28 18:00:34.456 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-28 18:00:34.457 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-28 18:00:34.457 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-28 18:00:34.458 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-28 18:00:34.458 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 18:00:34.460 7 INFO neutron.plugins.ml2.managers [None req-beabe220-6f32-401d-8bc3-68310821c328 - - - - - -] Initializing driver for type 'vlan' 2026-04-28 18:00:34.466 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 18:00:34.466 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 18:00:34.466 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-28 18:00:34.489 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-28 18:00:34.490 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-28 18:00:34.490 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-28 18:00:34.520 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-28 18:00:34.520 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-28 18:00:34.520 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-28 18:00:34.521 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-28 18:00:34.756 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-beabe220-6f32-401d-8bc3-68310821c328 - - - - - -] VlanTypeDriver initialization complete 2026-04-28 18:00:34.756 7 INFO neutron.plugins.ml2.managers [None req-beabe220-6f32-401d-8bc3-68310821c328 - - - - - -] Initializing driver for type 'vxlan' 2026-04-28 18:00:34.757 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-beabe220-6f32-401d-8bc3-68310821c328 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-28 18:00:34.770 7 INFO neutron.plugins.ml2.managers [None req-beabe220-6f32-401d-8bc3-68310821c328 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-28 18:00:34.770 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-beabe220-6f32-401d-8bc3-68310821c328 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-28 18:00:34.771 7 INFO neutron.plugins.ml2.managers [None req-beabe220-6f32-401d-8bc3-68310821c328 - - - - - -] Initializing extension driver 'port_security' 2026-04-28 18:00:34.771 7 INFO neutron.plugins.ml2.extensions.port_security [None req-beabe220-6f32-401d-8bc3-68310821c328 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-28 18:00:34.771 7 INFO neutron.plugins.ml2.managers [None req-beabe220-6f32-401d-8bc3-68310821c328 - - - - - -] Initializing extension driver 'qos' 2026-04-28 18:00:34.771 7 INFO neutron.plugins.ml2.managers [None req-beabe220-6f32-401d-8bc3-68310821c328 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-28 18:00:34.771 7 INFO neutron.plugins.ml2.managers [None req-beabe220-6f32-401d-8bc3-68310821c328 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-28 18:00:34.785 7 INFO neutron.quota [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded quota_driver: . 2026-04-28 18:00:34.786 7 INFO neutron.plugins.ml2.plugin [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Modular L2 Plugin initialization complete 2026-04-28 18:00:34.786 7 INFO neutron.plugins.ml2.managers [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-28 18:00:34.786 7 INFO neutron.plugins.ml2.managers [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-28 18:00:34.786 7 INFO neutron.plugins.ml2.managers [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-28 18:00:34.786 7 INFO neutron.manager [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loading Plugin: qos 2026-04-28 18:00:34.800 7 INFO neutron.manager [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loading Plugin: router 2026-04-28 18:00:34.813 8 INFO neutron.plugins.ml2.managers [None req-7346e05a-a06f-4726-99c9-3ef261615d9f - - - - - -] Initializing driver for type 'vlan' 2026-04-28 18:00:34.847 7 INFO neutron.services.service_base [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-28 18:00:34.847 7 INFO neutron.manager [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loading Plugin: segments 2026-04-28 18:00:34.947 7 INFO neutron.manager [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loading Plugin: trunk 2026-04-28 18:00:34.961 7 INFO neutron.manager [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loading Plugin: vpnaas 2026-04-28 18:00:35.002 7 WARNING stevedore.named [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-28 18:00:35.098 7 INFO neutron_vpnaas.services.vpn.plugin [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-28 18:00:35.098 7 INFO neutron.common.utils [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-28 18:00:35.099 7 INFO neutron.manager [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loading Plugin: taas 2026-04-28 18:00:35.125 7 WARNING stevedore.named [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-28 18:00:35.125 7 WARNING stevedore.named [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-28 18:00:35.148 7 INFO neutron_taas.services.taas.taas_plugin [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-28 18:00:35.148 7 INFO neutron.manager [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loading Plugin: tapmirror 2026-04-28 18:00:35.159 7 WARNING stevedore.named [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-28 18:00:35.159 7 WARNING stevedore.named [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-28 18:00:35.163 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-7346e05a-a06f-4726-99c9-3ef261615d9f - - - - - -] VlanTypeDriver initialization complete 2026-04-28 18:00:35.163 8 INFO neutron.plugins.ml2.managers [None req-7346e05a-a06f-4726-99c9-3ef261615d9f - - - - - -] Initializing driver for type 'vxlan' 2026-04-28 18:00:35.163 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-7346e05a-a06f-4726-99c9-3ef261615d9f - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-28 18:00:35.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-28 18:00:35.176 7 INFO neutron.manager [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loading Plugin: auto_allocate 2026-04-28 18:00:35.178 8 INFO neutron.plugins.ml2.managers [None req-7346e05a-a06f-4726-99c9-3ef261615d9f - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-28 18:00:35.179 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-7346e05a-a06f-4726-99c9-3ef261615d9f - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-28 18:00:35.179 8 INFO neutron.plugins.ml2.managers [None req-7346e05a-a06f-4726-99c9-3ef261615d9f - - - - - -] Initializing extension driver 'port_security' 2026-04-28 18:00:35.179 8 INFO neutron.plugins.ml2.extensions.port_security [None req-7346e05a-a06f-4726-99c9-3ef261615d9f - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-28 18:00:35.179 8 INFO neutron.plugins.ml2.managers [None req-7346e05a-a06f-4726-99c9-3ef261615d9f - - - - - -] Initializing extension driver 'qos' 2026-04-28 18:00:35.179 8 INFO neutron.plugins.ml2.managers [None req-7346e05a-a06f-4726-99c9-3ef261615d9f - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-28 18:00:35.180 8 INFO neutron.plugins.ml2.managers [None req-7346e05a-a06f-4726-99c9-3ef261615d9f - - - - - -] Initializing mechanism driver 'l2population' 2026-04-28 18:00:35.184 7 INFO neutron.manager [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loading Plugin: tag 2026-04-28 18:00:35.195 7 INFO neutron.manager [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loading Plugin: timestamp 2026-04-28 18:00:35.196 8 INFO neutron.quota [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded quota_driver: . 2026-04-28 18:00:35.197 8 INFO neutron.plugins.ml2.plugin [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Modular L2 Plugin initialization complete 2026-04-28 18:00:35.197 8 INFO neutron.plugins.ml2.managers [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-28 18:00:35.197 8 INFO neutron.plugins.ml2.managers [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-28 18:00:35.197 8 INFO neutron.plugins.ml2.managers [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Got port-security extension from driver 'port_security' 2026-04-28 18:00:35.198 8 INFO neutron.manager [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loading Plugin: qos 2026-04-28 18:00:35.199 7 INFO neutron.manager [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loading Plugin: network_ip_availability 2026-04-28 18:00:35.203 7 INFO neutron.manager [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loading Plugin: flavors 2026-04-28 18:00:35.207 7 INFO neutron.manager [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loading Plugin: revisions 2026-04-28 18:00:35.211 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Initializing extension manager. 2026-04-28 18:00:35.211 8 INFO neutron.manager [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loading Plugin: router 2026-04-28 18:00:35.212 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: address-group 2026-04-28 18:00:35.213 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: address-scope 2026-04-28 18:00:35.214 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-28 18:00:35.214 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: agent 2026-04-28 18:00:35.215 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: agent-resources-synced 2026-04-28 18:00:35.216 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-28 18:00:35.217 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-28 18:00:35.218 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: availability_zone 2026-04-28 18:00:35.218 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: availability_zone_filter 2026-04-28 18:00:35.219 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-28 18:00:35.220 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: default-subnetpools 2026-04-28 18:00:35.221 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-28 18:00:35.222 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: dns-integration 2026-04-28 18:00:35.223 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: dns-domain-ports 2026-04-28 18:00:35.223 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-28 18:00:35.224 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: dvr 2026-04-28 18:00:35.224 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-28 18:00:35.225 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: empty-string-filtering 2026-04-28 18:00:35.225 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-28 18:00:35.226 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-28 18:00:35.227 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: external-net 2026-04-28 18:00:35.227 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-28 18:00:35.228 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: extraroute 2026-04-28 18:00:35.228 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: extraroute-atomic 2026-04-28 18:00:35.230 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-28 18:00:35.230 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-28 18:00:35.231 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-28 18:00:35.232 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-28 18:00:35.233 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: fip-port-details 2026-04-28 18:00:35.234 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: flavors 2026-04-28 18:00:35.235 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-28 18:00:35.236 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: floatingip-pools 2026-04-28 18:00:35.236 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: ip_allocation 2026-04-28 18:00:35.237 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-28 18:00:35.237 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: l2_adjacency 2026-04-28 18:00:35.239 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: router 2026-04-28 18:00:35.240 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-28 18:00:35.241 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-28 18:00:35.242 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-28 18:00:35.242 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: ext-gw-mode 2026-04-28 18:00:35.243 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: l3-ha 2026-04-28 18:00:35.243 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-28 18:00:35.244 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-28 18:00:35.245 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: l3-flavors 2026-04-28 18:00:35.246 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-28 18:00:35.246 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-28 18:00:35.249 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-28 18:00:35.250 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-28 18:00:35.251 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-28 18:00:35.252 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-28 18:00:35.253 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-28 18:00:35.253 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: multi-provider 2026-04-28 18:00:35.254 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: net-mtu 2026-04-28 18:00:35.254 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: net-mtu-writable 2026-04-28 18:00:35.256 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: network_availability_zone 2026-04-28 18:00:35.256 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: network_ha 2026-04-28 18:00:35.257 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: network-ip-availability 2026-04-28 18:00:35.257 8 INFO neutron.services.service_base [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-28 18:00:35.257 8 INFO neutron.manager [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loading Plugin: segments 2026-04-28 18:00:35.258 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-28 18:00:35.259 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: pagination 2026-04-28 18:00:35.259 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: port-device-profile 2026-04-28 18:00:35.260 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-28 18:00:35.260 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-28 18:00:35.261 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-28 18:00:35.261 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: port-mac-override 2026-04-28 18:00:35.262 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-28 18:00:35.262 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-28 18:00:35.263 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-28 18:00:35.264 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: port-resource-request 2026-04-28 18:00:35.264 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-28 18:00:35.265 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-28 18:00:35.265 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: binding 2026-04-28 18:00:35.266 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: binding-extended 2026-04-28 18:00:35.267 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: port-security 2026-04-28 18:00:35.267 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: project-id 2026-04-28 18:00:35.267 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: provider 2026-04-28 18:00:35.268 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-28 18:00:35.270 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: qos 2026-04-28 18:00:35.271 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-28 18:00:35.272 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-28 18:00:35.272 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: qos-default 2026-04-28 18:00:35.273 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: qos-fip 2026-04-28 18:00:35.273 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-28 18:00:35.274 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-28 18:00:35.274 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-28 18:00:35.275 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-28 18:00:35.275 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-28 18:00:35.276 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: qos-pps 2026-04-28 18:00:35.277 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-28 18:00:35.277 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-28 18:00:35.278 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: qos-rules-alias 2026-04-28 18:00:35.278 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: quota-check-limit 2026-04-28 18:00:35.279 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-28 18:00:35.282 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: quotas 2026-04-28 18:00:35.283 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: quota_details 2026-04-28 18:00:35.284 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: rbac-policies 2026-04-28 18:00:35.285 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: rbac-address-group 2026-04-28 18:00:35.285 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: rbac-address-scope 2026-04-28 18:00:35.286 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: rbac-security-groups 2026-04-28 18:00:35.286 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-28 18:00:35.287 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: revision-if-match 2026-04-28 18:00:35.288 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-28 18:00:35.288 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: router_availability_zone 2026-04-28 18:00:35.289 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-28 18:00:35.291 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-28 18:00:35.291 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-28 18:00:35.292 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-28 18:00:35.292 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-28 18:00:35.293 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-28 18:00:35.293 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-28 18:00:35.299 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: security-group 2026-04-28 18:00:35.301 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: segment 2026-04-28 18:00:35.301 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-28 18:00:35.302 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: service-type 2026-04-28 18:00:35.302 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: sorting 2026-04-28 18:00:35.303 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: standard-attr-segment 2026-04-28 18:00:35.304 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: standard-attr-description 2026-04-28 18:00:35.304 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: stateful-security-group 2026-04-28 18:00:35.305 7 WARNING neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-28 18:00:35.305 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-28 18:00:35.306 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: subnet-external-network 2026-04-28 18:00:35.307 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: subnet_onboard 2026-04-28 18:00:35.307 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-28 18:00:35.308 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: subnet-service-types 2026-04-28 18:00:35.308 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: subnet_allocation 2026-04-28 18:00:35.309 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-28 18:00:35.310 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: tag-creation 2026-04-28 18:00:35.310 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-28 18:00:35.315 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: standard-attr-tag 2026-04-28 18:00:35.315 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-28 18:00:35.316 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: trunk 2026-04-28 18:00:35.316 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: trunk-details 2026-04-28 18:00:35.317 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-28 18:00:35.318 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-28 18:00:35.320 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-28 18:00:35.321 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-28 18:00:35.323 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-28 18:00:35.324 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-28 18:00:35.325 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: vpn-flavors 2026-04-28 18:00:35.326 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: vpnaas 2026-04-28 18:00:35.328 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: taas 2026-04-28 18:00:35.329 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: tap-mirror 2026-04-28 18:00:35.329 7 INFO neutron.api.extensions [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-28 18:00:35.332 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-28 18:00:35.332 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-28 18:00:35.332 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 18:00:35.332 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-28 18:00:35.336 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-28 18:00:35.336 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-28 18:00:35.341 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-28 18:00:35.342 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-28 18:00:35.342 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-28 18:00:35.343 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 18:00:35.343 7 WARNING neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] subnetpool is already registered 2026-04-28 18:00:35.344 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 18:00:35.344 7 WARNING neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] subnetpool is already registered 2026-04-28 18:00:35.344 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-28 18:00:35.345 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 18:00:35.346 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 18:00:35.346 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-28 18:00:35.346 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-28 18:00:35.347 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-28 18:00:35.347 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 18:00:35.348 7 WARNING neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] ipsecpolicy is already registered 2026-04-28 18:00:35.348 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 18:00:35.348 7 WARNING neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] ikepolicy is already registered 2026-04-28 18:00:35.353 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-28 18:00:35.353 7 WARNING neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] router is already registered 2026-04-28 18:00:35.354 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-28 18:00:35.354 7 WARNING neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] floatingip is already registered 2026-04-28 18:00:35.355 8 INFO neutron.manager [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loading Plugin: trunk 2026-04-28 18:00:35.357 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-28 18:00:35.358 7 WARNING neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] rbac_policy is already registered 2026-04-28 18:00:35.358 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-28 18:00:35.358 7 WARNING neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] security_group is already registered 2026-04-28 18:00:35.359 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-28 18:00:35.359 7 WARNING neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] security_group_rule is already registered 2026-04-28 18:00:35.360 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 18:00:35.360 7 WARNING neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] subnetpool is already registered 2026-04-28 18:00:35.360 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 18:00:35.360 7 WARNING neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] subnetpool is already registered 2026-04-28 18:00:35.361 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-28 18:00:35.361 7 WARNING neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] trunk is already registered 2026-04-28 18:00:35.361 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 18:00:35.361 7 WARNING neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] ikepolicy is already registered 2026-04-28 18:00:35.362 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 18:00:35.362 7 WARNING neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] ipsecpolicy is already registered 2026-04-28 18:00:35.362 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-28 18:00:35.362 7 WARNING neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] endpoint_group is already registered 2026-04-28 18:00:35.363 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-28 18:00:35.363 7 WARNING neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] vpnservice is already registered 2026-04-28 18:00:35.363 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-28 18:00:35.364 7 WARNING neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] ipsec_site_connection is already registered 2026-04-28 18:00:35.364 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 18:00:35.364 7 WARNING neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] ipsecpolicy is already registered 2026-04-28 18:00:35.364 7 INFO neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 18:00:35.365 7 WARNING neutron.quota.resource_registry [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] ikepolicy is already registered 2026-04-28 18:00:35.369 8 INFO neutron.manager [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loading Plugin: vpnaas 2026-04-28 18:00:35.402 7 WARNING keystonemiddleware._common.config [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-28 18:00:35.409 7 WARNING oslo_config.cfg [None req-1aa61458-c0ec-4e85-8a8f-bf1874416f51 - - - - - -] 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 0x7f19e3fb3668 pid: 7 (default app) 2026-04-28 18:00:35.413 8 WARNING stevedore.named [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-28 18:00:35.488 8 INFO neutron_vpnaas.services.vpn.plugin [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-28 18:00:35.489 8 INFO neutron.common.utils [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-28 18:00:35.489 8 INFO neutron.manager [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loading Plugin: taas 2026-04-28 18:00:35.517 8 WARNING stevedore.named [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-28 18:00:35.517 8 WARNING stevedore.named [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-28 18:00:35.547 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-28 18:00:35.547 8 INFO neutron.manager [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loading Plugin: tapmirror 2026-04-28 18:00:35.563 8 WARNING stevedore.named [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-28 18:00:35.563 8 WARNING stevedore.named [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-28 18:00:35.581 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-28 18:00:35.582 8 INFO neutron.manager [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loading Plugin: auto_allocate 2026-04-28 18:00:35.591 8 INFO neutron.manager [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loading Plugin: tag 2026-04-28 18:00:35.601 8 INFO neutron.manager [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loading Plugin: timestamp 2026-04-28 18:00:35.604 8 INFO neutron.manager [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loading Plugin: network_ip_availability 2026-04-28 18:00:35.608 8 INFO neutron.manager [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loading Plugin: flavors 2026-04-28 18:00:35.611 8 INFO neutron.manager [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loading Plugin: revisions 2026-04-28 18:00:35.615 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Initializing extension manager. 2026-04-28 18:00:35.617 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: address-group 2026-04-28 18:00:35.618 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: address-scope 2026-04-28 18:00:35.618 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-28 18:00:35.619 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: agent 2026-04-28 18:00:35.619 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: agent-resources-synced 2026-04-28 18:00:35.621 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: allowed-address-pairs 2026-04-28 18:00:35.621 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: auto-allocated-topology 2026-04-28 18:00:35.622 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: availability_zone 2026-04-28 18:00:35.622 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: availability_zone_filter 2026-04-28 18:00:35.623 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-28 18:00:35.623 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: default-subnetpools 2026-04-28 18:00:35.626 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-28 18:00:35.626 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: dns-integration 2026-04-28 18:00:35.627 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: dns-domain-ports 2026-04-28 18:00:35.627 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-28 18:00:35.628 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: dvr 2026-04-28 18:00:35.628 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-28 18:00:35.629 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: empty-string-filtering 2026-04-28 18:00:35.629 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-28 18:00:35.630 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-28 18:00:35.631 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: external-net 2026-04-28 18:00:35.632 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-28 18:00:35.632 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: extraroute 2026-04-28 18:00:35.633 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: extraroute-atomic 2026-04-28 18:00:35.633 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-28 18:00:35.634 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-28 18:00:35.634 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-28 18:00:35.635 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-28 18:00:35.635 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: fip-port-details 2026-04-28 18:00:35.636 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: flavors 2026-04-28 18:00:35.637 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-28 18:00:35.638 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: floatingip-pools 2026-04-28 18:00:35.638 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: ip_allocation 2026-04-28 18:00:35.639 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: ip-substring-filtering 2026-04-28 18:00:35.639 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: l2_adjacency 2026-04-28 18:00:35.640 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: router 2026-04-28 18:00:35.642 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-28 18:00:35.643 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-28 18:00:35.643 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-28 18:00:35.644 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: ext-gw-mode 2026-04-28 18:00:35.644 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: l3-ha 2026-04-28 18:00:35.645 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-28 18:00:35.645 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-28 18:00:35.646 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: l3-flavors 2026-04-28 18:00:35.647 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-28 18:00:35.647 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-28 18:00:35.649 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-28 18:00:35.650 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-28 18:00:35.651 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-28 18:00:35.653 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-28 18:00:35.653 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-28 18:00:35.654 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: multi-provider 2026-04-28 18:00:35.654 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: net-mtu 2026-04-28 18:00:35.655 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: net-mtu-writable 2026-04-28 18:00:35.655 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: network_availability_zone 2026-04-28 18:00:35.656 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: network_ha 2026-04-28 18:00:35.656 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: network-ip-availability 2026-04-28 18:00:35.657 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-28 18:00:35.658 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: pagination 2026-04-28 18:00:35.658 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: port-device-profile 2026-04-28 18:00:35.659 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-28 18:00:35.659 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-28 18:00:35.660 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-28 18:00:35.660 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: port-mac-override 2026-04-28 18:00:35.661 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-28 18:00:35.661 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-28 18:00:35.662 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-28 18:00:35.662 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: port-resource-request 2026-04-28 18:00:35.663 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: port-resource-request-groups 2026-04-28 18:00:35.664 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-28 18:00:35.664 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: binding 2026-04-28 18:00:35.665 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: binding-extended 2026-04-28 18:00:35.665 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: port-security 2026-04-28 18:00:35.666 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: project-id 2026-04-28 18:00:35.666 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: provider 2026-04-28 18:00:35.667 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-28 18:00:35.669 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: qos 2026-04-28 18:00:35.670 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-28 18:00:35.671 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-28 18:00:35.671 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: qos-default 2026-04-28 18:00:35.671 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: qos-fip 2026-04-28 18:00:35.672 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-28 18:00:35.672 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: qos-gateway-ip 2026-04-28 18:00:35.673 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: qos-port-network-policy 2026-04-28 18:00:35.673 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: qos-pps-minimum 2026-04-28 18:00:35.674 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-28 18:00:35.675 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: qos-pps 2026-04-28 18:00:35.675 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: qos-rule-type-details 2026-04-28 18:00:35.676 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-28 18:00:35.676 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: qos-rules-alias 2026-04-28 18:00:35.677 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: quota-check-limit 2026-04-28 18:00:35.677 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: quota-check-limit-default 2026-04-28 18:00:35.679 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: quotas 2026-04-28 18:00:35.681 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: quota_details 2026-04-28 18:00:35.682 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: rbac-policies 2026-04-28 18:00:35.683 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: rbac-address-group 2026-04-28 18:00:35.683 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: rbac-address-scope 2026-04-28 18:00:35.684 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: rbac-security-groups 2026-04-28 18:00:35.684 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: rbac-subnetpool 2026-04-28 18:00:35.685 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: revision-if-match 2026-04-28 18:00:35.685 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: standard-attr-revisions 2026-04-28 18:00:35.686 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: router_availability_zone 2026-04-28 18:00:35.686 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-28 18:00:35.688 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: security-groups-default-rules 2026-04-28 18:00:35.689 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-28 18:00:35.689 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-28 18:00:35.690 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-28 18:00:35.691 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-28 18:00:35.691 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-28 18:00:35.696 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: security-group 2026-04-28 18:00:35.697 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: segment 2026-04-28 18:00:35.697 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-28 18:00:35.698 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: service-type 2026-04-28 18:00:35.698 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: sorting 2026-04-28 18:00:35.699 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: standard-attr-segment 2026-04-28 18:00:35.700 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: standard-attr-description 2026-04-28 18:00:35.700 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: stateful-security-group 2026-04-28 18:00:35.701 8 WARNING neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-28 18:00:35.701 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-28 18:00:35.702 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: subnet-external-network 2026-04-28 18:00:35.702 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: subnet_onboard 2026-04-28 18:00:35.703 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-28 18:00:35.703 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: subnet-service-types 2026-04-28 18:00:35.704 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: subnet_allocation 2026-04-28 18:00:35.705 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-28 18:00:35.705 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: tag-creation 2026-04-28 18:00:35.706 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-28 18:00:35.709 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: standard-attr-tag 2026-04-28 18:00:35.710 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-28 18:00:35.711 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: trunk 2026-04-28 18:00:35.711 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: trunk-details 2026-04-28 18:00:35.712 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-28 18:00:35.712 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-28 18:00:35.713 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-28 18:00:35.713 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-28 18:00:35.715 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-28 18:00:35.716 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-28 18:00:35.717 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: vpn-flavors 2026-04-28 18:00:35.720 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: vpnaas 2026-04-28 18:00:35.721 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: taas 2026-04-28 18:00:35.723 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: tap-mirror 2026-04-28 18:00:35.723 8 INFO neutron.api.extensions [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Loaded extension: taas-vlan-filter 2026-04-28 18:00:35.726 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-28 18:00:35.726 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-28 18:00:35.726 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 18:00:35.726 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-28 18:00:35.730 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-28 18:00:35.730 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-28 18:00:35.735 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-28 18:00:35.735 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-28 18:00:35.737 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-28 18:00:35.738 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 18:00:35.738 8 WARNING neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] subnetpool is already registered 2026-04-28 18:00:35.738 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 18:00:35.738 8 WARNING neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] subnetpool is already registered 2026-04-28 18:00:35.739 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-28 18:00:35.739 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 18:00:35.740 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 18:00:35.740 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-28 18:00:35.740 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-28 18:00:35.741 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-28 18:00:35.741 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 18:00:35.741 8 WARNING neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] ipsecpolicy is already registered 2026-04-28 18:00:35.742 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 18:00:35.742 8 WARNING neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] ikepolicy is already registered 2026-04-28 18:00:35.746 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-28 18:00:35.747 8 WARNING neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] router is already registered 2026-04-28 18:00:35.747 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-28 18:00:35.747 8 WARNING neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] floatingip is already registered 2026-04-28 18:00:35.751 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-28 18:00:35.751 8 WARNING neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] rbac_policy is already registered 2026-04-28 18:00:35.752 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-28 18:00:35.752 8 WARNING neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] security_group is already registered 2026-04-28 18:00:35.752 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-28 18:00:35.752 8 WARNING neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] security_group_rule is already registered 2026-04-28 18:00:35.753 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 18:00:35.753 8 WARNING neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] subnetpool is already registered 2026-04-28 18:00:35.754 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 18:00:35.754 8 WARNING neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] subnetpool is already registered 2026-04-28 18:00:35.754 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-28 18:00:35.755 8 WARNING neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] trunk is already registered 2026-04-28 18:00:35.755 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 18:00:35.755 8 WARNING neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] ikepolicy is already registered 2026-04-28 18:00:35.755 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 18:00:35.756 8 WARNING neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] ipsecpolicy is already registered 2026-04-28 18:00:35.756 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-28 18:00:35.756 8 WARNING neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] endpoint_group is already registered 2026-04-28 18:00:35.757 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-28 18:00:35.757 8 WARNING neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] vpnservice is already registered 2026-04-28 18:00:35.757 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-28 18:00:35.757 8 WARNING neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] ipsec_site_connection is already registered 2026-04-28 18:00:35.758 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 18:00:35.758 8 WARNING neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] ipsecpolicy is already registered 2026-04-28 18:00:35.758 8 INFO neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 18:00:35.758 8 WARNING neutron.quota.resource_registry [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] ikepolicy is already registered 2026-04-28 18:00:35.797 8 WARNING keystonemiddleware._common.config [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-28 18:00:35.804 8 WARNING oslo_config.cfg [None req-ab636da6-181e-4467-9940-f14baaa9ef6d - - - - - -] 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 0x7f19e3fb3668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:00:40.036 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e38fa36-854b-46e0-8130-b59faf3faa37 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.49 () {44 vars in 924 bytes} [Tue Apr 28 18:00:39 2026] GET /v2.0/networks/public => generated 108 bytes in 915 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.49 () {44 vars in 946 bytes} [Tue Apr 28 18:00:40 2026] GET /v2.0/networks?name=public => generated 15 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:00:40.952 7 WARNING neutron.services.revisions.revision_plugin [None req-c68e7236-e944-4d8d-9c8f-c536a8af2686 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Could not find related network for resource to bump revision. 2026-04-28 18:00:40.975 7 INFO neutron.db.segments_db [None req-c68e7236-e944-4d8d-9c8f-c536a8af2686 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 6ef5c8f4-bcbe-4c29-abb9-3c28ed0ec55b of type flat for network 36d4f720-1184-4afc-be13-1b4d283d1e74 2026-04-28 18:00:41.026 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c68e7236-e944-4d8d-9c8f-c536a8af2686 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.49 () {48 vars in 964 bytes} [Tue Apr 28 18:00:40 2026] POST /v2.0/networks => generated 124 bytes in 511 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:00:46.928 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0235dd84-abfd-4d66-990d-6b831e354799 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.204.45.49 () {44 vars in 924 bytes} [Tue Apr 28 18:00:46 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: 3/9] 199.204.45.49 () {44 vars in 946 bytes} [Tue Apr 28 18:00:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:00:47.008 7 WARNING neutron.services.revisions.revision_plugin [None req-83553780-40fb-4084-83b4-8439e9cbc708 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Could not find related network for resource to bump revision. 2026-04-28 18:00:47.022 7 INFO neutron.db.segments_db [None req-83553780-40fb-4084-83b4-8439e9cbc708 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 1ef2ed87-2ded-410a-b406-9caecde89910 of type flat for network 3adbb553-6f94-48c4-ad6f-9fb240f34809 2026-04-28 18:00:47.046 7 INFO neutron.pecan_wsgi.hooks.translation [None req-83553780-40fb-4084-83b4-8439e9cbc708 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.204.45.49 () {48 vars in 964 bytes} [Tue Apr 28 18:00:46 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-04-28 18:00:53.252 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d590a249-7efa-4e2c-9c4a-fba7a6cd15e3 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.49 () {44 vars in 924 bytes} [Tue Apr 28 18:00:52 2026] GET /v2.0/networks/public => generated 108 bytes in 364 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.204.45.49 () {44 vars in 946 bytes} [Tue Apr 28 18:00:53 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:00:53.546 8 WARNING neutron.services.revisions.revision_plugin [None req-0f1fd5c0-3800-4faf-b399-f792391f5b46 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Could not find related network for resource to bump revision. 2026-04-28 18:00:53.582 8 INFO neutron.db.segments_db [None req-0f1fd5c0-3800-4faf-b399-f792391f5b46 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 69428428-41d8-41dc-9042-680250c8dbfa of type flat for network e75cd2fe-d9e2-45ef-aee5-ead14c327d44 2026-04-28 18:00:53.650 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0f1fd5c0-3800-4faf-b399-f792391f5b46 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.49 () {48 vars in 964 bytes} [Tue Apr 28 18:00:53 2026] POST /v2.0/networks => generated 124 bytes in 384 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:00:59.546 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e6cd166b-dad6-41a6-b37d-93f6b8d54ba8 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/15] 199.204.45.49 () {44 vars in 924 bytes} [Tue Apr 28 18:00:59 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/16] 199.204.45.49 () {44 vars in 946 bytes} [Tue Apr 28 18:00:59 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:00:59.622 8 WARNING neutron.services.revisions.revision_plugin [None req-f1ce293c-9d86-4241-b724-7630e7068083 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Could not find related network for resource to bump revision. 2026-04-28 18:00:59.646 8 INFO neutron.db.segments_db [None req-f1ce293c-9d86-4241-b724-7630e7068083 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 14b09076-bfc9-429c-b3fc-73a3b4b90a10 of type flat for network 1358c12a-c8ea-48a1-aef3-abcf47d32c0b 2026-04-28 18:00:59.671 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f1ce293c-9d86-4241-b724-7630e7068083 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 199.204.45.49 () {48 vars in 964 bytes} [Tue Apr 28 18:00:59 2026] POST /v2.0/networks => generated 124 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:01:05.577 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6ea27269-ddd9-4516-a406-c36940ec50ba 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.49 () {44 vars in 924 bytes} [Tue Apr 28 18:01:05 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.204.45.49 () {44 vars in 946 bytes} [Tue Apr 28 18:01:05 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:01:05.687 7 WARNING neutron.services.revisions.revision_plugin [None req-8d3555cf-8fd2-41b7-9bbe-a95b893753eb 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Could not find related network for resource to bump revision. 2026-04-28 18:01:05.707 7 INFO neutron.db.segments_db [None req-8d3555cf-8fd2-41b7-9bbe-a95b893753eb 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 73b7e3a6-9ec4-4f91-b394-bd0ee8c6638e of type flat for network 01729904-a11d-4fa0-ae4e-3eca836c8e2d 2026-04-28 18:01:05.734 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8d3555cf-8fd2-41b7-9bbe-a95b893753eb 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.204.45.49 () {48 vars in 964 bytes} [Tue Apr 28 18:01:05 2026] POST /v2.0/networks => generated 124 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:01:11.587 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39b31ed1-ee36-455c-8742-fd767ec33522 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.49 () {44 vars in 924 bytes} [Tue Apr 28 18:01:11 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.204.45.49 () {44 vars in 946 bytes} [Tue Apr 28 18:01:11 2026] GET /v2.0/networks?name=public => generated 15 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:01:11.674 8 WARNING neutron.services.revisions.revision_plugin [None req-39bdb173-3daf-4100-ac5e-c0284cc6cada 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Could not find related network for resource to bump revision. 2026-04-28 18:01:11.700 8 INFO neutron.db.segments_db [None req-39bdb173-3daf-4100-ac5e-c0284cc6cada 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment bca89f99-e07d-498a-b3a1-f427766ef66e of type flat for network b1ae081a-0efa-482f-ab63-efe52cbbbb4f [pid: 8|app: 0|req: 10/23] 199.204.45.49 () {48 vars in 964 bytes} [Tue Apr 28 18:01:11 2026] POST /v2.0/networks => generated 706 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:01:12.887 7 INFO neutron.pecan_wsgi.hooks.translation [None req-381e1fd2-5611-4e07-971f-ac54fd14107c 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 199.204.45.49 () {44 vars in 924 bytes} [Tue Apr 28 18:01:12 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.204.45.49 () {44 vars in 946 bytes} [Tue Apr 28 18:01:12 2026] GET /v2.0/networks?name=public => generated 709 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:01:12.963 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e850a622-f86a-4feb-8c43-eab9930e9c81 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/26] 199.204.45.49 () {44 vars in 1031 bytes} [Tue Apr 28 18:01:12 2026] GET /v2.0/subnets/public-subnet?network_id=b1ae081a-0efa-482f-ab63-efe52cbbbb4f => generated 113 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/27] 199.204.45.49 () {44 vars in 1054 bytes} [Tue Apr 28 18:01:12 2026] GET /v2.0/subnets?name=public-subnet&network_id=b1ae081a-0efa-482f-ab63-efe52cbbbb4f => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/28] 199.204.45.49 () {48 vars in 962 bytes} [Tue Apr 28 18:01:13 2026] POST /v2.0/subnets => generated 664 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:07:11.257 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c5261179-7509-44f6-80dc-dac216780dbd 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/76] 199.204.45.49 () {44 vars in 934 bytes} [Tue Apr 28 18:07:11 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/77] 199.204.45.49 () {44 vars in 956 bytes} [Tue Apr 28 18:07:11 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:07:11.342 8 INFO neutron.db.segments_db [None req-9a48b9ac-29d6-48b1-af8b-c45111395841 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 8e5d4fea-7f77-4455-9399-972905079056 of type vxlan for network 406e6be9-b799-4bd1-bb0c-10c01e8256df [pid: 8|app: 0|req: 38/78] 199.204.45.49 () {48 vars in 963 bytes} [Tue Apr 28 18:07:11 2026] POST /v2.0/networks => generated 687 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:07:12.377 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0c6f9b68-b708-4fbe-ab2c-4c359d17f289 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 41/79] 199.204.45.49 () {44 vars in 934 bytes} [Tue Apr 28 18:07:12 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/80] 199.204.45.49 () {44 vars in 956 bytes} [Tue Apr 28 18:07:12 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:07:12.438 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c0e969b8-cacf-4268-8f74-2121b6b62163 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 42/81] 199.204.45.49 () {44 vars in 1033 bytes} [Tue Apr 28 18:07:12 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=406e6be9-b799-4bd1-bb0c-10c01e8256df => generated 114 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.204.45.49 () {44 vars in 1056 bytes} [Tue Apr 28 18:07:12 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=406e6be9-b799-4bd1-bb0c-10c01e8256df => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.204.45.49 () {48 vars in 962 bytes} [Tue Apr 28 18:07:12 2026] POST /v2.0/subnets => generated 651 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:07:13.850 8 INFO neutron.api.v2.resource [None req-aa201421-eae6-41b8-ba66-9481efec5a8c 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 41/84] 199.204.45.49 () {44 vars in 968 bytes} [Tue Apr 28 18:07:13 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: 7|app: 0|req: 44/85] 199.204.45.49 () {44 vars in 990 bytes} [Tue Apr 28 18:07:13 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.49 () {48 vars in 977 bytes} [Tue Apr 28 18:07:13 2026] POST /v2.0/security-groups => generated 1616 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/89] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:15 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 1616 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/90] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:15 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 1616 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/91] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:15 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => 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: 47/92] 199.204.45.49 () {48 vars in 988 bytes} [Tue Apr 28 18:07:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/93] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:16 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 2230 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/94] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:16 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/95] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:16 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/96] 199.204.45.49 () {48 vars in 988 bytes} [Tue Apr 28 18:07:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/97] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:17 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/98] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:17 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 2846 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/99] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:17 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/100] 199.204.45.49 () {48 vars in 988 bytes} [Tue Apr 28 18:07:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/101] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:18 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 3462 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/102] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:18 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 3462 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/103] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:18 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/104] 199.204.45.49 () {48 vars in 988 bytes} [Tue Apr 28 18:07:18 2026] POST /v2.0/security-group-rules => generated 603 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/105] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:19 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 4078 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/106] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:19 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 4078 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/107] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:19 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => 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: 55/108] 199.204.45.49 () {48 vars in 988 bytes} [Tue Apr 28 18:07:19 2026] POST /v2.0/security-group-rules => generated 603 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/109] 199.204.45.49 () {44 vars in 984 bytes} [Tue Apr 28 18:07:21 2026] GET /v2.0/networks/406e6be9-b799-4bd1-bb0c-10c01e8256df => generated 731 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:07:21.345 7 INFO neutron.pecan_wsgi.hooks.translation [None req-177a90da-27a5-47fb-92b8-8674a4c50813 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/110] 199.204.45.49 () {44 vars in 1073 bytes} [Tue Apr 28 18:07:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=406e6be9-b799-4bd1-bb0c-10c01e8256df => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/111] 199.204.45.49 () {44 vars in 1096 bytes} [Tue Apr 28 18:07:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=406e6be9-b799-4bd1-bb0c-10c01e8256df => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/112] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:21 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 4694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/113] 199.204.45.49 () {48 vars in 958 bytes} [Tue Apr 28 18:07:21 2026] POST /v2.0/ports => generated 1100 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 18:07:29.789 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7aed2ae5-1450-4891-b27d-d9315511ea63 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 59/116] 199.204.45.49 () {44 vars in 976 bytes} [Tue Apr 28 18:07:29 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 65 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: 58/117] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:29 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/118] 199.204.45.49 () {48 vars in 1028 bytes} [Tue Apr 28 18:07:29 2026] PUT /v2.0/ports/d21873fd-3f4c-400f-912c-ae21f16748a7 => generated 1249 bytes in 756 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/119] 199.204.45.49 () {44 vars in 917 bytes} [Tue Apr 28 18:07:32 2026] GET /v2.0/ports => generated 3730 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:07:33.327 7 INFO neutron.api.v2.resource [None req-c121f420-3ff3-4fce-b044-58b3ef30fce3 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 61/120] 199.204.45.49 () {44 vars in 956 bytes} [Tue Apr 28 18:07:33 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/121] 199.204.45.49 () {44 vars in 978 bytes} [Tue Apr 28 18:07:33 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/122] 199.204.45.49 () {48 vars in 977 bytes} [Tue Apr 28 18:07:33 2026] POST /v2.0/security-groups => generated 1610 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/123] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:34 2026] GET /v2.0/security-groups/451ff2d1-4994-4222-bdcf-f86294e386d4 => generated 1610 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/124] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:34 2026] GET /v2.0/security-groups/451ff2d1-4994-4222-bdcf-f86294e386d4 => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/125] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:34 2026] GET /v2.0/security-groups/451ff2d1-4994-4222-bdcf-f86294e386d4 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/126] 199.204.45.49 () {48 vars in 988 bytes} [Tue Apr 28 18:07:34 2026] POST /v2.0/security-group-rules => generated 623 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/127] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:35 2026] GET /v2.0/security-groups/451ff2d1-4994-4222-bdcf-f86294e386d4 => generated 2246 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/128] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:35 2026] GET /v2.0/security-groups/451ff2d1-4994-4222-bdcf-f86294e386d4 => generated 2246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/129] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:07:35 2026] GET /v2.0/security-groups/451ff2d1-4994-4222-bdcf-f86294e386d4 => generated 2246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/130] 199.204.45.49 () {48 vars in 988 bytes} [Tue Apr 28 18:07:35 2026] POST /v2.0/security-group-rules => generated 627 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 73/143] 199.204.45.49 () {44 vars in 972 bytes} [Tue Apr 28 18:09:04 2026] GET /v2.0/quotas/3b52c12bfcf54853a55aa0a683ad5d91 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 71/144] 199.204.45.49 () {48 vars in 1024 bytes} [Tue Apr 28 18:09:05 2026] PUT /v2.0/quotas/3b52c12bfcf54853a55aa0a683ad5d91 => generated 291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:11:26.588 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e6e7cbbc-4f6e-4d36-801f-2510eccf2e25 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 83/163] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:11:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 203 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 81/164] 199.204.45.49 () {30 vars in 762 bytes} [Tue Apr 28 18:11:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:11:28.498 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aadbd470-4321-43d6-96d0-ec4b9497f829 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 84/165] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:11:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 82/166] 199.204.45.49 () {30 vars in 762 bytes} [Tue Apr 28 18:11:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:19:08.458 7 INFO neutron.api.v2.resource [None req-d2b46d00-d239-41ac-8fda-511102dddb0d 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 116/229] 199.204.45.49 () {44 vars in 1071 bytes} [Tue Apr 28 18:19:08 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=8ea48d5517fd45a7b0aa586a8287f714 => generated 139 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/230] 199.204.45.49 () {44 vars in 1094 bytes} [Tue Apr 28 18:19:08 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=8ea48d5517fd45a7b0aa586a8287f714 => generated 23 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/231] 199.204.45.49 () {48 vars in 978 bytes} [Tue Apr 28 18:19:08 2026] POST /v2.0/security-groups => generated 1624 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/232] 199.204.45.49 () {44 vars in 1085 bytes} [Tue Apr 28 18:19:09 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9?project_id=8ea48d5517fd45a7b0aa586a8287f714 => generated 1624 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/233] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:19:09 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9 => generated 1624 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/234] 199.204.45.49 () {44 vars in 1085 bytes} [Tue Apr 28 18:19:10 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9?project_id=8ea48d5517fd45a7b0aa586a8287f714 => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/235] 199.204.45.49 () {48 vars in 988 bytes} [Tue Apr 28 18:19:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/236] 199.204.45.49 () {44 vars in 1085 bytes} [Tue Apr 28 18:19:11 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9?project_id=8ea48d5517fd45a7b0aa586a8287f714 => generated 2234 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/237] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:19:11 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9 => 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: 118/238] 199.204.45.49 () {44 vars in 1085 bytes} [Tue Apr 28 18:19:11 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9?project_id=8ea48d5517fd45a7b0aa586a8287f714 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/239] 199.204.45.49 () {48 vars in 988 bytes} [Tue Apr 28 18:19:11 2026] POST /v2.0/security-group-rules => generated 599 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/240] 199.204.45.49 () {44 vars in 1085 bytes} [Tue Apr 28 18:19:12 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9?project_id=8ea48d5517fd45a7b0aa586a8287f714 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/241] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:19:12 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9 => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/242] 199.204.45.49 () {44 vars in 1085 bytes} [Tue Apr 28 18:19:12 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9?project_id=8ea48d5517fd45a7b0aa586a8287f714 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/243] 199.204.45.49 () {48 vars in 988 bytes} [Tue Apr 28 18:19:12 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: 121/244] 199.204.45.49 () {44 vars in 1085 bytes} [Tue Apr 28 18:19:13 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9?project_id=8ea48d5517fd45a7b0aa586a8287f714 => generated 3460 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/245] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:19:13 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/246] 199.204.45.49 () {44 vars in 1085 bytes} [Tue Apr 28 18:19:13 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9?project_id=8ea48d5517fd45a7b0aa586a8287f714 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/247] 199.204.45.49 () {48 vars in 988 bytes} [Tue Apr 28 18:19:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/268] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 28 18:21:39 2026] GET /v2.0/networks?tenant_id=8ea48d5517fd45a7b0aa586a8287f714&shared=False => generated 15 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:21:39.765 8 INFO neutron.db.segments_db [None req-06574be0-1cfe-412e-a11d-fb37ec8ede65 98b15439ef54413b840195f38171e63b 8ea48d5517fd45a7b0aa586a8287f714 - - 45c7181ac9d14977b3e65d21edaba914 45c7181ac9d14977b3e65d21edaba914] Added segment cf3c247e-b806-4c50-8e7a-7f4c50934e7f of type vxlan for network baa76af4-3e42-4b6b-9b78-b89b526dfc49 [pid: 8|app: 0|req: 133/269] 199.204.45.49 () {34 vars in 681 bytes} [Tue Apr 28 18:21:39 2026] POST /v2.0/networks => generated 699 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/270] 199.204.45.49 () {30 vars in 721 bytes} [Tue Apr 28 18:21:39 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 134/271] 199.204.45.49 () {30 vars in 632 bytes} [Tue Apr 28 18:21:39 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/272] 199.204.45.49 () {34 vars in 676 bytes} [Tue Apr 28 18:21:39 2026] POST /v2.0/ports => generated 999 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/273] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:21:40 2026] GET /v2.0/networks/baa76af4-3e42-4b6b-9b78-b89b526dfc49 => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/274] 199.204.45.49 () {30 vars in 721 bytes} [Tue Apr 28 18:21:42 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/275] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:21:42 2026] GET /v2.0/networks/baa76af4-3e42-4b6b-9b78-b89b526dfc49 => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/278] 199.204.45.49 () {44 vars in 972 bytes} [Tue Apr 28 18:21:56 2026] GET /v2.0/quotas/8ea48d5517fd45a7b0aa586a8287f714 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/279] 199.204.45.49 () {48 vars in 1024 bytes} [Tue Apr 28 18:21:57 2026] PUT /v2.0/quotas/8ea48d5517fd45a7b0aa586a8287f714 => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:33:45.590 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b75372e3-452d-4cd2-a2be-d9224a815832 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/376] 199.204.45.49 () {44 vars in 924 bytes} [Tue Apr 28 18:33:45 2026] GET /v2.0/networks/public => generated 108 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/377] 199.204.45.49 () {44 vars in 946 bytes} [Tue Apr 28 18:33:45 2026] GET /v2.0/networks?name=public => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:33:46.786 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b8b71321-c672-4361-b972-ecffc428edde 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/378] 199.204.45.49 () {44 vars in 924 bytes} [Tue Apr 28 18:33:46 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/379] 199.204.45.49 () {44 vars in 946 bytes} [Tue Apr 28 18:33:46 2026] GET /v2.0/networks?name=public => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:33:46.870 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f0765993-0f69-4339-9990-6afb92990743 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/380] 199.204.45.49 () {44 vars in 1031 bytes} [Tue Apr 28 18:33:46 2026] GET /v2.0/subnets/public-subnet?network_id=b1ae081a-0efa-482f-ab63-efe52cbbbb4f => generated 113 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/381] 199.204.45.49 () {44 vars in 1054 bytes} [Tue Apr 28 18:33:46 2026] GET /v2.0/subnets?name=public-subnet&network_id=b1ae081a-0efa-482f-ab63-efe52cbbbb4f => generated 667 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:34:16.196 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f8fbbe96-8524-40f1-a71a-03ef241f4618 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/386] 199.204.45.49 () {44 vars in 934 bytes} [Tue Apr 28 18:34:16 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/387] 199.204.45.49 () {44 vars in 956 bytes} [Tue Apr 28 18:34:16 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:34:17.235 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84135200-b6d1-4697-932a-963e5fa2439a 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 196/388] 199.204.45.49 () {44 vars in 934 bytes} [Tue Apr 28 18:34:17 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/389] 199.204.45.49 () {44 vars in 956 bytes} [Tue Apr 28 18:34:17 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:34:17.306 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9365b8b8-a3bf-483e-be5d-308ad8294196 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/390] 199.204.45.49 () {44 vars in 1033 bytes} [Tue Apr 28 18:34:17 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=406e6be9-b799-4bd1-bb0c-10c01e8256df => 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: 194/391] 199.204.45.49 () {44 vars in 1056 bytes} [Tue Apr 28 18:34:17 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=406e6be9-b799-4bd1-bb0c-10c01e8256df => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:34:18.611 7 INFO neutron.api.v2.resource [None req-676e4b7e-41ef-4027-9686-ad77996eb4fd 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/392] 199.204.45.49 () {44 vars in 968 bytes} [Tue Apr 28 18:34:18 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/393] 199.204.45.49 () {44 vars in 990 bytes} [Tue Apr 28 18:34:18 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/394] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:34:19 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 4694 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/395] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:34:19 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => 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: 200/396] 199.204.45.49 () {44 vars in 1008 bytes} [Tue Apr 28 18:34:19 2026] GET /v2.0/security-group-rules/12005b31-4239-40b9-9c2c-80981cfaab13 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/397] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:34:20 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 4694 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/398] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:34:20 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/399] 199.204.45.49 () {44 vars in 1008 bytes} [Tue Apr 28 18:34:21 2026] GET /v2.0/security-group-rules/fcef8a90-f5dd-4781-8a7c-cca457d777c2 => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/400] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:34:21 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/401] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:34:21 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/402] 199.204.45.49 () {44 vars in 1008 bytes} [Tue Apr 28 18:34:22 2026] GET /v2.0/security-group-rules/66cf135d-2b00-4ba9-8b84-99130c7cfc1c => 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: 200/403] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:34:22 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => 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: 204/404] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:34:22 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 4694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/405] 199.204.45.49 () {44 vars in 1008 bytes} [Tue Apr 28 18:34:23 2026] GET /v2.0/security-group-rules/5345c436-db04-483f-af96-675e1f488a06 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/406] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:34:23 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/407] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:34:23 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => 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: 206/408] 199.204.45.49 () {44 vars in 1008 bytes} [Tue Apr 28 18:34:23 2026] GET /v2.0/security-group-rules/2c95af33-e3b8-4c9b-b3b3-4ee233bae6fd => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/409] 199.204.45.49 () {44 vars in 984 bytes} [Tue Apr 28 18:34:25 2026] GET /v2.0/networks/406e6be9-b799-4bd1-bb0c-10c01e8256df => generated 731 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:34:25.398 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a79cb6b5-cd67-46c8-89eb-9f3a143f8dd4 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 207/410] 199.204.45.49 () {44 vars in 1073 bytes} [Tue Apr 28 18:34:25 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=406e6be9-b799-4bd1-bb0c-10c01e8256df => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/411] 199.204.45.49 () {44 vars in 1096 bytes} [Tue Apr 28 18:34:25 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=406e6be9-b799-4bd1-bb0c-10c01e8256df => generated 1254 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/412] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:34:25 2026] GET /v2.0/security-groups/ea344097-9524-408f-8972-ac759ff18b64 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:34:33.785 8 INFO neutron.pecan_wsgi.hooks.translation [None req-499fc796-d352-467b-bb05-4d0a5c4bb688 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 206/415] 199.204.45.49 () {44 vars in 976 bytes} [Tue Apr 28 18:34:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 71 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/416] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:34:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/417] 199.204.45.49 () {44 vars in 917 bytes} [Tue Apr 28 18:34:35 2026] GET /v2.0/ports => generated 4725 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:34:36.654 7 INFO neutron.api.v2.resource [None req-540aeb2b-c73f-4818-b96c-dfb8c97f77e6 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 211/418] 199.204.45.49 () {44 vars in 956 bytes} [Tue Apr 28 18:34:36 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: 208/419] 199.204.45.49 () {44 vars in 978 bytes} [Tue Apr 28 18:34:36 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/420] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:34:37 2026] GET /v2.0/security-groups/451ff2d1-4994-4222-bdcf-f86294e386d4 => generated 2886 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/421] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:34:37 2026] GET /v2.0/security-groups/451ff2d1-4994-4222-bdcf-f86294e386d4 => generated 2886 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/422] 199.204.45.49 () {44 vars in 1008 bytes} [Tue Apr 28 18:34:37 2026] GET /v2.0/security-group-rules/e0f4fa8e-9771-4399-80c3-e309006495c1 => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/423] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:34:38 2026] GET /v2.0/security-groups/451ff2d1-4994-4222-bdcf-f86294e386d4 => generated 2886 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/424] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:34:38 2026] GET /v2.0/security-groups/451ff2d1-4994-4222-bdcf-f86294e386d4 => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/425] 199.204.45.49 () {44 vars in 1008 bytes} [Tue Apr 28 18:34:38 2026] GET /v2.0/security-group-rules/eeebfddb-b122-4483-8519-a8c41334277b => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/428] 199.204.45.49 () {44 vars in 972 bytes} [Tue Apr 28 18:34:51 2026] GET /v2.0/quotas/3b52c12bfcf54853a55aa0a683ad5d91 => generated 291 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:35:48.411 7 INFO neutron.api.v2.resource [None req-f9ef1096-717d-45a3-bc5d-33657bdf11f6 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 221/437] 199.204.45.49 () {44 vars in 1071 bytes} [Tue Apr 28 18:35:48 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=8ea48d5517fd45a7b0aa586a8287f714 => generated 139 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/438] 199.204.45.49 () {44 vars in 1094 bytes} [Tue Apr 28 18:35:48 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=8ea48d5517fd45a7b0aa586a8287f714 => generated 4072 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/439] 199.204.45.49 () {44 vars in 1085 bytes} [Tue Apr 28 18:35:49 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9?project_id=8ea48d5517fd45a7b0aa586a8287f714 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/440] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:35:49 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/441] 199.204.45.49 () {44 vars in 1008 bytes} [Tue Apr 28 18:35:49 2026] GET /v2.0/security-group-rules/0c58da4d-1fd8-4d44-a815-cf1200d52a4a => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/442] 199.204.45.49 () {44 vars in 1085 bytes} [Tue Apr 28 18:35:50 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9?project_id=8ea48d5517fd45a7b0aa586a8287f714 => 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: 224/443] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:35:50 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/444] 199.204.45.49 () {44 vars in 1008 bytes} [Tue Apr 28 18:35:50 2026] GET /v2.0/security-group-rules/66a426dc-4e1a-4c9b-929e-a0d325579c22 => generated 599 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/445] 199.204.45.49 () {44 vars in 1085 bytes} [Tue Apr 28 18:35:51 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9?project_id=8ea48d5517fd45a7b0aa586a8287f714 => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/446] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:35:51 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/447] 199.204.45.49 () {44 vars in 1008 bytes} [Tue Apr 28 18:35:51 2026] GET /v2.0/security-group-rules/d1effac5-f6b1-4ba6-b026-4c436db872d8 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/448] 199.204.45.49 () {44 vars in 1085 bytes} [Tue Apr 28 18:35:52 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9?project_id=8ea48d5517fd45a7b0aa586a8287f714 => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/449] 199.204.45.49 () {44 vars in 998 bytes} [Tue Apr 28 18:35:52 2026] GET /v2.0/security-groups/0c6c14e6-0134-4231-98f9-e0b7b98b71b9 => generated 4075 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/450] 199.204.45.49 () {44 vars in 1008 bytes} [Tue Apr 28 18:35:52 2026] GET /v2.0/security-group-rules/40c53539-c10c-47a5-9a89-d4c8c51923b0 => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/453] 199.204.45.49 () {44 vars in 972 bytes} [Tue Apr 28 18:36:00 2026] GET /v2.0/quotas/8ea48d5517fd45a7b0aa586a8287f714 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/460] 199.204.45.49 () {44 vars in 946 bytes} [Tue Apr 28 18:36:55 2026] GET /v2.0/networks?name=public => generated 753 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/467] 10.0.0.224 () {32 vars in 649 bytes} [Tue Apr 28 18:37:36 2026] GET /v2.0/networks => generated 2167 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/468] 10.0.0.224 () {32 vars in 655 bytes} [Tue Apr 28 18:37:38 2026] GET /v2.0/floatingips => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/469] 10.0.0.224 () {32 vars in 647 bytes} [Tue Apr 28 18:37:38 2026] GET /v2.0/routers => generated 15 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/470] 10.0.0.224 () {32 vars in 643 bytes} [Tue Apr 28 18:37:38 2026] GET /v2.0/ports => generated 4725 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/471] 10.0.0.224 () {32 vars in 647 bytes} [Tue Apr 28 18:37:38 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/472] 10.0.0.224 () {32 vars in 649 bytes} [Tue Apr 28 18:37:38 2026] GET /v2.0/networks => generated 2167 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/473] 10.0.0.224 () {32 vars in 663 bytes} [Tue Apr 28 18:37:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/474] 10.0.0.224 () {32 vars in 655 bytes} [Tue Apr 28 18:37:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:37:50.129 7 INFO neutron.db.segments_db [None req-1af25a09-c532-4fb0-b87f-93b9b6df2f93 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment c2672ed8-50f6-4568-8d04-cc11b1845607 of type vxlan for network 7a939315-7c84-45a5-89a8-e6a2dcc13d86 2026-04-28 18:37:50.160 8 INFO neutron.db.segments_db [None req-3627545c-9897-47d4-8cbc-4c987a000296 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 5803945d-f435-44c2-8cc0-590d1dcaa6b4 of type vxlan for network 4d78f579-0caa-485a-821a-5dde62b2b6ee [pid: 7|app: 0|req: 241/477] 10.0.0.224 () {34 vars in 671 bytes} [Tue Apr 28 18:37:49 2026] POST /v2.0/networks => generated 725 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/478] 10.0.0.224 () {34 vars in 671 bytes} [Tue Apr 28 18:37:49 2026] POST /v2.0/networks => generated 733 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:37:50.455 7 INFO neutron.db.segments_db [None req-16aaa436-a972-4f1c-83d3-f14f1c9e38d5 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 8f6ab4aa-174a-43cd-b2f1-2545db159f5b of type vxlan for network aaca81ed-a3a7-40f9-aa04-90af73149d36 [pid: 8|app: 0|req: 238/479] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:37:50 2026] POST /v2.0/subnets => generated 692 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/480] 10.0.0.224 () {34 vars in 671 bytes} [Tue Apr 28 18:37:50 2026] POST /v2.0/networks => generated 726 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/481] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:37:50 2026] POST /v2.0/subnets => generated 699 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/482] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:37:50 2026] GET /v2.0/security-groups?tenant_id=6541df9f2d064dbd87f311d81397433b&name=default => generated 2921 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:37:50.714 8 INFO neutron.db.segments_db [None req-e46551c0-c9ba-4cf3-bb82-f83d020753dc 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 0c1c4263-e0e1-4352-a96e-f82974a261ff of type vxlan for network c5d4f34c-24f4-4f62-a9fd-1bb26ce6dc53 [pid: 7|app: 0|req: 244/483] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:37:50 2026] POST /v2.0/subnets => generated 692 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:37:50.927 7 INFO neutron.db.segments_db [None req-0b5e131a-48e2-4b8a-b9ad-b9c086aea876 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 1d57263b-011f-4c7f-9cfe-97962fbdaa9a of type vxlan for network dbeb7723-cc09-4ea2-be82-ae4da24c412b 2026-04-28 18:37:50.946 8 INFO neutron.db.l3_hamode_db [None req-e46551c0-c9ba-4cf3-bb82-f83d020753dc 27d9f726b2504a3383e42488145f54b0 b9d60fcf390e4a249e4624910b4191fe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:37:51.167 7 INFO neutron.db.l3_hamode_db [None req-0b5e131a-48e2-4b8a-b9ad-b9c086aea876 27d9f726b2504a3383e42488145f54b0 f951d9f0ad9f4bf8bc94052910c2069a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:37:51.833 8 INFO neutron.db.l3_hamode_db [None req-e46551c0-c9ba-4cf3-bb82-f83d020753dc 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:37:51.983 7 INFO neutron.db.l3_hamode_db [None req-0b5e131a-48e2-4b8a-b9ad-b9c086aea876 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 240/484] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:37:50 2026] POST /v2.0/routers => generated 732 bytes in 2544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/485] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:37:50 2026] POST /v2.0/routers => generated 739 bytes in 2334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:37:53.252 7 INFO neutron.db.segments_db [None req-10a04407-eb59-4ebb-823b-12d94fe7d92a 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 75b1463e-efd5-47b6-bbdd-91c10964f603 of type vxlan for network 6cf69714-3e1b-4f85-af4d-00ebfb81ea3a [pid: 8|app: 0|req: 241/486] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:37:53 2026] DELETE /v2.0/security-groups/6a534db0-17bf-4b31-b4dc-1f25c450aa0f => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:37:53.468 7 INFO neutron.db.l3_hamode_db [None req-10a04407-eb59-4ebb-823b-12d94fe7d92a 27d9f726b2504a3383e42488145f54b0 140bb807577d446e80a21424fbc0ce7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:37:54.246 7 INFO neutron.db.l3_hamode_db [None req-10a04407-eb59-4ebb-823b-12d94fe7d92a 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 242/487] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:37:53 2026] PUT /v2.0/routers/3411a765-bc88-4ad4-95dc-02b03cbf7283/add_router_interface => generated 309 bytes in 1120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/488] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:37:53 2026] POST /v2.0/routers => generated 732 bytes in 1842 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/489] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:37:54 2026] PUT /v2.0/routers/a6316365-545a-4929-b4f1-65585f4ddce8/add_router_interface => generated 309 bytes in 1244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:37:55.960 8 INFO neutron.db.segments_db [None req-fe090523-2d7d-4ac3-9b73-257fec577ebb 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 70173b8f-7992-499e-8bf8-d7dd08dff77a of type vxlan for network 16d6d6d6-b3b2-4725-ad93-34396e88cdfc [pid: 8|app: 0|req: 244/490] 10.0.0.224 () {34 vars in 671 bytes} [Tue Apr 28 18:37:55 2026] POST /v2.0/networks => generated 730 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/491] 10.0.0.204 () {34 vars in 982 bytes} [Tue Apr 28 18:37:56 2026] GET /v2.0/networks?id=7a939315-7c84-45a5-89a8-e6a2dcc13d86 => generated 677 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/492] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:37:55 2026] PUT /v2.0/routers/7da819c6-9eaf-4b9d-83a9-994d92b808ca/add_router_interface => generated 309 bytes in 1237 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/493] 10.0.0.204 () {34 vars in 965 bytes} [Tue Apr 28 18:37:56 2026] GET /v2.0/quotas/b9d60fcf390e4a249e4624910b4191fe => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/494] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:37:56 2026] POST /v2.0/subnets => generated 696 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/495] 10.0.0.224 () {34 vars in 685 bytes} [Tue Apr 28 18:37:56 2026] POST /v2.0/security-groups => generated 1657 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/496] 10.0.0.204 () {34 vars in 1002 bytes} [Tue Apr 28 18:37:56 2026] GET /v2.0/ports?tenant_id=b9d60fcf390e4a249e4624910b4191fe&fields=id => generated 103 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:37:56.542 7 INFO neutron.db.segments_db [None req-3ce59686-9d6a-4fa2-a68e-2ac9c60dae31 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment e1affa0e-083c-4a3d-9303-b87a13f6f5cc of type vxlan for network 408d8862-dc11-42d8-944e-acb8c157d29e [pid: 8|app: 0|req: 248/497] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:37:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/498] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:37:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:37:56.792 7 INFO neutron.db.l3_hamode_db [None req-3ce59686-9d6a-4fa2-a68e-2ac9c60dae31 27d9f726b2504a3383e42488145f54b0 91b5a66423354ca398ca42d5bbdfb73a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 250/499] 10.0.0.224 () {34 vars in 676 bytes} [Tue Apr 28 18:37:56 2026] POST /v2.0/floatingips => generated 552 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/500] 10.0.0.204 () {34 vars in 907 bytes} [Tue Apr 28 18:37:57 2026] GET /v2.0/extensions => generated 21537 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-28 18:37:57.509 7 INFO neutron.db.l3_hamode_db [None req-3ce59686-9d6a-4fa2-a68e-2ac9c60dae31 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 252/501] 10.0.0.204 () {38 vars in 971 bytes} [Tue Apr 28 18:37:57 2026] POST /v2.0/security-groups => generated 1682 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/502] 10.0.0.204 () {34 vars in 1008 bytes} [Tue Apr 28 18:37:57 2026] GET /v2.0/networks/7a939315-7c84-45a5-89a8-e6a2dcc13d86?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: 254/503] 10.0.0.204 () {38 vars in 971 bytes} [Tue Apr 28 18:37:57 2026] POST /v2.0/security-groups => generated 1682 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/504] 10.0.0.204 () {34 vars in 1108 bytes} [Tue Apr 28 18:37:57 2026] GET /v2.0/networks/7a939315-7c84-45a5-89a8-e6a2dcc13d86?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/505] 10.0.0.204 () {34 vars in 1094 bytes} [Tue Apr 28 18:37:57 2026] GET /v2.0/security-groups?name=tempest-securitygroup--7953396&fields=id&tenant_id=f951d9f0ad9f4bf8bc94052910c2069a => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/506] 10.0.0.204 () {34 vars in 982 bytes} [Tue Apr 28 18:37:57 2026] GET /v2.0/networks?id=4d78f579-0caa-485a-821a-5dde62b2b6ee => generated 684 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/507] 10.0.0.204 () {38 vars in 971 bytes} [Tue Apr 28 18:37:57 2026] POST /v2.0/security-groups => generated 1681 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/508] 10.0.0.204 () {34 vars in 965 bytes} [Tue Apr 28 18:37:58 2026] GET /v2.0/quotas/f951d9f0ad9f4bf8bc94052910c2069a => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/509] 10.0.0.204 () {34 vars in 1002 bytes} [Tue Apr 28 18:37:58 2026] GET /v2.0/ports?tenant_id=f951d9f0ad9f4bf8bc94052910c2069a&fields=id => generated 57 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/510] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:37:58 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/511] 10.0.0.204 () {34 vars in 1002 bytes} [Tue Apr 28 18:37:58 2026] GET /v2.0/security-groups?tenant_id=140bb807577d446e80a21424fbc0ce7b => generated 7906 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/512] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:37:58 2026] GET /v2.0/security-groups/a8413ff2-77fe-47d6-9995-3ec6f3fa6e79 => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/513] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:37:58 2026] GET /v2.0/security-groups/a8413ff2-77fe-47d6-9995-3ec6f3fa6e79 => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/514] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:37:58 2026] GET /v2.0/security-groups/528018ee-29ab-4f2b-ac63-307f63b78d8a => generated 1682 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/515] 10.0.0.204 () {36 vars in 1013 bytes} [Tue Apr 28 18:37:58 2026] DELETE /v2.0/security-groups/528018ee-29ab-4f2b-ac63-307f63b78d8a => 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: 267/516] 10.0.0.204 () {34 vars in 907 bytes} [Tue Apr 28 18:37:58 2026] GET /v2.0/extensions => generated 21537 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-28 18:37:58.635 8 INFO neutron.api.v2.resource [req-eb495c16-b7c6-429e-acdc-84c569e132ee req-99bc7ac5-f9fe-4602-9c99-89e7e5762693 1746f37f9a494086a03430819aa90d11 140bb807577d446e80a21424fbc0ce7b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 268/517] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:37:58 2026] GET /v2.0/security-groups/528018ee-29ab-4f2b-ac63-307f63b78d8a => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/518] 10.0.0.204 () {34 vars in 1008 bytes} [Tue Apr 28 18:37:58 2026] GET /v2.0/networks/4d78f579-0caa-485a-821a-5dde62b2b6ee?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: 270/519] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:37:58 2026] GET /v2.0/security-groups/37197083-9b42-4599-a2a1-45fcb9168759 => generated 1682 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/520] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:37:56 2026] POST /v2.0/routers => generated 736 bytes in 2265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/521] 10.0.0.204 () {34 vars in 1108 bytes} [Tue Apr 28 18:37:58 2026] GET /v2.0/networks/4d78f579-0caa-485a-821a-5dde62b2b6ee?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: 251/522] 10.0.0.204 () {36 vars in 1013 bytes} [Tue Apr 28 18:37:58 2026] DELETE /v2.0/security-groups/37197083-9b42-4599-a2a1-45fcb9168759 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:37:58.862 7 INFO neutron.api.v2.resource [req-384f373a-ab87-4bb5-948f-646b17f75718 req-452b5606-56bd-4cfe-9698-f42732ad3561 1746f37f9a494086a03430819aa90d11 140bb807577d446e80a21424fbc0ce7b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 252/523] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:37:58 2026] GET /v2.0/security-groups/37197083-9b42-4599-a2a1-45fcb9168759 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/524] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:37:58 2026] GET /v2.0/security-groups/278a3f7a-01d6-46bc-9917-6546d89263df => generated 1681 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/525] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:37:58 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => 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: 255/526] 10.0.0.204 () {36 vars in 1013 bytes} [Tue Apr 28 18:37:58 2026] DELETE /v2.0/security-groups/278a3f7a-01d6-46bc-9917-6546d89263df => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:37:59.063 7 INFO neutron.api.v2.resource [req-69a472ec-8c24-45c3-b780-52ee71c32602 req-743bc901-51bd-4ab8-b376-6f37d52e8f8e 1746f37f9a494086a03430819aa90d11 140bb807577d446e80a21424fbc0ce7b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 256/527] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:37:59 2026] GET /v2.0/security-groups/278a3f7a-01d6-46bc-9917-6546d89263df => 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: 257/528] 10.0.0.204 () {34 vars in 1002 bytes} [Tue Apr 28 18:37:59 2026] GET /v2.0/security-groups?tenant_id=140bb807577d446e80a21424fbc0ce7b => generated 2921 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/529] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:37:59 2026] GET /v2.0/security-groups/a8413ff2-77fe-47d6-9995-3ec6f3fa6e79 => generated 2918 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/530] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:37:59 2026] GET /v2.0/security-groups/a8413ff2-77fe-47d6-9995-3ec6f3fa6e79 => generated 2918 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:37:59.319 7 INFO neutron.api.v2.resource [req-fe795457-c32f-4f26-9167-4de2362113bb req-d95c9a75-6799-488f-8775-caae2f388611 1746f37f9a494086a03430819aa90d11 140bb807577d446e80a21424fbc0ce7b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 262/533] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:37:59 2026] GET /v2.0/security-groups/278a3f7a-01d6-46bc-9917-6546d89263df => generated 146 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:37:59.373 7 INFO neutron.api.v2.resource [req-35ce5c6c-5910-4420-a8a8-8c7d66f684f5 req-6b3a128c-618f-4277-ad1b-2fcaa6a2d878 1746f37f9a494086a03430819aa90d11 140bb807577d446e80a21424fbc0ce7b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 263/534] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:37:59 2026] GET /v2.0/security-groups/37197083-9b42-4599-a2a1-45fcb9168759 => generated 146 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/535] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:37:59 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:37:59.417 7 INFO neutron.api.v2.resource [req-2e9a896c-8d27-4bd5-a347-9fda5107022c req-84f26b9d-19b8-4a5d-bbe6-712cdf970a40 1746f37f9a494086a03430819aa90d11 140bb807577d446e80a21424fbc0ce7b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 265/536] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:37:59 2026] GET /v2.0/security-groups/528018ee-29ab-4f2b-ac63-307f63b78d8a => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/537] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:37:58 2026] PUT /v2.0/routers/11f3fa17-6b99-4304-b0b9-5409b46cc47a/add_router_interface => generated 309 bytes in 1116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:37:59.977 7 INFO neutron_taas.services.taas.taas_plugin [None req-f72f01b3-f145-463e-8879-7648e4cbc9aa 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 45f39438-f0d6-4c11-80ff-db2f42f81c29 2026-04-28 18:37:59.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f72f01b3-f145-463e-8879-7648e4cbc9aa 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 45f39438-f0d6-4c11-80ff-db2f42f81c29 [pid: 8|app: 0|req: 273/538] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:00 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => 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: 274/539] 10.0.0.204 () {38 vars in 971 bytes} [Tue Apr 28 18:38:00 2026] POST /v2.0/security-groups => generated 1685 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/540] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:38:00 2026] GET /v2.0/security-groups/ec80625a-e350-481c-8783-b3041be2e7ae => generated 1685 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/541] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:00 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => 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: 266/542] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:37:59 2026] PUT /v2.0/routers/7da819c6-9eaf-4b9d-83a9-994d92b808ca/remove_router_interface => generated 309 bytes in 1142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/543] 10.0.0.204 () {38 vars in 981 bytes} [Tue Apr 28 18:38:00 2026] POST /v2.0/security-group-rules => generated 614 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:38:00.767 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f45e965-75d8-4612-8703-12f2b032ceaa 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: fa2b8fa4-dab4-4447-9894-03002ca0767f 2026-04-28 18:38:00.771 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f45e965-75d8-4612-8703-12f2b032ceaa 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: fa2b8fa4-dab4-4447-9894-03002ca0767f [pid: 8|app: 0|req: 278/544] 10.0.0.204 () {38 vars in 971 bytes} [Tue Apr 28 18:38:00 2026] POST /v2.0/security-groups => generated 1684 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/545] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:38:00 2026] GET /v2.0/security-groups/8bc4677a-f4bd-4c4d-be37-45fef58c9058 => generated 1684 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/546] 10.0.0.204 () {38 vars in 981 bytes} [Tue Apr 28 18:38:00 2026] POST /v2.0/security-group-rules => generated 614 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/547] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:38:01 2026] GET /v2.0/security-groups/8bc4677a-f4bd-4c4d-be37-45fef58c9058 => generated 2309 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:38:01.050 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f45e965-75d8-4612-8703-12f2b032ceaa 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 907dde6f-6303-4b86-9f7b-40d4b094f9e3 2026-04-28 18:38:01.053 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f45e965-75d8-4612-8703-12f2b032ceaa 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 907dde6f-6303-4b86-9f7b-40d4b094f9e3 [pid: 8|app: 0|req: 282/548] 10.0.0.204 () {38 vars in 981 bytes} [Tue Apr 28 18:38:01 2026] POST /v2.0/security-group-rules => generated 619 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:38:01.165 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-4f45e965-75d8-4612-8703-12f2b032ceaa 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - 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: 283/549] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:38:01 2026] GET /v2.0/security-groups/8bc4677a-f4bd-4c4d-be37-45fef58c9058 => generated 2939 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/550] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:01 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => 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: 285/551] 10.0.0.204 () {34 vars in 1001 bytes} [Tue Apr 28 18:38:01 2026] GET /v2.0/security-group-rules/136e653c-20e5-4bab-8825-90817a4aba19 => generated 616 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/552] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:38:01 2026] GET /v2.0/security-groups/8bc4677a-f4bd-4c4d-be37-45fef58c9058 => generated 2939 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/553] 10.0.0.204 () {36 vars in 1023 bytes} [Tue Apr 28 18:38:01 2026] DELETE /v2.0/security-group-rules/136e653c-20e5-4bab-8825-90817a4aba19 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/554] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:38:01 2026] GET /v2.0/security-groups/8bc4677a-f4bd-4c4d-be37-45fef58c9058 => generated 2309 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/555] 10.0.0.204 () {36 vars in 1013 bytes} [Tue Apr 28 18:38:01 2026] DELETE /v2.0/security-groups/8bc4677a-f4bd-4c4d-be37-45fef58c9058 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:38:01.552 7 INFO neutron.db.l3_hamode_db [None req-4f45e965-75d8-4612-8703-12f2b032ceaa 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] HA network 6cf69714-3e1b-4f85-af4d-00ebfb81ea3a was deleted as no HA routers are present in tenant 140bb807577d446e80a21424fbc0ce7b. [pid: 7|app: 0|req: 267/556] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:38:00 2026] DELETE /v2.0/routers/7da819c6-9eaf-4b9d-83a9-994d92b808ca => generated 0 bytes in 983 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/557] 10.0.0.204 () {34 vars in 991 bytes} [Tue Apr 28 18:38:01 2026] GET /v2.0/security-groups/ec80625a-e350-481c-8783-b3041be2e7ae => generated 2310 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/558] 10.0.0.204 () {36 vars in 1013 bytes} [Tue Apr 28 18:38:01 2026] DELETE /v2.0/security-groups/ec80625a-e350-481c-8783-b3041be2e7ae => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/559] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:01 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => 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: 268/560] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:38:01 2026] DELETE /v2.0/subnets/432df4bb-859a-495d-b865-cafdd74ac5cc => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/561] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:38:01 2026] DELETE /v2.0/networks/aaca81ed-a3a7-40f9-aa04-90af73149d36 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:38:01.928 7 INFO neutron.services.segments.plugin [-] Segment 75b1463e-efd5-47b6-bbdd-91c10964f603 resource provider aggregate not found 2026-04-28 18:38:01.938 7 INFO neutron.services.segments.plugin [-] Segment 75b1463e-efd5-47b6-bbdd-91c10964f603 resource provider aggregate not found 2026-04-28 18:38:01.952 7 INFO neutron.services.segments.plugin [-] Segment 75b1463e-efd5-47b6-bbdd-91c10964f603 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75b1463e-efd5-47b6-bbdd-91c10964f603 found for delete ", "request_id": "req-1be0468f-6441-4956-89b5-9a82a4e6fa8a"}]} 2026-04-28 18:38:01.957 7 INFO neutron.services.segments.plugin [-] Segment 75b1463e-efd5-47b6-bbdd-91c10964f603 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75b1463e-efd5-47b6-bbdd-91c10964f603 found for delete ", "request_id": "req-ee47b599-eac7-4c97-85c3-cd737cc7dd32"}]} [pid: 7|app: 0|req: 270/562] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:38:02 2026] GET /v2.0/security-groups?tenant_id=140bb807577d446e80a21424fbc0ce7b&name=default => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/563] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:38:02 2026] DELETE /v2.0/security-groups/a8413ff2-77fe-47d6-9995-3ec6f3fa6e79 => 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: 272/564] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:02 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:38:02.633 8 INFO neutron_taas.services.taas.taas_plugin [None req-878e26d5-482d-41ef-b95a-bf832c7a4de0 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 45fbb4b7-cee8-4c26-af17-c17c7b6469b1 2026-04-28 18:38:02.641 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-878e26d5-482d-41ef-b95a-bf832c7a4de0 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 45fbb4b7-cee8-4c26-af17-c17c7b6469b1 [pid: 7|app: 0|req: 273/565] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:02 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/566] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:38:02 2026] GET /v2.0/networks?id=7a939315-7c84-45a5-89a8-e6a2dcc13d86 => generated 677 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/567] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:38:01 2026] PUT /v2.0/routers/11f3fa17-6b99-4304-b0b9-5409b46cc47a/remove_router_interface => generated 309 bytes in 1545 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:03.459 8 INFO neutron_taas.services.taas.taas_plugin [None req-3bafd582-4cd8-4410-a9a6-ddc0e0f90b24 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 1e08c24b-0a6b-4848-9f03-47c13adf09b4 2026-04-28 18:38:03.462 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bafd582-4cd8-4410-a9a6-ddc0e0f90b24 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 1e08c24b-0a6b-4848-9f03-47c13adf09b4 [pid: 7|app: 0|req: 275/568] 199.204.45.49 () {38 vars in 954 bytes} [Tue Apr 28 18:38:03 2026] POST /v2.0/ports => generated 954 bytes in 501 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: 276/569] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:03 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => 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: 277/570] 199.204.45.49 () {34 vars in 910 bytes} [Tue Apr 28 18:38:03 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-28 18:38:03.713 8 INFO neutron_taas.services.taas.taas_plugin [None req-3bafd582-4cd8-4410-a9a6-ddc0e0f90b24 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: ef716e62-c720-4100-ac29-c22339a1224a 2026-04-28 18:38:03.717 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bafd582-4cd8-4410-a9a6-ddc0e0f90b24 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: ef716e62-c720-4100-ac29-c22339a1224a 2026-04-28 18:38:03.802 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-3bafd582-4cd8-4410-a9a6-ddc0e0f90b24 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 278/571] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:03 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => generated 957 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:03.980 7 INFO neutron.services.segments.plugin [-] Segment 8f6ab4aa-174a-43cd-b2f1-2545db159f5b resource provider aggregate not found 2026-04-28 18:38:03.986 7 INFO neutron.services.segments.plugin [-] Segment 8f6ab4aa-174a-43cd-b2f1-2545db159f5b resource provider aggregate not found 2026-04-28 18:38:04.009 7 INFO neutron.services.segments.plugin [-] Segment 8f6ab4aa-174a-43cd-b2f1-2545db159f5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f6ab4aa-174a-43cd-b2f1-2545db159f5b found for delete ", "request_id": "req-9b0b508b-d33a-4bf4-a594-433eb3d6d6ad"}]} 2026-04-28 18:38:04.011 7 INFO neutron.services.segments.plugin [-] Segment 8f6ab4aa-174a-43cd-b2f1-2545db159f5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f6ab4aa-174a-43cd-b2f1-2545db159f5b found for delete ", "request_id": "req-dae9e164-a669-4f38-a6a6-c2521329c1cc"}]} [pid: 7|app: 0|req: 279/572] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:03 2026] GET /v2.0/security-groups?id=3e19b6fa-b25c-4a8d-a4e5-5bebf4025475&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:38:04.289 8 INFO neutron.db.l3_hamode_db [None req-3bafd582-4cd8-4410-a9a6-ddc0e0f90b24 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] HA network 408d8862-dc11-42d8-944e-acb8c157d29e was deleted as no HA routers are present in tenant 91b5a66423354ca398ca42d5bbdfb73a. [pid: 8|app: 0|req: 294/573] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:38:03 2026] DELETE /v2.0/routers/11f3fa17-6b99-4304-b0b9-5409b46cc47a => generated 0 bytes in 1047 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:38:04.512 8 INFO neutron.db.segments_db [None req-aba9dfc6-009e-4f29-a425-38e04aaf217c 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 357b908f-ecc3-4e38-85ea-89f5a9f8511a of type vxlan for network 69a74af5-18c0-4452-8c09-7394d0e29e89 [pid: 7|app: 0|req: 280/574] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:38:04 2026] PUT /v2.0/ports/4c186eea-47c2-4f8f-b56a-a543924aac91 => generated 1235 bytes in 589 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: 295/575] 10.0.0.224 () {34 vars in 671 bytes} [Tue Apr 28 18:38:04 2026] POST /v2.0/networks => generated 728 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/576] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:38:04 2026] GET /v2.0/networks?id=4d78f579-0caa-485a-821a-5dde62b2b6ee => generated 684 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:04.833 8 INFO neutron.services.segments.plugin [-] Segment e1affa0e-083c-4a3d-9303-b87a13f6f5cc resource provider aggregate not found 2026-04-28 18:38:04.851 8 INFO neutron.services.segments.plugin [-] Segment e1affa0e-083c-4a3d-9303-b87a13f6f5cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1affa0e-083c-4a3d-9303-b87a13f6f5cc found for delete ", "request_id": "req-7086fb5b-2297-486b-b222-7c22bbeea71a"}]} [pid: 7|app: 0|req: 281/577] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:38:04 2026] DELETE /v2.0/subnets/6e64bfcc-d963-4b9d-9d71-cb15bbf3b32d => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:38:04.895 8 INFO neutron.services.segments.plugin [-] Segment e1affa0e-083c-4a3d-9303-b87a13f6f5cc resource provider aggregate not found 2026-04-28 18:38:04.925 8 INFO neutron.services.segments.plugin [-] Segment e1affa0e-083c-4a3d-9303-b87a13f6f5cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1affa0e-083c-4a3d-9303-b87a13f6f5cc found for delete ", "request_id": "req-f3301996-aca2-4ea9-ac8c-54d322f8e835"}]} [pid: 7|app: 0|req: 282/578] 199.204.45.49 () {34 vars in 1049 bytes} [Tue Apr 28 18:38:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f951d9f0ad9f4bf8bc94052910c2069a => generated 178 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/579] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:04 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/580] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:38:04 2026] POST /v2.0/subnets => generated 694 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/581] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:38:04 2026] DELETE /v2.0/networks/16d6d6d6-b3b2-4725-ad93-34396e88cdfc => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:38:05.173 7 INFO neutron.db.segments_db [None req-06a102a1-f7e0-428b-bf45-0ddaaab27332 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 711a5ba1-3fa2-45bb-a1bb-5acfe42f7e25 of type vxlan for network 4715c81b-94f8-40cc-9cd3-ef63c0354132 2026-04-28 18:38:05.267 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8419b44f-7a15-4927-a52b-808ef1d1f4d4'] response: {'name': 'network-changed', 'server_uuid': 'ff11660e-3bb2-4d6f-9c41-a937d55cac3f', 'tag': '4c186eea-47c2-4f8f-b56a-a543924aac91', 'status': 'completed', 'code': 200} 2026-04-28 18:38:05.451 7 INFO neutron.db.l3_hamode_db [None req-06a102a1-f7e0-428b-bf45-0ddaaab27332 27d9f726b2504a3383e42488145f54b0 480b3f61918247f0ba9dc4c700739cf1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 298/582] 199.204.45.49 () {38 vars in 954 bytes} [Tue Apr 28 18:38:05 2026] POST /v2.0/ports => generated 954 bytes in 579 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: 299/583] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:05 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/584] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:38:05 2026] GET /v2.0/security-groups?tenant_id=91b5a66423354ca398ca42d5bbdfb73a&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:38:06.032 7 INFO neutron.services.segments.plugin [-] Segment 70173b8f-7992-499e-8bf8-d7dd08dff77a resource provider aggregate not found 2026-04-28 18:38:06.044 7 INFO neutron.services.segments.plugin [-] Segment 70173b8f-7992-499e-8bf8-d7dd08dff77a resource provider aggregate not found 2026-04-28 18:38:06.073 7 INFO neutron.services.segments.plugin [-] Segment 70173b8f-7992-499e-8bf8-d7dd08dff77a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70173b8f-7992-499e-8bf8-d7dd08dff77a found for delete ", "request_id": "req-cf48d3d5-e81e-471c-86cd-e00aed3660b8"}]} 2026-04-28 18:38:06.083 7 INFO neutron.services.segments.plugin [-] Segment 70173b8f-7992-499e-8bf8-d7dd08dff77a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70173b8f-7992-499e-8bf8-d7dd08dff77a found for delete ", "request_id": "req-ebe1399a-55e3-4ac3-ac23-69c9472b3bed"}]} [pid: 8|app: 0|req: 301/585] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:38:05 2026] PUT /v2.0/ports/7b4dd2ef-c1bc-441b-be87-c47ef16e4235 => generated 1235 bytes in 532 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: 302/586] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:38:06 2026] GET /v2.0/ports?tenant_id=b9d60fcf390e4a249e4624910b4191fe&device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => generated 1238 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:38:06.435 7 INFO neutron.db.l3_hamode_db [None req-06a102a1-f7e0-428b-bf45-0ddaaab27332 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 303/587] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:06 2026] GET /v2.0/security-groups?id=3e19b6fa-b25c-4a8d-a4e5-5bebf4025475&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/588] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:38:06 2026] DELETE /v2.0/security-groups/831160d8-1b4f-44bf-81b6-5d975618b9e2 => 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: 305/589] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:06 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/590] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:38:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=4c186eea-47c2-4f8f-b56a-a543924aac91 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/591] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:06 2026] GET /v2.0/security-groups?id=16b59c0c-5d83-4fce-b18b-845dd006deb7&fields=id&fields=name => generated 111 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/592] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:38:06 2026] GET /v2.0/subnets?id=d687ad98-aee4-4e93-aa0b-1024791e3a43 => generated 695 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/593] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:38:06 2026] GET /v2.0/ports?network_id=7a939315-7c84-45a5-89a8-e6a2dcc13d86&device_owner=network%3Adhcp => generated 1244 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/594] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:38:06 2026] GET /v2.0/networks/7a939315-7c84-45a5-89a8-e6a2dcc13d86?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:38:06.956 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca168dd6-ce69-4a52-874a-6200841d3eb9'] response: {'name': 'network-changed', 'server_uuid': '49b0e9f5-12cb-4cc6-afa2-4711a0037736', 'tag': '7b4dd2ef-c1bc-441b-be87-c47ef16e4235', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 311/595] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:38:06 2026] GET /v2.0/networks/7a939315-7c84-45a5-89a8-e6a2dcc13d86?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: 312/596] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:38:07 2026] GET /v2.0/ports?tenant_id=f951d9f0ad9f4bf8bc94052910c2069a&device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => 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: 313/597] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:38:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=7b4dd2ef-c1bc-441b-be87-c47ef16e4235 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/598] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:38:07 2026] GET /v2.0/subnets?id=c71fc77e-d04a-44d5-8be8-c6668bf057a5 => 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: 285/599] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:38:05 2026] POST /v2.0/routers => generated 734 bytes in 2375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/600] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:38:07 2026] GET /v2.0/ports?network_id=4d78f579-0caa-485a-821a-5dde62b2b6ee&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/601] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:38:07 2026] GET /v2.0/networks/4d78f579-0caa-485a-821a-5dde62b2b6ee?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: 317/602] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:07 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/603] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:38:07 2026] GET /v2.0/networks/4d78f579-0caa-485a-821a-5dde62b2b6ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/604] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:07 2026] GET /v2.0/security-groups?id=3e19b6fa-b25c-4a8d-a4e5-5bebf4025475&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/605] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:07 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => 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: 321/606] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:07 2026] GET /v2.0/security-groups?id=16b59c0c-5d83-4fce-b18b-845dd006deb7&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/607] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:38:07 2026] GET /v2.0/ports?tenant_id=b9d60fcf390e4a249e4624910b4191fe&device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/608] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:38:08 2026] GET /v2.0/networks?id=7a939315-7c84-45a5-89a8-e6a2dcc13d86 => generated 772 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/609] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:38:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=4c186eea-47c2-4f8f-b56a-a543924aac91 => 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: 325/610] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:38:08 2026] GET /v2.0/subnets?id=d687ad98-aee4-4e93-aa0b-1024791e3a43 => generated 695 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/611] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:38:08 2026] GET /v2.0/ports?network_id=7a939315-7c84-45a5-89a8-e6a2dcc13d86&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: 327/612] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:38:08 2026] GET /v2.0/networks/7a939315-7c84-45a5-89a8-e6a2dcc13d86?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: 328/613] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:38:08 2026] GET /v2.0/networks/7a939315-7c84-45a5-89a8-e6a2dcc13d86?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: 286/614] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:38:07 2026] PUT /v2.0/routers/b17e64d0-4b14-404f-8826-51bc4f0b9e52/add_router_interface => generated 309 bytes in 1252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/615] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:38:08 2026] GET /v2.0/ports?tenant_id=f951d9f0ad9f4bf8bc94052910c2069a&device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 1238 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/616] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:08 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:08.915 8 INFO neutron.db.segments_db [None req-45d1dbcb-265e-4bf3-a5ee-b90a6f5f2ef9 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment d38d63b1-3dbe-436e-8134-68590ad40ece of type vxlan for network f98000e4-38a9-4028-92f3-1c73ebe63839 [pid: 8|app: 0|req: 329/617] 10.0.0.224 () {34 vars in 671 bytes} [Tue Apr 28 18:38:08 2026] POST /v2.0/networks => generated 718 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/618] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:09 2026] GET /v2.0/security-groups?id=3e19b6fa-b25c-4a8d-a4e5-5bebf4025475&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/619] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:09 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => 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: 332/620] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:38:09 2026] POST /v2.0/subnets => generated 684 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/621] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:09 2026] GET /v2.0/security-groups?id=16b59c0c-5d83-4fce-b18b-845dd006deb7&fields=id&fields=name => generated 111 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:09.384 8 INFO neutron.db.segments_db [None req-060cbc7f-c2ce-44f2-a734-b0a84e86a37a 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment ee294733-cfda-4cca-aa77-60f20808f9ea of type vxlan for network f5f07d91-b2b5-4f0b-9333-28d33abf008a [pid: 7|app: 0|req: 289/622] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:38:08 2026] GET /v2.0/networks?id=4d78f579-0caa-485a-821a-5dde62b2b6ee => generated 780 bytes in 541 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/623] 10.0.0.224 () {34 vars in 685 bytes} [Tue Apr 28 18:38:09 2026] POST /v2.0/security-groups => generated 1660 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/624] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:38:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=7b4dd2ef-c1bc-441b-be87-c47ef16e4235 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:38:09.602 8 INFO neutron.db.l3_hamode_db [None req-060cbc7f-c2ce-44f2-a734-b0a84e86a37a 27d9f726b2504a3383e42488145f54b0 c64d5d21cf6644d9b7d4b78d9b0faffc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 292/625] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:38:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/626] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:38:09 2026] GET /v2.0/subnets?id=c71fc77e-d04a-44d5-8be8-c6668bf057a5 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/627] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:38:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/628] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:38:09 2026] GET /v2.0/ports?network_id=4d78f579-0caa-485a-821a-5dde62b2b6ee&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:38:10.460 8 INFO neutron.db.l3_hamode_db [None req-060cbc7f-c2ce-44f2-a734-b0a84e86a37a 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 296/629] 10.0.0.224 () {34 vars in 676 bytes} [Tue Apr 28 18:38:09 2026] POST /v2.0/floatingips => generated 552 bytes in 613 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/630] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:38:10 2026] GET /v2.0/networks/4d78f579-0caa-485a-821a-5dde62b2b6ee?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: 298/631] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:10 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/632] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:10 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/633] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:38:10 2026] GET /v2.0/networks/4d78f579-0caa-485a-821a-5dde62b2b6ee?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: 301/634] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:10 2026] GET /v2.0/security-groups?id=3e19b6fa-b25c-4a8d-a4e5-5bebf4025475&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: 302/635] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:10 2026] GET /v2.0/security-groups?id=16b59c0c-5d83-4fce-b18b-845dd006deb7&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/636] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:38:09 2026] POST /v2.0/routers => generated 724 bytes in 1985 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/637] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:11 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/638] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:11 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/639] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:11 2026] GET /v2.0/security-groups?id=3e19b6fa-b25c-4a8d-a4e5-5bebf4025475&fields=id&fields=name => generated 88 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/640] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:11 2026] GET /v2.0/security-groups?id=16b59c0c-5d83-4fce-b18b-845dd006deb7&fields=id&fields=name => generated 111 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/641] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:38:11 2026] PUT /v2.0/routers/69344fdf-cd33-4be4-8586-ab4ea7b5626f/add_router_interface => generated 309 bytes in 1382 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/642] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:13 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/643] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:13 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/644] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:13 2026] GET /v2.0/security-groups?id=3e19b6fa-b25c-4a8d-a4e5-5bebf4025475&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: 7|app: 0|req: 305/645] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:13 2026] GET /v2.0/security-groups?id=16b59c0c-5d83-4fce-b18b-845dd006deb7&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/646] 10.0.0.224 () {34 vars in 685 bytes} [Tue Apr 28 18:38:13 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: 306/647] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:38:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/648] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:38:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/649] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:14 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/650] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:14 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/653] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:14 2026] GET /v2.0/security-groups?id=3e19b6fa-b25c-4a8d-a4e5-5bebf4025475&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/654] 10.0.0.224 () {34 vars in 676 bytes} [Tue Apr 28 18:38:13 2026] POST /v2.0/floatingips => generated 552 bytes in 590 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/655] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:14 2026] GET /v2.0/security-groups?id=16b59c0c-5d83-4fce-b18b-845dd006deb7&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/656] 10.0.0.204 () {34 vars in 1098 bytes} [Tue Apr 28 18:38:14 2026] GET /v2.0/security-groups?name=tempest-securitygroup--747294320&fields=id&tenant_id=c64d5d21cf6644d9b7d4b78d9b0faffc => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/657] 10.0.0.204 () {34 vars in 982 bytes} [Tue Apr 28 18:38:14 2026] GET /v2.0/networks?id=f98000e4-38a9-4028-92f3-1c73ebe63839 => generated 669 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/658] 10.0.0.204 () {34 vars in 965 bytes} [Tue Apr 28 18:38:14 2026] GET /v2.0/quotas/c64d5d21cf6644d9b7d4b78d9b0faffc => 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: 350/659] 10.0.0.204 () {34 vars in 1002 bytes} [Tue Apr 28 18:38:14 2026] GET /v2.0/ports?tenant_id=c64d5d21cf6644d9b7d4b78d9b0faffc&fields=id => generated 57 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/660] 10.0.0.204 () {34 vars in 1008 bytes} [Tue Apr 28 18:38:15 2026] GET /v2.0/networks/f98000e4-38a9-4028-92f3-1c73ebe63839?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/661] 10.0.0.204 () {34 vars in 1108 bytes} [Tue Apr 28 18:38:15 2026] GET /v2.0/networks/f98000e4-38a9-4028-92f3-1c73ebe63839?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: 311/662] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:15 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => 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: 352/663] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:15 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => 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: 312/664] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:15 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => 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: 353/665] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:15 2026] GET /v2.0/security-groups?id=3e19b6fa-b25c-4a8d-a4e5-5bebf4025475&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/666] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:15 2026] GET /v2.0/security-groups?id=16b59c0c-5d83-4fce-b18b-845dd006deb7&fields=id&fields=name => generated 111 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/667] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:15 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:16.142 7 INFO neutron.db.l3_db [None req-e2279331-1aa1-400c-b405-85dbf3c0ab02 46e4bae3e6a0441f96f780b824d141fc f951d9f0ad9f4bf8bc94052910c2069a - - default default] Floating IP 9a9fc525-a8d5-4f63-9505-3691ab766a06 associated. External IP: 10.96.250.215, port: 7b4dd2ef-c1bc-441b-be87-c47ef16e4235. [pid: 8|app: 0|req: 355/668] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:16 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => 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: 356/669] 10.0.0.204 () {34 vars in 1098 bytes} [Tue Apr 28 18:38:16 2026] GET /v2.0/security-groups?name=tempest-securitygroup--352616015&fields=id&tenant_id=480b3f61918247f0ba9dc4c700739cf1 => 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: 314/670] 10.0.0.224 () {34 vars in 749 bytes} [Tue Apr 28 18:38:15 2026] PUT /v2.0/floatingips/9a9fc525-a8d5-4f63-9505-3691ab766a06 => generated 855 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:16.593 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4e6d9f9-896f-4a25-b371-5d801c547929'] response: {'name': 'network-changed', 'server_uuid': '49b0e9f5-12cb-4cc6-afa2-4711a0037736', 'tag': '7b4dd2ef-c1bc-441b-be87-c47ef16e4235', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 357/671] 10.0.0.204 () {34 vars in 982 bytes} [Tue Apr 28 18:38:16 2026] GET /v2.0/networks?id=69a74af5-18c0-4452-8c09-7394d0e29e89 => generated 679 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/672] 10.0.0.204 () {34 vars in 965 bytes} [Tue Apr 28 18:38:16 2026] GET /v2.0/quotas/480b3f61918247f0ba9dc4c700739cf1 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/673] 10.0.0.204 () {34 vars in 1002 bytes} [Tue Apr 28 18:38:16 2026] GET /v2.0/ports?tenant_id=480b3f61918247f0ba9dc4c700739cf1&fields=id => generated 103 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/674] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:16 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/675] 10.0.0.204 () {34 vars in 1008 bytes} [Tue Apr 28 18:38:16 2026] GET /v2.0/networks/69a74af5-18c0-4452-8c09-7394d0e29e89?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: 360/676] 10.0.0.204 () {34 vars in 1108 bytes} [Tue Apr 28 18:38:16 2026] GET /v2.0/networks/69a74af5-18c0-4452-8c09-7394d0e29e89?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/677] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:16 2026] GET /v2.0/security-groups?id=3e19b6fa-b25c-4a8d-a4e5-5bebf4025475&fields=id&fields=name => generated 88 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/678] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:16 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => 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: 318/679] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:16 2026] GET /v2.0/security-groups?id=16b59c0c-5d83-4fce-b18b-845dd006deb7&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/680] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:38:17 2026] GET /v2.0/ports?tenant_id=f951d9f0ad9f4bf8bc94052910c2069a&device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/681] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:38:17 2026] GET /v2.0/networks?id=4d78f579-0caa-485a-821a-5dde62b2b6ee => generated 780 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/682] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:17 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => 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: 363/683] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:38:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=7b4dd2ef-c1bc-441b-be87-c47ef16e4235 => generated 858 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/684] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:38:17 2026] GET /v2.0/subnets?id=c71fc77e-d04a-44d5-8be8-c6668bf057a5 => generated 702 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/685] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:38:17 2026] GET /v2.0/ports?network_id=4d78f579-0caa-485a-821a-5dde62b2b6ee&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/686] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:38:17 2026] GET /v2.0/networks/4d78f579-0caa-485a-821a-5dde62b2b6ee?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/687] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:17 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => 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: 365/688] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:38:17 2026] GET /v2.0/networks/4d78f579-0caa-485a-821a-5dde62b2b6ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/689] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:17 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/690] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:17 2026] GET /v2.0/security-groups?id=3e19b6fa-b25c-4a8d-a4e5-5bebf4025475&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/691] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:18 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/692] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:18 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/693] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:18 2026] GET /v2.0/security-groups?id=3e19b6fa-b25c-4a8d-a4e5-5bebf4025475&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/694] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:18 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => 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: 327/695] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:19 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => 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: 369/696] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:19 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/697] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:19 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => 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: 370/698] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:19 2026] GET /v2.0/security-groups?id=3e19b6fa-b25c-4a8d-a4e5-5bebf4025475&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: 329/699] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:38:19 2026] GET /v2.0/networks?id=f98000e4-38a9-4028-92f3-1c73ebe63839 => generated 669 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/700] 199.204.45.49 () {34 vars in 1049 bytes} [Tue Apr 28 18:38:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c64d5d21cf6644d9b7d4b78d9b0faffc => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/701] 199.204.45.49 () {38 vars in 954 bytes} [Tue Apr 28 18:38:20 2026] POST /v2.0/ports => generated 958 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 331/702] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:20 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/703] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:38:20 2026] PUT /v2.0/ports/6a9c89bd-6844-4ccb-94e8-b4847c83cdca => generated 1239 bytes in 468 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: 332/704] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:20 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/705] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:20 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/706] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:20 2026] GET /v2.0/security-groups?id=62ea27a2-f606-4f65-86f9-4635f4558229&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: 374/707] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:20 2026] GET /v2.0/security-groups?id=3e19b6fa-b25c-4a8d-a4e5-5bebf4025475&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:38:21.002 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b4dc975-ebc1-4bf2-9ac6-0f2496fbc705'] response: {'name': 'network-changed', 'server_uuid': 'ac1751d0-f5a2-42f4-ae60-fff49274a8b2', 'tag': '6a9c89bd-6844-4ccb-94e8-b4847c83cdca', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 334/708] 199.204.45.49 () {34 vars in 993 bytes} [Tue Apr 28 18:38:21 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:21.366 8 INFO neutron_taas.services.taas.taas_plugin [req-f18cfe0e-c52e-4b29-8897-5e16b2404ca6 req-13f51b11-e58a-4334-b46a-bac786cd9190 827355a07ade47769cb29ea37576f722 b9d60fcf390e4a249e4624910b4191fe - - default default] TaaS: Handle Delete Port: 4c186eea-47c2-4f8f-b56a-a543924aac91 2026-04-28 18:38:21.372 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f18cfe0e-c52e-4b29-8897-5e16b2404ca6 req-13f51b11-e58a-4334-b46a-bac786cd9190 827355a07ade47769cb29ea37576f722 b9d60fcf390e4a249e4624910b4191fe - - default default] Tap Mirror: Handle Delete Port: 4c186eea-47c2-4f8f-b56a-a543924aac91 [pid: 8|app: 0|req: 375/709] 199.204.45.49 () {36 vars in 996 bytes} [Tue Apr 28 18:38:21 2026] DELETE /v2.0/ports/4c186eea-47c2-4f8f-b56a-a543924aac91 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/710] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:38:21 2026] GET /v2.0/ports?tenant_id=c64d5d21cf6644d9b7d4b78d9b0faffc&device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/711] 199.204.45.49 () {34 vars in 1017 bytes} [Tue Apr 28 18:38:21 2026] GET /v2.0/networks?tenant_id=c64d5d21cf6644d9b7d4b78d9b0faffc&shared=False => generated 765 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/712] 199.204.45.49 () {34 vars in 929 bytes} [Tue Apr 28 18:38: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: 377/713] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:21 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => 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: 378/714] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:22 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => 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: 337/715] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:22 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/716] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:22 2026] GET /v2.0/security-groups?id=62ea27a2-f606-4f65-86f9-4635f4558229&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/717] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:38:22 2026] GET /v2.0/networks?id=69a74af5-18c0-4452-8c09-7394d0e29e89 => generated 679 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/718] 199.204.45.49 () {34 vars in 1049 bytes} [Tue Apr 28 18:38:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=480b3f61918247f0ba9dc4c700739cf1 => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/719] 199.204.45.49 () {38 vars in 954 bytes} [Tue Apr 28 18:38:22 2026] POST /v2.0/ports => generated 958 bytes in 474 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: 381/720] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:38:22 2026] GET /v2.0/ports?tenant_id=c64d5d21cf6644d9b7d4b78d9b0faffc&device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/721] 199.204.45.49 () {34 vars in 1059 bytes} [Tue Apr 28 18:38:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6a9c89bd-6844-4ccb-94e8-b4847c83cdca => 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: 383/722] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:38:22 2026] GET /v2.0/subnets?id=f69ecff9-5a75-44a6-940a-c82d48c10813 => generated 687 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/723] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:38:22 2026] GET /v2.0/ports?network_id=f98000e4-38a9-4028-92f3-1c73ebe63839&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: 385/724] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:22 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/725] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:38:22 2026] GET /v2.0/networks/f98000e4-38a9-4028-92f3-1c73ebe63839?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: 387/726] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:22 2026] GET /v2.0/security-groups?id=a0cbc42d-bb7d-4b5c-9796-36319da52d88&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/727] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:38:22 2026] PUT /v2.0/ports/707a76c3-c6c1-4fd3-9cf3-c883f482f689 => generated 1239 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/728] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:38:22 2026] GET /v2.0/networks/f98000e4-38a9-4028-92f3-1c73ebe63839?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:38:23.079 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1811594b-c718-4df7-942a-612d98bb1f56'] response: {'server_uuid': 'ff11660e-3bb2-4d6f-9c41-a937d55cac3f', 'name': 'network-vif-deleted', 'tag': '4c186eea-47c2-4f8f-b56a-a543924aac91', 'status': 'completed', 'code': 200} 2026-04-28 18:38:23.110 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-365514d2-78ca-420b-a73e-3db92882d64c'] response: {'name': 'network-changed', 'server_uuid': 'fb5b030f-84b0-40bf-af17-35da7db44752', 'tag': '707a76c3-c6c1-4fd3-9cf3-c883f482f689', '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: 341/729] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:38:23 2026] GET /v2.0/ports?tenant_id=480b3f61918247f0ba9dc4c700739cf1&device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/730] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:23 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => 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: 389/731] 199.204.45.49 () {34 vars in 1017 bytes} [Tue Apr 28 18:38:23 2026] GET /v2.0/networks?tenant_id=480b3f61918247f0ba9dc4c700739cf1&shared=False => generated 775 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/732] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:23 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/733] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:23 2026] GET /v2.0/security-groups?id=62ea27a2-f606-4f65-86f9-4635f4558229&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/734] 199.204.45.49 () {34 vars in 929 bytes} [Tue Apr 28 18:38:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/735] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:24 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/736] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:24 2026] GET /v2.0/security-groups?id=a0cbc42d-bb7d-4b5c-9796-36319da52d88&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/737] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:24 2026] GET /v2.0/ports?device_id=ff11660e-3bb2-4d6f-9c41-a937d55cac3f => 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: 346/738] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:38:24 2026] GET /v2.0/ports?tenant_id=480b3f61918247f0ba9dc4c700739cf1&device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 1242 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/739] 199.204.45.49 () {34 vars in 1059 bytes} [Tue Apr 28 18:38:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=707a76c3-c6c1-4fd3-9cf3-c883f482f689 => 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: 348/740] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:38:24 2026] GET /v2.0/subnets?id=4735e89b-f7af-4c77-a5a2-550c7c2041ab => generated 697 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/741] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:24 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/742] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:24 2026] GET /v2.0/security-groups?id=62ea27a2-f606-4f65-86f9-4635f4558229&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: 349/743] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:38:24 2026] GET /v2.0/ports?network_id=69a74af5-18c0-4452-8c09-7394d0e29e89&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: 395/744] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:38:24 2026] GET /v2.0/networks/69a74af5-18c0-4452-8c09-7394d0e29e89?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: 350/745] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:38:24 2026] GET /v2.0/networks/69a74af5-18c0-4452-8c09-7394d0e29e89?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: 396/746] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:25 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => 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: 351/747] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:25 2026] GET /v2.0/security-groups?id=a0cbc42d-bb7d-4b5c-9796-36319da52d88&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: 352/748] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:25 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/749] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:25 2026] GET /v2.0/security-groups?id=62ea27a2-f606-4f65-86f9-4635f4558229&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:25.863 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ec14d58-853e-43ce-8ade-6cdeba7edc79 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 0d2d838b-180e-4b22-9ed1-03c96f1cd631 2026-04-28 18:38:25.867 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ec14d58-853e-43ce-8ade-6cdeba7edc79 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 0d2d838b-180e-4b22-9ed1-03c96f1cd631 [pid: 7|app: 0|req: 354/750] 10.0.0.90 () {34 vars in 989 bytes} [Tue Apr 28 18:38:25 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 1240 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/751] 10.0.0.90 () {34 vars in 1039 bytes} [Tue Apr 28 18:38:26 2026] GET /v2.0/security-groups?id=16b59c0c-5d83-4fce-b18b-845dd006deb7&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/752] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:38:25 2026] PUT /v2.0/routers/3411a765-bc88-4ad4-95dc-02b03cbf7283/remove_router_interface => generated 309 bytes in 1011 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/753] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:26 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/754] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:26 2026] GET /v2.0/security-groups?id=a0cbc42d-bb7d-4b5c-9796-36319da52d88&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:26.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-89a82e3f-0d9f-459f-9021-98b06786f08c 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 4bb7d010-9a89-4ce7-b134-47582ca252e4 2026-04-28 18:38:26.670 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89a82e3f-0d9f-459f-9021-98b06786f08c 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 4bb7d010-9a89-4ce7-b134-47582ca252e4 [pid: 8|app: 0|req: 400/755] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:26 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/756] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:26 2026] GET /v2.0/security-groups?id=62ea27a2-f606-4f65-86f9-4635f4558229&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:26.912 7 INFO neutron_taas.services.taas.taas_plugin [None req-89a82e3f-0d9f-459f-9021-98b06786f08c 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: fe568bb8-1192-4af5-ad71-219b5c0e0f51 2026-04-28 18:38:26.914 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89a82e3f-0d9f-459f-9021-98b06786f08c 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: fe568bb8-1192-4af5-ad71-219b5c0e0f51 2026-04-28 18:38:27.240 7 INFO neutron.services.segments.plugin [-] Segment 0c1c4263-e0e1-4352-a96e-f82974a261ff resource provider aggregate not found 2026-04-28 18:38:27.252 7 INFO neutron.services.segments.plugin [-] Segment 0c1c4263-e0e1-4352-a96e-f82974a261ff resource provider aggregate not found 2026-04-28 18:38:27.262 7 INFO neutron.services.segments.plugin [-] Segment 0c1c4263-e0e1-4352-a96e-f82974a261ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c1c4263-e0e1-4352-a96e-f82974a261ff found for delete ", "request_id": "req-a19e3e7d-ecc3-4394-8244-944d40d5dcf5"}]} 2026-04-28 18:38:27.268 7 INFO neutron.db.l3_hamode_db [None req-89a82e3f-0d9f-459f-9021-98b06786f08c 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] HA network c5d4f34c-24f4-4f62-a9fd-1bb26ce6dc53 was deleted as no HA routers are present in tenant b9d60fcf390e4a249e4624910b4191fe. [pid: 7|app: 0|req: 356/757] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:38:26 2026] DELETE /v2.0/routers/3411a765-bc88-4ad4-95dc-02b03cbf7283 => generated 0 bytes in 844 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:38:27.275 7 INFO neutron.services.segments.plugin [-] Segment 0c1c4263-e0e1-4352-a96e-f82974a261ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c1c4263-e0e1-4352-a96e-f82974a261ff found for delete ", "request_id": "req-61002b13-3808-4b6c-aeb4-5ebf60d61f4d"}]} [pid: 8|app: 0|req: 402/758] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:38:27 2026] DELETE /v2.0/subnets/d687ad98-aee4-4e93-aa0b-1024791e3a43 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:38:27.631 7 INFO neutron_taas.services.taas.taas_plugin [None req-93cb29b2-eeb4-418c-bcf6-b6c9af863215 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 873c1bfd-6517-4d1f-94b5-dea19531e447 2026-04-28 18:38:27.638 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93cb29b2-eeb4-418c-bcf6-b6c9af863215 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 873c1bfd-6517-4d1f-94b5-dea19531e447 [pid: 8|app: 0|req: 403/759] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:27 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/760] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:27 2026] GET /v2.0/security-groups?id=a0cbc42d-bb7d-4b5c-9796-36319da52d88&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/761] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:38:27 2026] DELETE /v2.0/networks/7a939315-7c84-45a5-89a8-e6a2dcc13d86 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/762] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:38:27 2026] GET /v2.0/security-groups?tenant_id=b9d60fcf390e4a249e4624910b4191fe&name=default => generated 2921 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/763] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:27 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/764] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:28 2026] GET /v2.0/security-groups?id=62ea27a2-f606-4f65-86f9-4635f4558229&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: 406/765] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:38:27 2026] DELETE /v2.0/security-groups/3e19b6fa-b25c-4a8d-a4e5-5bebf4025475 => 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: 360/766] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:28 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:28.737 8 INFO neutron.db.l3_db [None req-811b85bd-5236-4fba-b0df-996883692555 e6c0b35ba8a44d0a837059f35d61e9e4 c64d5d21cf6644d9b7d4b78d9b0faffc - - default default] Floating IP 3752ce9c-e2d9-41b2-bd90-725678924547 associated. External IP: 10.96.250.211, port: 6a9c89bd-6844-4ccb-94e8-b4847c83cdca. [pid: 7|app: 0|req: 361/767] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:28 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 973 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/768] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:28 2026] GET /v2.0/security-groups?id=a0cbc42d-bb7d-4b5c-9796-36319da52d88&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: 407/769] 10.0.0.224 () {34 vars in 749 bytes} [Tue Apr 28 18:38:28 2026] PUT /v2.0/floatingips/3752ce9c-e2d9-41b2-bd90-725678924547 => generated 856 bytes in 919 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:29.147 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-601f5d98-c9d3-46eb-9e31-3df8bacb2650'] response: {'name': 'network-changed', 'server_uuid': 'ac1751d0-f5a2-42f4-ae60-fff49274a8b2', 'tag': '6a9c89bd-6844-4ccb-94e8-b4847c83cdca', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 363/770] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:29 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/771] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:29 2026] GET /v2.0/security-groups?id=62ea27a2-f606-4f65-86f9-4635f4558229&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:29.293 7 INFO neutron.services.segments.plugin [-] Segment c2672ed8-50f6-4568-8d04-cc11b1845607 resource provider aggregate not found 2026-04-28 18:38:29.306 7 INFO neutron.services.segments.plugin [-] Segment c2672ed8-50f6-4568-8d04-cc11b1845607 resource provider aggregate not found 2026-04-28 18:38:29.326 7 INFO neutron.services.segments.plugin [-] Segment c2672ed8-50f6-4568-8d04-cc11b1845607 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2672ed8-50f6-4568-8d04-cc11b1845607 found for delete ", "request_id": "req-69c08fe8-4522-4dde-b63a-6318be7f2983"}]} 2026-04-28 18:38:29.334 7 INFO neutron.services.segments.plugin [-] Segment c2672ed8-50f6-4568-8d04-cc11b1845607 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2672ed8-50f6-4568-8d04-cc11b1845607 found for delete ", "request_id": "req-e72226d2-41ba-4058-97a2-4bab621cc361"}]} [pid: 7|app: 0|req: 365/774] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:38:29 2026] GET /v2.0/ports?tenant_id=c64d5d21cf6644d9b7d4b78d9b0faffc&device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/775] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:29 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => generated 975 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/776] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:38:29 2026] GET /v2.0/networks?id=f98000e4-38a9-4028-92f3-1c73ebe63839 => generated 765 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/777] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:29 2026] GET /v2.0/security-groups?id=62ea27a2-f606-4f65-86f9-4635f4558229&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/778] 199.204.45.49 () {34 vars in 1059 bytes} [Tue Apr 28 18:38:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6a9c89bd-6844-4ccb-94e8-b4847c83cdca => generated 859 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/779] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:38:29 2026] GET /v2.0/subnets?id=f69ecff9-5a75-44a6-940a-c82d48c10813 => generated 687 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/780] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:38:29 2026] GET /v2.0/ports?network_id=f98000e4-38a9-4028-92f3-1c73ebe63839&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: 413/781] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:38:29 2026] GET /v2.0/networks/f98000e4-38a9-4028-92f3-1c73ebe63839?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: 369/782] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:38:29 2026] GET /v2.0/networks/f98000e4-38a9-4028-92f3-1c73ebe63839?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: 414/783] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:30 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/784] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:30 2026] GET /v2.0/security-groups?id=a0cbc42d-bb7d-4b5c-9796-36319da52d88&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: 415/785] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:30 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/786] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:30 2026] GET /v2.0/security-groups?id=62ea27a2-f606-4f65-86f9-4635f4558229&fields=id&fields=name => generated 113 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/787] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:31 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/788] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:31 2026] GET /v2.0/security-groups?id=a0cbc42d-bb7d-4b5c-9796-36319da52d88&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: 417/789] 199.204.45.49 () {34 vars in 993 bytes} [Tue Apr 28 18:38:32 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/790] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:32 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/791] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:32 2026] GET /v2.0/security-groups?id=62ea27a2-f606-4f65-86f9-4635f4558229&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:32.215 8 INFO neutron_taas.services.taas.taas_plugin [req-c5886ab0-de03-49bd-9615-5eb930dcedd7 req-0e4a7905-fc00-4b7d-9512-4f7c34be7935 e6c0b35ba8a44d0a837059f35d61e9e4 c64d5d21cf6644d9b7d4b78d9b0faffc - - default default] TaaS: Handle Delete Port: 6a9c89bd-6844-4ccb-94e8-b4847c83cdca 2026-04-28 18:38:32.218 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c5886ab0-de03-49bd-9615-5eb930dcedd7 req-0e4a7905-fc00-4b7d-9512-4f7c34be7935 e6c0b35ba8a44d0a837059f35d61e9e4 c64d5d21cf6644d9b7d4b78d9b0faffc - - default default] Tap Mirror: Handle Delete Port: 6a9c89bd-6844-4ccb-94e8-b4847c83cdca 2026-04-28 18:38:32.447 8 INFO neutron.db.l3_db [req-c5886ab0-de03-49bd-9615-5eb930dcedd7 req-0e4a7905-fc00-4b7d-9512-4f7c34be7935 e6c0b35ba8a44d0a837059f35d61e9e4 c64d5d21cf6644d9b7d4b78d9b0faffc - - default default] Floating IP 3752ce9c-e2d9-41b2-bd90-725678924547 disassociated. External IP: 10.96.250.211, port: 6a9c89bd-6844-4ccb-94e8-b4847c83cdca. [pid: 7|app: 0|req: 375/792] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:32 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/793] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:32 2026] GET /v2.0/security-groups?id=a0cbc42d-bb7d-4b5c-9796-36319da52d88&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: 418/794] 199.204.45.49 () {36 vars in 996 bytes} [Tue Apr 28 18:38:32 2026] DELETE /v2.0/ports/6a9c89bd-6844-4ccb-94e8-b4847c83cdca => generated 0 bytes in 822 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:38:32.963 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-81788467-1c35-4b6a-a931-9cf21edf9847'] response: {'server_uuid': 'ac1751d0-f5a2-42f4-ae60-fff49274a8b2', 'name': 'network-vif-deleted', 'tag': '6a9c89bd-6844-4ccb-94e8-b4847c83cdca', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 377/795] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:33 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => 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: 419/796] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:33 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => 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: 378/797] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:33 2026] GET /v2.0/security-groups?id=a0cbc42d-bb7d-4b5c-9796-36319da52d88&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: 420/798] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:33 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:34.261 7 INFO neutron.db.l3_db [None req-441403b9-cbd1-4f5a-b148-477f47d27b63 38737468f9cd4045ad7fa293c778cdcc 480b3f61918247f0ba9dc4c700739cf1 - - default default] Floating IP 45dc3e99-8aa6-4751-b086-83020a186da6 associated. External IP: 10.96.250.218, port: 707a76c3-c6c1-4fd3-9cf3-c883f482f689. [pid: 8|app: 0|req: 421/799] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:34 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/800] 10.0.0.224 () {34 vars in 749 bytes} [Tue Apr 28 18:38:33 2026] PUT /v2.0/floatingips/45dc3e99-8aa6-4751-b086-83020a186da6 => generated 856 bytes in 813 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:34.676 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4902483e-a592-4398-bfed-2d3b9a005b0a'] response: {'name': 'network-changed', 'server_uuid': 'fb5b030f-84b0-40bf-af17-35da7db44752', 'tag': '707a76c3-c6c1-4fd3-9cf3-c883f482f689', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 422/801] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:38:34 2026] GET /v2.0/security-groups?tenant_id=0957d4a88bf34f71bd5fabad3a15204d&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/802] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:34 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/803] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:34 2026] GET /v2.0/security-groups?id=a0cbc42d-bb7d-4b5c-9796-36319da52d88&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: 423/804] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:38:34 2026] DELETE /v2.0/security-groups/7337c527-b29f-430d-9acd-735db1754ec0 => 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: 382/805] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:38:35 2026] GET /v2.0/security-groups?tenant_id=aad5aa7201154791b16bbdbc35359621&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/806] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:35 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/807] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:38:35 2026] GET /v2.0/ports?tenant_id=480b3f61918247f0ba9dc4c700739cf1&device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => 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: 384/808] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:35 2026] GET /v2.0/security-groups?id=a0cbc42d-bb7d-4b5c-9796-36319da52d88&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/809] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:38:35 2026] GET /v2.0/networks?id=69a74af5-18c0-4452-8c09-7394d0e29e89 => generated 775 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/810] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:38:35 2026] DELETE /v2.0/security-groups/e23d021e-f3f1-4447-a972-0486c9400b1c => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/811] 199.204.45.49 () {34 vars in 1059 bytes} [Tue Apr 28 18:38:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=707a76c3-c6c1-4fd3-9cf3-c883f482f689 => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/812] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:38:35 2026] GET /v2.0/subnets?id=4735e89b-f7af-4c77-a5a2-550c7c2041ab => generated 697 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/813] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:38:35 2026] GET /v2.0/ports?network_id=69a74af5-18c0-4452-8c09-7394d0e29e89&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: 427/814] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:38:35 2026] GET /v2.0/networks/69a74af5-18c0-4452-8c09-7394d0e29e89?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/815] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:38:35 2026] GET /v2.0/networks/69a74af5-18c0-4452-8c09-7394d0e29e89?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/816] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:35 2026] GET /v2.0/ports?device_id=ac1751d0-f5a2-42f4-ae60-fff49274a8b2 => 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: 389/817] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:36 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/818] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:36 2026] GET /v2.0/security-groups?id=a0cbc42d-bb7d-4b5c-9796-36319da52d88&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/819] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:38:36 2026] DELETE /v2.0/security-groups/62ea27a2-f606-4f65-86f9-4635f4558229 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:38:36.785 8 INFO neutron.api.v2.resource [None req-fc48fe56-3b0c-43ba-a900-5ccfdbcbcae7 e6c0b35ba8a44d0a837059f35d61e9e4 c64d5d21cf6644d9b7d4b78d9b0faffc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 430/820] 10.0.0.224 () {32 vars in 737 bytes} [Tue Apr 28 18:38:36 2026] GET /v2.0/security-groups/62ea27a2-f606-4f65-86f9-4635f4558229 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:38:36.898 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab06f619-31be-4c06-a72e-989369ff6553 e6c0b35ba8a44d0a837059f35d61e9e4 c64d5d21cf6644d9b7d4b78d9b0faffc - - default default] TaaS: Handle Delete Port: d08ba9b3-695f-46ae-b787-4502d8a1db34 2026-04-28 18:38:36.901 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab06f619-31be-4c06-a72e-989369ff6553 e6c0b35ba8a44d0a837059f35d61e9e4 c64d5d21cf6644d9b7d4b78d9b0faffc - - default default] Tap Mirror: Handle Delete Port: d08ba9b3-695f-46ae-b787-4502d8a1db34 [pid: 7|app: 0|req: 391/821] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:38:36 2026] DELETE /v2.0/floatingips/3752ce9c-e2d9-41b2-bd90-725678924547 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:38:37.429 8 INFO neutron_taas.services.taas.taas_plugin [None req-92a82bf3-c3b3-4d86-b6bd-decf6f37599a 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 4fbc8fd6-5790-4ab4-9219-7aa7f994b2c6 2026-04-28 18:38:37.432 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92a82bf3-c3b3-4d86-b6bd-decf6f37599a 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 4fbc8fd6-5790-4ab4-9219-7aa7f994b2c6 [pid: 7|app: 0|req: 392/822] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:37 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/823] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:37 2026] GET /v2.0/security-groups?id=a0cbc42d-bb7d-4b5c-9796-36319da52d88&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/824] 199.204.45.49 () {34 vars in 993 bytes} [Tue Apr 28 18:38:37 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:37.800 7 INFO neutron_taas.services.taas.taas_plugin [req-47a9a871-174e-41c5-abf6-c16337220a05 req-c83b1773-ed71-4f36-bd9f-ab5792d94536 38737468f9cd4045ad7fa293c778cdcc 480b3f61918247f0ba9dc4c700739cf1 - - default default] TaaS: Handle Delete Port: 707a76c3-c6c1-4fd3-9cf3-c883f482f689 2026-04-28 18:38:37.806 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-47a9a871-174e-41c5-abf6-c16337220a05 req-c83b1773-ed71-4f36-bd9f-ab5792d94536 38737468f9cd4045ad7fa293c778cdcc 480b3f61918247f0ba9dc4c700739cf1 - - default default] Tap Mirror: Handle Delete Port: 707a76c3-c6c1-4fd3-9cf3-c883f482f689 [pid: 8|app: 0|req: 431/825] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:38:37 2026] PUT /v2.0/routers/69344fdf-cd33-4be4-8586-ab4ea7b5626f/remove_router_interface => generated 309 bytes in 881 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:38.210 8 INFO neutron_taas.services.taas.taas_plugin [None req-23f5ba61-93d8-428b-9967-f28d49c1ed16 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 88a3ee05-478f-4ad7-a36d-a3b63a1d8532 2026-04-28 18:38:38.214 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23f5ba61-93d8-428b-9967-f28d49c1ed16 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 88a3ee05-478f-4ad7-a36d-a3b63a1d8532 2026-04-28 18:38:38.525 7 INFO neutron.db.l3_db [req-47a9a871-174e-41c5-abf6-c16337220a05 req-c83b1773-ed71-4f36-bd9f-ab5792d94536 38737468f9cd4045ad7fa293c778cdcc 480b3f61918247f0ba9dc4c700739cf1 - - default default] Floating IP 45dc3e99-8aa6-4751-b086-83020a186da6 disassociated. External IP: 10.96.250.218, port: 707a76c3-c6c1-4fd3-9cf3-c883f482f689. 2026-04-28 18:38:38.543 8 INFO neutron_taas.services.taas.taas_plugin [None req-23f5ba61-93d8-428b-9967-f28d49c1ed16 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 451ef648-109e-4520-815f-9b0f44481469 2026-04-28 18:38:38.547 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23f5ba61-93d8-428b-9967-f28d49c1ed16 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 451ef648-109e-4520-815f-9b0f44481469 2026-04-28 18:38:38.881 8 INFO neutron.services.segments.plugin [-] Segment ee294733-cfda-4cca-aa77-60f20808f9ea resource provider aggregate not found 2026-04-28 18:38:38.885 8 INFO neutron.services.segments.plugin [-] Segment ee294733-cfda-4cca-aa77-60f20808f9ea resource provider aggregate not found 2026-04-28 18:38:38.902 8 INFO neutron.services.segments.plugin [-] Segment ee294733-cfda-4cca-aa77-60f20808f9ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee294733-cfda-4cca-aa77-60f20808f9ea found for delete ", "request_id": "req-81ac19eb-979e-4eba-9b01-d8b8d6e14cbb"}]} 2026-04-28 18:38:38.906 8 INFO neutron.db.l3_hamode_db [None req-23f5ba61-93d8-428b-9967-f28d49c1ed16 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] HA network f5f07d91-b2b5-4f0b-9333-28d33abf008a was deleted as no HA routers are present in tenant c64d5d21cf6644d9b7d4b78d9b0faffc. 2026-04-28 18:38:38.912 8 INFO neutron.services.segments.plugin [-] Segment ee294733-cfda-4cca-aa77-60f20808f9ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee294733-cfda-4cca-aa77-60f20808f9ea found for delete ", "request_id": "req-e467c5a9-9505-4ae8-ac97-86807a16deed"}]} [pid: 8|app: 0|req: 432/826] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:38:37 2026] DELETE /v2.0/routers/69344fdf-cd33-4be4-8586-ab4ea7b5626f => generated 0 bytes in 952 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/827] 199.204.45.49 () {36 vars in 996 bytes} [Tue Apr 28 18:38:37 2026] DELETE /v2.0/ports/707a76c3-c6c1-4fd3-9cf3-c883f482f689 => generated 0 bytes in 1284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:38:38.973 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8039a35c-d63a-4e34-97b3-d08194d0b842'] response: {'server_uuid': 'fb5b030f-84b0-40bf-af17-35da7db44752', 'name': 'network-vif-deleted', 'tag': '707a76c3-c6c1-4fd3-9cf3-c883f482f689', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 396/828] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:38 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => 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: 433/829] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:38:38 2026] DELETE /v2.0/subnets/f69ecff9-5a75-44a6-940a-c82d48c10813 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:38:39.172 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb18379a-42a2-4103-90db-8eb4b69c88f1 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 9d5207c4-ccf1-4117-9a0f-03d67763403b 2026-04-28 18:38:39.174 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb18379a-42a2-4103-90db-8eb4b69c88f1 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 9d5207c4-ccf1-4117-9a0f-03d67763403b 2026-04-28 18:38:39.351 7 INFO neutron.services.segments.plugin [-] Segment d38d63b1-3dbe-436e-8134-68590ad40ece resource provider aggregate not found 2026-04-28 18:38:39.357 7 INFO neutron.services.segments.plugin [-] Segment d38d63b1-3dbe-436e-8134-68590ad40ece resource provider aggregate not found 2026-04-28 18:38:39.387 7 INFO neutron.services.segments.plugin [-] Segment d38d63b1-3dbe-436e-8134-68590ad40ece resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d38d63b1-3dbe-436e-8134-68590ad40ece found for delete ", "request_id": "req-e0dabc16-d433-430e-b91b-3ecb4b2d6dd0"}]} [pid: 7|app: 0|req: 397/830] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:38:39 2026] DELETE /v2.0/networks/f98000e4-38a9-4028-92f3-1c73ebe63839 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:38:39.388 7 INFO neutron.services.segments.plugin [-] Segment d38d63b1-3dbe-436e-8134-68590ad40ece resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d38d63b1-3dbe-436e-8134-68590ad40ece found for delete ", "request_id": "req-5c0a2cfd-b70c-4aac-a077-2d898114a5b2"}]} [pid: 7|app: 0|req: 398/831] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:38:39 2026] GET /v2.0/security-groups?tenant_id=c64d5d21cf6644d9b7d4b78d9b0faffc&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/832] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:38:39 2026] GET /v2.0/security-groups?tenant_id=1ad0620dbe5b42da830796b1063cc73a&name=default => generated 2925 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/833] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:38:39 2026] DELETE /v2.0/security-groups/edc4ea07-e327-4b24-97f2-a683ac01e00f => 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: 435/834] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:38:39 2026] DELETE /v2.0/security-groups/bece1e39-88d6-4a21-992f-238959cf2bbf => 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: 400/835] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:38:39 2026] GET /v2.0/security-groups?tenant_id=3ac5ffe59d0d49ecbb274c6ec16dcaac&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/836] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:40 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => 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: 436/837] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:38:40 2026] DELETE /v2.0/security-groups/9aeee724-4570-4bb8-be60-2d491895838a => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/838] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:41 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:38:41.976 8 INFO neutron.db.segments_db [None req-0816e2d9-4e6e-454d-829c-405ca8e2acd1 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 727f6ffd-45e4-43e2-9183-97d34b412e1b of type vxlan for network 0f8c9a6e-eea5-43fc-b723-a197539876e1 [pid: 8|app: 0|req: 437/839] 10.0.0.224 () {34 vars in 671 bytes} [Tue Apr 28 18:38:41 2026] POST /v2.0/networks => generated 724 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/840] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:38:42 2026] POST /v2.0/subnets => generated 690 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:38:42.319 8 INFO neutron.db.segments_db [None req-8fb52e23-8aa6-451c-ac27-df8e8d5c5fb2 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 0cce783a-5567-475e-8c36-f783eae1c40e of type vxlan for network cc633ae6-069b-46b6-bc06-742fb39ab01d [pid: 7|app: 0|req: 404/841] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:42 2026] GET /v2.0/ports?device_id=fb5b030f-84b0-40bf-af17-35da7db44752 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:38:42.621 8 INFO neutron.db.l3_hamode_db [None req-8fb52e23-8aa6-451c-ac27-df8e8d5c5fb2 27d9f726b2504a3383e42488145f54b0 2833094aa0524c27937f5c055cf695c5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:38:43.369 8 INFO neutron.db.l3_hamode_db [None req-8fb52e23-8aa6-451c-ac27-df8e8d5c5fb2 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 405/842] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:38:43 2026] DELETE /v2.0/security-groups/a0cbc42d-bb7d-4b5c-9796-36319da52d88 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:38:43.568 7 INFO neutron.api.v2.resource [None req-c07a23a0-6d3a-4345-a9cc-f69876ad6a04 38737468f9cd4045ad7fa293c778cdcc 480b3f61918247f0ba9dc4c700739cf1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 406/843] 10.0.0.224 () {32 vars in 737 bytes} [Tue Apr 28 18:38:43 2026] GET /v2.0/security-groups/a0cbc42d-bb7d-4b5c-9796-36319da52d88 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:38:43.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a33ab9f-39bd-4249-b7e6-eac7299f382d 38737468f9cd4045ad7fa293c778cdcc 480b3f61918247f0ba9dc4c700739cf1 - - default default] TaaS: Handle Delete Port: e0443f21-e0f5-41ea-96f0-c5162c171f6c 2026-04-28 18:38:43.673 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a33ab9f-39bd-4249-b7e6-eac7299f382d 38737468f9cd4045ad7fa293c778cdcc 480b3f61918247f0ba9dc4c700739cf1 - - default default] Tap Mirror: Handle Delete Port: e0443f21-e0f5-41ea-96f0-c5162c171f6c [pid: 7|app: 0|req: 407/844] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:38:43 2026] DELETE /v2.0/floatingips/45dc3e99-8aa6-4751-b086-83020a186da6 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:38:44.137 7 INFO neutron_taas.services.taas.taas_plugin [None req-9469309e-a70f-4109-b605-2d6ad8da39f6 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 95424a34-aac1-4d22-a03d-971cb0f81a73 2026-04-28 18:38:44.140 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9469309e-a70f-4109-b605-2d6ad8da39f6 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 95424a34-aac1-4d22-a03d-971cb0f81a73 [pid: 8|app: 0|req: 438/845] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:38:42 2026] POST /v2.0/routers => generated 730 bytes in 2059 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/846] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:38:43 2026] PUT /v2.0/routers/b17e64d0-4b14-404f-8826-51bc4f0b9e52/remove_router_interface => generated 309 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/849] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:38:44 2026] GET /v2.0/security-groups?tenant_id=dee29a8303534058adc1aa4dea850211&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:38:44.845 8 INFO neutron_taas.services.taas.taas_plugin [None req-40e768ee-4c7b-42cb-a334-dcc3a465492e 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: acf4d388-5aae-40cb-922a-b841db6546a4 2026-04-28 18:38:44.855 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40e768ee-4c7b-42cb-a334-dcc3a465492e 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: acf4d388-5aae-40cb-922a-b841db6546a4 2026-04-28 18:38:45.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-40e768ee-4c7b-42cb-a334-dcc3a465492e 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 5cb16968-2a89-4674-9732-d7e983a7744c 2026-04-28 18:38:45.642 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40e768ee-4c7b-42cb-a334-dcc3a465492e 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 5cb16968-2a89-4674-9732-d7e983a7744c [pid: 7|app: 0|req: 411/850] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:38:44 2026] PUT /v2.0/routers/aa251772-a6e9-4b7f-87a6-6282b3dbacfd/add_router_interface => generated 309 bytes in 1172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/851] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:38:45 2026] DELETE /v2.0/security-groups/56869873-45ac-4b9d-a196-edb4473bfd9a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:38:46.033 8 INFO neutron.services.segments.plugin [-] Segment 711a5ba1-3fa2-45bb-a1bb-5acfe42f7e25 resource provider aggregate not found 2026-04-28 18:38:46.050 8 INFO neutron.services.segments.plugin [-] Segment 711a5ba1-3fa2-45bb-a1bb-5acfe42f7e25 resource provider aggregate not found 2026-04-28 18:38:46.074 8 INFO neutron.services.segments.plugin [-] Segment 711a5ba1-3fa2-45bb-a1bb-5acfe42f7e25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 711a5ba1-3fa2-45bb-a1bb-5acfe42f7e25 found for delete ", "request_id": "req-71ddc8f9-5d1f-4bcb-a1c9-631c12963ea8"}]} 2026-04-28 18:38:46.082 8 INFO neutron.services.segments.plugin [-] Segment 711a5ba1-3fa2-45bb-a1bb-5acfe42f7e25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 711a5ba1-3fa2-45bb-a1bb-5acfe42f7e25 found for delete ", "request_id": "req-358427b0-8b2a-4fde-af1b-95903e423dad"}]} 2026-04-28 18:38:46.116 8 INFO neutron.db.l3_hamode_db [None req-40e768ee-4c7b-42cb-a334-dcc3a465492e 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] HA network 4715c81b-94f8-40cc-9cd3-ef63c0354132 was deleted as no HA routers are present in tenant 480b3f61918247f0ba9dc4c700739cf1. [pid: 8|app: 0|req: 440/852] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:38:44 2026] DELETE /v2.0/routers/b17e64d0-4b14-404f-8826-51bc4f0b9e52 => generated 0 bytes in 1483 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/853] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:38:45 2026] GET /v2.0/security-groups?tenant_id=d7ca96c5603f4f8880464d5a78aa6616&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/854] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:38:46 2026] DELETE /v2.0/security-groups/189f51db-fd8d-40a9-864c-d1e867275c7e => 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: 441/855] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:38:46 2026] DELETE /v2.0/subnets/4735e89b-f7af-4c77-a5a2-550c7c2041ab => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:38:46.403 7 INFO neutron_taas.services.taas.taas_plugin [None req-284f7961-0262-4982-a7f3-244a67043af3 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 54b663d9-1317-43ed-ade0-d4126343ed94 2026-04-28 18:38:46.406 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-284f7961-0262-4982-a7f3-244a67043af3 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 54b663d9-1317-43ed-ade0-d4126343ed94 2026-04-28 18:38:46.636 7 INFO neutron.services.segments.plugin [-] Segment 357b908f-ecc3-4e38-85ea-89f5a9f8511a resource provider aggregate not found 2026-04-28 18:38:46.649 7 INFO neutron.services.segments.plugin [-] Segment 357b908f-ecc3-4e38-85ea-89f5a9f8511a resource provider aggregate not found [pid: 7|app: 0|req: 415/856] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:38:46 2026] DELETE /v2.0/networks/69a74af5-18c0-4452-8c09-7394d0e29e89 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:38:46.663 7 INFO neutron.services.segments.plugin [-] Segment 357b908f-ecc3-4e38-85ea-89f5a9f8511a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 357b908f-ecc3-4e38-85ea-89f5a9f8511a found for delete ", "request_id": "req-97761cbd-78fd-456d-b118-a92b9fc3ec40"}]} 2026-04-28 18:38:46.674 7 INFO neutron.services.segments.plugin [-] Segment 357b908f-ecc3-4e38-85ea-89f5a9f8511a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 357b908f-ecc3-4e38-85ea-89f5a9f8511a found for delete ", "request_id": "req-a2330ef9-e925-441c-bab4-9dd25c057bdf"}]} [pid: 7|app: 0|req: 416/857] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:38:46 2026] GET /v2.0/security-groups?tenant_id=480b3f61918247f0ba9dc4c700739cf1&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/858] 10.0.0.224 () {34 vars in 685 bytes} [Tue Apr 28 18:38:46 2026] POST /v2.0/security-groups => generated 1661 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/859] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:38:46 2026] DELETE /v2.0/security-groups/986a1e45-bc01-45b4-a1e3-0e67d8d037b7 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/860] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:38:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/861] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:38:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/862] 10.0.0.224 () {34 vars in 676 bytes} [Tue Apr 28 18:38:47 2026] POST /v2.0/floatingips => generated 552 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/863] 10.0.0.204 () {34 vars in 1100 bytes} [Tue Apr 28 18:38:48 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1434920825&fields=id&tenant_id=2833094aa0524c27937f5c055cf695c5 => 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: 446/864] 10.0.0.204 () {34 vars in 982 bytes} [Tue Apr 28 18:38:48 2026] GET /v2.0/networks?id=0f8c9a6e-eea5-43fc-b723-a197539876e1 => generated 675 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/865] 10.0.0.204 () {34 vars in 965 bytes} [Tue Apr 28 18:38:48 2026] GET /v2.0/quotas/2833094aa0524c27937f5c055cf695c5 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/866] 10.0.0.204 () {34 vars in 1002 bytes} [Tue Apr 28 18:38:48 2026] GET /v2.0/ports?tenant_id=2833094aa0524c27937f5c055cf695c5&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:48.607 7 INFO neutron.db.segments_db [None req-dc0ddd8f-23e5-4b38-8149-4aa801b2722a f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] Added segment 269080c9-1042-4a58-abb3-7fa1e005f94a of type vxlan for network 8023702c-6729-4961-b1ba-153bf90a0c05 [pid: 8|app: 0|req: 449/867] 10.0.0.204 () {34 vars in 1008 bytes} [Tue Apr 28 18:38:48 2026] GET /v2.0/networks/0f8c9a6e-eea5-43fc-b723-a197539876e1?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/868] 10.0.0.204 () {34 vars in 1108 bytes} [Tue Apr 28 18:38:48 2026] GET /v2.0/networks/0f8c9a6e-eea5-43fc-b723-a197539876e1?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: 419/869] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:38:48 2026] POST /v2.0/networks => generated 631 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/870] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:48 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => 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: 451/871] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:38:48 2026] POST /v2.0/subnets => generated 627 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:38:49.059 8 INFO neutron.db.segments_db [None req-7c25827c-447f-436b-b4c9-676956522d68 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] Added segment ea5c7c39-f90e-4f86-83b1-30ed3fe93e4a of type vxlan for network 5ad64719-3426-41a3-90c5-7e4eb04e658c 2026-04-28 18:38:49.189 7 INFO neutron.db.segments_db [None req-c0502ca0-e203-40e9-a358-95239c226d97 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 9482b8a3-5f51-40dc-8f0a-c4a29445f533 of type vxlan for network 178e28c4-5d72-462a-825d-155cc7b840cc [pid: 7|app: 0|req: 421/872] 10.0.0.224 () {34 vars in 671 bytes} [Tue Apr 28 18:38:48 2026] POST /v2.0/networks => generated 724 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:38:49.290 8 INFO neutron.db.l3_hamode_db [None req-7c25827c-447f-436b-b4c9-676956522d68 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 422/873] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:38:49 2026] POST /v2.0/subnets => generated 691 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:38:49.556 7 INFO neutron.db.segments_db [None req-543af345-ab00-4e91-bbf8-84b61890775d 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment d23a875b-0377-4d85-8415-e52c872c74f1 of type vxlan for network 65c2c248-f1c9-413d-b006-908261f5e184 2026-04-28 18:38:49.800 7 INFO neutron.db.l3_hamode_db [None req-543af345-ab00-4e91-bbf8-84b61890775d 27d9f726b2504a3383e42488145f54b0 4edbeab7aa974d859194dae856771bad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:38:50.127 8 INFO neutron.db.l3_hamode_db [None req-7c25827c-447f-436b-b4c9-676956522d68 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:38:50.648 7 INFO neutron.db.l3_hamode_db [None req-543af345-ab00-4e91-bbf8-84b61890775d 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 452/874] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:38:49 2026] POST /v2.0/routers => generated 694 bytes in 1978 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/875] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:50 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => 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: 423/876] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:38:49 2026] POST /v2.0/routers => generated 731 bytes in 2108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/877] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:38:51 2026] PUT /v2.0/routers/57a91ebc-d303-44ff-b9e1-f9b6488e821f/add_router_interface => generated 309 bytes in 1349 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/878] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:52 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => 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: 424/879] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:38:51 2026] PUT /v2.0/routers/02c71bc7-703b-4785-af45-23896273bd1e/add_router_interface => generated 309 bytes in 1138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/880] 10.0.0.224 () {34 vars in 665 bytes} [Tue Apr 28 18:38:52 2026] POST /v2.0/ports => generated 959 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 457/881] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:38:53 2026] GET /v2.0/networks?id=0f8c9a6e-eea5-43fc-b723-a197539876e1 => generated 675 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/882] 199.204.45.49 () {34 vars in 1049 bytes} [Tue Apr 28 18:38:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2833094aa0524c27937f5c055cf695c5 => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/883] 10.0.0.224 () {34 vars in 665 bytes} [Tue Apr 28 18:38:52 2026] POST /v2.0/ports => generated 958 bytes in 524 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: 459/884] 199.204.45.49 () {38 vars in 954 bytes} [Tue Apr 28 18:38:53 2026] POST /v2.0/ports => generated 954 bytes in 456 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: 460/885] 10.0.0.224 () {34 vars in 685 bytes} [Tue Apr 28 18:38:53 2026] POST /v2.0/security-groups => generated 1660 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/886] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:53 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => generated 957 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:54.122 7 INFO neutron.db.l3_db [None req-935695ba-e6aa-48a4-94ba-54989800c4a5 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] Floating IP da03aca8-7f6c-4feb-b35a-2e187bc3da81 associated. External IP: 10.96.250.218, port: 2e45712c-ded7-4b51-8e58-c91b072c5ce0. [pid: 8|app: 0|req: 462/887] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:38:53 2026] PUT /v2.0/ports/db13462c-e1fb-47b7-b2c5-15527964adb2 => generated 1235 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:38:54.377 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f6d0ba9-f508-452f-bb6f-dc8d16fcd327'] response: {'name': 'network-changed', 'server_uuid': '3d32df62-50f7-4115-80a7-33570ab5c97c', 'tag': 'db13462c-e1fb-47b7-b2c5-15527964adb2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 463/888] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:38:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/889] 10.0.0.224 () {34 vars in 677 bytes} [Tue Apr 28 18:38:53 2026] POST /v2.0/floatingips => generated 842 bytes in 1182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/890] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:54 2026] GET /v2.0/security-groups?id=3a58f7d4-4c3f-44db-8a68-cd40eafa11c7&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: 427/891] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:38:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:38:54.659 8 INFO neutron.db.l3_db [None req-1c1c2973-4963-436b-8bb6-05728d6d9e0d f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] Floating IP da03aca8-7f6c-4feb-b35a-2e187bc3da81 disassociated. External IP: 10.96.250.218, port: 2e45712c-ded7-4b51-8e58-c91b072c5ce0. [pid: 8|app: 0|req: 465/892] 10.0.0.224 () {34 vars in 749 bytes} [Tue Apr 28 18:38:54 2026] PUT /v2.0/floatingips/da03aca8-7f6c-4feb-b35a-2e187bc3da81 => generated 552 bytes in 541 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/893] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:38:55 2026] GET /v2.0/ports?tenant_id=2833094aa0524c27937f5c055cf695c5&device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/894] 10.0.0.224 () {34 vars in 676 bytes} [Tue Apr 28 18:38:54 2026] POST /v2.0/floatingips => generated 552 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/895] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:55 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:55.253 7 INFO neutron_taas.services.taas.taas_plugin [None req-c3d67b81-4ca2-4cb6-bd97-ce29f366b624 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] TaaS: Handle Delete Port: a05fcb40-34c0-4ece-8d32-a271641deea0 2026-04-28 18:38:55.256 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3d67b81-4ca2-4cb6-bd97-ce29f366b624 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] Tap Mirror: Handle Delete Port: a05fcb40-34c0-4ece-8d32-a271641deea0 [pid: 8|app: 0|req: 468/896] 199.204.45.49 () {34 vars in 1017 bytes} [Tue Apr 28 18:38:55 2026] GET /v2.0/networks?tenant_id=2833094aa0524c27937f5c055cf695c5&shared=False => generated 771 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/897] 199.204.45.49 () {34 vars in 929 bytes} [Tue Apr 28 18:38:55 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: 470/898] 10.0.0.204 () {34 vars in 971 bytes} [Tue Apr 28 18:38:55 2026] GET /v2.0/ports/7b4dd2ef-c1bc-441b-be87-c47ef16e4235 => generated 968 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/899] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:38:55 2026] DELETE /v2.0/floatingips/da03aca8-7f6c-4feb-b35a-2e187bc3da81 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/900] 10.0.0.204 () {34 vars in 1098 bytes} [Tue Apr 28 18:38:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--680288929&fields=id&tenant_id=4edbeab7aa974d859194dae856771bad => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/901] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:55 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/902] 10.0.0.204 () {34 vars in 982 bytes} [Tue Apr 28 18:38:55 2026] GET /v2.0/networks?id=178e28c4-5d72-462a-825d-155cc7b840cc => generated 676 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/903] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:55 2026] GET /v2.0/security-groups?id=3a58f7d4-4c3f-44db-8a68-cd40eafa11c7&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/904] 10.0.0.204 () {34 vars in 965 bytes} [Tue Apr 28 18:38:55 2026] GET /v2.0/quotas/4edbeab7aa974d859194dae856771bad => 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: 435/905] 10.0.0.204 () {34 vars in 1002 bytes} [Tue Apr 28 18:38:55 2026] GET /v2.0/ports?tenant_id=4edbeab7aa974d859194dae856771bad&fields=id => generated 57 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/906] 10.0.0.204 () {34 vars in 1008 bytes} [Tue Apr 28 18:38:55 2026] GET /v2.0/networks/178e28c4-5d72-462a-825d-155cc7b840cc?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: 437/907] 10.0.0.204 () {34 vars in 1108 bytes} [Tue Apr 28 18:38:55 2026] GET /v2.0/networks/178e28c4-5d72-462a-825d-155cc7b840cc?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: 438/908] 199.204.45.49 () {34 vars in 999 bytes} [Tue Apr 28 18:38:56 2026] GET /v2.0/subnets?network_id=4d78f579-0caa-485a-821a-5dde62b2b6ee => generated 684 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/909] 199.204.45.49 () {34 vars in 1145 bytes} [Tue Apr 28 18:38:56 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736&device_owner=compute%3Anova&network_id=4d78f579-0caa-485a-821a-5dde62b2b6ee => generated 971 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:56.220 8 INFO neutron.db.l3_db [None req-a87bd072-aceb-4fb2-b5d2-b4afd1abad34 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] Floating IP ec76d271-ed29-492c-a6b0-667921d0ab4d associated. External IP: 10.96.250.212, port: 2c93f1a0-d0f0-49ef-886d-f64c6e69df56. [pid: 7|app: 0|req: 440/910] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:56 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => 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: 471/911] 10.0.0.224 () {34 vars in 677 bytes} [Tue Apr 28 18:38:55 2026] POST /v2.0/floatingips => generated 843 bytes in 1164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/912] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:38:56 2026] GET /v2.0/ports?tenant_id=2833094aa0524c27937f5c055cf695c5&device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/913] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:38:56 2026] GET /v2.0/floatingips/ec76d271-ed29-492c-a6b0-667921d0ab4d => generated 843 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/914] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:38:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=db13462c-e1fb-47b7-b2c5-15527964adb2 => 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: 475/915] 10.0.0.224 () {32 vars in 655 bytes} [Tue Apr 28 18:38:56 2026] GET /v2.0/floatingips => generated 846 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/916] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:38:56 2026] GET /v2.0/subnets?id=b877ed58-951b-4471-afbf-fc57bf35c005 => generated 693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/917] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:38:56 2026] PUT /v2.0/ports/7b4dd2ef-c1bc-441b-be87-c47ef16e4235 => generated 1145 bytes in 700 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: 442/918] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:38:56 2026] GET /v2.0/ports?network_id=0f8c9a6e-eea5-43fc-b723-a197539876e1&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:38:57.004 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-249fa77e-f9cf-4293-b635-67199ad10603'] response: {'name': 'network-changed', 'server_uuid': '49b0e9f5-12cb-4cc6-afa2-4711a0037736', 'tag': '7b4dd2ef-c1bc-441b-be87-c47ef16e4235', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 443/919] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:56 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => 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: 444/920] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:38:57 2026] GET /v2.0/networks/0f8c9a6e-eea5-43fc-b723-a197539876e1?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/921] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:57 2026] GET /v2.0/security-groups?id=3a58f7d4-4c3f-44db-8a68-cd40eafa11c7&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/922] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:38:57 2026] GET /v2.0/networks/0f8c9a6e-eea5-43fc-b723-a197539876e1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:38:57.279 8 INFO neutron.db.l3_db [None req-c6882d96-1a10-4349-bd2d-83c8a2863eae f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] Floating IP ec76d271-ed29-492c-a6b0-667921d0ab4d associated. External IP: 10.96.250.212, port: 2c93f1a0-d0f0-49ef-886d-f64c6e69df56. [pid: 7|app: 0|req: 447/923] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:57 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/924] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:38:57 2026] GET /v2.0/ports?tenant_id=f951d9f0ad9f4bf8bc94052910c2069a&device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 1417 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/925] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:38:57 2026] GET /v2.0/networks?id=4d78f579-0caa-485a-821a-5dde62b2b6ee => generated 780 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/926] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:38:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7b4dd2ef-c1bc-441b-be87-c47ef16e4235 => 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: 451/927] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:38:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=7b4dd2ef-c1bc-441b-be87-c47ef16e4235 => generated 860 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/928] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:38:57 2026] GET /v2.0/subnets?id=c71fc77e-d04a-44d5-8be8-c6668bf057a5 => 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/929] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:38:57 2026] GET /v2.0/ports?network_id=4d78f579-0caa-485a-821a-5dde62b2b6ee&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/930] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:38:57 2026] GET /v2.0/networks/4d78f579-0caa-485a-821a-5dde62b2b6ee?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/931] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:38:57 2026] GET /v2.0/networks/4d78f579-0caa-485a-821a-5dde62b2b6ee?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: 477/932] 10.0.0.224 () {34 vars in 749 bytes} [Tue Apr 28 18:38:56 2026] PUT /v2.0/floatingips/ec76d271-ed29-492c-a6b0-667921d0ab4d => generated 842 bytes in 1248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:58.197 7 INFO neutron.db.l3_db [None req-17e499c3-6a2a-4fe6-ba0d-bdb50f91ffd9 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] Floating IP ec76d271-ed29-492c-a6b0-667921d0ab4d disassociated. External IP: 10.96.250.212, port: 2e45712c-ded7-4b51-8e58-c91b072c5ce0. [pid: 8|app: 0|req: 478/933] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:58 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/934] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:58 2026] GET /v2.0/security-groups?id=3a58f7d4-4c3f-44db-8a68-cd40eafa11c7&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: 480/935] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:58 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => 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: 456/936] 10.0.0.224 () {34 vars in 749 bytes} [Tue Apr 28 18:38:58 2026] PUT /v2.0/floatingips/ec76d271-ed29-492c-a6b0-667921d0ab4d => generated 552 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:58.705 8 INFO neutron_taas.services.taas.taas_plugin [None req-8faf84c8-04e5-4ac6-84c9-02c10d176a47 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] TaaS: Handle Delete Port: af2c4531-2cbe-4d4c-a8e6-485b938c05e7 2026-04-28 18:38:58.714 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8faf84c8-04e5-4ac6-84c9-02c10d176a47 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] Tap Mirror: Handle Delete Port: af2c4531-2cbe-4d4c-a8e6-485b938c05e7 [pid: 7|app: 0|req: 457/937] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:58 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 1148 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/938] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:58 2026] GET /v2.0/security-groups?id=16b59c0c-5d83-4fce-b18b-845dd006deb7&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/939] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:38:58 2026] GET /v2.0/ports?tenant_id=f951d9f0ad9f4bf8bc94052910c2069a&device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => 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: 481/940] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:38:58 2026] DELETE /v2.0/floatingips/ec76d271-ed29-492c-a6b0-667921d0ab4d => generated 0 bytes in 414 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:38:59.000 8 INFO neutron.api.v2.resource [None req-05356335-33a7-4178-880d-d7588c1e8fa9 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 482/941] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:38:58 2026] DELETE /v2.0/floatingips/ec76d271-ed29-492c-a6b0-667921d0ab4d => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/942] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:38:58 2026] GET /v2.0/networks?id=4d78f579-0caa-485a-821a-5dde62b2b6ee => generated 780 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/943] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:38:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7b4dd2ef-c1bc-441b-be87-c47ef16e4235 => 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: 462/944] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:38:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=7b4dd2ef-c1bc-441b-be87-c47ef16e4235 => generated 860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/945] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:38:59 2026] GET /v2.0/subnets?id=c71fc77e-d04a-44d5-8be8-c6668bf057a5 => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:59.177 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9dafb36-d95b-49ee-86f4-2ddd1043f682 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] TaaS: Handle Delete Port: 2e45712c-ded7-4b51-8e58-c91b072c5ce0 2026-04-28 18:38:59.182 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9dafb36-d95b-49ee-86f4-2ddd1043f682 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] Tap Mirror: Handle Delete Port: 2e45712c-ded7-4b51-8e58-c91b072c5ce0 [pid: 7|app: 0|req: 464/946] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:38:59 2026] GET /v2.0/ports?network_id=4d78f579-0caa-485a-821a-5dde62b2b6ee&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/947] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:38:59 2026] GET /v2.0/networks/4d78f579-0caa-485a-821a-5dde62b2b6ee?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: 466/948] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:38:59 2026] GET /v2.0/networks/4d78f579-0caa-485a-821a-5dde62b2b6ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/951] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:38:59 2026] DELETE /v2.0/ports/2e45712c-ded7-4b51-8e58-c91b072c5ce0 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/952] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:59 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => generated 969 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:59.520 7 INFO neutron_taas.services.taas.taas_plugin [None req-3af44355-a745-489b-82eb-25a6770f2e8c f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] TaaS: Handle Delete Port: 2c93f1a0-d0f0-49ef-886d-f64c6e69df56 [pid: 8|app: 0|req: 485/953] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:38:59 2026] GET /v2.0/security-groups?id=3a58f7d4-4c3f-44db-8a68-cd40eafa11c7&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:38:59.528 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3af44355-a745-489b-82eb-25a6770f2e8c f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] Tap Mirror: Handle Delete Port: 2c93f1a0-d0f0-49ef-886d-f64c6e69df56 [pid: 8|app: 0|req: 486/954] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:38:59 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => 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: 469/955] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:38:59 2026] DELETE /v2.0/ports/2c93f1a0-d0f0-49ef-886d-f64c6e69df56 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/956] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:38:59 2026] GET /v2.0/ports?device_id=57a91ebc-d303-44ff-b9e1-f9b6488e821f => generated 958 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/957] 199.204.45.49 () {34 vars in 1117 bytes} [Tue Apr 28 18:38:59 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.4 => generated 1148 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:39:00.135 7 INFO neutron_taas.services.taas.taas_plugin [None req-893836df-6f88-4926-ac1a-d17d92a678c5 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] TaaS: Handle Delete Port: 4e29816a-7f98-4717-9eac-4f73a69372b2 2026-04-28 18:39:00.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-893836df-6f88-4926-ac1a-d17d92a678c5 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] Tap Mirror: Handle Delete Port: 4e29816a-7f98-4717-9eac-4f73a69372b2 [pid: 8|app: 0|req: 489/958] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:38:59 2026] PUT /v2.0/ports/7b4dd2ef-c1bc-441b-be87-c47ef16e4235 => generated 968 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:00.208 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-468be2ac-10e2-46ac-b876-c11792ee2125'] response: {'name': 'network-changed', 'server_uuid': '49b0e9f5-12cb-4cc6-afa2-4711a0037736', 'tag': '7b4dd2ef-c1bc-441b-be87-c47ef16e4235', '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: 490/959] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:39:00 2026] GET /v2.0/networks?id=178e28c4-5d72-462a-825d-155cc7b840cc => generated 676 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/960] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:38:59 2026] PUT /v2.0/routers/57a91ebc-d303-44ff-b9e1-f9b6488e821f/remove_router_interface => generated 309 bytes in 943 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/961] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:00 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/962] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:00 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => 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: 492/963] 199.204.45.49 () {34 vars in 1049 bytes} [Tue Apr 28 18:39:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4edbeab7aa974d859194dae856771bad => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/964] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:39:00 2026] GET /v2.0/ports?tenant_id=f951d9f0ad9f4bf8bc94052910c2069a&device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/965] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:00 2026] GET /v2.0/security-groups?id=3a58f7d4-4c3f-44db-8a68-cd40eafa11c7&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:00.916 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec51c83a-8c34-49f6-aa79-5f43b5fe7b61 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] TaaS: Handle Delete Port: a32a3e30-9469-409c-8afe-1d9a0d72427c 2026-04-28 18:39:00.920 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec51c83a-8c34-49f6-aa79-5f43b5fe7b61 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] Tap Mirror: Handle Delete Port: a32a3e30-9469-409c-8afe-1d9a0d72427c 2026-04-28 18:39:01.113 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec51c83a-8c34-49f6-aa79-5f43b5fe7b61 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] TaaS: Handle Delete Port: 34eb6791-ff1a-4170-99b3-6c8ecd980e9d 2026-04-28 18:39:01.116 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec51c83a-8c34-49f6-aa79-5f43b5fe7b61 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] Tap Mirror: Handle Delete Port: 34eb6791-ff1a-4170-99b3-6c8ecd980e9d [pid: 7|app: 0|req: 474/966] 199.204.45.49 () {38 vars in 954 bytes} [Tue Apr 28 18:39:00 2026] POST /v2.0/ports => generated 954 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 475/967] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:39:01 2026] GET /v2.0/networks?id=4d78f579-0caa-485a-821a-5dde62b2b6ee => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:01.464 8 INFO neutron.services.segments.plugin [-] Segment ea5c7c39-f90e-4f86-83b1-30ed3fe93e4a resource provider aggregate not found 2026-04-28 18:39:01.474 8 INFO neutron.services.segments.plugin [-] Segment ea5c7c39-f90e-4f86-83b1-30ed3fe93e4a resource provider aggregate not found 2026-04-28 18:39:01.492 8 INFO neutron.services.segments.plugin [-] Segment ea5c7c39-f90e-4f86-83b1-30ed3fe93e4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea5c7c39-f90e-4f86-83b1-30ed3fe93e4a found for delete ", "request_id": "req-8f2dd4ca-75c7-408a-8cd2-8b74b9c86f1b"}]} 2026-04-28 18:39:01.497 8 INFO neutron.services.segments.plugin [-] Segment ea5c7c39-f90e-4f86-83b1-30ed3fe93e4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea5c7c39-f90e-4f86-83b1-30ed3fe93e4a found for delete ", "request_id": "req-bcc7d3f5-a7e9-49a4-80f7-66a8527558bb"}]} 2026-04-28 18:39:01.508 8 INFO neutron.db.l3_hamode_db [None req-ec51c83a-8c34-49f6-aa79-5f43b5fe7b61 f4ecac7af17d433f9da8b3856bb81d80 89d31d07570c43068026050323fb9fd6 - - default default] HA network 5ad64719-3426-41a3-90c5-7e4eb04e658c was deleted as no HA routers are present in tenant 89d31d07570c43068026050323fb9fd6. [pid: 8|app: 0|req: 493/968] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:39:00 2026] DELETE /v2.0/routers/57a91ebc-d303-44ff-b9e1-f9b6488e821f => generated 0 bytes in 783 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/969] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:39:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=7b4dd2ef-c1bc-441b-be87-c47ef16e4235 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/970] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:39:01 2026] PUT /v2.0/ports/62f97af1-5d33-4f60-954a-afbdda51c6c4 => generated 1235 bytes in 415 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: 477/971] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:39:01 2026] GET /v2.0/subnets?id=c71fc77e-d04a-44d5-8be8-c6668bf057a5 => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/972] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:39:01 2026] DELETE /v2.0/subnets/61f5862c-21bb-4bcd-af06-4ea6253e0d13 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:39:01.707 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e29efb50-ada2-4c55-8ea7-7266d596ecd5'] response: {'name': 'network-changed', 'server_uuid': '79138334-ec7d-4153-9605-be356cafe2ea', 'tag': '62f97af1-5d33-4f60-954a-afbdda51c6c4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 478/973] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:39:01 2026] GET /v2.0/ports?network_id=4d78f579-0caa-485a-821a-5dde62b2b6ee&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: 479/974] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:39:01 2026] GET /v2.0/networks/4d78f579-0caa-485a-821a-5dde62b2b6ee?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/975] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:01 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => 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: 496/976] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:01 2026] DELETE /v2.0/networks/8023702c-6729-4961-b1ba-153bf90a0c05 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/977] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:39:01 2026] GET /v2.0/networks/4d78f579-0caa-485a-821a-5dde62b2b6ee?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: 497/978] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:01 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/979] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:01 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/980] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:01 2026] GET /v2.0/security-groups?id=3a58f7d4-4c3f-44db-8a68-cd40eafa11c7&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: 483/981] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:02 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/982] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:39:02 2026] GET /v2.0/ports?tenant_id=4edbeab7aa974d859194dae856771bad&device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/983] 199.204.45.49 () {34 vars in 1017 bytes} [Tue Apr 28 18:39:02 2026] GET /v2.0/networks?tenant_id=4edbeab7aa974d859194dae856771bad&shared=False => generated 771 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/984] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:02 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/985] 199.204.45.49 () {34 vars in 929 bytes} [Tue Apr 28 18:39:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:02.603 8 INFO neutron.db.l3_db [None req-23c07580-5b97-4bd4-a20a-55b4588e0bde 7be4c1da67e742e6a45a9c61f3137069 2833094aa0524c27937f5c055cf695c5 - - default default] Floating IP bcb2ce1e-4cdc-46b6-a889-8ad5c2db54a9 associated. External IP: 10.96.250.219, port: db13462c-e1fb-47b7-b2c5-15527964adb2. [pid: 7|app: 0|req: 488/986] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:02 2026] GET /v2.0/security-groups?tenant_id=89d31d07570c43068026050323fb9fd6&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/987] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:02 2026] GET /v2.0/security-groups?id=16b59c0c-5d83-4fce-b18b-845dd006deb7&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/988] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:02 2026] DELETE /v2.0/security-groups/6448b186-a202-4b51-a472-18821442394e => 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: 491/989] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:39:02 2026] GET /v2.0/ports?tenant_id=f951d9f0ad9f4bf8bc94052910c2069a&device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/990] 10.0.0.224 () {34 vars in 749 bytes} [Tue Apr 28 18:39:02 2026] PUT /v2.0/floatingips/bcb2ce1e-4cdc-46b6-a889-8ad5c2db54a9 => generated 855 bytes in 787 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/991] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:39:02 2026] GET /v2.0/networks?id=4d78f579-0caa-485a-821a-5dde62b2b6ee => generated 780 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/992] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=7b4dd2ef-c1bc-441b-be87-c47ef16e4235 => generated 860 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/993] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/994] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => 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: 501/995] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/subnets?id=c71fc77e-d04a-44d5-8be8-c6668bf057a5 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/996] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/997] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/security-groups?id=3a58f7d4-4c3f-44db-8a68-cd40eafa11c7&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/998] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/ports?network_id=4d78f579-0caa-485a-821a-5dde62b2b6ee&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:39:03.183 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a9485e00-b9bb-4b19-acd8-f218c060d29b'] response: {'name': 'network-changed', 'server_uuid': '3d32df62-50f7-4115-80a7-33570ab5c97c', 'tag': 'db13462c-e1fb-47b7-b2c5-15527964adb2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 503/999] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/networks/4d78f579-0caa-485a-821a-5dde62b2b6ee?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: 497/1000] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/networks/4d78f579-0caa-485a-821a-5dde62b2b6ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1001] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/ports?tenant_id=4edbeab7aa974d859194dae856771bad&device_id=79138334-ec7d-4153-9605-be356cafe2ea => 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: 504/1002] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:03.526 8 INFO neutron.services.segments.plugin [-] Segment 269080c9-1042-4a58-abb3-7fa1e005f94a resource provider aggregate not found 2026-04-28 18:39:03.531 8 INFO neutron.services.segments.plugin [-] Segment 269080c9-1042-4a58-abb3-7fa1e005f94a resource provider aggregate not found [pid: 8|app: 0|req: 505/1003] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=62f97af1-5d33-4f60-954a-afbdda51c6c4 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1004] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/security-groups?id=3a58f7d4-4c3f-44db-8a68-cd40eafa11c7&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-04-28 18:39:03.559 8 INFO neutron.services.segments.plugin [-] Segment 269080c9-1042-4a58-abb3-7fa1e005f94a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 269080c9-1042-4a58-abb3-7fa1e005f94a found for delete ", "request_id": "req-02d88e4c-daf1-4a16-995c-99ae32aadf69"}]} 2026-04-28 18:39:03.565 8 INFO neutron.services.segments.plugin [-] Segment 269080c9-1042-4a58-abb3-7fa1e005f94a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 269080c9-1042-4a58-abb3-7fa1e005f94a found for delete ", "request_id": "req-07802a02-afd7-4f02-a7c9-8fcb2745a128"}]} [pid: 8|app: 0|req: 506/1005] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/subnets?id=84908139-a01e-49f2-883c-b444badeee2b => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1006] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/ports?network_id=178e28c4-5d72-462a-825d-155cc7b840cc&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: 507/1007] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/networks/178e28c4-5d72-462a-825d-155cc7b840cc?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: 501/1008] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/networks/178e28c4-5d72-462a-825d-155cc7b840cc?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: 508/1009] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/ports?tenant_id=2833094aa0524c27937f5c055cf695c5&device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => generated 1240 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1010] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/networks?id=0f8c9a6e-eea5-43fc-b723-a197539876e1 => generated 771 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1011] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=db13462c-e1fb-47b7-b2c5-15527964adb2 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1012] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1013] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/subnets?id=b877ed58-951b-4471-afbf-fc57bf35c005 => generated 693 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1014] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/security-groups?id=16b59c0c-5d83-4fce-b18b-845dd006deb7&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1015] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/ports?network_id=0f8c9a6e-eea5-43fc-b723-a197539876e1&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: 511/1016] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:39:03 2026] GET /v2.0/networks/0f8c9a6e-eea5-43fc-b723-a197539876e1?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1017] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:39:04 2026] GET /v2.0/networks/0f8c9a6e-eea5-43fc-b723-a197539876e1?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: 512/1018] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:04 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1019] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:04 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1020] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:04 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1021] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:04 2026] GET /v2.0/security-groups?id=3a58f7d4-4c3f-44db-8a68-cd40eafa11c7&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:05.147 8 INFO neutron.db.segments_db [None req-206ccd5f-eb88-42da-a5dc-1d40a2d8c23d 5d7cdc35839c480f8423e74bcdae02e1 7f4e89dcc5c045fc90f23d830448dacb - - default default] Added segment aedfeb66-3a7e-49ad-83f6-3b20ad6f4f21 of type vxlan for network 5dba5b80-67d5-4d5b-8c96-3c46e240f2a2 2026-04-28 18:39:05.213 8 INFO neutron.db.segments_db [None req-206ccd5f-eb88-42da-a5dc-1d40a2d8c23d 5d7cdc35839c480f8423e74bcdae02e1 7f4e89dcc5c045fc90f23d830448dacb - - default default] Added segment 974c2f5b-f0e0-4b95-ba8b-de9c628f582f of type vxlan for network 2810c616-e5b1-4b97-9c4c-19d3ea2cc73b [pid: 7|app: 0|req: 509/1022] 199.204.45.49 () {34 vars in 993 bytes} [Tue Apr 28 18:39:04 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 971 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1023] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:05 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1024] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:39:04 2026] POST /v2.0/networks => generated 1207 bytes in 611 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1025] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:05 2026] GET /v2.0/security-groups?id=16b59c0c-5d83-4fce-b18b-845dd006deb7&fields=id&fields=name => generated 111 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:05.427 7 INFO neutron_taas.services.taas.taas_plugin [req-32f8a8e8-4ccc-4654-89be-1964a88b2115 req-28772ad6-4db5-4467-9166-be6fd0f069ec 46e4bae3e6a0441f96f780b824d141fc f951d9f0ad9f4bf8bc94052910c2069a - - default default] TaaS: Handle Delete Port: 7b4dd2ef-c1bc-441b-be87-c47ef16e4235 2026-04-28 18:39:05.430 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-32f8a8e8-4ccc-4654-89be-1964a88b2115 req-28772ad6-4db5-4467-9166-be6fd0f069ec 46e4bae3e6a0441f96f780b824d141fc f951d9f0ad9f4bf8bc94052910c2069a - - default default] Tap Mirror: Handle Delete Port: 7b4dd2ef-c1bc-441b-be87-c47ef16e4235 [pid: 8|app: 0|req: 516/1026] 10.0.0.224 () {32 vars in 649 bytes} [Tue Apr 28 18:39:05 2026] GET /v2.0/networks => generated 1844 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1027] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:05 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:05.543 7 INFO neutron.db.l3_db [req-32f8a8e8-4ccc-4654-89be-1964a88b2115 req-28772ad6-4db5-4467-9166-be6fd0f069ec 46e4bae3e6a0441f96f780b824d141fc f951d9f0ad9f4bf8bc94052910c2069a - - default default] Floating IP 9a9fc525-a8d5-4f63-9505-3691ab766a06 disassociated. External IP: 10.96.250.215, port: 7b4dd2ef-c1bc-441b-be87-c47ef16e4235. 2026-04-28 18:39:05.628 8 INFO neutron.services.segments.plugin [-] Segment aedfeb66-3a7e-49ad-83f6-3b20ad6f4f21 resource provider aggregate not found 2026-04-28 18:39:05.630 8 INFO neutron.services.segments.plugin [-] Segment aedfeb66-3a7e-49ad-83f6-3b20ad6f4f21 resource provider aggregate not found 2026-04-28 18:39:05.650 8 INFO neutron.services.segments.plugin [-] Segment aedfeb66-3a7e-49ad-83f6-3b20ad6f4f21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aedfeb66-3a7e-49ad-83f6-3b20ad6f4f21 found for delete ", "request_id": "req-3c998c11-a12c-4f52-98ff-693278c06cb9"}]} 2026-04-28 18:39:05.654 8 INFO neutron.services.segments.plugin [-] Segment aedfeb66-3a7e-49ad-83f6-3b20ad6f4f21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aedfeb66-3a7e-49ad-83f6-3b20ad6f4f21 found for delete ", "request_id": "req-07e3ba2b-e40d-4833-a006-0cbb96f60c8b"}]} [pid: 8|app: 0|req: 518/1028] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:05 2026] DELETE /v2.0/networks/5dba5b80-67d5-4d5b-8c96-3c46e240f2a2 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1029] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:05 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&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: 520/1030] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:05 2026] DELETE /v2.0/networks/2810c616-e5b1-4b97-9c4c-19d3ea2cc73b => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1031] 10.0.0.224 () {32 vars in 649 bytes} [Tue Apr 28 18:39:05 2026] GET /v2.0/networks => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1032] 199.204.45.49 () {36 vars in 996 bytes} [Tue Apr 28 18:39:05 2026] DELETE /v2.0/ports/7b4dd2ef-c1bc-441b-be87-c47ef16e4235 => generated 0 bytes in 577 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1033] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:05 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:05.938 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-24e5f176-05a5-4fe6-ac7e-d4593f2b5e6c'] response: {'server_uuid': '49b0e9f5-12cb-4cc6-afa2-4711a0037736', 'name': 'network-vif-deleted', 'tag': '7b4dd2ef-c1bc-441b-be87-c47ef16e4235', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 523/1034] 199.204.45.49 () {34 vars in 993 bytes} [Tue Apr 28 18:39:05 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:05.960 7 INFO neutron.db.segments_db [None req-e41c331c-bac2-4c4e-84a5-9f5cc933b470 5d7cdc35839c480f8423e74bcdae02e1 7f4e89dcc5c045fc90f23d830448dacb - - default default] Added segment 4995a020-fe69-4f9e-b5e7-cb35a2f70947 of type vxlan for network bbb68c64-f73e-4116-a5d2-bf6418d22d35 [pid: 8|app: 0|req: 524/1035] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:05 2026] GET /v2.0/security-groups?id=3a58f7d4-4c3f-44db-8a68-cd40eafa11c7&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1036] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:39:05 2026] POST /v2.0/networks => generated 635 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:39:06.098 8 INFO neutron_taas.services.taas.taas_plugin [req-84e82625-e1ca-4495-b8fe-480e5b524774 req-1246151e-ceb3-40dd-9a0d-cb39947656da 7be4c1da67e742e6a45a9c61f3137069 2833094aa0524c27937f5c055cf695c5 - - default default] TaaS: Handle Delete Port: db13462c-e1fb-47b7-b2c5-15527964adb2 2026-04-28 18:39:06.102 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-84e82625-e1ca-4495-b8fe-480e5b524774 req-1246151e-ceb3-40dd-9a0d-cb39947656da 7be4c1da67e742e6a45a9c61f3137069 2833094aa0524c27937f5c055cf695c5 - - default default] Tap Mirror: Handle Delete Port: db13462c-e1fb-47b7-b2c5-15527964adb2 2026-04-28 18:39:06.116 7 INFO neutron.db.segments_db [None req-3c676fc2-4ead-4db8-bd16-7631c4aee65a 5d7cdc35839c480f8423e74bcdae02e1 7f4e89dcc5c045fc90f23d830448dacb - - default default] Added segment 4f27ee19-1277-4aae-99ba-f6b993d3e44a of type vxlan for network fb7b45b9-e12a-4657-ade0-feca966ada0a [pid: 7|app: 0|req: 513/1037] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:39:06 2026] POST /v2.0/networks => generated 634 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:39:06.261 8 INFO neutron.db.l3_db [req-84e82625-e1ca-4495-b8fe-480e5b524774 req-1246151e-ceb3-40dd-9a0d-cb39947656da 7be4c1da67e742e6a45a9c61f3137069 2833094aa0524c27937f5c055cf695c5 - - default default] Floating IP bcb2ce1e-4cdc-46b6-a889-8ad5c2db54a9 disassociated. External IP: 10.96.250.219, port: db13462c-e1fb-47b7-b2c5-15527964adb2. [pid: 8|app: 0|req: 525/1038] 199.204.45.49 () {36 vars in 996 bytes} [Tue Apr 28 18:39:05 2026] DELETE /v2.0/ports/db13462c-e1fb-47b7-b2c5-15527964adb2 => generated 0 bytes in 665 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1039] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:06 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:39:06.700 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-109a8201-3079-4d47-bf9c-80d8559ae0e1'] response: {'server_uuid': '3d32df62-50f7-4115-80a7-33570ab5c97c', 'name': 'network-vif-deleted', 'tag': 'db13462c-e1fb-47b7-b2c5-15527964adb2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 527/1040] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:06 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => 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: 528/1041] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:06 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1042] 10.0.0.224 () {34 vars in 665 bytes} [Tue Apr 28 18:39:06 2026] POST /v2.0/ports => generated 1506 bytes in 659 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1043] 10.0.0.224 () {32 vars in 643 bytes} [Tue Apr 28 18:39:06 2026] GET /v2.0/ports => generated 1506 bytes in 131 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: 530/1044] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:07 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:39:07.117 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d7884ff-c361-4413-8f3c-101488351e78 5d7cdc35839c480f8423e74bcdae02e1 7f4e89dcc5c045fc90f23d830448dacb - - default default] TaaS: Handle Delete Port: cb26e282-4c8d-4492-a60a-ac4bf617a309 2026-04-28 18:39:07.120 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d7884ff-c361-4413-8f3c-101488351e78 5d7cdc35839c480f8423e74bcdae02e1 7f4e89dcc5c045fc90f23d830448dacb - - default default] Tap Mirror: Handle Delete Port: cb26e282-4c8d-4492-a60a-ac4bf617a309 [pid: 7|app: 0|req: 515/1045] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:39:07 2026] DELETE /v2.0/ports/cb26e282-4c8d-4492-a60a-ac4bf617a309 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:39:07.330 8 INFO neutron_taas.services.taas.taas_plugin [None req-6fe4c486-941a-4819-8a62-356fd0379e6a 5d7cdc35839c480f8423e74bcdae02e1 7f4e89dcc5c045fc90f23d830448dacb - - default default] TaaS: Handle Delete Port: ff95ea27-583f-4041-8a2f-e067e928d1d7 2026-04-28 18:39:07.334 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fe4c486-941a-4819-8a62-356fd0379e6a 5d7cdc35839c480f8423e74bcdae02e1 7f4e89dcc5c045fc90f23d830448dacb - - default default] Tap Mirror: Handle Delete Port: ff95ea27-583f-4041-8a2f-e067e928d1d7 [pid: 8|app: 0|req: 531/1046] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:39:07 2026] DELETE /v2.0/ports/ff95ea27-583f-4041-8a2f-e067e928d1d7 => 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: 516/1047] 10.0.0.224 () {32 vars in 643 bytes} [Tue Apr 28 18:39:07 2026] GET /v2.0/ports => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:39:07.586 8 INFO neutron.db.segments_db [None req-ddb67f1f-0e81-4ea4-b2c9-dfb7248cb6dc 5d7cdc35839c480f8423e74bcdae02e1 7f4e89dcc5c045fc90f23d830448dacb - - default default] Added segment c4f64d8b-c169-438f-a4e5-96b0ad4595ad of type vxlan for network 2293f439-0597-46e3-9310-2b7a41846184 2026-04-28 18:39:07.673 8 INFO neutron.services.segments.plugin [-] Segment 974c2f5b-f0e0-4b95-ba8b-de9c628f582f resource provider aggregate not found 2026-04-28 18:39:07.684 8 INFO neutron.services.segments.plugin [-] Segment 974c2f5b-f0e0-4b95-ba8b-de9c628f582f resource provider aggregate not found 2026-04-28 18:39:07.708 8 INFO neutron.services.segments.plugin [-] Segment 974c2f5b-f0e0-4b95-ba8b-de9c628f582f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 974c2f5b-f0e0-4b95-ba8b-de9c628f582f found for delete ", "request_id": "req-2d599986-f9f4-4b56-80c6-d96a7bba0780"}]} 2026-04-28 18:39:07.718 8 INFO neutron.services.segments.plugin [-] Segment 974c2f5b-f0e0-4b95-ba8b-de9c628f582f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 974c2f5b-f0e0-4b95-ba8b-de9c628f582f found for delete ", "request_id": "req-0afc74a7-199b-469d-9ed8-580fffb5540b"}]} [pid: 8|app: 0|req: 532/1048] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:39:07 2026] POST /v2.0/networks => generated 635 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1049] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:07 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:39:07.832 7 INFO neutron.db.segments_db [None req-a1847d6b-25d8-43eb-9a74-4a15fb76f6bd 5d7cdc35839c480f8423e74bcdae02e1 7f4e89dcc5c045fc90f23d830448dacb - - default default] Added segment b0e57010-029b-4a89-a8c6-a58a3edaef6e of type vxlan for network 9e3dcab8-c024-4b7c-842b-68e54543d139 [pid: 7|app: 0|req: 517/1050] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:39:07 2026] POST /v2.0/networks => generated 634 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1051] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:07 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => 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: 518/1052] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:07 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&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: 535/1053] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:08 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1054] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:08 2026] GET /v2.0/ports?device_id=49b0e9f5-12cb-4cc6-afa2-4711a0037736 => 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: 519/1055] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:39:08 2026] POST /v2.0/subnets => generated 1323 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1056] 10.0.0.224 () {32 vars in 647 bytes} [Tue Apr 28 18:39:08 2026] GET /v2.0/subnets => generated 1959 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1057] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:09 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => 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: 520/1058] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:39:09 2026] DELETE /v2.0/subnets/7ec54015-c33b-4892-af60-1e0ecb95e0fb => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1059] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:09 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&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: 521/1060] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:39:09 2026] DELETE /v2.0/subnets/1f447e59-2518-4a3b-bf97-93361a3f89b8 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1061] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:09 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => 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: 522/1062] 10.0.0.224 () {32 vars in 647 bytes} [Tue Apr 28 18:39:09 2026] GET /v2.0/subnets => generated 649 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1063] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:09 2026] DELETE /v2.0/networks/9e3dcab8-c024-4b7c-842b-68e54543d139 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:39:09.720 7 INFO neutron.services.segments.plugin [-] Segment c4f64d8b-c169-438f-a4e5-96b0ad4595ad resource provider aggregate not found 2026-04-28 18:39:09.726 7 INFO neutron.services.segments.plugin [-] Segment c4f64d8b-c169-438f-a4e5-96b0ad4595ad resource provider aggregate not found 2026-04-28 18:39:09.734 8 INFO neutron.services.segments.plugin [-] Segment b0e57010-029b-4a89-a8c6-a58a3edaef6e resource provider aggregate not found 2026-04-28 18:39:09.743 7 INFO neutron.services.segments.plugin [-] Segment c4f64d8b-c169-438f-a4e5-96b0ad4595ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4f64d8b-c169-438f-a4e5-96b0ad4595ad found for delete ", "request_id": "req-a875d477-9ddb-49c9-a10b-cae38cf26b60"}]} 2026-04-28 18:39:09.744 8 INFO neutron.services.segments.plugin [-] Segment b0e57010-029b-4a89-a8c6-a58a3edaef6e resource provider aggregate not found [pid: 7|app: 0|req: 523/1064] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:09 2026] DELETE /v2.0/networks/2293f439-0597-46e3-9310-2b7a41846184 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:39:09.758 8 INFO neutron.services.segments.plugin [-] Segment b0e57010-029b-4a89-a8c6-a58a3edaef6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0e57010-029b-4a89-a8c6-a58a3edaef6e found for delete ", "request_id": "req-7a461f3e-d5d4-446a-9d10-64f0b2701f1a"}]} 2026-04-28 18:39:09.760 7 INFO neutron.services.segments.plugin [-] Segment c4f64d8b-c169-438f-a4e5-96b0ad4595ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4f64d8b-c169-438f-a4e5-96b0ad4595ad found for delete ", "request_id": "req-9e5fca43-4735-4db4-b995-ad56fb5bb8c9"}]} 2026-04-28 18:39:09.776 8 INFO neutron.services.segments.plugin [-] Segment b0e57010-029b-4a89-a8c6-a58a3edaef6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0e57010-029b-4a89-a8c6-a58a3edaef6e found for delete ", "request_id": "req-8a14e2b3-0000-498a-8b51-77014cba6f96"}]} [pid: 8|app: 0|req: 542/1065] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:09 2026] DELETE /v2.0/networks/fb7b45b9-e12a-4657-ade0-feca966ada0a => 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: 524/1066] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:09 2026] DELETE /v2.0/networks/bbb68c64-f73e-4116-a5d2-bf6418d22d35 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1067] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:10 2026] DELETE /v2.0/security-groups/16b59c0c-5d83-4fce-b18b-845dd006deb7 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:39:10.183 7 INFO neutron.api.v2.resource [None req-e16f5a37-cc6f-4880-98ee-a1cca209a087 46e4bae3e6a0441f96f780b824d141fc f951d9f0ad9f4bf8bc94052910c2069a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 525/1068] 10.0.0.224 () {32 vars in 737 bytes} [Tue Apr 28 18:39:10 2026] GET /v2.0/security-groups/16b59c0c-5d83-4fce-b18b-845dd006deb7 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:39:10.274 8 INFO neutron_taas.services.taas.taas_plugin [None req-40d6465d-1b01-410a-bad8-cdd72162968b 46e4bae3e6a0441f96f780b824d141fc f951d9f0ad9f4bf8bc94052910c2069a - - default default] TaaS: Handle Delete Port: 81557872-6307-4095-b970-51a6feecc45e 2026-04-28 18:39:10.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40d6465d-1b01-410a-bad8-cdd72162968b 46e4bae3e6a0441f96f780b824d141fc f951d9f0ad9f4bf8bc94052910c2069a - - default default] Tap Mirror: Handle Delete Port: 81557872-6307-4095-b970-51a6feecc45e [pid: 7|app: 0|req: 526/1069] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:10 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1070] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:39:10 2026] DELETE /v2.0/floatingips/9a9fc525-a8d5-4f63-9505-3691ab766a06 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1071] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:10 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1072] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:10 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => 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: 528/1073] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:10 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:10.937 7 INFO neutron.db.l3_db [None req-9a6a4fd6-825c-4057-aab3-2e582a51eeaa 0453d87bd0544a60979ec8bd06396b86 4edbeab7aa974d859194dae856771bad - - default default] Floating IP 21f179d1-ae71-47e6-addd-258316b8eec2 associated. External IP: 10.96.250.205, port: 62f97af1-5d33-4f60-954a-afbdda51c6c4. [pid: 7|app: 0|req: 529/1074] 10.0.0.224 () {34 vars in 749 bytes} [Tue Apr 28 18:39:10 2026] PUT /v2.0/floatingips/21f179d1-ae71-47e6-addd-258316b8eec2 => generated 855 bytes in 672 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:11.328 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a9a2d3ec-b7d4-4d84-bd62-cf7cd797eeb0'] response: {'name': 'network-changed', 'server_uuid': '79138334-ec7d-4153-9605-be356cafe2ea', 'tag': '62f97af1-5d33-4f60-954a-afbdda51c6c4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 530/1075] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:11 2026] GET /v2.0/security-groups?tenant_id=7f4e89dcc5c045fc90f23d830448dacb&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:39:11.475 8 INFO neutron_taas.services.taas.taas_plugin [None req-67cf5902-1b3d-49f0-8b34-870843b83b9a 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 592380cc-d353-42e4-9336-852c3e6bfb7b 2026-04-28 18:39:11.478 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67cf5902-1b3d-49f0-8b34-870843b83b9a 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 592380cc-d353-42e4-9336-852c3e6bfb7b [pid: 7|app: 0|req: 531/1076] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:11 2026] DELETE /v2.0/security-groups/eaaa546f-a651-46d6-abed-e854aa7dd71a => 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: 532/1077] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:11 2026] GET /v2.0/ports?device_id=3d32df62-50f7-4115-80a7-33570ab5c97c => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:39:11.776 7 INFO neutron.services.segments.plugin [-] Segment 4995a020-fe69-4f9e-b5e7-cb35a2f70947 resource provider aggregate not found 2026-04-28 18:39:11.776 8 INFO neutron.services.segments.plugin [-] Segment 4f27ee19-1277-4aae-99ba-f6b993d3e44a resource provider aggregate not found 2026-04-28 18:39:11.795 7 INFO neutron.services.segments.plugin [-] Segment 4995a020-fe69-4f9e-b5e7-cb35a2f70947 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4995a020-fe69-4f9e-b5e7-cb35a2f70947 found for delete ", "request_id": "req-e6ad7f65-7849-45c0-a86c-90cdd57426b5"}]} 2026-04-28 18:39:11.799 7 INFO neutron.services.segments.plugin [-] Segment 4995a020-fe69-4f9e-b5e7-cb35a2f70947 resource provider aggregate not found 2026-04-28 18:39:11.816 8 INFO neutron.services.segments.plugin [-] Segment 4f27ee19-1277-4aae-99ba-f6b993d3e44a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f27ee19-1277-4aae-99ba-f6b993d3e44a found for delete ", "request_id": "req-5bec8c10-2608-4df3-a491-3c7a555d38cd"}]} 2026-04-28 18:39:11.817 8 INFO neutron.services.segments.plugin [-] Segment 4f27ee19-1277-4aae-99ba-f6b993d3e44a resource provider aggregate not found 2026-04-28 18:39:11.818 7 INFO neutron.services.segments.plugin [-] Segment 4995a020-fe69-4f9e-b5e7-cb35a2f70947 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4995a020-fe69-4f9e-b5e7-cb35a2f70947 found for delete ", "request_id": "req-967c0b22-377f-4ae5-bdc1-4ae5bcf29cc0"}]} 2026-04-28 18:39:11.840 8 INFO neutron.services.segments.plugin [-] Segment 4f27ee19-1277-4aae-99ba-f6b993d3e44a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f27ee19-1277-4aae-99ba-f6b993d3e44a found for delete ", "request_id": "req-395f7d6c-8ae1-49b3-b84c-ca6c1c0df824"}]} [pid: 7|app: 0|req: 533/1078] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:39:11 2026] GET /v2.0/ports?tenant_id=4edbeab7aa974d859194dae856771bad&device_id=79138334-ec7d-4153-9605-be356cafe2ea => 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: 534/1079] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:39:11 2026] GET /v2.0/networks?id=178e28c4-5d72-462a-825d-155cc7b840cc => generated 771 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1080] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:39:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=62f97af1-5d33-4f60-954a-afbdda51c6c4 => 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: 536/1081] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:39:12 2026] GET /v2.0/subnets?id=84908139-a01e-49f2-883c-b444badeee2b => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1082] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:39:10 2026] PUT /v2.0/routers/a6316365-545a-4929-b4f1-65585f4ddce8/remove_router_interface => generated 309 bytes in 1499 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1083] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:39:12 2026] GET /v2.0/ports?network_id=178e28c4-5d72-462a-825d-155cc7b840cc&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: 538/1084] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:39:12 2026] GET /v2.0/networks/178e28c4-5d72-462a-825d-155cc7b840cc?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: 539/1085] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:39:12 2026] GET /v2.0/networks/178e28c4-5d72-462a-825d-155cc7b840cc?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) 2026-04-28 18:39:12.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d9cd4e2-ea18-4837-9cd3-3af9cf868bc9 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 76e5ecdb-05bc-4730-92d1-df52c1e723fe 2026-04-28 18:39:12.267 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d9cd4e2-ea18-4837-9cd3-3af9cf868bc9 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 76e5ecdb-05bc-4730-92d1-df52c1e723fe 2026-04-28 18:39:12.595 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d9cd4e2-ea18-4837-9cd3-3af9cf868bc9 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 5823514a-f4c1-46d8-8ba7-b87175847f56 2026-04-28 18:39:12.598 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d9cd4e2-ea18-4837-9cd3-3af9cf868bc9 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 5823514a-f4c1-46d8-8ba7-b87175847f56 [pid: 7|app: 0|req: 540/1086] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:12 2026] DELETE /v2.0/security-groups/3a58f7d4-4c3f-44db-8a68-cd40eafa11c7 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:39:12.905 7 INFO neutron.api.v2.resource [None req-0f1506f7-ac7c-433f-96f5-62bf4aa07f71 7be4c1da67e742e6a45a9c61f3137069 2833094aa0524c27937f5c055cf695c5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 541/1087] 10.0.0.224 () {32 vars in 737 bytes} [Tue Apr 28 18:39:12 2026] GET /v2.0/security-groups/3a58f7d4-4c3f-44db-8a68-cd40eafa11c7 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:39:12.948 8 INFO neutron.db.l3_hamode_db [None req-2d9cd4e2-ea18-4837-9cd3-3af9cf868bc9 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] HA network dbeb7723-cc09-4ea2-be82-ae4da24c412b was deleted as no HA routers are present in tenant f951d9f0ad9f4bf8bc94052910c2069a. [pid: 8|app: 0|req: 547/1088] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:39:12 2026] DELETE /v2.0/routers/a6316365-545a-4929-b4f1-65585f4ddce8 => generated 0 bytes in 892 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:39:13.010 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5c683fe-e951-4815-9f7d-5a070e6aadc5 7be4c1da67e742e6a45a9c61f3137069 2833094aa0524c27937f5c055cf695c5 - - default default] TaaS: Handle Delete Port: 550ba92b-f65d-4bb5-bccc-f90fbfdfd6ae 2026-04-28 18:39:13.013 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5c683fe-e951-4815-9f7d-5a070e6aadc5 7be4c1da67e742e6a45a9c61f3137069 2833094aa0524c27937f5c055cf695c5 - - default default] Tap Mirror: Handle Delete Port: 550ba92b-f65d-4bb5-bccc-f90fbfdfd6ae [pid: 8|app: 0|req: 548/1089] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:39:12 2026] DELETE /v2.0/subnets/c71fc77e-d04a-44d5-8be8-c6668bf057a5 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:39:13.183 8 INFO neutron_taas.services.taas.taas_plugin [None req-5819960d-3554-46b1-9f06-9e62fe72f366 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: abc029c0-9371-4286-93df-e921103e4579 2026-04-28 18:39:13.185 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5819960d-3554-46b1-9f06-9e62fe72f366 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: abc029c0-9371-4286-93df-e921103e4579 [pid: 7|app: 0|req: 542/1090] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:39:12 2026] DELETE /v2.0/floatingips/bcb2ce1e-4cdc-46b6-a889-8ad5c2db54a9 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1091] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:13 2026] DELETE /v2.0/networks/4d78f579-0caa-485a-821a-5dde62b2b6ee => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:39:13.558 7 INFO neutron_taas.services.taas.taas_plugin [None req-ddcd472c-c145-4aed-9193-c9e79fd34d86 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: b4975152-987e-4c2a-a3ec-79ad882e6f99 2026-04-28 18:39:13.561 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddcd472c-c145-4aed-9193-c9e79fd34d86 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: b4975152-987e-4c2a-a3ec-79ad882e6f99 2026-04-28 18:39:13.678 8 INFO neutron.db.segments_db [None req-bc608b01-638b-4594-afa8-5740f1658b23 ff5807d115f34b2885f9ca517bb69885 b48112c4b6a34093b9f50d5a991e2fc8 - - default default] Added segment d43a3b99-3aa3-4442-a098-884ef90e9039 of type vxlan for network 4be35f36-14f1-4df6-9a68-f1ed39700422 [pid: 8|app: 0|req: 550/1092] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:39:13 2026] POST /v2.0/networks => generated 626 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1093] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:13 2026] GET /v2.0/security-groups?tenant_id=f951d9f0ad9f4bf8bc94052910c2069a&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:39:13.849 8 INFO neutron.services.segments.plugin [-] Segment 1d57263b-011f-4c7f-9cfe-97962fbdaa9a resource provider aggregate not found 2026-04-28 18:39:13.881 8 INFO neutron.services.segments.plugin [-] Segment 1d57263b-011f-4c7f-9cfe-97962fbdaa9a resource provider aggregate not found 2026-04-28 18:39:13.889 8 INFO neutron.services.segments.plugin [-] Segment 1d57263b-011f-4c7f-9cfe-97962fbdaa9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d57263b-011f-4c7f-9cfe-97962fbdaa9a found for delete ", "request_id": "req-6e1f6560-933a-4f3c-bf2d-afaeabd041ab"}]} 2026-04-28 18:39:13.909 8 INFO neutron.services.segments.plugin [-] Segment 1d57263b-011f-4c7f-9cfe-97962fbdaa9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d57263b-011f-4c7f-9cfe-97962fbdaa9a found for delete ", "request_id": "req-14d5b980-3dcf-4f16-926e-e96285591340"}]} 2026-04-28 18:39:13.919 8 INFO neutron.services.segments.plugin [-] Segment 5803945d-f435-44c2-8cc0-590d1dcaa6b4 resource provider aggregate not found 2026-04-28 18:39:13.932 8 INFO neutron.services.segments.plugin [-] Segment 5803945d-f435-44c2-8cc0-590d1dcaa6b4 resource provider aggregate not found 2026-04-28 18:39:13.939 8 INFO neutron.services.segments.plugin [-] Segment 5803945d-f435-44c2-8cc0-590d1dcaa6b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5803945d-f435-44c2-8cc0-590d1dcaa6b4 found for delete ", "request_id": "req-ebb8bf71-6778-48ae-9bbb-ef389582c6b8"}]} 2026-04-28 18:39:13.955 8 INFO neutron.services.segments.plugin [-] Segment 5803945d-f435-44c2-8cc0-590d1dcaa6b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5803945d-f435-44c2-8cc0-590d1dcaa6b4 found for delete ", "request_id": "req-bcfcd177-0ac2-4bac-bc79-59c3ddb1198c"}]} [pid: 7|app: 0|req: 543/1094] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:39:13 2026] PUT /v2.0/routers/aa251772-a6e9-4b7f-87a6-6282b3dbacfd/remove_router_interface => generated 309 bytes in 1034 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1095] 10.0.0.224 () {34 vars in 665 bytes} [Tue Apr 28 18:39:13 2026] POST /v2.0/ports => generated 775 bytes in 391 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: 544/1096] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:14 2026] DELETE /v2.0/security-groups/4a49544c-5ffa-4195-a5fb-7f8765fa6f1c => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:39:14.404 7 INFO neutron.db.segments_db [None req-8e405989-e4d9-4ce3-ba7f-ba3a99ebb2b6 ff5807d115f34b2885f9ca517bb69885 b48112c4b6a34093b9f50d5a991e2fc8 - - default default] Added segment 9983e0f0-d66a-4d6e-9986-544489013e8e of type vxlan for network a2fa1b0a-bae2-4612-9d15-ddafe01c5107 2026-04-28 18:39:14.472 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c3b94f4-c87d-421f-b8be-4d800905c0a6 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: cf7760cc-ddc1-4d2c-a2d5-119bfac72248 2026-04-28 18:39:14.475 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c3b94f4-c87d-421f-b8be-4d800905c0a6 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: cf7760cc-ddc1-4d2c-a2d5-119bfac72248 [pid: 7|app: 0|req: 545/1097] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:39:14 2026] POST /v2.0/networks => generated 612 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1100] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:39:14 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:39:14.759 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c3b94f4-c87d-421f-b8be-4d800905c0a6 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 7498fe40-0530-4ec7-b96d-df5ffef30834 2026-04-28 18:39:14.762 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c3b94f4-c87d-421f-b8be-4d800905c0a6 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 7498fe40-0530-4ec7-b96d-df5ffef30834 [pid: 7|app: 0|req: 549/1101] 10.0.0.224 () {34 vars in 665 bytes} [Tue Apr 28 18:39:14 2026] POST /v2.0/ports => generated 949 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:39:15.146 8 INFO neutron.db.l3_hamode_db [None req-4c3b94f4-c87d-421f-b8be-4d800905c0a6 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] HA network cc633ae6-069b-46b6-bc06-742fb39ab01d was deleted as no HA routers are present in tenant 2833094aa0524c27937f5c055cf695c5. [pid: 8|app: 0|req: 553/1102] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:39:14 2026] DELETE /v2.0/routers/aa251772-a6e9-4b7f-87a6-6282b3dbacfd => generated 0 bytes in 917 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:39:15.222 7 INFO neutron_taas.services.taas.taas_plugin [None req-b17decfc-63bc-4adc-b6b3-bfda41e7a9be ff5807d115f34b2885f9ca517bb69885 b48112c4b6a34093b9f50d5a991e2fc8 - - default default] TaaS: Handle Delete Port: 9ad5e9b6-2a47-4b72-92da-7654db0d91ee 2026-04-28 18:39:15.225 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b17decfc-63bc-4adc-b6b3-bfda41e7a9be ff5807d115f34b2885f9ca517bb69885 b48112c4b6a34093b9f50d5a991e2fc8 - - default default] Tap Mirror: Handle Delete Port: 9ad5e9b6-2a47-4b72-92da-7654db0d91ee [pid: 8|app: 0|req: 554/1103] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:39:15 2026] DELETE /v2.0/subnets/b877ed58-951b-4471-afbf-fc57bf35c005 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:39:15.389 8 INFO neutron_taas.services.taas.taas_plugin [None req-e867fed7-ad7e-4cb4-b89f-4ceff9cd1868 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: eb1d1bb4-2573-4c3d-bef5-299dff0fa8ad 2026-04-28 18:39:15.393 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e867fed7-ad7e-4cb4-b89f-4ceff9cd1868 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: eb1d1bb4-2573-4c3d-bef5-299dff0fa8ad [pid: 7|app: 0|req: 550/1104] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:39:15 2026] DELETE /v2.0/ports/9ad5e9b6-2a47-4b72-92da-7654db0d91ee => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:39:15.435 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cbbd8fe9-1b30-4669-9d02-39ae06b88f57 ff5807d115f34b2885f9ca517bb69885 b48112c4b6a34093b9f50d5a991e2fc8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 551/1105] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:39:15 2026] DELETE /v2.0/ports/9ad5e9b6-2a47-4b72-92da-7654db0d91ee => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:39:15.461 7 INFO neutron.pecan_wsgi.hooks.translation [None req-95134926-e722-4cef-8c31-781b7ced9cdf ff5807d115f34b2885f9ca517bb69885 b48112c4b6a34093b9f50d5a991e2fc8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 552/1106] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:39:15 2026] GET /v2.0/ports/9ad5e9b6-2a47-4b72-92da-7654db0d91ee => 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: 555/1107] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:15 2026] DELETE /v2.0/networks/0f8c9a6e-eea5-43fc-b723-a197539876e1 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1108] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:39:15 2026] DELETE /v2.0/subnets/e7a7e917-1e2b-41b8-8947-77c5606c8160 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1109] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:15 2026] GET /v2.0/security-groups?tenant_id=2833094aa0524c27937f5c055cf695c5&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1110] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:15 2026] DELETE /v2.0/networks/a2fa1b0a-bae2-4612-9d15-ddafe01c5107 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:39:15.820 8 INFO neutron.db.segments_db [None req-ba94ded2-1537-438c-b31e-37844810f778 ff5807d115f34b2885f9ca517bb69885 b48112c4b6a34093b9f50d5a991e2fc8 - - default default] Added segment 97b30baf-6b4e-42eb-a773-0780541a1138 of type vxlan for network 174a1188-720b-4009-84ef-f4df74171e75 [pid: 7|app: 0|req: 555/1111] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:15 2026] DELETE /v2.0/security-groups/b074c814-6808-4e5a-8a34-1ceb9e394a45 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1112] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:39:15 2026] POST /v2.0/networks => generated 613 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:39:15.969 8 INFO neutron.services.segments.plugin [-] Segment 0cce783a-5567-475e-8c36-f783eae1c40e resource provider aggregate not found 2026-04-28 18:39:15.985 8 INFO neutron.services.segments.plugin [-] Segment 0cce783a-5567-475e-8c36-f783eae1c40e resource provider aggregate not found 2026-04-28 18:39:15.996 8 INFO neutron.services.segments.plugin [-] Segment 0cce783a-5567-475e-8c36-f783eae1c40e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cce783a-5567-475e-8c36-f783eae1c40e found for delete ", "request_id": "req-a39eca80-903b-4ec4-aed4-f45f2b60fc1b"}]} 2026-04-28 18:39:16.008 8 INFO neutron.services.segments.plugin [-] Segment 727f6ffd-45e4-43e2-9183-97d34b412e1b resource provider aggregate not found 2026-04-28 18:39:16.011 8 INFO neutron.services.segments.plugin [-] Segment 0cce783a-5567-475e-8c36-f783eae1c40e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cce783a-5567-475e-8c36-f783eae1c40e found for delete ", "request_id": "req-189e9ba9-60fd-4336-a07c-5fcfbd5e7799"}]} 2026-04-28 18:39:16.026 8 INFO neutron.services.segments.plugin [-] Segment 727f6ffd-45e4-43e2-9183-97d34b412e1b resource provider aggregate not found 2026-04-28 18:39:16.029 8 INFO neutron.services.segments.plugin [-] Segment 727f6ffd-45e4-43e2-9183-97d34b412e1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 727f6ffd-45e4-43e2-9183-97d34b412e1b found for delete ", "request_id": "req-f0b635c1-da68-4b84-80bd-77677fb165e1"}]} 2026-04-28 18:39:16.042 8 INFO neutron.services.segments.plugin [-] Segment 727f6ffd-45e4-43e2-9183-97d34b412e1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 727f6ffd-45e4-43e2-9183-97d34b412e1b found for delete ", "request_id": "req-f5be86ea-5b93-4e23-a173-14cf8bf059ec"}]} 2026-04-28 18:39:16.046 8 INFO neutron.services.segments.plugin [-] Segment 9983e0f0-d66a-4d6e-9986-544489013e8e resource provider aggregate not found 2026-04-28 18:39:16.061 8 INFO neutron.services.segments.plugin [-] Segment 9983e0f0-d66a-4d6e-9986-544489013e8e resource provider aggregate not found 2026-04-28 18:39:16.067 8 INFO neutron.services.segments.plugin [-] Segment 9983e0f0-d66a-4d6e-9986-544489013e8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9983e0f0-d66a-4d6e-9986-544489013e8e found for delete ", "request_id": "req-76767ec1-b6fa-4a42-8e04-a14c6fa2630b"}]} 2026-04-28 18:39:16.077 8 INFO neutron.services.segments.plugin [-] Segment 9983e0f0-d66a-4d6e-9986-544489013e8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9983e0f0-d66a-4d6e-9986-544489013e8e found for delete ", "request_id": "req-588ae2c4-d826-4300-86d3-e00851fe0eff"}]} [pid: 7|app: 0|req: 556/1113] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:39:15 2026] POST /v2.0/subnets => generated 626 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1114] 10.0.0.224 () {34 vars in 665 bytes} [Tue Apr 28 18:39:16 2026] POST /v2.0/ports => generated 916 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:39:16.749 7 INFO neutron_taas.services.taas.taas_plugin [None req-64932018-9405-4622-9be5-0b7152cb179f ff5807d115f34b2885f9ca517bb69885 b48112c4b6a34093b9f50d5a991e2fc8 - - default default] TaaS: Handle Delete Port: b26f2c58-6745-43d4-962f-70fe642f65c7 2026-04-28 18:39:16.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64932018-9405-4622-9be5-0b7152cb179f ff5807d115f34b2885f9ca517bb69885 b48112c4b6a34093b9f50d5a991e2fc8 - - default default] Tap Mirror: Handle Delete Port: b26f2c58-6745-43d4-962f-70fe642f65c7 [pid: 7|app: 0|req: 557/1115] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:39:16 2026] DELETE /v2.0/ports/b26f2c58-6745-43d4-962f-70fe642f65c7 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:39:16.947 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0f23d998-badf-47b6-8627-3f6ad6668e4e ff5807d115f34b2885f9ca517bb69885 b48112c4b6a34093b9f50d5a991e2fc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 559/1116] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:39:16 2026] GET /v2.0/ports/b26f2c58-6745-43d4-962f-70fe642f65c7 => 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: 558/1117] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:39:16 2026] DELETE /v2.0/subnets/0be68b29-d55f-4f52-9b4a-7bc75d4de67f => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1118] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:17 2026] DELETE /v2.0/networks/174a1188-720b-4009-84ef-f4df74171e75 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1119] 10.0.0.224 () {34 vars in 665 bytes} [Tue Apr 28 18:39:17 2026] POST /v2.0/ports => generated 775 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1120] 10.0.0.224 () {34 vars in 737 bytes} [Tue Apr 28 18:39:17 2026] PUT /v2.0/ports/221e823f-2f50-4912-b115-7db0d718712f => generated 752 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:39:17.878 7 INFO neutron_taas.services.taas.taas_plugin [None req-81c31dfa-ef45-491a-9f89-71713bad5901 ff5807d115f34b2885f9ca517bb69885 b48112c4b6a34093b9f50d5a991e2fc8 - - default default] TaaS: Handle Delete Port: 221e823f-2f50-4912-b115-7db0d718712f 2026-04-28 18:39:17.881 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81c31dfa-ef45-491a-9f89-71713bad5901 ff5807d115f34b2885f9ca517bb69885 b48112c4b6a34093b9f50d5a991e2fc8 - - default default] Tap Mirror: Handle Delete Port: 221e823f-2f50-4912-b115-7db0d718712f [pid: 7|app: 0|req: 560/1121] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:39:17 2026] DELETE /v2.0/ports/221e823f-2f50-4912-b115-7db0d718712f => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 562/1122] 10.0.0.224 () {32 vars in 643 bytes} [Tue Apr 28 18:39:17 2026] GET /v2.0/ports => generated 778 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:18.037 7 INFO neutron.pecan_wsgi.hooks.translation [None req-619d4313-bff6-4dc1-8d1e-31cc7bf22d1c ff5807d115f34b2885f9ca517bb69885 b48112c4b6a34093b9f50d5a991e2fc8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 561/1123] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:39:18 2026] GET /v2.0/ports/221e823f-2f50-4912-b115-7db0d718712f => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:39:18.094 8 INFO neutron.services.segments.plugin [-] Segment 97b30baf-6b4e-42eb-a773-0780541a1138 resource provider aggregate not found 2026-04-28 18:39:18.101 8 INFO neutron.services.segments.plugin [-] Segment 97b30baf-6b4e-42eb-a773-0780541a1138 resource provider aggregate not found [pid: 8|app: 0|req: 563/1124] 10.0.0.224 () {32 vars in 643 bytes} [Tue Apr 28 18:39:18 2026] GET /v2.0/ports => generated 778 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:18.120 8 INFO neutron.services.segments.plugin [-] Segment 97b30baf-6b4e-42eb-a773-0780541a1138 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97b30baf-6b4e-42eb-a773-0780541a1138 found for delete ", "request_id": "req-616b8026-945d-4e39-9e2d-5e16f4c7971b"}]} 2026-04-28 18:39:18.139 8 INFO neutron.services.segments.plugin [-] Segment 97b30baf-6b4e-42eb-a773-0780541a1138 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97b30baf-6b4e-42eb-a773-0780541a1138 found for delete ", "request_id": "req-409d9282-e26d-4c09-a4a0-1a76fed88447"}]} [pid: 7|app: 0|req: 562/1125] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:39:18 2026] GET /v2.0/ports/5e497bac-1258-48f3-a725-38410724a103 => generated 775 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:18.202 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3aeea19-84dd-40e1-b1cb-afc9f1323908 ff5807d115f34b2885f9ca517bb69885 b48112c4b6a34093b9f50d5a991e2fc8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 564/1126] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:39:18 2026] DELETE /v2.0/ports/b26f2c58-6745-43d4-962f-70fe642f65c7 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:39:18.227 7 INFO neutron.pecan_wsgi.hooks.translation [None req-38356930-bfa3-48cf-9b28-cf952540c4d7 ff5807d115f34b2885f9ca517bb69885 b48112c4b6a34093b9f50d5a991e2fc8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 563/1127] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:39:18 2026] DELETE /v2.0/subnets/0be68b29-d55f-4f52-9b4a-7bc75d4de67f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:39:18.254 8 INFO neutron.pecan_wsgi.hooks.translation [None req-44cab07c-312b-433b-9085-2275a6c68f56 ff5807d115f34b2885f9ca517bb69885 b48112c4b6a34093b9f50d5a991e2fc8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 565/1128] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:39:18 2026] DELETE /v2.0/subnets/e7a7e917-1e2b-41b8-8947-77c5606c8160 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:39:18.361 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a0dcbf7-5fab-45dd-9713-7f05dc5fa9c3 ff5807d115f34b2885f9ca517bb69885 b48112c4b6a34093b9f50d5a991e2fc8 - - default default] TaaS: Handle Delete Port: 5e497bac-1258-48f3-a725-38410724a103 2026-04-28 18:39:18.364 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a0dcbf7-5fab-45dd-9713-7f05dc5fa9c3 ff5807d115f34b2885f9ca517bb69885 b48112c4b6a34093b9f50d5a991e2fc8 - - default default] Tap Mirror: Handle Delete Port: 5e497bac-1258-48f3-a725-38410724a103 [pid: 7|app: 0|req: 564/1129] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:39:18 2026] DELETE /v2.0/ports/5e497bac-1258-48f3-a725-38410724a103 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1130] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:18 2026] DELETE /v2.0/networks/4be35f36-14f1-4df6-9a68-f1ed39700422 => 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: 565/1131] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:18 2026] GET /v2.0/security-groups?tenant_id=318d9497fd844b75a3c57873547a9284&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1132] 10.0.0.90 () {34 vars in 989 bytes} [Tue Apr 28 18:39:19 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => 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: 567/1133] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:18 2026] GET /v2.0/security-groups?tenant_id=5d006e43b16645ec992655958d061963&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1134] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:19 2026] DELETE /v2.0/security-groups/b13ffc40-9ff5-44f0-b483-afbe46d584dd => 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: 568/1135] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:19 2026] GET /v2.0/security-groups?tenant_id=b48112c4b6a34093b9f50d5a991e2fc8&name=default => generated 2925 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1136] 10.0.0.90 () {34 vars in 1039 bytes} [Tue Apr 28 18:39:19 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1137] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:19 2026] DELETE /v2.0/security-groups/7f97cef2-40c8-4b14-a580-7e33144d1660 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1138] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:19 2026] DELETE /v2.0/security-groups/274053c7-7de7-467c-82e3-6ee75b8a0d41 => 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: 570/1139] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:19 2026] GET /v2.0/security-groups?tenant_id=6dcd8f57367445a7bc3d501c24a1cfed&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1140] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:19 2026] DELETE /v2.0/security-groups/19f87cfe-8e06-4784-a376-9127b902d7b4 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:39:20.147 8 INFO neutron.services.segments.plugin [-] Segment d43a3b99-3aa3-4442-a098-884ef90e9039 resource provider aggregate not found 2026-04-28 18:39:20.178 8 INFO neutron.services.segments.plugin [-] Segment d43a3b99-3aa3-4442-a098-884ef90e9039 resource provider aggregate not found 2026-04-28 18:39:20.185 8 INFO neutron.services.segments.plugin [-] Segment d43a3b99-3aa3-4442-a098-884ef90e9039 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d43a3b99-3aa3-4442-a098-884ef90e9039 found for delete ", "request_id": "req-65b10c41-56d5-45b3-85f6-f95f00fc11a7"}]} 2026-04-28 18:39:20.194 8 INFO neutron.services.segments.plugin [-] Segment d43a3b99-3aa3-4442-a098-884ef90e9039 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d43a3b99-3aa3-4442-a098-884ef90e9039 found for delete ", "request_id": "req-08a58536-feae-42f0-addc-f6afda56f5cb"}]} [pid: 8|app: 0|req: 571/1141] 10.0.0.224 () {34 vars in 684 bytes} [Tue Apr 28 18:39:21 2026] POST /v2.0/security-groups => generated 1625 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1142] 10.0.0.224 () {32 vars in 663 bytes} [Tue Apr 28 18:39:21 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: 572/1143] 10.0.0.224 () {34 vars in 758 bytes} [Tue Apr 28 18:39:21 2026] PUT /v2.0/security-groups/48167bbd-89d3-40c3-96f7-29e326f62074 => generated 1662 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1144] 10.0.0.224 () {32 vars in 737 bytes} [Tue Apr 28 18:39:21 2026] GET /v2.0/security-groups/48167bbd-89d3-40c3-96f7-29e326f62074 => generated 1662 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1145] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:21 2026] DELETE /v2.0/security-groups/48167bbd-89d3-40c3-96f7-29e326f62074 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1146] 10.0.0.224 () {32 vars in 663 bytes} [Tue Apr 28 18:39:21 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:39:21.845 8 INFO neutron.api.v2.resource [None req-56f9ad69-7231-4748-98e1-e6ec430255d7 d10c41ad57f948469a503c916111c9e8 9e96474c077b442d9f2157dedc31dcc7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 574/1147] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:21 2026] DELETE /v2.0/security-groups/48167bbd-89d3-40c3-96f7-29e326f62074 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1148] 10.0.0.224 () {34 vars in 684 bytes} [Tue Apr 28 18:39:21 2026] POST /v2.0/security-groups => generated 1625 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1149] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:39:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1150] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:39:22 2026] GET /v2.0/security-group-rules/7e66717e-06d8-47b4-a8d7-ace8edc1b9cc => generated 601 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1151] 10.0.0.224 () {32 vars in 673 bytes} [Tue Apr 28 18:39:22 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1152] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:39:22 2026] DELETE /v2.0/security-group-rules/7e66717e-06d8-47b4-a8d7-ace8edc1b9cc => 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: 577/1153] 10.0.0.224 () {32 vars in 673 bytes} [Tue Apr 28 18:39:22 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1154] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:39:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1155] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:39:22 2026] GET /v2.0/security-group-rules/fcd280b3-b218-497b-a0bf-d82a5a53a75b => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1156] 10.0.0.224 () {32 vars in 673 bytes} [Tue Apr 28 18:39:22 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1157] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:39:22 2026] DELETE /v2.0/security-group-rules/fcd280b3-b218-497b-a0bf-d82a5a53a75b => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1158] 10.0.0.224 () {32 vars in 673 bytes} [Tue Apr 28 18:39:22 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1159] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:39:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1160] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:39:22 2026] GET /v2.0/security-group-rules/d17d75ba-4730-4d73-ba4a-825bd67ffe06 => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1161] 10.0.0.224 () {32 vars in 673 bytes} [Tue Apr 28 18:39:22 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1162] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:39:22 2026] DELETE /v2.0/security-group-rules/d17d75ba-4730-4d73-ba4a-825bd67ffe06 => 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: 582/1163] 10.0.0.224 () {32 vars in 673 bytes} [Tue Apr 28 18:39:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1164] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:23 2026] DELETE /v2.0/security-groups/7a63d212-762f-4ee9-9ca2-1e0e324bcc39 => 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: 583/1165] 10.0.0.224 () {32 vars in 663 bytes} [Tue Apr 28 18:39:23 2026] GET /v2.0/security-groups => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1166] 10.0.0.224 () {32 vars in 663 bytes} [Tue Apr 28 18:39:23 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: 8|app: 0|req: 584/1167] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:23 2026] GET /v2.0/security-groups?tenant_id=9e96474c077b442d9f2157dedc31dcc7&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1168] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:24 2026] DELETE /v2.0/security-groups/38b92779-9f7c-4309-bd37-8282c4b16c45 => 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: 584/1169] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:24 2026] GET /v2.0/security-groups?tenant_id=94939823969b45fda7ece8a4e542fb4b&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: 586/1170] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:24 2026] DELETE /v2.0/security-groups/c616a92d-0956-4872-b9ec-fa4120e30d1c => 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: 587/1171] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:24 2026] GET /v2.0/security-groups?tenant_id=62f5794f62984fa6948d34f00adad7aa&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1172] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:24 2026] DELETE /v2.0/security-groups/66176516-b022-4219-b8c4-5b39f32976d0 => 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: 585/1173] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:24 2026] GET /v2.0/security-groups?tenant_id=482b8acac578452ba9185bcab6cdc8bc&name=default => generated 2925 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1174] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:25 2026] DELETE /v2.0/security-groups/8ae72667-362a-47bc-b27a-2db4aeaaa488 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1175] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:25 2026] GET /v2.0/security-groups?tenant_id=d699df48e2bc43dd96020b7b106f1605&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1176] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:25 2026] DELETE /v2.0/security-groups/c9492996-a1de-413e-b812-bb6cc3b75462 => 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: 587/1177] 10.0.0.224 () {34 vars in 677 bytes} [Tue Apr 28 18:39:26 2026] POST /v2.0/subnetpools => generated 549 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1178] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:39:26 2026] GET /v2.0/subnetpools/1243abc2-6504-4283-995c-18843484f0bf => generated 549 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1179] 10.0.0.224 () {34 vars in 749 bytes} [Tue Apr 28 18:39:26 2026] PUT /v2.0/subnetpools/1243abc2-6504-4283-995c-18843484f0bf => generated 500 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1180] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:39:26 2026] DELETE /v2.0/subnetpools/1243abc2-6504-4283-995c-18843484f0bf => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:39:26.502 7 INFO neutron.api.v2.resource [None req-de5b8807-13b0-48df-b478-48c089b0e269 8b9fd54bbcbd46b7bcf0fde7e325b712 8c6adfd5f84d42a8b0e45f01c0459d53 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 589/1181] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:39:26 2026] GET /v2.0/subnetpools/1243abc2-6504-4283-995c-18843484f0bf => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:39:26.526 8 INFO neutron.api.v2.resource [None req-a6f1662a-2548-456e-93ab-cef8b73ce523 8b9fd54bbcbd46b7bcf0fde7e325b712 8c6adfd5f84d42a8b0e45f01c0459d53 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 593/1182] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:39:26 2026] DELETE /v2.0/subnetpools/1243abc2-6504-4283-995c-18843484f0bf => generated 145 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1183] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:27 2026] GET /v2.0/security-groups?tenant_id=8c6adfd5f84d42a8b0e45f01c0459d53&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1184] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:27 2026] DELETE /v2.0/security-groups/364fe843-b56d-4d47-a1ab-bc39d3e44225 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1187] 10.0.0.224 () {32 vars in 623 bytes} [Tue Apr 28 18:39:29 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: 598/1188] 10.0.0.224 () {32 vars in 633 bytes} [Tue Apr 28 18:39:29 2026] GET /v2.0/ => generated 632 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1189] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:29 2026] GET /v2.0/security-groups?tenant_id=31f41b79f56a4f0fb85ebc13cb3935f9&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1190] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:29 2026] DELETE /v2.0/security-groups/272aed50-0d19-4ad6-8d09-ad245402a1b4 => 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: 592/1191] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:29 2026] GET /v2.0/security-groups?tenant_id=efaf9fca9eb949779d0765fe8bdd2c73&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1192] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:30 2026] DELETE /v2.0/security-groups/653fe9b0-58c6-458d-aaf8-8e2c5bfc757b => 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: 593/1193] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:31 2026] GET /v2.0/security-groups?tenant_id=5159d77e565b45dfb8831c27d3bf3ede&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1194] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:32 2026] DELETE /v2.0/security-groups/a96cf1bc-e693-4ee6-acc1-b658c5b2e0eb => 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: 594/1195] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:32 2026] GET /v2.0/security-groups?tenant_id=eb5102ecac07498cb0170ee60d624d0a&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: 602/1196] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:32 2026] DELETE /v2.0/security-groups/869bec1c-1db0-4da6-9277-a4f072012104 => 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: 595/1197] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:32 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1198] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:32 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1199] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:32 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => 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: 604/1200] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:32 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&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: 597/1201] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:33 2026] GET /v2.0/security-groups?tenant_id=10ce9aa3f2b04f74b9f8a2403d41d8e2&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: 605/1202] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:33 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1203] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:33 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1204] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:33 2026] DELETE /v2.0/security-groups/f1e8df47-84ce-4e82-8eeb-9b3bbdfc8d3f => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1205] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:34 2026] GET /v2.0/security-groups?tenant_id=570954f1ba3a44ac8e45de9e59a74b8b&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1206] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:34 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1207] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:34 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&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: 608/1208] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:34 2026] DELETE /v2.0/security-groups/a8f381c8-5f10-4628-9f87-4671de7fe469 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1209] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:39:34 2026] GET /v2.0/ports?tenant_id=4edbeab7aa974d859194dae856771bad&device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1210] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:39:34 2026] GET /v2.0/networks?id=178e28c4-5d72-462a-825d-155cc7b840cc => generated 771 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1211] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:39:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=62f97af1-5d33-4f60-954a-afbdda51c6c4 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1212] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:39:34 2026] GET /v2.0/subnets?id=84908139-a01e-49f2-883c-b444badeee2b => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1213] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:39:35 2026] GET /v2.0/ports?network_id=178e28c4-5d72-462a-825d-155cc7b840cc&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1214] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:39:35 2026] GET /v2.0/networks/178e28c4-5d72-462a-825d-155cc7b840cc?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: 604/1215] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:39:35 2026] GET /v2.0/networks/178e28c4-5d72-462a-825d-155cc7b840cc?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: 612/1216] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:35 2026] GET /v2.0/security-groups?tenant_id=5348396e91514f18aae2caef0849ef1c&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1217] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:35 2026] DELETE /v2.0/security-groups/5401be9c-43d4-4f0f-9aef-ec415ba1ffd6 => 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: 613/1218] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:35 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1219] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:35 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1220] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:36 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => 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: 607/1221] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:36 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&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: 615/1222] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:37 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1223] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:37 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&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: 617/1224] 10.0.0.142 () {32 vars in 802 bytes} [Tue Apr 28 18:39:38 2026] GET /v2.0/extensions => generated 21537 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1225] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:37 2026] GET /v2.0/security-groups?tenant_id=7229a188dc554904a1f062f2d72a9d91&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1226] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:38 2026] DELETE /v2.0/security-groups/6a1bf9c2-5b7d-4d31-8092-c94fe061068b => 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: 609/1227] 10.0.0.142 () {30 vars in 724 bytes} [Tue Apr 28 18:39:38 2026] GET /v2.0/quotas/b858ef28eb8c48ea869e3869e4ec9952/details => generated 847 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1228] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:39 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1229] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:39 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&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: 620/1230] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:40 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => 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: 611/1231] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:40 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&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: 621/1232] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:40 2026] GET /v2.0/security-groups?tenant_id=f49f97665c0a43f78f8c1edf3b86f754&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1233] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:40 2026] DELETE /v2.0/security-groups/cab11b7b-6fc3-4a30-92c4-47479c00a85d => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1234] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:41 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1235] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:41 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&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: 623/1236] 10.0.0.142 () {32 vars in 802 bytes} [Tue Apr 28 18:39:41 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1237] 10.0.0.142 () {30 vars in 724 bytes} [Tue Apr 28 18:39:41 2026] GET /v2.0/quotas/b858ef28eb8c48ea869e3869e4ec9952/details => generated 847 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1238] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:42 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1239] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:42 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:43.282 8 INFO neutron.db.segments_db [None req-1527273e-d9ce-4888-a028-011b06edf208 6802029346f848baadafa7ff33bc7f7e 6302be7912ee4c59bb77dcb8cded18be - - default default] Added segment 0f014eee-c626-4407-ac46-c90e0dcc9f0a of type vxlan for network 3aeff274-f72c-4ec5-917e-364832bac640 [pid: 8|app: 0|req: 625/1240] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:39:42 2026] POST /v2.0/networks => generated 629 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1241] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:43 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 971 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1242] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:39:43 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&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: 626/1243] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:39:43 2026] POST /v2.0/subnets => generated 673 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:39:44.223 8 INFO neutron.db.segments_db [None req-7e4bd10b-7169-41b8-aefe-753aea27cba7 6802029346f848baadafa7ff33bc7f7e 6302be7912ee4c59bb77dcb8cded18be - - default default] Added segment 3f83ed4a-8ab9-4693-8399-2809f6cad2b3 of type vxlan for network cbb045bf-eb55-4e0f-a614-2da9b6b80619 [pid: 8|app: 0|req: 627/1244] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:39:44 2026] POST /v2.0/networks => generated 628 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1247] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:44 2026] GET /v2.0/security-groups?tenant_id=4d689372cc4c4f6a8f650bcf6eeff609&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1248] 10.0.0.224 () {34 vars in 743 bytes} [Tue Apr 28 18:39:44 2026] PUT /v2.0/networks/cbb045bf-eb55-4e0f-a614-2da9b6b80619 => generated 592 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1249] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:44 2026] DELETE /v2.0/security-groups/0710b47d-6f7a-45a8-92ed-c97f83315ad6 => 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: 631/1250] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:39:44 2026] POST /v2.0/subnets => generated 646 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1251] 10.0.0.224 () {34 vars in 741 bytes} [Tue Apr 28 18:39:44 2026] PUT /v2.0/subnets/f25ba73d-5a2c-4b20-a076-57fff57e3ef6 => generated 656 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:45.051 8 INFO neutron.services.segments.plugin [-] Segment 3f83ed4a-8ab9-4693-8399-2809f6cad2b3 resource provider aggregate not found 2026-04-28 18:39:45.052 8 INFO neutron.services.segments.plugin [-] Segment 3f83ed4a-8ab9-4693-8399-2809f6cad2b3 resource provider aggregate not found 2026-04-28 18:39:45.078 8 INFO neutron.services.segments.plugin [-] Segment 3f83ed4a-8ab9-4693-8399-2809f6cad2b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f83ed4a-8ab9-4693-8399-2809f6cad2b3 found for delete ", "request_id": "req-110afba8-ad59-409b-bedd-d5ff35e5f88a"}]} 2026-04-28 18:39:45.079 8 INFO neutron.services.segments.plugin [-] Segment 3f83ed4a-8ab9-4693-8399-2809f6cad2b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f83ed4a-8ab9-4693-8399-2809f6cad2b3 found for delete ", "request_id": "req-5a74a6dc-304f-4f33-ac6f-a878216fddfb"}]} [pid: 8|app: 0|req: 632/1252] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:44 2026] DELETE /v2.0/networks/cbb045bf-eb55-4e0f-a614-2da9b6b80619 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:39:45.114 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0aea1895-6567-4769-987e-8759e9ec4a55 6802029346f848baadafa7ff33bc7f7e 6302be7912ee4c59bb77dcb8cded18be - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 621/1253] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:45 2026] DELETE /v2.0/networks/cbb045bf-eb55-4e0f-a614-2da9b6b80619 => 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: 633/1254] 10.0.0.224 () {32 vars in 694 bytes} [Tue Apr 28 18:39:45 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1255] 10.0.0.224 () {32 vars in 742 bytes} [Tue Apr 28 18:39:45 2026] GET /v2.0/subnets?network_id=b1ae081a-0efa-482f-ab63-efe52cbbbb4f => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1256] 10.0.0.224 () {32 vars in 653 bytes} [Tue Apr 28 18:39:45 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1257] 10.0.0.224 () {32 vars in 649 bytes} [Tue Apr 28 18:39:45 2026] GET /v2.0/networks => generated 1313 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1258] 10.0.0.224 () {32 vars in 647 bytes} [Tue Apr 28 18:39:45 2026] GET /v2.0/subnets => generated 1312 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1259] 10.0.0.224 () {32 vars in 723 bytes} [Tue Apr 28 18:39:45 2026] GET /v2.0/networks/3aeff274-f72c-4ec5-917e-364832bac640 => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1260] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:39:45 2026] GET /v2.0/subnets/8783f05f-cc8f-4fa5-9d65-ad0e6523e5d8 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:45.469 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5efc1a04-629f-491e-a19b-4d2d630aeb16 6802029346f848baadafa7ff33bc7f7e 6302be7912ee4c59bb77dcb8cded18be - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 638/1261] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:39:45 2026] DELETE /v2.0/subnets/f25ba73d-5a2c-4b20-a076-57fff57e3ef6 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:39:45.483 8 INFO neutron.pecan_wsgi.hooks.translation [None req-db032373-b88b-4c80-b922-011ddd8155db 6802029346f848baadafa7ff33bc7f7e 6302be7912ee4c59bb77dcb8cded18be - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 639/1262] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:45 2026] DELETE /v2.0/networks/cbb045bf-eb55-4e0f-a614-2da9b6b80619 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1263] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:39:45 2026] DELETE /v2.0/subnets/8783f05f-cc8f-4fa5-9d65-ad0e6523e5d8 => 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: 624/1264] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:45 2026] GET /v2.0/security-groups?tenant_id=b858ef28eb8c48ea869e3869e4ec9952&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:39:45.770 8 INFO neutron_taas.services.taas.taas_plugin [None req-acef66c9-23e5-4593-ac44-541665d6d300 6802029346f848baadafa7ff33bc7f7e 6302be7912ee4c59bb77dcb8cded18be - - default default] TaaS: Handle Delete Port: 9a1019ca-69c1-4915-830c-a52faee96829 [pid: 7|app: 0|req: 625/1265] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:45 2026] DELETE /v2.0/security-groups/894ebcf6-819a-489f-b13d-0526c4336ecc => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:39:45.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acef66c9-23e5-4593-ac44-541665d6d300 6802029346f848baadafa7ff33bc7f7e 6302be7912ee4c59bb77dcb8cded18be - - default default] Tap Mirror: Handle Delete Port: 9a1019ca-69c1-4915-830c-a52faee96829 [pid: 8|app: 0|req: 641/1266] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:45 2026] DELETE /v2.0/networks/3aeff274-f72c-4ec5-917e-364832bac640 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1267] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:46 2026] GET /v2.0/security-groups?tenant_id=6302be7912ee4c59bb77dcb8cded18be&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1268] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:46 2026] DELETE /v2.0/security-groups/1eb05301-fe64-4082-a614-0711d9bce973 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:39:47.099 8 INFO neutron.services.segments.plugin [-] Segment 0f014eee-c626-4407-ac46-c90e0dcc9f0a resource provider aggregate not found 2026-04-28 18:39:47.105 8 INFO neutron.services.segments.plugin [-] Segment 0f014eee-c626-4407-ac46-c90e0dcc9f0a resource provider aggregate not found 2026-04-28 18:39:47.123 8 INFO neutron.services.segments.plugin [-] Segment 0f014eee-c626-4407-ac46-c90e0dcc9f0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f014eee-c626-4407-ac46-c90e0dcc9f0a found for delete ", "request_id": "req-5b058433-91fc-46ce-87a9-8d6e75842761"}]} 2026-04-28 18:39:47.130 8 INFO neutron.services.segments.plugin [-] Segment 0f014eee-c626-4407-ac46-c90e0dcc9f0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f014eee-c626-4407-ac46-c90e0dcc9f0a found for delete ", "request_id": "req-54412b9f-a372-4663-be26-13802c79d655"}]} 2026-04-28 18:39:47.830 8 INFO neutron.db.segments_db [None req-a80c6065-6b0b-4b36-bb16-b4524a1b70d6 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 8755c83b-2374-412c-bc6d-0c0ecd41aee7 of type vxlan for network e5291406-9957-4a3b-91ca-f00d1abb1c29 2026-04-28 18:39:47.875 7 INFO neutron.db.segments_db [None req-c1c96a7b-fe16-4c9c-b6b8-48f62019d876 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] Added segment 261503ab-2fef-45c2-afd8-5cc14cdabc6b of type vxlan for network d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d [pid: 8|app: 0|req: 643/1269] 10.0.0.224 () {34 vars in 671 bytes} [Tue Apr 28 18:39:47 2026] POST /v2.0/networks => generated 722 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1270] 10.0.0.224 () {34 vars in 671 bytes} [Tue Apr 28 18:39:47 2026] POST /v2.0/networks => generated 614 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:39:48.011 7 INFO neutron.db.segments_db [None req-09d9ce0b-b8e6-4d81-9168-242239827c31 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] Added segment bf3b2212-04c8-461b-9d00-2b2a8e28797a of type vxlan for network 3d6f5f81-a5b8-4f34-9a79-abda042cb014 [pid: 8|app: 0|req: 644/1271] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:39:47 2026] POST /v2.0/subnets => generated 688 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:39:48.189 8 INFO neutron.db.segments_db [None req-72e044bf-0327-4f8d-8140-22b0307fbd71 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment b33e6bd0-e4ca-4a91-8ec2-7be1b5538b85 of type vxlan for network 6bca5ac1-c21d-4546-930a-6c8848531fac 2026-04-28 18:39:48.264 7 INFO neutron.db.l3_hamode_db [None req-09d9ce0b-b8e6-4d81-9168-242239827c31 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:39:48.384 8 INFO neutron.db.l3_hamode_db [None req-72e044bf-0327-4f8d-8140-22b0307fbd71 27d9f726b2504a3383e42488145f54b0 8d188efcde0145a1be6e7dc2a04ec8ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:39:49.174 7 INFO neutron.db.l3_hamode_db [None req-09d9ce0b-b8e6-4d81-9168-242239827c31 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:39:49.301 8 INFO neutron.db.l3_hamode_db [None req-72e044bf-0327-4f8d-8140-22b0307fbd71 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 628/1272] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:39:47 2026] POST /v2.0/routers => generated 694 bytes in 2110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1273] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:39:48 2026] POST /v2.0/routers => generated 728 bytes in 2103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:39:50.368 7 INFO neutron.db.segments_db [None req-0762cae6-cfd4-4d10-b4ab-54c1df9ad2f3 28d1f612f46e4b5b98b5b0163f79a53b becb23f5326d426a8ababa6b22c9478a - - default default] Added segment 5bea4f35-ecb7-444c-9253-3be6b717666e of type vxlan for network 67c747ab-569a-44c9-9d6f-1c802274bf56 [pid: 8|app: 0|req: 646/1274] 10.0.0.224 () {32 vars in 776 bytes} [Tue Apr 28 18:39:50 2026] GET /v2.0/subnets?project_id=2a98b950f59d43cca6e7bdd28ad94ffd&cidr=10.100.0.0%2F28 => generated 14 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1275] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:39:50 2026] POST /v2.0/networks => generated 625 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1276] 10.0.0.224 () {32 vars in 694 bytes} [Tue Apr 28 18:39:50 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1277] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:39:50 2026] POST /v2.0/subnets => generated 641 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1278] 10.0.0.224 () {32 vars in 784 bytes} [Tue Apr 28 18:39:50 2026] GET /v2.0/subnets?network_id=b1ae081a-0efa-482f-ab63-efe52cbbbb4f&cidr=10.100.0.0%2F28 => generated 14 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:39:50.802 7 INFO neutron.db.segments_db [None req-b88f44b1-4c33-4d1c-a517-348955ca47be 28d1f612f46e4b5b98b5b0163f79a53b becb23f5326d426a8ababa6b22c9478a - - default default] Added segment dfbc5616-3757-4d0b-8085-f92969aff65f of type vxlan for network d8c2b89e-ad78-48ae-83d4-aecc0b4f74d4 [pid: 7|app: 0|req: 633/1279] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:39:50 2026] POST /v2.0/networks => generated 624 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1280] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:39:50 2026] POST /v2.0/subnets => generated 657 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1281] 10.0.0.224 () {34 vars in 743 bytes} [Tue Apr 28 18:39:51 2026] PUT /v2.0/networks/d8c2b89e-ad78-48ae-83d4-aecc0b4f74d4 => generated 592 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1282] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:39:50 2026] PUT /v2.0/routers/d5e3de14-76a5-4258-9de9-616639a05a39/add_router_interface => generated 309 bytes in 1188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1283] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:39:51 2026] POST /v2.0/subnets => generated 626 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1284] 10.0.0.224 () {34 vars in 741 bytes} [Tue Apr 28 18:39:51 2026] PUT /v2.0/subnets/ea7ea1ae-b3e3-43ba-974b-e5849653450d => generated 636 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:52.241 8 INFO neutron.services.segments.plugin [-] Segment dfbc5616-3757-4d0b-8085-f92969aff65f resource provider aggregate not found 2026-04-28 18:39:52.248 8 INFO neutron.services.segments.plugin [-] Segment dfbc5616-3757-4d0b-8085-f92969aff65f resource provider aggregate not found 2026-04-28 18:39:52.263 8 INFO neutron.services.segments.plugin [-] Segment dfbc5616-3757-4d0b-8085-f92969aff65f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfbc5616-3757-4d0b-8085-f92969aff65f found for delete ", "request_id": "req-613211e6-9f4f-4c31-bb99-d16097f52c58"}]} 2026-04-28 18:39:52.270 8 INFO neutron.services.segments.plugin [-] Segment dfbc5616-3757-4d0b-8085-f92969aff65f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfbc5616-3757-4d0b-8085-f92969aff65f found for delete ", "request_id": "req-2433a343-1713-4668-b5b1-a19f5c8d6f4f"}]} [pid: 8|app: 0|req: 650/1285] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:52 2026] DELETE /v2.0/networks/d8c2b89e-ad78-48ae-83d4-aecc0b4f74d4 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:39:52.299 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7efdbd34-d24f-498f-9f79-009e9db99063 28d1f612f46e4b5b98b5b0163f79a53b becb23f5326d426a8ababa6b22c9478a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 651/1286] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:52 2026] DELETE /v2.0/networks/d8c2b89e-ad78-48ae-83d4-aecc0b4f74d4 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1287] 10.0.0.224 () {32 vars in 694 bytes} [Tue Apr 28 18:39:52 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1288] 10.0.0.224 () {32 vars in 742 bytes} [Tue Apr 28 18:39:52 2026] GET /v2.0/subnets?network_id=b1ae081a-0efa-482f-ab63-efe52cbbbb4f => generated 649 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1289] 10.0.0.224 () {32 vars in 653 bytes} [Tue Apr 28 18:39:52 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1290] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:39:51 2026] PUT /v2.0/routers/9499230c-fedc-40a2-a8f7-c8e7c9bc0ab4/add_router_interface => generated 309 bytes in 1306 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1291] 10.0.0.224 () {32 vars in 649 bytes} [Tue Apr 28 18:39:52 2026] GET /v2.0/networks => generated 1309 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1292] 10.0.0.224 () {32 vars in 647 bytes} [Tue Apr 28 18:39:52 2026] GET /v2.0/subnets => generated 1280 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1293] 10.0.0.224 () {32 vars in 649 bytes} [Tue Apr 28 18:39:52 2026] GET /v2.0/networks => generated 7264 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1294] 10.0.0.224 () {32 vars in 723 bytes} [Tue Apr 28 18:39:52 2026] GET /v2.0/networks/67c747ab-569a-44c9-9d6f-1c802274bf56 => generated 669 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1295] 10.0.0.224 () {32 vars in 647 bytes} [Tue Apr 28 18:39:52 2026] GET /v2.0/subnets => generated 5847 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1296] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:39:52 2026] GET /v2.0/subnets/406df607-0471-459e-b382-d75ed09cf406 => generated 641 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:39:52.664 8 INFO neutron.pecan_wsgi.hooks.translation [None req-079d7429-658f-42d4-ba0c-b0f06358e0c3 28d1f612f46e4b5b98b5b0163f79a53b becb23f5326d426a8ababa6b22c9478a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 659/1297] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:39:52 2026] DELETE /v2.0/subnets/ea7ea1ae-b3e3-43ba-974b-e5849653450d => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:39:52.686 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6ad71a21-74d5-448a-b5fd-6cdde1d10298 28d1f612f46e4b5b98b5b0163f79a53b becb23f5326d426a8ababa6b22c9478a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 660/1298] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:52 2026] DELETE /v2.0/networks/d8c2b89e-ad78-48ae-83d4-aecc0b4f74d4 => 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: 639/1299] 10.0.0.224 () {32 vars in 647 bytes} [Tue Apr 28 18:39:52 2026] GET /v2.0/routers => generated 2188 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1300] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:39:52 2026] DELETE /v2.0/subnets/406df607-0471-459e-b382-d75ed09cf406 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:39:52.910 7 INFO neutron.db.segments_db [None req-da8c2542-aae0-4b1c-9122-e5fbe87eb948 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 1e486784-940b-429d-8dde-fdbf1cdf2f5b of type vxlan for network d83aabc7-bddc-48a1-abf6-4a19e0dd3ba6 [pid: 8|app: 0|req: 662/1301] 10.0.0.224 () {34 vars in 685 bytes} [Tue Apr 28 18:39:52 2026] POST /v2.0/security-groups => generated 1675 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1302] 10.0.0.224 () {34 vars in 671 bytes} [Tue Apr 28 18:39:52 2026] POST /v2.0/networks => generated 722 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1303] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:39:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1304] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:39:52 2026] DELETE /v2.0/networks/67c747ab-569a-44c9-9d6f-1c802274bf56 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1305] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:39:53 2026] POST /v2.0/security-group-rules => generated 596 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1306] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:39:53 2026] POST /v2.0/subnets => generated 688 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1307] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:39:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:39:53.507 7 INFO neutron.db.segments_db [None req-aa26d8b0-8cab-4c6e-8f37-d6e94b2a9a4c 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 695eaa3f-4d38-41e4-8d94-97d8e53e5407 of type vxlan for network 469f96fe-9342-4100-93e5-fc1b0dc7674f [pid: 8|app: 0|req: 665/1308] 10.0.0.90 () {34 vars in 989 bytes} [Tue Apr 28 18:39:53 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 1240 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:39:53.798 7 INFO neutron.db.l3_hamode_db [None req-aa26d8b0-8cab-4c6e-8f37-d6e94b2a9a4c 27d9f726b2504a3383e42488145f54b0 0734c077937e4030ac6b8dac8acc2e27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 666/1309] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:39:53 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: 8|app: 0|req: 667/1310] 10.0.0.90 () {34 vars in 1039 bytes} [Tue Apr 28 18:39:53 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&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: 668/1311] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:39:53 2026] GET /v2.0/security-groups?tenant_id=becb23f5326d426a8ababa6b22c9478a&name=default => generated 2925 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:39:53.988 8 INFO neutron.db.securitygroups_db [None req-a0f6dde9-4671-47e3-9156-deeed5ddb75e 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] Project 2a98b950f59d43cca6e7bdd28ad94ffd 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: 669/1312] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:39:53 2026] POST /v2.0/security-group-rules => generated 607 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1313] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:39:54 2026] DELETE /v2.0/security-groups/76729de2-17a0-4835-865d-b563c8b92d43 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:39:54.203 8 INFO neutron.db.securitygroups_db [None req-b96e56f8-fa80-41b8-b4ed-1d8765d15069 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] Project 2a98b950f59d43cca6e7bdd28ad94ffd added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-28 18:39:54.292 8 INFO neutron.services.segments.plugin [-] Segment 5bea4f35-ecb7-444c-9253-3be6b717666e resource provider aggregate not found 2026-04-28 18:39:54.299 8 INFO neutron.services.segments.plugin [-] Segment 5bea4f35-ecb7-444c-9253-3be6b717666e resource provider aggregate not found [pid: 8|app: 0|req: 671/1314] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:39:54 2026] POST /v2.0/security-group-rules => generated 606 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:39:54.319 8 INFO neutron.services.segments.plugin [-] Segment 5bea4f35-ecb7-444c-9253-3be6b717666e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bea4f35-ecb7-444c-9253-3be6b717666e found for delete ", "request_id": "req-ecd70b16-3e3f-4933-96fd-379c53972846"}]} 2026-04-28 18:39:54.320 8 INFO neutron.services.segments.plugin [-] Segment 5bea4f35-ecb7-444c-9253-3be6b717666e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bea4f35-ecb7-444c-9253-3be6b717666e found for delete ", "request_id": "req-179e8333-8824-40af-bdc9-d5904967a502"}]} 2026-04-28 18:39:54.565 7 INFO neutron.db.l3_hamode_db [None req-aa26d8b0-8cab-4c6e-8f37-d6e94b2a9a4c 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 672/1315] 10.0.0.224 () {32 vars in 649 bytes} [Tue Apr 28 18:39:54 2026] GET /v2.0/networks => generated 1298 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1316] 10.0.0.204 () {34 vars in 1100 bytes} [Tue Apr 28 18:39:54 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1662045023&fields=id&tenant_id=2a98b950f59d43cca6e7bdd28ad94ffd => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1317] 10.0.0.204 () {34 vars in 982 bytes} [Tue Apr 28 18:39:54 2026] GET /v2.0/networks?id=d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d => generated 661 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1318] 10.0.0.204 () {34 vars in 965 bytes} [Tue Apr 28 18:39:55 2026] GET /v2.0/quotas/2a98b950f59d43cca6e7bdd28ad94ffd => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1319] 10.0.0.204 () {34 vars in 1002 bytes} [Tue Apr 28 18:39:55 2026] GET /v2.0/ports?tenant_id=2a98b950f59d43cca6e7bdd28ad94ffd&fields=id => generated 57 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1320] 10.0.0.204 () {34 vars in 1008 bytes} [Tue Apr 28 18:39:55 2026] GET /v2.0/networks/d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d?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: 678/1321] 10.0.0.204 () {34 vars in 1108 bytes} [Tue Apr 28 18:39:55 2026] GET /v2.0/networks/d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1322] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:55 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => 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: 644/1323] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:39:53 2026] POST /v2.0/routers => generated 728 bytes in 2069 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1324] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:56 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => 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: 680/1325] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:39:55 2026] PUT /v2.0/routers/92a41b24-c26d-4902-a16a-eed9c9d27c6b/add_router_interface => generated 309 bytes in 1240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1326] 10.0.0.224 () {34 vars in 685 bytes} [Tue Apr 28 18:39:57 2026] POST /v2.0/security-groups => generated 1675 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1327] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:57 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1328] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:39:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1329] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:39:57 2026] POST /v2.0/security-group-rules => generated 596 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1330] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:39:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1331] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:39:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:39:58.286 7 INFO neutron.db.securitygroups_db [None req-c759aef6-a060-4595-bd47-a59ce64c12f9 f26be9f52303400884da4fee3ef89230 8d188efcde0145a1be6e7dc2a04ec8ef - - default default] Project 8d188efcde0145a1be6e7dc2a04ec8ef 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: 649/1332] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:39:58 2026] POST /v2.0/security-group-rules => generated 607 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:39:58.446 8 INFO neutron.db.securitygroups_db [None req-c282c40e-7695-4dae-bf3a-35268a7f44cf f26be9f52303400884da4fee3ef89230 8d188efcde0145a1be6e7dc2a04ec8ef - - default default] Project 8d188efcde0145a1be6e7dc2a04ec8ef 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: 684/1333] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:39:58 2026] POST /v2.0/security-group-rules => generated 606 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1334] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:58 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => 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: 685/1335] 10.0.0.224 () {34 vars in 685 bytes} [Tue Apr 28 18:39:58 2026] POST /v2.0/security-groups => generated 1660 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1338] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:39:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1339] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:39:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1340] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:39:59 2026] GET /v2.0/networks?id=d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d => generated 661 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1341] 199.204.45.49 () {34 vars in 1049 bytes} [Tue Apr 28 18:39:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2a98b950f59d43cca6e7bdd28ad94ffd => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1342] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:39:59 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1343] 10.0.0.224 () {34 vars in 676 bytes} [Tue Apr 28 18:39:59 2026] POST /v2.0/floatingips => generated 552 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1344] 199.204.45.49 () {38 vars in 954 bytes} [Tue Apr 28 18:39:59 2026] POST /v2.0/ports => generated 958 bytes in 477 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: 693/1345] 10.0.0.204 () {34 vars in 1098 bytes} [Tue Apr 28 18:40:00 2026] GET /v2.0/security-groups?name=tempest-securitygroup--835168598&fields=id&tenant_id=8d188efcde0145a1be6e7dc2a04ec8ef => generated 69 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1346] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:00 2026] GET /v2.0/security-groups?tenant_id=1a205a6bdb3c4dcbb3929080b697416a&name=default => generated 2925 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1347] 10.0.0.204 () {34 vars in 1100 bytes} [Tue Apr 28 18:40:00 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2098237808&fields=id&tenant_id=8d188efcde0145a1be6e7dc2a04ec8ef => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1348] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:00 2026] DELETE /v2.0/security-groups/31c277fa-6ef8-4794-9276-b97e8a229233 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1349] 10.0.0.204 () {34 vars in 982 bytes} [Tue Apr 28 18:40:00 2026] GET /v2.0/networks?id=e5291406-9957-4a3b-91ca-f00d1abb1c29 => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1350] 10.0.0.204 () {34 vars in 965 bytes} [Tue Apr 28 18:40:00 2026] GET /v2.0/quotas/8d188efcde0145a1be6e7dc2a04ec8ef => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1351] 10.0.0.204 () {34 vars in 1002 bytes} [Tue Apr 28 18:40:00 2026] GET /v2.0/ports?tenant_id=8d188efcde0145a1be6e7dc2a04ec8ef&fields=id => generated 103 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1352] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:40:00 2026] PUT /v2.0/ports/50f96235-3775-45bb-9b53-01d0ab6f9b3b => generated 1239 bytes in 502 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: 659/1353] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:00 2026] GET /v2.0/security-groups?tenant_id=39096a731b714fc8b0a725135207b7d9&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: 695/1354] 10.0.0.204 () {34 vars in 1008 bytes} [Tue Apr 28 18:40:00 2026] GET /v2.0/networks/e5291406-9957-4a3b-91ca-f00d1abb1c29?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1355] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:00 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1356] 10.0.0.204 () {34 vars in 1108 bytes} [Tue Apr 28 18:40:01 2026] GET /v2.0/networks/e5291406-9957-4a3b-91ca-f00d1abb1c29?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: 660/1357] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:00 2026] DELETE /v2.0/security-groups/f25f4fae-f35a-4e99-917c-51a5460550ef => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1358] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:01 2026] GET /v2.0/security-groups?id=b60a8e88-6f5a-4c5d-a87b-afa67e540e63&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:01.149 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e2f4283-1cd1-4a9b-8a4e-817b1ea7eafc'] response: {'name': 'network-changed', 'server_uuid': '4e9f6815-d881-4770-8ba1-3c5ab8a1485d', 'tag': '50f96235-3775-45bb-9b53-01d0ab6f9b3b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 661/1359] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:01 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => 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: 699/1360] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:40:01 2026] GET /v2.0/ports?tenant_id=2a98b950f59d43cca6e7bdd28ad94ffd&device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1361] 199.204.45.49 () {34 vars in 1017 bytes} [Tue Apr 28 18:40:01 2026] GET /v2.0/networks?tenant_id=2a98b950f59d43cca6e7bdd28ad94ffd&shared=False => generated 757 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1362] 199.204.45.49 () {34 vars in 929 bytes} [Tue Apr 28 18:40:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1363] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:02 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1364] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:02 2026] GET /v2.0/security-groups?id=b60a8e88-6f5a-4c5d-a87b-afa67e540e63&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: 664/1365] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:02 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => 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: 702/1366] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:40:02 2026] GET /v2.0/ports?tenant_id=2a98b950f59d43cca6e7bdd28ad94ffd&device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1367] 199.204.45.49 () {34 vars in 1059 bytes} [Tue Apr 28 18:40:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=50f96235-3775-45bb-9b53-01d0ab6f9b3b => 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: 703/1368] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:40:02 2026] GET /v2.0/subnets?id=f9203e74-e1ec-4acf-b77b-dc60b15e57b8 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1369] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:40:02 2026] GET /v2.0/ports?network_id=d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d&device_owner=network%3Adhcp => generated 1244 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1370] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:40:03 2026] GET /v2.0/networks/d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1371] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:40:03 2026] GET /v2.0/networks/d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d?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: 705/1372] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:03 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1373] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:03 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => 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: 706/1374] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:03 2026] GET /v2.0/security-groups?id=b60a8e88-6f5a-4c5d-a87b-afa67e540e63&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: 669/1375] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:03 2026] GET /v2.0/security-groups?tenant_id=6ad5a590286d420a947118710f21acb3&name=default => generated 2925 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1376] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:04 2026] DELETE /v2.0/security-groups/5a6cef8b-ba1d-4535-8a57-39943a1f6ec5 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1377] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:04 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1378] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:04 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1379] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:04 2026] GET /v2.0/security-groups?id=b60a8e88-6f5a-4c5d-a87b-afa67e540e63&fields=id&fields=name => generated 114 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1380] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:05 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => 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: 709/1381] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:40:05 2026] GET /v2.0/networks?id=e5291406-9957-4a3b-91ca-f00d1abb1c29 => generated 673 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1382] 199.204.45.49 () {34 vars in 1049 bytes} [Tue Apr 28 18:40:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8d188efcde0145a1be6e7dc2a04ec8ef => generated 273 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1383] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:05 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1384] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:05 2026] GET /v2.0/security-groups?id=b60a8e88-6f5a-4c5d-a87b-afa67e540e63&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: 710/1385] 199.204.45.49 () {38 vars in 954 bytes} [Tue Apr 28 18:40:05 2026] POST /v2.0/ports => generated 993 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:40:06.452 7 INFO neutron.db.segments_db [None req-1599ed9d-a7be-4b99-8b99-e3d56ef71933 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 900d72c5-4240-4045-8680-7dc01dec0a81 of type vxlan for network 325dab06-61c6-468c-a9c1-d8ef78e4d4f6 [pid: 7|app: 0|req: 676/1386] 10.0.0.224 () {34 vars in 671 bytes} [Tue Apr 28 18:40:06 2026] POST /v2.0/networks => generated 720 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1387] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:40:06 2026] POST /v2.0/subnets => generated 687 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1388] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:40:06 2026] PUT /v2.0/ports/d107b26e-69c0-42fc-8b9c-30b26fb5fc82 => generated 1274 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:40:06.855 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-79cd0211-f742-4ce7-a5da-6afe6d7879b4'] response: {'name': 'network-changed', 'server_uuid': '13f6a2c6-ef42-4f29-af83-068fa7e47db6', 'tag': 'd107b26e-69c0-42fc-8b9c-30b26fb5fc82', 'status': 'completed', 'code': 200} 2026-04-28 18:40:06.858 8 INFO neutron.db.segments_db [None req-f709678d-d970-4592-9c9b-ad412a2655ad 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Added segment 61c0d61b-92ff-461b-973d-1acc7d437aa6 of type vxlan for network dbbf4e42-824c-4c55-aa62-f4152770ac4b [pid: 7|app: 0|req: 678/1389] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:06 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 1008 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1390] 10.0.0.204 () {34 vars in 1120 bytes} [Tue Apr 28 18:40:06 2026] GET /v2.0/security-groups?id=48f903a9-f44a-4de7-b3b8-b5b68d0e7b15&id=683faf68-c719-45bd-851a-d8abda40bf78&fields=id&fields=name => generated 206 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1391] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:06 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1392] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:07 2026] GET /v2.0/security-groups?id=b60a8e88-6f5a-4c5d-a87b-afa67e540e63&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:07.195 8 INFO neutron.db.l3_hamode_db [None req-f709678d-d970-4592-9c9b-ad412a2655ad 27d9f726b2504a3383e42488145f54b0 425cadea00444440bfd6561be7269159 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 682/1393] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:40:07 2026] GET /v2.0/ports?tenant_id=8d188efcde0145a1be6e7dc2a04ec8ef&device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 1277 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1394] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:07 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1395] 199.204.45.49 () {34 vars in 1017 bytes} [Tue Apr 28 18:40:07 2026] GET /v2.0/networks?tenant_id=8d188efcde0145a1be6e7dc2a04ec8ef&shared=False => generated 769 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1396] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:07 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1397] 199.204.45.49 () {34 vars in 929 bytes} [Tue Apr 28 18:40:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:08.129 8 INFO neutron.db.l3_hamode_db [None req-f709678d-d970-4592-9c9b-ad412a2655ad 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 687/1398] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:07 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 971 bytes in 614 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1399] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:08 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => 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: 689/1400] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:08 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1401] 10.0.0.204 () {34 vars in 1120 bytes} [Tue Apr 28 18:40:08 2026] GET /v2.0/security-groups?id=48f903a9-f44a-4de7-b3b8-b5b68d0e7b15&id=683faf68-c719-45bd-851a-d8abda40bf78&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: 7|app: 0|req: 691/1402] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:08 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 975 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1403] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:40:08 2026] GET /v2.0/ports?tenant_id=8d188efcde0145a1be6e7dc2a04ec8ef&device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 1277 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1404] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:08 2026] GET /v2.0/security-groups?id=b60a8e88-6f5a-4c5d-a87b-afa67e540e63&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1405] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:40:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=d107b26e-69c0-42fc-8b9c-30b26fb5fc82 => 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: 695/1406] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:40:08 2026] GET /v2.0/subnets?id=4cbdbd03-f041-4b40-be31-1d0ef521a4fb => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1407] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:40:08 2026] GET /v2.0/ports?network_id=e5291406-9957-4a3b-91ca-f00d1abb1c29&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: 697/1408] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:08 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1409] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:40:08 2026] GET /v2.0/networks/e5291406-9957-4a3b-91ca-f00d1abb1c29?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1410] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:09 2026] GET /v2.0/security-groups?id=b60a8e88-6f5a-4c5d-a87b-afa67e540e63&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1411] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:40:09 2026] GET /v2.0/networks/e5291406-9957-4a3b-91ca-f00d1abb1c29?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1412] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:40:09 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1413] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:40:06 2026] POST /v2.0/routers => generated 727 bytes in 2587 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:40:10.238 7 INFO neutron.db.l3_db [None req-011fdf48-87dd-4678-8f7c-075e9e7fa7e4 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] Floating IP b175cde9-b295-4c97-850f-43abe09289c6 associated. External IP: 10.96.250.213, port: 50f96235-3775-45bb-9b53-01d0ab6f9b3b. [pid: 7|app: 0|req: 702/1414] 10.0.0.224 () {34 vars in 677 bytes} [Tue Apr 28 18:40:09 2026] POST /v2.0/floatingips => generated 856 bytes in 1398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1415] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:10 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1416] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:10 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 1008 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1417] 199.204.45.49 () {34 vars in 993 bytes} [Tue Apr 28 18:40:10 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => 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: 706/1418] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:40:10 2026] GET /v2.0/floatingips/b175cde9-b295-4c97-850f-43abe09289c6 => generated 856 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1419] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:40:09 2026] PUT /v2.0/routers/652d480b-909d-4bf4-85b3-f32c048b9bb1/add_router_interface => generated 309 bytes in 1434 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1420] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:10 2026] GET /v2.0/security-groups?id=7bc77338-2051-4754-bb66-bf625b90e15f&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: 714/1421] 10.0.0.204 () {34 vars in 1120 bytes} [Tue Apr 28 18:40:10 2026] GET /v2.0/security-groups?id=48f903a9-f44a-4de7-b3b8-b5b68d0e7b15&id=683faf68-c719-45bd-851a-d8abda40bf78&fields=id&fields=name => generated 206 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:10.939 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7975b95b-455b-4e99-bdf1-c19fff605630'] response: {'name': 'network-changed', 'server_uuid': '4e9f6815-d881-4770-8ba1-3c5ab8a1485d', 'tag': '50f96235-3775-45bb-9b53-01d0ab6f9b3b', 'status': 'completed', 'code': 200} 2026-04-28 18:40:11.001 7 INFO neutron_taas.services.taas.taas_plugin [req-5d19c83a-ca65-4586-a5cd-4d32c6dd544b req-f9287206-666f-46d3-81bb-46c694eeedfe 0453d87bd0544a60979ec8bd06396b86 4edbeab7aa974d859194dae856771bad - - default default] TaaS: Handle Delete Port: 62f97af1-5d33-4f60-954a-afbdda51c6c4 2026-04-28 18:40:11.005 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5d19c83a-ca65-4586-a5cd-4d32c6dd544b req-f9287206-666f-46d3-81bb-46c694eeedfe 0453d87bd0544a60979ec8bd06396b86 4edbeab7aa974d859194dae856771bad - - default default] Tap Mirror: Handle Delete Port: 62f97af1-5d33-4f60-954a-afbdda51c6c4 2026-04-28 18:40:11.171 7 INFO neutron.db.l3_db [req-5d19c83a-ca65-4586-a5cd-4d32c6dd544b req-f9287206-666f-46d3-81bb-46c694eeedfe 0453d87bd0544a60979ec8bd06396b86 4edbeab7aa974d859194dae856771bad - - default default] Floating IP 21f179d1-ae71-47e6-addd-258316b8eec2 disassociated. External IP: 10.96.250.205, port: 62f97af1-5d33-4f60-954a-afbdda51c6c4. [pid: 8|app: 0|req: 715/1422] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:40:11 2026] GET /v2.0/ports?tenant_id=2a98b950f59d43cca6e7bdd28ad94ffd&device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1423] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:40:11 2026] GET /v2.0/networks?id=d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d => generated 757 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1424] 199.204.45.49 () {36 vars in 996 bytes} [Tue Apr 28 18:40:10 2026] DELETE /v2.0/ports/62f97af1-5d33-4f60-954a-afbdda51c6c4 => generated 0 bytes in 755 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1425] 199.204.45.49 () {34 vars in 1059 bytes} [Tue Apr 28 18:40:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=50f96235-3775-45bb-9b53-01d0ab6f9b3b => generated 859 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1426] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:40:11 2026] GET /v2.0/subnets?id=f9203e74-e1ec-4acf-b77b-dc60b15e57b8 => generated 678 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1427] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:40:11 2026] GET /v2.0/ports?network_id=d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1428] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:40:11 2026] GET /v2.0/networks/d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d?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: 719/1429] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:40:11 2026] GET /v2.0/floatingips/b175cde9-b295-4c97-850f-43abe09289c6 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1430] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:40:11 2026] GET /v2.0/networks/d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1431] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:11 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => 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: 712/1432] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:11 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 1008 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1433] 10.0.0.204 () {34 vars in 1120 bytes} [Tue Apr 28 18:40:12 2026] GET /v2.0/security-groups?id=48f903a9-f44a-4de7-b3b8-b5b68d0e7b15&id=683faf68-c719-45bd-851a-d8abda40bf78&fields=id&fields=name => generated 206 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1434] 199.204.45.49 () {34 vars in 993 bytes} [Tue Apr 28 18:40:12 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 1277 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1435] 199.204.45.49 () {34 vars in 1123 bytes} [Tue Apr 28 18:40:12 2026] GET /v2.0/security-groups?id=683faf68-c719-45bd-851a-d8abda40bf78&id=48f903a9-f44a-4de7-b3b8-b5b68d0e7b15&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:13.005 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-da05142d-7982-45e8-a872-7d2960877a54'] response: {'server_uuid': '79138334-ec7d-4153-9605-be356cafe2ea', 'name': 'network-vif-deleted', 'tag': '62f97af1-5d33-4f60-954a-afbdda51c6c4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 714/1436] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:13 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => 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: 715/1437] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:13 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1438] 10.0.0.204 () {34 vars in 982 bytes} [Tue Apr 28 18:40:13 2026] GET /v2.0/networks?id=325dab06-61c6-468c-a9c1-d8ef78e4d4f6 => generated 672 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1439] 10.0.0.204 () {34 vars in 965 bytes} [Tue Apr 28 18:40:13 2026] GET /v2.0/quotas/425cadea00444440bfd6561be7269159 => 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: 716/1440] 10.0.0.204 () {34 vars in 1120 bytes} [Tue Apr 28 18:40:13 2026] GET /v2.0/security-groups?id=48f903a9-f44a-4de7-b3b8-b5b68d0e7b15&id=683faf68-c719-45bd-851a-d8abda40bf78&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1441] 10.0.0.204 () {34 vars in 1002 bytes} [Tue Apr 28 18:40:13 2026] GET /v2.0/ports?tenant_id=425cadea00444440bfd6561be7269159&fields=id => generated 57 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1442] 10.0.0.204 () {34 vars in 1008 bytes} [Tue Apr 28 18:40:13 2026] GET /v2.0/networks/325dab06-61c6-468c-a9c1-d8ef78e4d4f6?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: 726/1443] 10.0.0.204 () {34 vars in 1108 bytes} [Tue Apr 28 18:40:13 2026] GET /v2.0/networks/325dab06-61c6-468c-a9c1-d8ef78e4d4f6?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: 718/1444] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:13 2026] GET /v2.0/ports?device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => 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: 727/1445] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:14 2026] GET /v2.0/ports?device_id=79138334-ec7d-4153-9605-be356cafe2ea => 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: 720/1448] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:14 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 1010 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1449] 10.0.0.204 () {34 vars in 1120 bytes} [Tue Apr 28 18:40:14 2026] GET /v2.0/security-groups?id=48f903a9-f44a-4de7-b3b8-b5b68d0e7b15&id=683faf68-c719-45bd-851a-d8abda40bf78&fields=id&fields=name => generated 206 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1450] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:14 2026] GET /v2.0/ports?device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => 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: 730/1451] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:15 2026] DELETE /v2.0/security-groups/7bc77338-2051-4754-bb66-bf625b90e15f => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:40:15.471 7 INFO neutron.api.v2.resource [None req-3f484759-edd4-4e42-98aa-c8239a572478 0453d87bd0544a60979ec8bd06396b86 4edbeab7aa974d859194dae856771bad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 722/1452] 10.0.0.224 () {32 vars in 737 bytes} [Tue Apr 28 18:40:15 2026] GET /v2.0/security-groups/7bc77338-2051-4754-bb66-bf625b90e15f => generated 146 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:40:15.602 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc274d1f-d2d8-4863-8079-57dbc54f5335 0453d87bd0544a60979ec8bd06396b86 4edbeab7aa974d859194dae856771bad - - default default] TaaS: Handle Delete Port: e4ad37e0-aeac-41a6-9632-97d77d8698a8 2026-04-28 18:40:15.605 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc274d1f-d2d8-4863-8079-57dbc54f5335 0453d87bd0544a60979ec8bd06396b86 4edbeab7aa974d859194dae856771bad - - default default] Tap Mirror: Handle Delete Port: e4ad37e0-aeac-41a6-9632-97d77d8698a8 [pid: 7|app: 0|req: 723/1453] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:15 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1454] 10.0.0.204 () {34 vars in 1120 bytes} [Tue Apr 28 18:40:15 2026] GET /v2.0/security-groups?id=48f903a9-f44a-4de7-b3b8-b5b68d0e7b15&id=683faf68-c719-45bd-851a-d8abda40bf78&fields=id&fields=name => generated 206 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1455] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:40:15 2026] DELETE /v2.0/floatingips/21f179d1-ae71-47e6-addd-258316b8eec2 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1456] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:15 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 1010 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:40:16.218 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8e55c2d-47b8-4dcf-b4d3-1dd63b010442 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 66a03dc1-c8a0-49fe-8eb3-ad712a2e924e 2026-04-28 18:40:16.221 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8e55c2d-47b8-4dcf-b4d3-1dd63b010442 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 66a03dc1-c8a0-49fe-8eb3-ad712a2e924e 2026-04-28 18:40:16.224 7 INFO neutron.db.l3_db [None req-91f9275c-f4c8-45a9-9e80-974d8091888e f26be9f52303400884da4fee3ef89230 8d188efcde0145a1be6e7dc2a04ec8ef - - default default] Floating IP 964c3e11-c95d-4bfe-9380-d28f0029b86e associated. External IP: 10.96.250.216, port: d107b26e-69c0-42fc-8b9c-30b26fb5fc82. [pid: 7|app: 0|req: 726/1457] 10.0.0.224 () {34 vars in 749 bytes} [Tue Apr 28 18:40:15 2026] PUT /v2.0/floatingips/964c3e11-c95d-4bfe-9380-d28f0029b86e => generated 855 bytes in 812 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1458] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:16 2026] GET /v2.0/ports?device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:40:16.696 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-17d93fde-c1e3-4dd7-91c4-995f364c392a'] response: {'name': 'network-changed', 'server_uuid': '13f6a2c6-ef42-4f29-af83-068fa7e47db6', 'tag': 'd107b26e-69c0-42fc-8b9c-30b26fb5fc82', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 732/1459] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:40:15 2026] PUT /v2.0/routers/02c71bc7-703b-4785-af45-23896273bd1e/remove_router_interface => generated 309 bytes in 1183 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:17.255 7 INFO neutron_taas.services.taas.taas_plugin [None req-55aaed8b-b26e-4e26-90e0-c6d2017b8a92 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: daf5997d-1c40-4be0-a4cf-d5d867f2e2cf [pid: 8|app: 0|req: 733/1460] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:40:17 2026] GET /v2.0/ports?tenant_id=8d188efcde0145a1be6e7dc2a04ec8ef&device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 1279 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:40:17.257 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55aaed8b-b26e-4e26-90e0-c6d2017b8a92 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: daf5997d-1c40-4be0-a4cf-d5d867f2e2cf [pid: 8|app: 0|req: 734/1461] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:40:17 2026] GET /v2.0/networks?id=e5291406-9957-4a3b-91ca-f00d1abb1c29 => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:17.539 7 INFO neutron_taas.services.taas.taas_plugin [None req-55aaed8b-b26e-4e26-90e0-c6d2017b8a92 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: fd1d94f6-5448-4f8d-9ca1-b6e5e3099f4b 2026-04-28 18:40:17.544 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55aaed8b-b26e-4e26-90e0-c6d2017b8a92 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: fd1d94f6-5448-4f8d-9ca1-b6e5e3099f4b [pid: 8|app: 0|req: 735/1462] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:40:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=d107b26e-69c0-42fc-8b9c-30b26fb5fc82 => generated 858 bytes in 602 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1463] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:17 2026] GET /v2.0/ports?device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => 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: 737/1464] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:40:17 2026] GET /v2.0/subnets?id=4cbdbd03-f041-4b40-be31-1d0ef521a4fb => generated 691 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:17.978 7 INFO neutron.services.segments.plugin [-] Segment d23a875b-0377-4d85-8415-e52c872c74f1 resource provider aggregate not found 2026-04-28 18:40:17.981 7 INFO neutron.services.segments.plugin [-] Segment d23a875b-0377-4d85-8415-e52c872c74f1 resource provider aggregate not found 2026-04-28 18:40:17.998 7 INFO neutron.services.segments.plugin [-] Segment d23a875b-0377-4d85-8415-e52c872c74f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d23a875b-0377-4d85-8415-e52c872c74f1 found for delete ", "request_id": "req-b547fd6d-9ff9-4170-b232-5c8e8091d82f"}]} 2026-04-28 18:40:18.001 7 INFO neutron.services.segments.plugin [-] Segment d23a875b-0377-4d85-8415-e52c872c74f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d23a875b-0377-4d85-8415-e52c872c74f1 found for delete ", "request_id": "req-f660eecd-fcc3-47f7-8b2b-707bd5c66a2d"}]} [pid: 8|app: 0|req: 738/1465] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:40:17 2026] GET /v2.0/ports?network_id=e5291406-9957-4a3b-91ca-f00d1abb1c29&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:40:18.015 7 INFO neutron.db.l3_hamode_db [None req-55aaed8b-b26e-4e26-90e0-c6d2017b8a92 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] HA network 65c2c248-f1c9-413d-b006-908261f5e184 was deleted as no HA routers are present in tenant 4edbeab7aa974d859194dae856771bad. [pid: 7|app: 0|req: 728/1466] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:40:16 2026] DELETE /v2.0/routers/02c71bc7-703b-4785-af45-23896273bd1e => generated 0 bytes in 1035 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1467] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:40:18 2026] GET /v2.0/networks/e5291406-9957-4a3b-91ca-f00d1abb1c29?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1468] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:40:18 2026] GET /v2.0/networks/e5291406-9957-4a3b-91ca-f00d1abb1c29?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: 741/1469] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:40:18 2026] GET /v2.0/networks?id=325dab06-61c6-468c-a9c1-d8ef78e4d4f6 => generated 672 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1470] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:40:18 2026] DELETE /v2.0/subnets/84908139-a01e-49f2-883c-b444badeee2b => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:40:18.336 7 INFO neutron_taas.services.taas.taas_plugin [None req-1018e97e-5cf1-4782-8ece-9af185108024 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 1fcd930c-6caf-469f-8e07-e79ebc94d767 2026-04-28 18:40:18.339 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1018e97e-5cf1-4782-8ece-9af185108024 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 1fcd930c-6caf-469f-8e07-e79ebc94d767 [pid: 7|app: 0|req: 730/1471] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:40:18 2026] DELETE /v2.0/networks/178e28c4-5d72-462a-825d-155cc7b840cc => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1472] 10.0.0.90 () {34 vars in 989 bytes} [Tue Apr 28 18:40:18 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1473] 199.204.45.49 () {38 vars in 954 bytes} [Tue Apr 28 18:40:18 2026] POST /v2.0/ports => generated 954 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1474] 10.0.0.90 () {34 vars in 1039 bytes} [Tue Apr 28 18:40:18 2026] GET /v2.0/security-groups?id=b60a8e88-6f5a-4c5d-a87b-afa67e540e63&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 733/1475] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:18 2026] GET /v2.0/security-groups?tenant_id=4edbeab7aa974d859194dae856771bad&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1476] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:18 2026] DELETE /v2.0/security-groups/034aa7f2-6b23-4587-b0d0-cd179e6df435 => 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: 735/1477] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:19 2026] GET /v2.0/ports?device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1478] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:19 2026] GET /v2.0/security-groups?id=36d02f3c-7fae-4d04-a0c3-e2238116f3d5&fields=id&fields=name => generated 88 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1479] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:40:18 2026] PUT /v2.0/ports/64b60e28-6204-46ec-8762-ce429033a008 => generated 1235 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:40:19.215 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-250c256f-211f-4da6-8a7f-a898acde36c7'] response: {'name': 'network-changed', 'server_uuid': '650b029a-d3c9-41ed-b00e-260a77f15f40', 'tag': '64b60e28-6204-46ec-8762-ce429033a008', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 737/1480] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:40:19 2026] GET /v2.0/ports?tenant_id=425cadea00444440bfd6561be7269159&device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => generated 1238 bytes in 56 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: 744/1481] 199.204.45.49 () {34 vars in 1017 bytes} [Tue Apr 28 18:40:19 2026] GET /v2.0/networks?tenant_id=425cadea00444440bfd6561be7269159&shared=False => generated 767 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1482] 199.204.45.49 () {34 vars in 929 bytes} [Tue Apr 28 18:40:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:20.022 7 INFO neutron.services.segments.plugin [-] Segment 9482b8a3-5f51-40dc-8f0a-c4a29445f533 resource provider aggregate not found 2026-04-28 18:40:20.026 7 INFO neutron.services.segments.plugin [-] Segment 9482b8a3-5f51-40dc-8f0a-c4a29445f533 resource provider aggregate not found 2026-04-28 18:40:20.043 7 INFO neutron.services.segments.plugin [-] Segment 9482b8a3-5f51-40dc-8f0a-c4a29445f533 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9482b8a3-5f51-40dc-8f0a-c4a29445f533 found for delete ", "request_id": "req-bf6dcb99-86b0-4265-92d3-7cf1e853513f"}]} 2026-04-28 18:40:20.047 7 INFO neutron.services.segments.plugin [-] Segment 9482b8a3-5f51-40dc-8f0a-c4a29445f533 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9482b8a3-5f51-40dc-8f0a-c4a29445f533 found for delete ", "request_id": "req-17d5b721-be72-499f-9a31-798ac7679da6"}]} [pid: 8|app: 0|req: 745/1483] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:20 2026] GET /v2.0/ports?device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => 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: 739/1484] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:20 2026] GET /v2.0/security-groups?id=36d02f3c-7fae-4d04-a0c3-e2238116f3d5&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1485] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:40:20 2026] GET /v2.0/ports?tenant_id=425cadea00444440bfd6561be7269159&device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => 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: 740/1486] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:40:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=64b60e28-6204-46ec-8762-ce429033a008 => 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: 747/1487] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:40:20 2026] GET /v2.0/subnets?id=b87ca737-7c2b-4ac3-b358-d1774f2fc756 => generated 690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1488] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:40:21 2026] GET /v2.0/ports?network_id=325dab06-61c6-468c-a9c1-d8ef78e4d4f6&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1489] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:40:21 2026] GET /v2.0/networks/325dab06-61c6-468c-a9c1-d8ef78e4d4f6?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: 742/1490] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:40:21 2026] GET /v2.0/networks/325dab06-61c6-468c-a9c1-d8ef78e4d4f6?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: 749/1491] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:21 2026] GET /v2.0/ports?device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => 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: 743/1492] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:21 2026] GET /v2.0/security-groups?id=36d02f3c-7fae-4d04-a0c3-e2238116f3d5&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1493] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:22 2026] GET /v2.0/ports?device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1494] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:22 2026] GET /v2.0/security-groups?id=36d02f3c-7fae-4d04-a0c3-e2238116f3d5&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1495] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:23 2026] GET /v2.0/ports?device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1496] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:23 2026] GET /v2.0/security-groups?id=36d02f3c-7fae-4d04-a0c3-e2238116f3d5&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1497] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:24 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 1010 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1498] 10.0.0.204 () {34 vars in 1120 bytes} [Tue Apr 28 18:40:24 2026] GET /v2.0/security-groups?id=48f903a9-f44a-4de7-b3b8-b5b68d0e7b15&id=683faf68-c719-45bd-851a-d8abda40bf78&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1499] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:40:24 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 1279 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1500] 10.0.0.224 () {32 vars in 858 bytes} [Tue Apr 28 18:40:24 2026] GET /v2.0/floatingips?floating_network_id=b1ae081a-0efa-482f-ab63-efe52cbbbb4f&port_id=d107b26e-69c0-42fc-8b9c-30b26fb5fc82 => generated 860 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1501] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:24 2026] GET /v2.0/ports?device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1502] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:25 2026] GET /v2.0/security-groups?id=36d02f3c-7fae-4d04-a0c3-e2238116f3d5&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1503] 10.0.0.90 () {34 vars in 989 bytes} [Tue Apr 28 18:40:25 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 1279 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1504] 10.0.0.90 () {34 vars in 1119 bytes} [Tue Apr 28 18:40:25 2026] GET /v2.0/security-groups?id=683faf68-c719-45bd-851a-d8abda40bf78&id=48f903a9-f44a-4de7-b3b8-b5b68d0e7b15&fields=id&fields=name => generated 206 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1505] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:25 2026] GET /v2.0/security-groups?tenant_id=a0df2320dd8244bba650819d7f5d994c&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1506] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:25 2026] DELETE /v2.0/security-groups/1e5afb56-984a-4a9f-a8d2-fac7daa86459 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1507] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:26 2026] GET /v2.0/ports?device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1508] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:26 2026] GET /v2.0/security-groups?id=36d02f3c-7fae-4d04-a0c3-e2238116f3d5&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1509] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:26 2026] GET /v2.0/security-groups?tenant_id=45e1fbe4d3724b89ba3a90c808b069e1&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1510] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:26 2026] DELETE /v2.0/security-groups/d8ca5593-928e-4cee-9f2d-4f8ab89e1e0a => 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: 752/1511] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:27 2026] GET /v2.0/ports?device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1512] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:27 2026] GET /v2.0/security-groups?id=36d02f3c-7fae-4d04-a0c3-e2238116f3d5&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1513] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:28 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 1010 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1514] 10.0.0.204 () {34 vars in 1120 bytes} [Tue Apr 28 18:40:28 2026] GET /v2.0/security-groups?id=48f903a9-f44a-4de7-b3b8-b5b68d0e7b15&id=683faf68-c719-45bd-851a-d8abda40bf78&fields=id&fields=name => generated 206 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1515] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:29 2026] GET /v2.0/ports?device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1516] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:29 2026] GET /v2.0/security-groups?id=36d02f3c-7fae-4d04-a0c3-e2238116f3d5&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1517] 10.0.0.224 () {32 vars in 826 bytes} [Tue Apr 28 18:40:29 2026] GET /v2.0/ports?project_id=2a98b950f59d43cca6e7bdd28ad94ffd&network_id=d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d => generated 3695 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1520] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:29 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 1010 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1521] 10.0.0.204 () {34 vars in 1120 bytes} [Tue Apr 28 18:40:29 2026] GET /v2.0/security-groups?id=48f903a9-f44a-4de7-b3b8-b5b68d0e7b15&id=683faf68-c719-45bd-851a-d8abda40bf78&fields=id&fields=name => generated 206 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1522] 10.0.0.224 () {32 vars in 742 bytes} [Tue Apr 28 18:40:29 2026] GET /v2.0/subnets?network_id=b1ae081a-0efa-482f-ab63-efe52cbbbb4f => generated 667 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:29.912 7 INFO neutron.db.l3_db [None req-388ab729-d5b3-4a74-a339-a4f7d9ab65e9 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] Floating IP b175cde9-b295-4c97-850f-43abe09289c6 disassociated. External IP: 10.96.250.213, port: 50f96235-3775-45bb-9b53-01d0ab6f9b3b. [pid: 7|app: 0|req: 758/1523] 10.0.0.224 () {34 vars in 749 bytes} [Tue Apr 28 18:40:29 2026] PUT /v2.0/floatingips/b175cde9-b295-4c97-850f-43abe09289c6 => generated 554 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1524] 199.204.45.49 () {34 vars in 993 bytes} [Tue Apr 28 18:40:30 2026] GET /v2.0/ports?device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1525] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:40:30 2026] GET /v2.0/floatingips/b175cde9-b295-4c97-850f-43abe09289c6 => generated 554 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1526] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:30 2026] GET /v2.0/ports?device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:30.327 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b55fd9e5-315a-4d2e-98db-8efc6643b1ec'] response: {'name': 'network-changed', 'server_uuid': '4e9f6815-d881-4770-8ba1-3c5ab8a1485d', 'tag': '50f96235-3775-45bb-9b53-01d0ab6f9b3b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 760/1527] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:30 2026] GET /v2.0/security-groups?id=36d02f3c-7fae-4d04-a0c3-e2238116f3d5&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:40:30.426 8 INFO neutron_taas.services.taas.taas_plugin [req-61d1663b-8ce5-4357-baeb-bbdca0a01abe req-dc98828f-ac84-471a-b04f-b4f63f9b7a85 b11e5c696bdc49f89bcddf9e38225acd 425cadea00444440bfd6561be7269159 - - default default] TaaS: Handle Delete Port: 64b60e28-6204-46ec-8762-ce429033a008 2026-04-28 18:40:30.429 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-61d1663b-8ce5-4357-baeb-bbdca0a01abe req-dc98828f-ac84-471a-b04f-b4f63f9b7a85 b11e5c696bdc49f89bcddf9e38225acd 425cadea00444440bfd6561be7269159 - - default default] Tap Mirror: Handle Delete Port: 64b60e28-6204-46ec-8762-ce429033a008 [pid: 8|app: 0|req: 768/1528] 199.204.45.49 () {36 vars in 996 bytes} [Tue Apr 28 18:40:30 2026] DELETE /v2.0/ports/64b60e28-6204-46ec-8762-ce429033a008 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:40:30.627 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-85674c68-b316-4362-a33e-f3bcf957d9f2'] response: {'server_uuid': '650b029a-d3c9-41ed-b00e-260a77f15f40', 'name': 'network-vif-deleted', 'tag': '64b60e28-6204-46ec-8762-ce429033a008', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 761/1529] 199.204.45.49 () {34 vars in 993 bytes} [Tue Apr 28 18:40:30 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1530] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:30 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1531] 10.0.0.204 () {34 vars in 1120 bytes} [Tue Apr 28 18:40:30 2026] GET /v2.0/security-groups?id=48f903a9-f44a-4de7-b3b8-b5b68d0e7b15&id=683faf68-c719-45bd-851a-d8abda40bf78&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:30.758 7 INFO neutron_taas.services.taas.taas_plugin [req-7ab466c3-5d7f-4974-b2cb-664fab8ac0bc req-8c09da7a-c04b-4221-81bd-ab7d020bbd4c f26be9f52303400884da4fee3ef89230 8d188efcde0145a1be6e7dc2a04ec8ef - - default default] TaaS: Handle Delete Port: d107b26e-69c0-42fc-8b9c-30b26fb5fc82 2026-04-28 18:40:30.762 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7ab466c3-5d7f-4974-b2cb-664fab8ac0bc req-8c09da7a-c04b-4221-81bd-ab7d020bbd4c f26be9f52303400884da4fee3ef89230 8d188efcde0145a1be6e7dc2a04ec8ef - - default default] Tap Mirror: Handle Delete Port: d107b26e-69c0-42fc-8b9c-30b26fb5fc82 [pid: 8|app: 0|req: 771/1532] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:40:30 2026] GET /v2.0/ports?tenant_id=2a98b950f59d43cca6e7bdd28ad94ffd&device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:40:30.887 7 INFO neutron.db.l3_db [req-7ab466c3-5d7f-4974-b2cb-664fab8ac0bc req-8c09da7a-c04b-4221-81bd-ab7d020bbd4c f26be9f52303400884da4fee3ef89230 8d188efcde0145a1be6e7dc2a04ec8ef - - default default] Floating IP 964c3e11-c95d-4bfe-9380-d28f0029b86e disassociated. External IP: 10.96.250.216, port: d107b26e-69c0-42fc-8b9c-30b26fb5fc82. [pid: 8|app: 0|req: 772/1533] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:40:30 2026] GET /v2.0/networks?id=d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d => generated 757 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1534] 199.204.45.49 () {34 vars in 1059 bytes} [Tue Apr 28 18:40:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=50f96235-3775-45bb-9b53-01d0ab6f9b3b => 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: 774/1535] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:40:30 2026] GET /v2.0/subnets?id=f9203e74-e1ec-4acf-b77b-dc60b15e57b8 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1536] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:40:30 2026] GET /v2.0/ports?network_id=d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d&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: 776/1537] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:40:31 2026] GET /v2.0/networks/d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1538] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:40:31 2026] GET /v2.0/networks/d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1539] 199.204.45.49 () {36 vars in 996 bytes} [Tue Apr 28 18:40:30 2026] DELETE /v2.0/ports/d107b26e-69c0-42fc-8b9c-30b26fb5fc82 => generated 0 bytes in 562 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1540] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:40:31 2026] GET /v2.0/floatingips/b175cde9-b295-4c97-850f-43abe09289c6 => generated 554 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1541] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:31 2026] GET /v2.0/ports?device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => 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: 778/1542] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:31 2026] GET /v2.0/security-groups?tenant_id=c9b5f43cca6e4848a6d910b140adb609&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1543] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:31 2026] DELETE /v2.0/security-groups/1ff090f8-4d6b-4a26-b15c-8be4118aae9d => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1544] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:31 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => 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: 766/1545] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:31 2026] GET /v2.0/security-groups?tenant_id=ad9e61b359c94efa9133cfbe7c3c39d9&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1546] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:32 2026] DELETE /v2.0/security-groups/e403d654-716c-449b-8b1b-4fcaa7bb3659 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:40:32.370 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d52c2c7e-a4fc-49ad-bbc2-80719284727e'] response: {'server_uuid': '13f6a2c6-ef42-4f29-af83-068fa7e47db6', 'name': 'network-vif-deleted', 'tag': 'd107b26e-69c0-42fc-8b9c-30b26fb5fc82', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 767/1547] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:40:32 2026] GET /v2.0/floatingips/b175cde9-b295-4c97-850f-43abe09289c6 => generated 552 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1548] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:32 2026] GET /v2.0/ports?device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => 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: 768/1549] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:32 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => 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: 782/1550] 10.0.0.224 () {34 vars in 685 bytes} [Tue Apr 28 18:40:33 2026] POST /v2.0/security-groups => generated 1673 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1551] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:33 2026] GET /v2.0/ports?device_id=650b029a-d3c9-41ed-b00e-260a77f15f40 => 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: 769/1552] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:40:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1553] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:40:33 2026] POST /v2.0/security-group-rules => generated 596 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1554] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:40:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1555] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:34 2026] GET /v2.0/ports?device_id=13f6a2c6-ef42-4f29-af83-068fa7e47db6 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1556] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:40:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:40:34.228 8 INFO neutron.db.securitygroups_db [None req-ff4237e3-880f-4c00-ae85-7c4d9218fa15 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] Project 2a98b950f59d43cca6e7bdd28ad94ffd 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: 786/1557] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:40:34 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-04-28 18:40:34.361 7 INFO neutron.db.securitygroups_db [None req-0349d966-913d-4c3b-9716-969bd43b9299 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] Project 2a98b950f59d43cca6e7bdd28ad94ffd 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: 772/1558] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:40:34 2026] POST /v2.0/security-group-rules => generated 606 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1559] 10.0.0.224 () {32 vars in 649 bytes} [Tue Apr 28 18:40:34 2026] GET /v2.0/networks => generated 1298 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1560] 10.0.0.204 () {34 vars in 1098 bytes} [Tue Apr 28 18:40:35 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-109450148&fields=id&tenant_id=2a98b950f59d43cca6e7bdd28ad94ffd => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1561] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:35 2026] DELETE /v2.0/security-groups/683faf68-c719-45bd-851a-d8abda40bf78 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:40:35.360 7 INFO neutron.api.v2.resource [None req-43aaf4c2-6c8b-40a5-9238-b9f0b9d57f1e f26be9f52303400884da4fee3ef89230 8d188efcde0145a1be6e7dc2a04ec8ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 774/1562] 10.0.0.224 () {32 vars in 737 bytes} [Tue Apr 28 18:40:35 2026] GET /v2.0/security-groups/683faf68-c719-45bd-851a-d8abda40bf78 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1563] 10.0.0.204 () {34 vars in 982 bytes} [Tue Apr 28 18:40:35 2026] GET /v2.0/networks?id=d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d => generated 661 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1564] 10.0.0.204 () {34 vars in 965 bytes} [Tue Apr 28 18:40:35 2026] GET /v2.0/quotas/2a98b950f59d43cca6e7bdd28ad94ffd => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1565] 10.0.0.204 () {34 vars in 1002 bytes} [Tue Apr 28 18:40:35 2026] GET /v2.0/ports?tenant_id=2a98b950f59d43cca6e7bdd28ad94ffd&fields=id => generated 149 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:35.493 7 INFO neutron_taas.services.taas.taas_plugin [None req-56cc23b8-6b4b-498c-9f04-5481b7569a27 f26be9f52303400884da4fee3ef89230 8d188efcde0145a1be6e7dc2a04ec8ef - - default default] TaaS: Handle Delete Port: 7b324e34-e3fd-4dc6-8408-90e856a584df 2026-04-28 18:40:35.497 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56cc23b8-6b4b-498c-9f04-5481b7569a27 f26be9f52303400884da4fee3ef89230 8d188efcde0145a1be6e7dc2a04ec8ef - - default default] Tap Mirror: Handle Delete Port: 7b324e34-e3fd-4dc6-8408-90e856a584df [pid: 8|app: 0|req: 792/1566] 10.0.0.204 () {34 vars in 1008 bytes} [Tue Apr 28 18:40:35 2026] GET /v2.0/networks/d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1567] 10.0.0.204 () {34 vars in 1108 bytes} [Tue Apr 28 18:40:35 2026] GET /v2.0/networks/d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1568] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:40:35 2026] DELETE /v2.0/floatingips/964c3e11-c95d-4bfe-9380-d28f0029b86e => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1569] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:35 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => 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: 794/1570] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:35 2026] DELETE /v2.0/security-groups/48f903a9-f44a-4de7-b3b8-b5b68d0e7b15 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:40:36.322 7 INFO neutron_taas.services.taas.taas_plugin [None req-ebb34742-4737-4f41-a361-6ee75c0bc38f 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 32b7e345-7d53-4e01-8483-8bbf192b13ed 2026-04-28 18:40:36.326 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebb34742-4737-4f41-a361-6ee75c0bc38f 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 32b7e345-7d53-4e01-8483-8bbf192b13ed 2026-04-28 18:40:36.437 8 INFO neutron_taas.services.taas.taas_plugin [None req-b06d79d6-868f-49c0-9a94-3352c97f2569 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 1f9f0df2-5e07-4ffc-8c2f-fda1311c6377 2026-04-28 18:40:36.440 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b06d79d6-868f-49c0-9a94-3352c97f2569 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 1f9f0df2-5e07-4ffc-8c2f-fda1311c6377 [pid: 7|app: 0|req: 777/1571] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:40:35 2026] PUT /v2.0/routers/d5e3de14-76a5-4258-9de9-616639a05a39/remove_router_interface => generated 309 bytes in 992 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1572] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:36 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => 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: 795/1573] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:40:36 2026] PUT /v2.0/routers/652d480b-909d-4bf4-85b3-f32c048b9bb1/remove_router_interface => generated 309 bytes in 1041 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:37.115 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bf6c750-80e0-463d-8abd-bfc47d079fae 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 8de0086b-a3ea-4f00-89a2-665c5d777d2d 2026-04-28 18:40:37.118 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bf6c750-80e0-463d-8abd-bfc47d079fae 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 8de0086b-a3ea-4f00-89a2-665c5d777d2d 2026-04-28 18:40:37.283 8 INFO neutron_taas.services.taas.taas_plugin [None req-11315ccb-6403-47a5-8fe1-f1216d5f4c30 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 6c1cd3e0-3f22-40af-bb14-3c4073eaf95f 2026-04-28 18:40:37.286 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11315ccb-6403-47a5-8fe1-f1216d5f4c30 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 6c1cd3e0-3f22-40af-bb14-3c4073eaf95f 2026-04-28 18:40:37.387 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bf6c750-80e0-463d-8abd-bfc47d079fae 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: ab835d9c-b8e1-4bbd-996e-bff26798fea7 2026-04-28 18:40:37.391 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bf6c750-80e0-463d-8abd-bfc47d079fae 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: ab835d9c-b8e1-4bbd-996e-bff26798fea7 2026-04-28 18:40:37.631 8 INFO neutron_taas.services.taas.taas_plugin [None req-11315ccb-6403-47a5-8fe1-f1216d5f4c30 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: e779457b-d93c-4d87-854c-966a62f5e645 2026-04-28 18:40:37.635 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11315ccb-6403-47a5-8fe1-f1216d5f4c30 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: e779457b-d93c-4d87-854c-966a62f5e645 2026-04-28 18:40:37.752 7 INFO neutron.services.segments.plugin [-] Segment b33e6bd0-e4ca-4a91-8ec2-7be1b5538b85 resource provider aggregate not found 2026-04-28 18:40:37.760 7 INFO neutron.services.segments.plugin [-] Segment b33e6bd0-e4ca-4a91-8ec2-7be1b5538b85 resource provider aggregate not found 2026-04-28 18:40:37.782 7 INFO neutron.services.segments.plugin [-] Segment b33e6bd0-e4ca-4a91-8ec2-7be1b5538b85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b33e6bd0-e4ca-4a91-8ec2-7be1b5538b85 found for delete ", "request_id": "req-fd05a22c-1b0e-4640-9d80-6c1c1505caa0"}]} 2026-04-28 18:40:37.783 7 INFO neutron.services.segments.plugin [-] Segment b33e6bd0-e4ca-4a91-8ec2-7be1b5538b85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b33e6bd0-e4ca-4a91-8ec2-7be1b5538b85 found for delete ", "request_id": "req-5753663c-9ad1-49e3-8af5-a8a8fe27aba2"}]} 2026-04-28 18:40:37.789 7 INFO neutron.db.l3_hamode_db [None req-1bf6c750-80e0-463d-8abd-bfc47d079fae 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] HA network 6bca5ac1-c21d-4546-930a-6c8848531fac was deleted as no HA routers are present in tenant 8d188efcde0145a1be6e7dc2a04ec8ef. [pid: 7|app: 0|req: 779/1574] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:40:36 2026] DELETE /v2.0/routers/d5e3de14-76a5-4258-9de9-616639a05a39 => generated 0 bytes in 893 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1575] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:40:37 2026] DELETE /v2.0/subnets/4cbdbd03-f041-4b40-be31-1d0ef521a4fb => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:40:38.048 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9fc7095-0344-40a1-a8e3-5dd0ed2e5bde 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: a466ee3f-1501-4bd2-84be-b5c8ab8761b7 2026-04-28 18:40:38.051 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9fc7095-0344-40a1-a8e3-5dd0ed2e5bde 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: a466ee3f-1501-4bd2-84be-b5c8ab8761b7 2026-04-28 18:40:38.076 8 INFO neutron.services.segments.plugin [-] Segment 61c0d61b-92ff-461b-973d-1acc7d437aa6 resource provider aggregate not found 2026-04-28 18:40:38.077 8 INFO neutron.services.segments.plugin [-] Segment 61c0d61b-92ff-461b-973d-1acc7d437aa6 resource provider aggregate not found 2026-04-28 18:40:38.104 8 INFO neutron.db.l3_hamode_db [None req-11315ccb-6403-47a5-8fe1-f1216d5f4c30 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] HA network dbbf4e42-824c-4c55-aa62-f4152770ac4b was deleted as no HA routers are present in tenant 425cadea00444440bfd6561be7269159. 2026-04-28 18:40:38.107 8 INFO neutron.services.segments.plugin [-] Segment 61c0d61b-92ff-461b-973d-1acc7d437aa6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61c0d61b-92ff-461b-973d-1acc7d437aa6 found for delete ", "request_id": "req-3d4492f7-6eb1-42c7-9bf9-d6382ea9efbd"}]} [pid: 8|app: 0|req: 796/1576] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:40:37 2026] DELETE /v2.0/routers/652d480b-909d-4bf4-85b3-f32c048b9bb1 => generated 0 bytes in 1054 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:40:38.116 8 INFO neutron.services.segments.plugin [-] Segment 61c0d61b-92ff-461b-973d-1acc7d437aa6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61c0d61b-92ff-461b-973d-1acc7d437aa6 found for delete ", "request_id": "req-2ab01d49-44e7-4b8b-92fb-12f131641673"}]} [pid: 8|app: 0|req: 797/1577] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:38 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => 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: 781/1578] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:40:37 2026] DELETE /v2.0/networks/e5291406-9957-4a3b-91ca-f00d1abb1c29 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1579] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:40:38 2026] DELETE /v2.0/subnets/b87ca737-7c2b-4ac3-b358-d1774f2fc756 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:40:38.362 8 INFO neutron_taas.services.taas.taas_plugin [None req-088f4bd4-bfa7-4d16-affa-02962ae964d2 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: dac5a5e4-9ac6-4c27-bf67-84600a99ec68 2026-04-28 18:40:38.365 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-088f4bd4-bfa7-4d16-affa-02962ae964d2 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: dac5a5e4-9ac6-4c27-bf67-84600a99ec68 [pid: 8|app: 0|req: 799/1580] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:40:38 2026] DELETE /v2.0/networks/325dab06-61c6-468c-a9c1-d8ef78e4d4f6 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:40:38.685 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a229318-81da-4a37-a248-5a6455775ba5 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 3e021dac-b27c-4909-a00c-1f945bad6bcd 2026-04-28 18:40:38.688 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a229318-81da-4a37-a248-5a6455775ba5 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 3e021dac-b27c-4909-a00c-1f945bad6bcd [pid: 8|app: 0|req: 800/1581] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:38 2026] GET /v2.0/security-groups?tenant_id=8d05154db74e42a8856d2d33e2fab456&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: 801/1582] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:38 2026] GET /v2.0/security-groups?tenant_id=425cadea00444440bfd6561be7269159&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1583] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:39 2026] DELETE /v2.0/security-groups/83c0596f-9e71-47de-a9fa-4286ad9ebb6e => 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: 782/1584] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:40:38 2026] PUT /v2.0/routers/92a41b24-c26d-4902-a16a-eed9c9d27c6b/remove_router_interface => generated 309 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1585] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:39 2026] DELETE /v2.0/security-groups/36d02f3c-7fae-4d04-a0c3-e2238116f3d5 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1586] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:39 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:40:39.448 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5802f6f-e585-4d48-8a8d-3734c4d482d7 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 8ae459a9-a0a6-4dad-bdaa-8c28a10b9266 2026-04-28 18:40:39.453 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5802f6f-e585-4d48-8a8d-3734c4d482d7 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 8ae459a9-a0a6-4dad-bdaa-8c28a10b9266 [pid: 8|app: 0|req: 805/1587] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:39 2026] GET /v2.0/security-groups?tenant_id=a4ca8eddb3084c8798c91ef4abe0b71d&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1588] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:39 2026] DELETE /v2.0/security-groups/901b6465-0fd9-4a0a-98e2-6b3f596e9517 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:40:39.737 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5802f6f-e585-4d48-8a8d-3734c4d482d7 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 2ea96f5f-a681-4573-af3e-23150ba28486 2026-04-28 18:40:39.740 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5802f6f-e585-4d48-8a8d-3734c4d482d7 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 2ea96f5f-a681-4573-af3e-23150ba28486 2026-04-28 18:40:39.808 7 INFO neutron.services.segments.plugin [-] Segment 8755c83b-2374-412c-bc6d-0c0ecd41aee7 resource provider aggregate not found 2026-04-28 18:40:39.816 7 INFO neutron.services.segments.plugin [-] Segment 8755c83b-2374-412c-bc6d-0c0ecd41aee7 resource provider aggregate not found 2026-04-28 18:40:39.827 7 INFO neutron.services.segments.plugin [-] Segment 8755c83b-2374-412c-bc6d-0c0ecd41aee7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8755c83b-2374-412c-bc6d-0c0ecd41aee7 found for delete ", "request_id": "req-4bdfd066-aae1-4091-9e25-b7fa2258d7f3"}]} 2026-04-28 18:40:39.840 7 INFO neutron.services.segments.plugin [-] Segment 8755c83b-2374-412c-bc6d-0c0ecd41aee7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8755c83b-2374-412c-bc6d-0c0ecd41aee7 found for delete ", "request_id": "req-826b5168-c0f2-4dc3-8ed6-d8931998bd06"}]} [pid: 8|app: 0|req: 807/1589] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:40:40 2026] GET /v2.0/networks?id=d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d => generated 661 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:40.139 8 INFO neutron.services.segments.plugin [-] Segment 900d72c5-4240-4045-8680-7dc01dec0a81 resource provider aggregate not found 2026-04-28 18:40:40.143 8 INFO neutron.services.segments.plugin [-] Segment 900d72c5-4240-4045-8680-7dc01dec0a81 resource provider aggregate not found 2026-04-28 18:40:40.158 8 INFO neutron.services.segments.plugin [-] Segment 900d72c5-4240-4045-8680-7dc01dec0a81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 900d72c5-4240-4045-8680-7dc01dec0a81 found for delete ", "request_id": "req-fb5f5ae2-8362-4630-ab4a-353ae030c022"}]} 2026-04-28 18:40:40.161 8 INFO neutron.services.segments.plugin [-] Segment 900d72c5-4240-4045-8680-7dc01dec0a81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 900d72c5-4240-4045-8680-7dc01dec0a81 found for delete ", "request_id": "req-ad0b296c-6ec1-42c2-9c2f-bc928be50f2b"}]} 2026-04-28 18:40:40.183 7 INFO neutron.db.l3_hamode_db [None req-c5802f6f-e585-4d48-8a8d-3734c4d482d7 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] HA network 469f96fe-9342-4100-93e5-fc1b0dc7674f was deleted as no HA routers are present in tenant 0734c077937e4030ac6b8dac8acc2e27. [pid: 7|app: 0|req: 783/1590] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:40:39 2026] DELETE /v2.0/routers/92a41b24-c26d-4902-a16a-eed9c9d27c6b => generated 0 bytes in 966 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1591] 199.204.45.49 () {34 vars in 1049 bytes} [Tue Apr 28 18:40:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2a98b950f59d43cca6e7bdd28ad94ffd => 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: 784/1592] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:40:40 2026] DELETE /v2.0/subnets/bbffb706-ea38-428d-bb2c-f287205b0486 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:40:40.466 7 INFO neutron_taas.services.taas.taas_plugin [None req-38357497-d161-4359-ae97-c725f6b13ee9 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 9f95fd9a-5b81-4546-813f-cf39c93e2f10 2026-04-28 18:40:40.470 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38357497-d161-4359-ae97-c725f6b13ee9 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 9f95fd9a-5b81-4546-813f-cf39c93e2f10 [pid: 8|app: 0|req: 809/1593] 199.204.45.49 () {38 vars in 954 bytes} [Tue Apr 28 18:40:40 2026] POST /v2.0/ports => generated 954 bytes in 491 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: 785/1594] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:40:40 2026] DELETE /v2.0/networks/d83aabc7-bddc-48a1-abf6-4a19e0dd3ba6 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1595] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:40 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => generated 957 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1596] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:40 2026] GET /v2.0/security-groups?id=2eb8876e-6606-401e-bf2b-42f7aceff374&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1597] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:41 2026] GET /v2.0/security-groups?tenant_id=0734c077937e4030ac6b8dac8acc2e27&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1598] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:41 2026] DELETE /v2.0/security-groups/e6a53e7d-99b4-460f-b63b-5676e9d2ddcb => 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: 786/1599] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:40:40 2026] PUT /v2.0/ports/defa2b92-8a53-4e75-8b1d-08c1ec04a168 => generated 1235 bytes in 555 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:40:41.311 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b736c72-1a8c-46cb-871a-ef944ce6cec2'] response: {'name': 'network-changed', 'server_uuid': '27333183-a841-4909-8a3d-2e8d1c4f3e5c', 'tag': 'defa2b92-8a53-4e75-8b1d-08c1ec04a168', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 814/1600] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:41 2026] GET /v2.0/security-groups?tenant_id=8d188efcde0145a1be6e7dc2a04ec8ef&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 787/1601] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:41 2026] DELETE /v2.0/security-groups/2a462cc0-ad75-4bfd-854d-da02406158be => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:40:41.844 7 INFO neutron.services.segments.plugin [-] Segment 695eaa3f-4d38-41e4-8d94-97d8e53e5407 resource provider aggregate not found [pid: 8|app: 0|req: 815/1602] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:40:41 2026] GET /v2.0/ports?tenant_id=2a98b950f59d43cca6e7bdd28ad94ffd&device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:40:41.864 7 INFO neutron.services.segments.plugin [-] Segment 695eaa3f-4d38-41e4-8d94-97d8e53e5407 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 695eaa3f-4d38-41e4-8d94-97d8e53e5407 found for delete ", "request_id": "req-25b805c3-69c0-4046-a6d7-231b6c51797f"}]} 2026-04-28 18:40:41.868 7 INFO neutron.services.segments.plugin [-] Segment 695eaa3f-4d38-41e4-8d94-97d8e53e5407 resource provider aggregate not found 2026-04-28 18:40:41.879 7 INFO neutron.services.segments.plugin [-] Segment 1e486784-940b-429d-8dde-fdbf1cdf2f5b resource provider aggregate not found 2026-04-28 18:40:41.905 7 INFO neutron.services.segments.plugin [-] Segment 1e486784-940b-429d-8dde-fdbf1cdf2f5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e486784-940b-429d-8dde-fdbf1cdf2f5b found for delete ", "request_id": "req-0696326d-254b-4dbc-89fd-689339b4dc39"}]} 2026-04-28 18:40:41.907 7 INFO neutron.services.segments.plugin [-] Segment 695eaa3f-4d38-41e4-8d94-97d8e53e5407 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 695eaa3f-4d38-41e4-8d94-97d8e53e5407 found for delete ", "request_id": "req-4339e497-cd22-4f4f-b498-8eb29c979689"}]} [pid: 8|app: 0|req: 816/1603] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:41 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:41.930 7 INFO neutron.services.segments.plugin [-] Segment 1e486784-940b-429d-8dde-fdbf1cdf2f5b resource provider aggregate not found 2026-04-28 18:40:41.948 7 INFO neutron.services.segments.plugin [-] Segment 1e486784-940b-429d-8dde-fdbf1cdf2f5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e486784-940b-429d-8dde-fdbf1cdf2f5b found for delete ", "request_id": "req-470285b3-f696-4c17-9fa8-bd9cb8f3810d"}]} [pid: 7|app: 0|req: 788/1604] 199.204.45.49 () {34 vars in 1017 bytes} [Tue Apr 28 18:40:41 2026] GET /v2.0/networks?tenant_id=2a98b950f59d43cca6e7bdd28ad94ffd&shared=False => generated 757 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1605] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:41 2026] GET /v2.0/security-groups?id=2eb8876e-6606-401e-bf2b-42f7aceff374&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: 789/1606] 199.204.45.49 () {34 vars in 929 bytes} [Tue Apr 28 18:40:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1607] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:43 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => 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: 790/1608] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:40:43 2026] GET /v2.0/ports?tenant_id=2a98b950f59d43cca6e7bdd28ad94ffd&device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => generated 1238 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1609] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:40:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=defa2b92-8a53-4e75-8b1d-08c1ec04a168 => 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: 819/1610] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:43 2026] GET /v2.0/security-groups?id=2eb8876e-6606-401e-bf2b-42f7aceff374&fields=id&fields=name => generated 113 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1611] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:40:43 2026] GET /v2.0/subnets?id=f9203e74-e1ec-4acf-b77b-dc60b15e57b8 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1612] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:40:43 2026] GET /v2.0/ports?network_id=d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1613] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:40:43 2026] GET /v2.0/networks/d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d?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: 821/1614] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:40:43 2026] GET /v2.0/networks/d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:40:44.205 7 INFO neutron.db.segments_db [None req-401a3faa-a6aa-47d3-8f4e-882ee31160a6 96d10e73b7a543148024a9f6cc51b98f 234553d787694d55b339e88d9fb1951c - - default default] Added segment 663678fe-e173-44ae-aed9-08931f318edd of type vxlan for network 423d1319-bf8b-4432-acb2-de73babc05cb [pid: 8|app: 0|req: 822/1615] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:44 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => 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: 823/1616] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:44 2026] GET /v2.0/security-groups?id=2eb8876e-6606-401e-bf2b-42f7aceff374&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1619] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:40:43 2026] POST /v2.0/networks => generated 707 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1620] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:40:44 2026] POST /v2.0/subnets => generated 644 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:40:44.541 7 WARNING neutron.api.v2.base [None req-e609bb9e-e4f0-475b-932d-d41837af2eea 96d10e73b7a543148024a9f6cc51b98f 234553d787694d55b339e88d9fb1951c - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-04-28 18:40:44.543 7 INFO neutron.api.v2.resource [None req-e609bb9e-e4f0-475b-932d-d41837af2eea 96d10e73b7a543148024a9f6cc51b98f 234553d787694d55b339e88d9fb1951c - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 795/1621] 10.0.0.224 () {34 vars in 681 bytes} [Tue Apr 28 18:40:44 2026] POST /v2.0/rbac-policies => generated 143 bytes in 12 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-28 18:40:44.751 8 INFO neutron.services.segments.plugin [-] Segment 663678fe-e173-44ae-aed9-08931f318edd resource provider aggregate not found 2026-04-28 18:40:44.752 8 INFO neutron.services.segments.plugin [-] Segment 663678fe-e173-44ae-aed9-08931f318edd resource provider aggregate not found 2026-04-28 18:40:44.772 8 INFO neutron.services.segments.plugin [-] Segment 663678fe-e173-44ae-aed9-08931f318edd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 663678fe-e173-44ae-aed9-08931f318edd found for delete ", "request_id": "req-2e4010b2-c367-4f1f-8fab-1f94f0cd8adf"}]} [pid: 8|app: 0|req: 827/1622] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:40:44 2026] DELETE /v2.0/networks/423d1319-bf8b-4432-acb2-de73babc05cb => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:40:44.778 8 INFO neutron.services.segments.plugin [-] Segment 663678fe-e173-44ae-aed9-08931f318edd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 663678fe-e173-44ae-aed9-08931f318edd found for delete ", "request_id": "req-59889717-e879-439d-b70c-e2bc98e33644"}]} 2026-04-28 18:40:44.847 8 INFO neutron.db.segments_db [None req-164ff6d0-8ad0-4622-889f-394043e43332 96d10e73b7a543148024a9f6cc51b98f 234553d787694d55b339e88d9fb1951c - - default default] Added segment c58230cb-a8aa-4b8e-b953-34ad5fd82101 of type vxlan for network a3ee1b95-77a2-4849-9c1d-d4f21073f293 [pid: 8|app: 0|req: 828/1623] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:40:44 2026] POST /v2.0/networks => generated 707 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1624] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:44 2026] GET /v2.0/security-groups?tenant_id=e0dbdaada0fa4523a8fd3a30ddb79c01&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1625] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:44 2026] DELETE /v2.0/security-groups/5c362aba-9f38-4334-9dfd-4d543088ef35 => 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: 829/1626] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:40:44 2026] POST /v2.0/subnets => generated 647 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:40:45.157 7 WARNING neutron.api.v2.base [None req-e32e8500-54ab-43ca-8996-32ae835613b3 96d10e73b7a543148024a9f6cc51b98f 234553d787694d55b339e88d9fb1951c - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-04-28 18:40:45.158 7 INFO neutron.api.v2.resource [None req-e32e8500-54ab-43ca-8996-32ae835613b3 96d10e73b7a543148024a9f6cc51b98f 234553d787694d55b339e88d9fb1951c - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 798/1627] 10.0.0.224 () {34 vars in 681 bytes} [Tue Apr 28 18:40:45 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1628] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:40:45 2026] DELETE /v2.0/networks/a3ee1b95-77a2-4849-9c1d-d4f21073f293 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1629] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:45 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => generated 969 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:45.498 8 INFO neutron.db.segments_db [None req-3ee9d5c3-e45f-471c-9d13-10a688bbd5c1 96d10e73b7a543148024a9f6cc51b98f 234553d787694d55b339e88d9fb1951c - - default default] Added segment bef0985f-5c10-4327-abc9-fede7568d980 of type vxlan for network b5ecbb86-1166-473c-a636-1b25f23c6973 [pid: 7|app: 0|req: 800/1630] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:45 2026] GET /v2.0/security-groups?id=2eb8876e-6606-401e-bf2b-42f7aceff374&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1631] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:40:45 2026] POST /v2.0/networks => generated 707 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1632] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:40:45 2026] POST /v2.0/subnets => generated 647 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1633] 10.0.0.224 () {34 vars in 681 bytes} [Tue Apr 28 18:40:45 2026] POST /v2.0/rbac-policies => generated 324 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1634] 10.0.0.224 () {32 vars in 723 bytes} [Tue Apr 28 18:40:46 2026] GET /v2.0/networks/b5ecbb86-1166-473c-a636-1b25f23c6973 => generated 654 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1635] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:46 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:46.806 8 INFO neutron.services.segments.plugin [-] Segment c58230cb-a8aa-4b8e-b953-34ad5fd82101 resource provider aggregate not found 2026-04-28 18:40:46.813 8 INFO neutron.services.segments.plugin [-] Segment c58230cb-a8aa-4b8e-b953-34ad5fd82101 resource provider aggregate not found [pid: 8|app: 0|req: 835/1636] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:46 2026] GET /v2.0/security-groups?id=2eb8876e-6606-401e-bf2b-42f7aceff374&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:46.837 8 INFO neutron.services.segments.plugin [-] Segment c58230cb-a8aa-4b8e-b953-34ad5fd82101 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c58230cb-a8aa-4b8e-b953-34ad5fd82101 found for delete ", "request_id": "req-bd75d11a-63e6-4650-9412-686ab2a291b0"}]} 2026-04-28 18:40:46.840 8 INFO neutron.services.segments.plugin [-] Segment c58230cb-a8aa-4b8e-b953-34ad5fd82101 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c58230cb-a8aa-4b8e-b953-34ad5fd82101 found for delete ", "request_id": "req-59cf0fb9-9689-4a72-b2a3-a295c3a3dc87"}]} [pid: 8|app: 0|req: 836/1637] 10.0.0.224 () {32 vars in 653 bytes} [Tue Apr 28 18:40:46 2026] GET /v2.0/extensions => generated 21537 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1638] 10.0.0.224 () {32 vars in 681 bytes} [Tue Apr 28 18:40:46 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: 838/1639] 10.0.0.224 () {32 vars in 681 bytes} [Tue Apr 28 18:40:46 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1640] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:40:46 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1641] 10.0.0.224 () {32 vars in 665 bytes} [Tue Apr 28 18:40:46 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1642] 10.0.0.224 () {32 vars in 699 bytes} [Tue Apr 28 18:40:46 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1643] 10.0.0.224 () {32 vars in 697 bytes} [Tue Apr 28 18:40:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1644] 10.0.0.224 () {32 vars in 701 bytes} [Tue Apr 28 18:40:46 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1645] 10.0.0.224 () {32 vars in 689 bytes} [Tue Apr 28 18:40:46 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1646] 10.0.0.224 () {32 vars in 703 bytes} [Tue Apr 28 18:40:46 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1647] 10.0.0.224 () {32 vars in 693 bytes} [Tue Apr 28 18:40:46 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1648] 10.0.0.224 () {32 vars in 695 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1649] 10.0.0.224 () {32 vars in 685 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1650] 10.0.0.224 () {32 vars in 687 bytes} [Tue Apr 28 18:40:47 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: 850/1651] 10.0.0.224 () {32 vars in 661 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1652] 10.0.0.224 () {32 vars in 699 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1653] 10.0.0.224 () {34 vars in 676 bytes} [Tue Apr 28 18:40:46 2026] POST /v2.0/floatingips => generated 552 bytes in 880 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1654] 10.0.0.224 () {32 vars in 679 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:47.089 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f21f80f6-a1c4-47f1-b806-9cf777dca14f f8e84211b37c4db88a281a1febaadcfe e6a399bca5974a998d9bf8848884a96e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 852/1655] 10.0.0.224 () {32 vars in 723 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/networks/b5ecbb86-1166-473c-a636-1b25f23c6973 => generated 138 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1656] 10.0.0.224 () {32 vars in 683 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:47.290 8 INFO neutron_taas.services.taas.taas_plugin [None req-72068d06-6472-4ad4-88a9-c8135ccaf3ca 96d10e73b7a543148024a9f6cc51b98f 234553d787694d55b339e88d9fb1951c - - default default] TaaS: Handle Delete Port: 148e26de-d91b-4338-8d50-4aa5ac4ad60c 2026-04-28 18:40:47.293 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72068d06-6472-4ad4-88a9-c8135ccaf3ca 96d10e73b7a543148024a9f6cc51b98f 234553d787694d55b339e88d9fb1951c - - default default] Tap Mirror: Handle Delete Port: 148e26de-d91b-4338-8d50-4aa5ac4ad60c [pid: 8|app: 0|req: 854/1657] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:40:47 2026] DELETE /v2.0/networks/b5ecbb86-1166-473c-a636-1b25f23c6973 => generated 0 bytes in 486 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1658] 10.0.0.224 () {32 vars in 675 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:47.613 8 INFO neutron.pecan_wsgi.hooks.translation [None req-196b5bb8-8b30-4788-8739-f88fd7ce0d41 96d10e73b7a543148024a9f6cc51b98f 234553d787694d55b339e88d9fb1951c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 856/1659] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:40:47 2026] DELETE /v2.0/subnets/d06a7795-f8ee-4b12-b309-ec79f3847b75 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1660] 10.0.0.224 () {32 vars in 689 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:47.629 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d386e8c1-c3ae-44ba-9f99-7cfa3673288b 96d10e73b7a543148024a9f6cc51b98f 234553d787694d55b339e88d9fb1951c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 858/1661] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:40:47 2026] DELETE /v2.0/subnets/20943ae9-da6b-4688-830c-2ba480360c8c => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1662] 10.0.0.224 () {32 vars in 723 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1663] 10.0.0.224 () {32 vars in 687 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:47.663 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a669ad1c-737b-4ded-a183-2ef5ed7bf5bc 96d10e73b7a543148024a9f6cc51b98f 234553d787694d55b339e88d9fb1951c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 861/1664] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:40:47 2026] DELETE /v2.0/subnets/fa1a6a1f-27bb-4f44-9018-37a44118e7b2 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1665] 10.0.0.224 () {32 vars in 669 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1666] 10.0.0.224 () {32 vars in 687 bytes} [Tue Apr 28 18:40:47 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: 864/1667] 10.0.0.224 () {32 vars in 681 bytes} [Tue Apr 28 18:40:47 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: 865/1668] 10.0.0.224 () {32 vars in 699 bytes} [Tue Apr 28 18:40:47 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: 866/1669] 10.0.0.224 () {32 vars in 679 bytes} [Tue Apr 28 18:40:47 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: 867/1670] 10.0.0.224 () {32 vars in 667 bytes} [Tue Apr 28 18:40:47 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: 868/1671] 10.0.0.224 () {32 vars in 677 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1672] 10.0.0.224 () {32 vars in 665 bytes} [Tue Apr 28 18:40:47 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: 870/1673] 10.0.0.224 () {32 vars in 675 bytes} [Tue Apr 28 18:40:47 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: 871/1674] 10.0.0.224 () {32 vars in 713 bytes} [Tue Apr 28 18:40:47 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: 872/1675] 10.0.0.224 () {32 vars in 691 bytes} [Tue Apr 28 18:40:47 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: 873/1676] 10.0.0.224 () {32 vars in 683 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1677] 10.0.0.224 () {34 vars in 676 bytes} [Tue Apr 28 18:40:47 2026] POST /v2.0/floatingips => generated 552 bytes in 708 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1678] 10.0.0.224 () {32 vars in 669 bytes} [Tue Apr 28 18:40:47 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: 875/1679] 10.0.0.224 () {32 vars in 687 bytes} [Tue Apr 28 18:40:47 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: 876/1680] 10.0.0.224 () {32 vars in 705 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1681] 10.0.0.224 () {32 vars in 675 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1682] 10.0.0.224 () {32 vars in 701 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1683] 10.0.0.224 () {32 vars in 675 bytes} [Tue Apr 28 18:40:47 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: 880/1684] 10.0.0.224 () {32 vars in 693 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1685] 10.0.0.224 () {32 vars in 689 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1686] 10.0.0.224 () {32 vars in 709 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1687] 10.0.0.224 () {32 vars in 705 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1688] 10.0.0.224 () {32 vars in 719 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1689] 10.0.0.224 () {32 vars in 697 bytes} [Tue Apr 28 18:40:47 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: 886/1690] 10.0.0.224 () {32 vars in 711 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1691] 10.0.0.224 () {32 vars in 669 bytes} [Tue Apr 28 18:40:47 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: 888/1692] 10.0.0.224 () {32 vars in 687 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1693] 10.0.0.224 () {32 vars in 681 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1694] 10.0.0.224 () {32 vars in 675 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1695] 10.0.0.224 () {32 vars in 671 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/provider => generated 191 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1696] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1697] 10.0.0.224 () {32 vars in 661 bytes} [Tue Apr 28 18:40:47 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: 894/1698] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/security-groups?id=2eb8876e-6606-401e-bf2b-42f7aceff374&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1699] 10.0.0.224 () {32 vars in 699 bytes} [Tue Apr 28 18:40:47 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1700] 10.0.0.224 () {32 vars in 699 bytes} [Tue Apr 28 18:40:48 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1701] 10.0.0.224 () {32 vars in 677 bytes} [Tue Apr 28 18:40:48 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1702] 10.0.0.224 () {32 vars in 669 bytes} [Tue Apr 28 18:40:48 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1703] 10.0.0.224 () {32 vars in 683 bytes} [Tue Apr 28 18:40:48 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1704] 10.0.0.224 () {32 vars in 701 bytes} [Tue Apr 28 18:40:48 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1705] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:40:48 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => 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: 902/1706] 10.0.0.224 () {32 vars in 685 bytes} [Tue Apr 28 18:40:48 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1707] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:40:48 2026] GET /v2.0/security-groups?id=2eb8876e-6606-401e-bf2b-42f7aceff374&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: 904/1708] 10.0.0.224 () {32 vars in 707 bytes} [Tue Apr 28 18:40:48 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1709] 10.0.0.224 () {32 vars in 669 bytes} [Tue Apr 28 18:40:48 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1710] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:40:48 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1711] 10.0.0.224 () {32 vars in 697 bytes} [Tue Apr 28 18:40:48 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1712] 10.0.0.224 () {34 vars in 676 bytes} [Tue Apr 28 18:40:47 2026] POST /v2.0/floatingips => generated 552 bytes in 629 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1713] 10.0.0.224 () {32 vars in 695 bytes} [Tue Apr 28 18:40:48 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:48.585 8 INFO neutron.db.l3_db [None req-388d08a6-b076-4ddf-8b38-f74c7bc0c9c4 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] Floating IP b175cde9-b295-4c97-850f-43abe09289c6 associated. External IP: 10.96.250.213, port: defa2b92-8a53-4e75-8b1d-08c1ec04a168. 2026-04-28 18:40:48.866 8 INFO neutron.services.segments.plugin [-] Segment bef0985f-5c10-4327-abc9-fede7568d980 resource provider aggregate not found 2026-04-28 18:40:48.873 8 INFO neutron.services.segments.plugin [-] Segment bef0985f-5c10-4327-abc9-fede7568d980 resource provider aggregate not found 2026-04-28 18:40:48.896 8 INFO neutron.services.segments.plugin [-] Segment bef0985f-5c10-4327-abc9-fede7568d980 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bef0985f-5c10-4327-abc9-fede7568d980 found for delete ", "request_id": "req-fb67851a-93ff-4dbd-8abb-07f85bd9b574"}]} 2026-04-28 18:40:48.896 8 INFO neutron.services.segments.plugin [-] Segment bef0985f-5c10-4327-abc9-fede7568d980 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bef0985f-5c10-4327-abc9-fede7568d980 found for delete ", "request_id": "req-dfd94551-ec62-486f-b5b3-18fab1b4e88b"}]} [pid: 7|app: 0|req: 807/1714] 10.0.0.224 () {34 vars in 676 bytes} [Tue Apr 28 18:40:48 2026] POST /v2.0/floatingips => generated 552 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1715] 10.0.0.224 () {32 vars in 685 bytes} [Tue Apr 28 18:40:48 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1716] 10.0.0.224 () {34 vars in 749 bytes} [Tue Apr 28 18:40:48 2026] PUT /v2.0/floatingips/b175cde9-b295-4c97-850f-43abe09289c6 => generated 855 bytes in 706 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:48.996 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2457ad28-a5c6-45c2-8e59-3eb8d16798c3'] response: {'name': 'network-changed', 'server_uuid': '27333183-a841-4909-8a3d-2e8d1c4f3e5c', 'tag': 'defa2b92-8a53-4e75-8b1d-08c1ec04a168', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 809/1717] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:48 2026] GET /v2.0/security-groups?tenant_id=3e5cb49df4f74ad3b5b71cbdef6fed37&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1718] 10.0.0.224 () {32 vars in 689 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/quota-check-limit => 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: 811/1719] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/floatingips/b175cde9-b295-4c97-850f-43abe09289c6 => generated 855 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1720] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:49 2026] DELETE /v2.0/security-groups/b1f295a1-ae66-46ff-8a6c-b5ef07f0f8fc => 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: 813/1721] 10.0.0.224 () {32 vars in 705 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1722] 10.0.0.224 () {32 vars in 667 bytes} [Tue Apr 28 18:40:49 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: 7|app: 0|req: 815/1723] 10.0.0.224 () {32 vars in 681 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1724] 10.0.0.224 () {32 vars in 681 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1725] 10.0.0.224 () {32 vars in 691 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1726] 10.0.0.224 () {32 vars in 691 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1727] 10.0.0.224 () {32 vars in 695 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1728] 10.0.0.224 () {32 vars in 685 bytes} [Tue Apr 28 18:40:49 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: 7|app: 0|req: 821/1729] 10.0.0.224 () {32 vars in 689 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1730] 10.0.0.224 () {32 vars in 701 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1731] 10.0.0.224 () {32 vars in 703 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1732] 10.0.0.224 () {32 vars in 713 bytes} [Tue Apr 28 18:40:49 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: 7|app: 0|req: 825/1733] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:40:49 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: 909/1734] 10.0.0.224 () {34 vars in 676 bytes} [Tue Apr 28 18:40:48 2026] POST /v2.0/floatingips => generated 552 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1735] 10.0.0.224 () {32 vars in 715 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1736] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/ports?tenant_id=2a98b950f59d43cca6e7bdd28ad94ffd&device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1737] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/security-groups?tenant_id=234553d787694d55b339e88d9fb1951c&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1738] 10.0.0.224 () {32 vars in 727 bytes} [Tue Apr 28 18:40:49 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: 829/1739] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/networks?id=d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d => generated 757 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1740] 10.0.0.224 () {34 vars in 759 bytes} [Tue Apr 28 18:40:49 2026] PUT /v2.0/floatingips/3f8839f0-9dcf-4a63-b56b-11070676d211/tags => generated 17 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1741] 10.0.0.224 () {32 vars in 741 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1742] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=defa2b92-8a53-4e75-8b1d-08c1ec04a168 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1743] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:49 2026] DELETE /v2.0/security-groups/19a1a146-1ff1-4a4c-b025-d88928173fcd => 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: 831/1744] 10.0.0.224 () {32 vars in 719 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1745] 10.0.0.224 () {34 vars in 759 bytes} [Tue Apr 28 18:40:49 2026] PUT /v2.0/floatingips/ec2df2d6-ccf4-42ac-8ac0-80ed208f0bd8/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1746] 10.0.0.224 () {32 vars in 683 bytes} [Tue Apr 28 18:40: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: 832/1747] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/subnets?id=f9203e74-e1ec-4acf-b77b-dc60b15e57b8 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1748] 10.0.0.224 () {32 vars in 669 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1749] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/ports?network_id=d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d&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: 835/1750] 10.0.0.224 () {32 vars in 719 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1751] 10.0.0.224 () {34 vars in 759 bytes} [Tue Apr 28 18:40:49 2026] PUT /v2.0/floatingips/1d64646e-c71f-4aa4-b3b0-5de5bee1f121/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: 836/1752] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/networks/d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d?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: 837/1753] 10.0.0.224 () {32 vars in 679 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1754] 10.0.0.224 () {34 vars in 759 bytes} [Tue Apr 28 18:40:49 2026] PUT /v2.0/floatingips/7380f351-0282-4519-89e8-d997abc9e6f6/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: 918/1755] 10.0.0.224 () {32 vars in 669 bytes} [Tue Apr 28 18:40:49 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: 7|app: 0|req: 838/1756] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/networks/d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d?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: 839/1757] 10.0.0.224 () {32 vars in 697 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1758] 10.0.0.224 () {32 vars in 705 bytes} [Tue Apr 28 18:40:49 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: 919/1759] 10.0.0.224 () {32 vars in 672 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1760] 10.0.0.224 () {32 vars in 701 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1761] 10.0.0.224 () {32 vars in 701 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1762] 10.0.0.224 () {32 vars in 686 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1763] 10.0.0.224 () {32 vars in 683 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1764] 10.0.0.224 () {32 vars in 682 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/floatingips?tags-any=blue => 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: 923/1765] 10.0.0.224 () {32 vars in 705 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1766] 10.0.0.224 () {32 vars in 694 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1767] 10.0.0.224 () {32 vars in 695 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1768] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:49 2026] GET /v2.0/security-groups?tenant_id=e6a399bca5974a998d9bf8848884a96e&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: 844/1769] 10.0.0.224 () {32 vars in 689 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1770] 10.0.0.224 () {32 vars in 680 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1771] 10.0.0.224 () {32 vars in 697 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1772] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:50 2026] DELETE /v2.0/security-groups/058cda52-95b9-48dd-af0b-37fe7a0de16e => 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: 928/1773] 10.0.0.224 () {32 vars in 694 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1774] 10.0.0.224 () {32 vars in 679 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1775] 10.0.0.224 () {32 vars in 689 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1776] 10.0.0.224 () {32 vars in 701 bytes} [Tue Apr 28 18:40:50 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: 7|app: 0|req: 849/1777] 10.0.0.224 () {32 vars in 665 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1778] 10.0.0.224 () {32 vars in 681 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1779] 10.0.0.224 () {32 vars in 677 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1780] 10.0.0.224 () {32 vars in 690 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1781] 10.0.0.224 () {32 vars in 693 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1782] 10.0.0.224 () {32 vars in 677 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1783] 10.0.0.224 () {32 vars in 702 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1784] 10.0.0.224 () {32 vars in 667 bytes} [Tue Apr 28 18:40:50 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: 7|app: 0|req: 854/1785] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/floatingips/b175cde9-b295-4c97-850f-43abe09289c6 => generated 857 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1786] 10.0.0.224 () {32 vars in 663 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/extensions/taas => generated 175 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1787] 10.0.0.224 () {32 vars in 675 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1788] 10.0.0.224 () {32 vars in 687 bytes} [Tue Apr 28 18:40:50 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) 2026-04-28 18:40:50.469 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d7faf9b-1d00-4d8b-931e-967a6eaad0dd a67479eeb6464e598bf36d0bb6813d2b 5885dcc64479405aa748710046a29300 - - default default] TaaS: Handle Delete Port: fcf5524e-0fb3-472c-81d8-4ba1a82b8f27 2026-04-28 18:40:50.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d7faf9b-1d00-4d8b-931e-967a6eaad0dd a67479eeb6464e598bf36d0bb6813d2b 5885dcc64479405aa748710046a29300 - - default default] Tap Mirror: Handle Delete Port: fcf5524e-0fb3-472c-81d8-4ba1a82b8f27 [pid: 8|app: 0|req: 932/1789] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:40:50 2026] DELETE /v2.0/floatingips/3f8839f0-9dcf-4a63-b56b-11070676d211 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:40:50.810 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab6a1143-b87b-43fa-9039-5b45564e1c62 a67479eeb6464e598bf36d0bb6813d2b 5885dcc64479405aa748710046a29300 - - default default] TaaS: Handle Delete Port: bbcc97cf-8e1c-4f31-9763-a54d19d60f62 2026-04-28 18:40:50.813 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab6a1143-b87b-43fa-9039-5b45564e1c62 a67479eeb6464e598bf36d0bb6813d2b 5885dcc64479405aa748710046a29300 - - default default] Tap Mirror: Handle Delete Port: bbcc97cf-8e1c-4f31-9763-a54d19d60f62 [pid: 7|app: 0|req: 858/1790] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:40:50 2026] DELETE /v2.0/floatingips/ec2df2d6-ccf4-42ac-8ac0-80ed208f0bd8 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:40:51.085 7 INFO neutron_taas.services.taas.taas_plugin [None req-6942de26-8565-4658-9a18-4f3d06fd52d3 a67479eeb6464e598bf36d0bb6813d2b 5885dcc64479405aa748710046a29300 - - default default] TaaS: Handle Delete Port: 347ad330-bffb-40e3-950c-bb43eb47e0b3 2026-04-28 18:40:51.088 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6942de26-8565-4658-9a18-4f3d06fd52d3 a67479eeb6464e598bf36d0bb6813d2b 5885dcc64479405aa748710046a29300 - - default default] Tap Mirror: Handle Delete Port: 347ad330-bffb-40e3-950c-bb43eb47e0b3 [pid: 8|app: 0|req: 933/1791] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:50 2026] GET /v2.0/security-groups?tenant_id=e7158d20cb824a478f615c0316bb71f4&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1792] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:40:50 2026] DELETE /v2.0/floatingips/1d64646e-c71f-4aa4-b3b0-5de5bee1f121 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1793] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:51 2026] DELETE /v2.0/security-groups/56ecf50f-e0f6-4031-93e2-a5f6b219b304 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:40:51.370 7 INFO neutron_taas.services.taas.taas_plugin [None req-4bffa613-8e70-4c76-a0c9-4cf7b1c24a23 a67479eeb6464e598bf36d0bb6813d2b 5885dcc64479405aa748710046a29300 - - default default] TaaS: Handle Delete Port: d7bb9e68-f29f-4547-8034-f133f154d506 2026-04-28 18:40:51.372 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bffa613-8e70-4c76-a0c9-4cf7b1c24a23 a67479eeb6464e598bf36d0bb6813d2b 5885dcc64479405aa748710046a29300 - - default default] Tap Mirror: Handle Delete Port: d7bb9e68-f29f-4547-8034-f133f154d506 [pid: 7|app: 0|req: 860/1794] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:40:51 2026] DELETE /v2.0/floatingips/7380f351-0282-4519-89e8-d997abc9e6f6 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:40:51.653 8 INFO neutron_taas.services.taas.taas_plugin [None req-6785323d-dd0a-4ab2-823f-11f82ab6bc9a a67479eeb6464e598bf36d0bb6813d2b 5885dcc64479405aa748710046a29300 - - default default] TaaS: Handle Delete Port: 8c14b84f-a882-4e77-9198-c2322e22bd97 2026-04-28 18:40:51.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6785323d-dd0a-4ab2-823f-11f82ab6bc9a a67479eeb6464e598bf36d0bb6813d2b 5885dcc64479405aa748710046a29300 - - default default] Tap Mirror: Handle Delete Port: 8c14b84f-a882-4e77-9198-c2322e22bd97 [pid: 8|app: 0|req: 935/1795] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:40:51 2026] DELETE /v2.0/floatingips/02178773-03f8-402c-a845-fe5459115b51 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1796] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:52 2026] GET /v2.0/security-groups?tenant_id=f7467150aba04672a0d820be636813c6&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1797] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:52 2026] DELETE /v2.0/security-groups/023ff767-1c87-4fbc-af9d-00ef41b98b87 => 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: 862/1798] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:53 2026] GET /v2.0/security-groups?tenant_id=cb9b2b614642421282cfd4cdcc835cd3&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: 863/1799] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:53 2026] DELETE /v2.0/security-groups/36bda012-1cc9-4a54-b6e3-544ba524033e => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:40:53.456 8 INFO neutron.db.segments_db [None req-c6e8ec13-a37c-4480-8f82-4fff0f1860f1 114644b10d34427fa59a2904f0c64832 0e7d3cfb682d4b45acdc886990c59df5 - - default default] Added segment 7c313356-445d-478f-95ec-486624e72376 of type vxlan for network 94e85e42-7d8d-4fa8-95de-9fb80d0d8067 2026-04-28 18:40:53.521 8 INFO neutron.db.segments_db [None req-c6e8ec13-a37c-4480-8f82-4fff0f1860f1 114644b10d34427fa59a2904f0c64832 0e7d3cfb682d4b45acdc886990c59df5 - - default default] Added segment 2cce6682-2b34-4843-8e8f-663e104e5c47 of type vxlan for network 31813c61-d2e7-4aa2-84ca-a3b6b32cb4ee [pid: 8|app: 0|req: 937/1800] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:40:53 2026] POST /v2.0/networks => generated 1207 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1801] 10.0.0.224 () {32 vars in 649 bytes} [Tue Apr 28 18:40:53 2026] GET /v2.0/networks => generated 1844 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1802] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:53 2026] GET /v2.0/security-groups?tenant_id=5885dcc64479405aa748710046a29300&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:40:53.807 8 INFO neutron.services.segments.plugin [-] Segment 7c313356-445d-478f-95ec-486624e72376 resource provider aggregate not found 2026-04-28 18:40:53.812 8 INFO neutron.services.segments.plugin [-] Segment 7c313356-445d-478f-95ec-486624e72376 resource provider aggregate not found 2026-04-28 18:40:53.822 8 INFO neutron.services.segments.plugin [-] Segment 7c313356-445d-478f-95ec-486624e72376 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c313356-445d-478f-95ec-486624e72376 found for delete ", "request_id": "req-dd440366-9cac-4236-9cfe-5cfe86efe133"}]} [pid: 7|app: 0|req: 865/1803] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:53 2026] DELETE /v2.0/security-groups/f10422f6-f4d0-4f2e-8a5d-02a020e3729c => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:40:53.839 8 INFO neutron.services.segments.plugin [-] Segment 7c313356-445d-478f-95ec-486624e72376 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c313356-445d-478f-95ec-486624e72376 found for delete ", "request_id": "req-6c25168f-f187-4d4d-8ed0-013134194293"}]} [pid: 8|app: 0|req: 939/1804] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:40:53 2026] DELETE /v2.0/networks/94e85e42-7d8d-4fa8-95de-9fb80d0d8067 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:40:53.952 7 INFO neutron.services.segments.plugin [-] Segment 2cce6682-2b34-4843-8e8f-663e104e5c47 resource provider aggregate not found 2026-04-28 18:40:53.958 7 INFO neutron.services.segments.plugin [-] Segment 2cce6682-2b34-4843-8e8f-663e104e5c47 resource provider aggregate not found 2026-04-28 18:40:53.977 7 INFO neutron.services.segments.plugin [-] Segment 2cce6682-2b34-4843-8e8f-663e104e5c47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cce6682-2b34-4843-8e8f-663e104e5c47 found for delete ", "request_id": "req-6c360a44-8168-46a3-b269-479400632e86"}]} 2026-04-28 18:40:53.977 7 INFO neutron.services.segments.plugin [-] Segment 2cce6682-2b34-4843-8e8f-663e104e5c47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cce6682-2b34-4843-8e8f-663e104e5c47 found for delete ", "request_id": "req-da2522de-a1e1-4918-a80e-f71b03795994"}]} [pid: 7|app: 0|req: 866/1805] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:40:53 2026] DELETE /v2.0/networks/31813c61-d2e7-4aa2-84ca-a3b6b32cb4ee => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1806] 10.0.0.224 () {32 vars in 649 bytes} [Tue Apr 28 18:40:53 2026] GET /v2.0/networks => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:40:54.113 7 INFO neutron.db.segments_db [None req-da657396-c7c7-44b0-a7e5-462b8447eabb 114644b10d34427fa59a2904f0c64832 0e7d3cfb682d4b45acdc886990c59df5 - - default default] Added segment 141ece82-4869-47e8-a818-c6d00ff06135 of type vxlan for network 8e18e7b7-34ec-4658-926e-c1a1042fb611 [pid: 7|app: 0|req: 867/1807] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:40:54 2026] POST /v2.0/networks => generated 630 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:40:54.265 8 INFO neutron.db.segments_db [None req-3d85285f-f75c-48a4-a85b-90aff4ddb4ed 114644b10d34427fa59a2904f0c64832 0e7d3cfb682d4b45acdc886990c59df5 - - default default] Added segment 958a09a3-67c4-4057-9c6b-bd31c4589ff1 of type vxlan for network b8808b58-2766-486e-a3f4-d67de7c2b7ab [pid: 8|app: 0|req: 941/1808] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:40:54 2026] POST /v2.0/networks => generated 631 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:40:54.800 8 INFO neutron.db.segments_db [None req-79349ad7-c391-4d53-9ff9-2c633f52cf1b 5f682b8c2b9b4b50855832424f3f7ae9 b9b1eb7f078347eba633ef1ba7d5b774 - - default default] Added segment 9fe82d98-56e3-476e-9804-0684595139af of type vxlan for network 9810db9f-9047-4d73-b26f-4b7702653bb9 [pid: 8|app: 0|req: 942/1809] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:40:54 2026] POST /v2.0/networks => generated 612 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1810] 10.0.0.224 () {34 vars in 665 bytes} [Tue Apr 28 18:40:54 2026] POST /v2.0/ports => generated 1505 bytes in 545 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: 869/1811] 10.0.0.224 () {32 vars in 643 bytes} [Tue Apr 28 18:40:54 2026] GET /v2.0/ports => generated 1505 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:40:54.967 8 INFO neutron.db.segments_db [None req-1900d649-2f58-45d3-a180-cd0f7a5c2028 5f682b8c2b9b4b50855832424f3f7ae9 b9b1eb7f078347eba633ef1ba7d5b774 - - default default] Added segment 4678ba2e-01fe-4432-9ebf-4407e9c25d3a of type vxlan for network fd21cfa2-47d1-4a57-96ae-1a3e4331bbab [pid: 8|app: 0|req: 943/1812] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:40:54 2026] POST /v2.0/networks => generated 612 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:40:55.075 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd829a5f-eb30-470e-97cf-7853c8878eea 114644b10d34427fa59a2904f0c64832 0e7d3cfb682d4b45acdc886990c59df5 - - default default] TaaS: Handle Delete Port: ee1a6988-c887-4a61-b7e0-803fd7ed60b9 2026-04-28 18:40:55.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd829a5f-eb30-470e-97cf-7853c8878eea 114644b10d34427fa59a2904f0c64832 0e7d3cfb682d4b45acdc886990c59df5 - - default default] Tap Mirror: Handle Delete Port: ee1a6988-c887-4a61-b7e0-803fd7ed60b9 2026-04-28 18:40:55.121 8 INFO neutron.db.segments_db [None req-ac266716-b8f4-4aa3-b5e4-e8d83c41f836 5f682b8c2b9b4b50855832424f3f7ae9 b9b1eb7f078347eba633ef1ba7d5b774 - - default default] Added segment c62df467-1edf-4dae-9da3-4ad21a6746cd of type vxlan for network c141a91e-85e5-4a3b-9ade-7921ed8ef0f8 [pid: 7|app: 0|req: 870/1813] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:40:54 2026] DELETE /v2.0/ports/ee1a6988-c887-4a61-b7e0-803fd7ed60b9 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1814] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:40:55 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) 2026-04-28 18:40:55.261 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf4f3c1a-880c-4aee-9cdd-eb52794b56e6 114644b10d34427fa59a2904f0c64832 0e7d3cfb682d4b45acdc886990c59df5 - - default default] TaaS: Handle Delete Port: 743de9ca-94b9-4829-84a1-1ce776264f31 2026-04-28 18:40:55.264 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf4f3c1a-880c-4aee-9cdd-eb52794b56e6 114644b10d34427fa59a2904f0c64832 0e7d3cfb682d4b45acdc886990c59df5 - - default default] Tap Mirror: Handle Delete Port: 743de9ca-94b9-4829-84a1-1ce776264f31 2026-04-28 18:40:55.272 8 INFO neutron.db.segments_db [None req-e1a79b72-79d3-4a51-980f-e45c36ab1907 5f682b8c2b9b4b50855832424f3f7ae9 b9b1eb7f078347eba633ef1ba7d5b774 - - default default] Added segment a4b8f72b-b8e6-462e-9f5a-543b6ff59292 of type vxlan for network 58b0d797-d369-4f7a-8896-f235f2e24731 [pid: 7|app: 0|req: 871/1815] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:40:55 2026] DELETE /v2.0/ports/743de9ca-94b9-4829-84a1-1ce776264f31 => 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: 945/1816] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:40:55 2026] POST /v2.0/networks => generated 613 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1817] 10.0.0.224 () {32 vars in 643 bytes} [Tue Apr 28 18:40:55 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:40:55.435 8 INFO neutron.db.segments_db [None req-6ac39184-afa2-4112-804c-af0bda7b8113 5f682b8c2b9b4b50855832424f3f7ae9 b9b1eb7f078347eba633ef1ba7d5b774 - - default default] Added segment acd325b2-6955-4a6d-b6ae-3619dfc274a9 of type vxlan for network 5d2421b4-9b19-4345-b380-c5cb59a4dd3e 2026-04-28 18:40:55.442 7 INFO neutron.db.segments_db [None req-4eb5b2b6-efad-4c26-9236-b7a8e475986e 114644b10d34427fa59a2904f0c64832 0e7d3cfb682d4b45acdc886990c59df5 - - default default] Added segment a2074c59-0cbd-44fb-bdb9-f5e5641ff982 of type vxlan for network eca345e1-4587-4a66-b237-95ba66b3352d [pid: 8|app: 0|req: 946/1818] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:40:55 2026] POST /v2.0/networks => generated 612 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1819] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:40:55 2026] POST /v2.0/networks => generated 630 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1820] 10.0.0.224 () {34 vars in 753 bytes} [Tue Apr 28 18:40:55 2026] PUT /v2.0/networks/9810db9f-9047-4d73-b26f-4b7702653bb9/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:40:55.615 7 INFO neutron.db.segments_db [None req-3f968751-f315-4389-b52b-e8e260794543 114644b10d34427fa59a2904f0c64832 0e7d3cfb682d4b45acdc886990c59df5 - - default default] Added segment e47a2e39-04a7-4b96-827c-a072e41d98c2 of type vxlan for network 6e58050c-893e-4952-a891-98a26c789712 [pid: 8|app: 0|req: 948/1821] 10.0.0.224 () {34 vars in 753 bytes} [Tue Apr 28 18:40:55 2026] PUT /v2.0/networks/fd21cfa2-47d1-4a57-96ae-1a3e4331bbab/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1822] 10.0.0.224 () {34 vars in 753 bytes} [Tue Apr 28 18:40:55 2026] PUT /v2.0/networks/c141a91e-85e5-4a3b-9ade-7921ed8ef0f8/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1823] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:40:55 2026] POST /v2.0/networks => generated 630 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1824] 10.0.0.224 () {34 vars in 753 bytes} [Tue Apr 28 18:40:55 2026] PUT /v2.0/networks/58b0d797-d369-4f7a-8896-f235f2e24731/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1825] 10.0.0.224 () {32 vars in 666 bytes} [Tue Apr 28 18:40:55 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1826] 10.0.0.224 () {32 vars in 680 bytes} [Tue Apr 28 18:40:55 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1827] 10.0.0.224 () {32 vars in 676 bytes} [Tue Apr 28 18:40:55 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1828] 10.0.0.224 () {32 vars in 688 bytes} [Tue Apr 28 18:40:55 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1829] 10.0.0.224 () {32 vars in 674 bytes} [Tue Apr 28 18:40:55 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1830] 10.0.0.224 () {32 vars in 688 bytes} [Tue Apr 28 18:40:56 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1831] 10.0.0.224 () {32 vars in 684 bytes} [Tue Apr 28 18:40:56 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1832] 10.0.0.224 () {32 vars in 696 bytes} [Tue Apr 28 18:40:56 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1833] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:40:55 2026] POST /v2.0/subnets => generated 1273 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1834] 10.0.0.224 () {32 vars in 647 bytes} [Tue Apr 28 18:40:56 2026] GET /v2.0/subnets => generated 1909 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:40:56.334 8 INFO neutron.services.segments.plugin [-] Segment 9fe82d98-56e3-476e-9804-0684595139af resource provider aggregate not found 2026-04-28 18:40:56.339 8 INFO neutron.services.segments.plugin [-] Segment 9fe82d98-56e3-476e-9804-0684595139af resource provider aggregate not found 2026-04-28 18:40:56.359 8 INFO neutron.services.segments.plugin [-] Segment 9fe82d98-56e3-476e-9804-0684595139af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fe82d98-56e3-476e-9804-0684595139af found for delete ", "request_id": "req-2d393cba-7d2b-4e15-818e-3fea6df6267c"}]} [pid: 8|app: 0|req: 959/1835] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:40:56 2026] DELETE /v2.0/networks/9810db9f-9047-4d73-b26f-4b7702653bb9 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:40:56.361 8 INFO neutron.services.segments.plugin [-] Segment 9fe82d98-56e3-476e-9804-0684595139af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fe82d98-56e3-476e-9804-0684595139af found for delete ", "request_id": "req-7916b30e-aaea-4037-8606-2334b66c5935"}]} [pid: 7|app: 0|req: 877/1836] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:40:56 2026] DELETE /v2.0/subnets/4bddfdff-8582-4be1-ab93-7aa540e8c785 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1837] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:40:56 2026] DELETE /v2.0/networks/fd21cfa2-47d1-4a57-96ae-1a3e4331bbab => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1838] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:40:56 2026] DELETE /v2.0/subnets/52c52d76-b3b5-419f-8d71-efe839d6e272 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1839] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:40:56 2026] DELETE /v2.0/networks/c141a91e-85e5-4a3b-9ade-7921ed8ef0f8 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1840] 10.0.0.224 () {32 vars in 647 bytes} [Tue Apr 28 18:40:56 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1841] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:40:56 2026] DELETE /v2.0/networks/58b0d797-d369-4f7a-8896-f235f2e24731 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:40:56.765 7 INFO neutron.services.segments.plugin [-] Segment e47a2e39-04a7-4b96-827c-a072e41d98c2 resource provider aggregate not found 2026-04-28 18:40:56.768 7 INFO neutron.services.segments.plugin [-] Segment e47a2e39-04a7-4b96-827c-a072e41d98c2 resource provider aggregate not found 2026-04-28 18:40:56.785 7 INFO neutron.services.segments.plugin [-] Segment e47a2e39-04a7-4b96-827c-a072e41d98c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e47a2e39-04a7-4b96-827c-a072e41d98c2 found for delete ", "request_id": "req-2f082a5d-c524-4ebb-9745-6dfe763dcec1"}]} 2026-04-28 18:40:56.792 7 INFO neutron.services.segments.plugin [-] Segment e47a2e39-04a7-4b96-827c-a072e41d98c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e47a2e39-04a7-4b96-827c-a072e41d98c2 found for delete ", "request_id": "req-ef8317d2-ed12-4f1e-b0d3-094f5f3f3ae3"}]} [pid: 7|app: 0|req: 880/1842] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:40:56 2026] DELETE /v2.0/networks/6e58050c-893e-4952-a891-98a26c789712 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1843] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:40:56 2026] DELETE /v2.0/networks/5d2421b4-9b19-4345-b380-c5cb59a4dd3e => 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: 881/1844] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:40:56 2026] DELETE /v2.0/networks/eca345e1-4587-4a66-b237-95ba66b3352d => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1845] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:40:56 2026] DELETE /v2.0/networks/b8808b58-2766-486e-a3f4-d67de7c2b7ab => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1846] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:40:57 2026] DELETE /v2.0/networks/8e18e7b7-34ec-4658-926e-c1a1042fb611 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1847] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:57 2026] GET /v2.0/security-groups?tenant_id=0e7d3cfb682d4b45acdc886990c59df5&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1848] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:57 2026] GET /v2.0/security-groups?tenant_id=bea9c5b1274f4a12b65a810f732bb7ff&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1849] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:57 2026] DELETE /v2.0/security-groups/6b3a8dc0-022f-4595-8f92-045a524b0666 => 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: 966/1850] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:57 2026] DELETE /v2.0/security-groups/35297589-611d-4b92-8e0e-9a8d4c4f4361 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1851] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:58 2026] GET /v2.0/security-groups?tenant_id=d1bb5b02900e4d4793c2f89a6b45f7e9&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1852] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:58 2026] DELETE /v2.0/security-groups/0bc03298-b168-4aff-9471-8db4cb5e2e73 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:40:58.379 8 INFO neutron.services.segments.plugin [-] Segment 4678ba2e-01fe-4432-9ebf-4407e9c25d3a resource provider aggregate not found 2026-04-28 18:40:58.385 8 INFO neutron.services.segments.plugin [-] Segment 4678ba2e-01fe-4432-9ebf-4407e9c25d3a resource provider aggregate not found 2026-04-28 18:40:58.398 8 INFO neutron.services.segments.plugin [-] Segment 4678ba2e-01fe-4432-9ebf-4407e9c25d3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4678ba2e-01fe-4432-9ebf-4407e9c25d3a found for delete ", "request_id": "req-59368592-c589-4983-8adb-fc0dbb5226b8"}]} 2026-04-28 18:40:58.403 8 INFO neutron.services.segments.plugin [-] Segment 4678ba2e-01fe-4432-9ebf-4407e9c25d3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4678ba2e-01fe-4432-9ebf-4407e9c25d3a found for delete ", "request_id": "req-c6dd05e9-8a5a-426c-8acd-73da985510a1"}]} 2026-04-28 18:40:58.417 8 INFO neutron.services.segments.plugin [-] Segment c62df467-1edf-4dae-9da3-4ad21a6746cd resource provider aggregate not found 2026-04-28 18:40:58.420 8 INFO neutron.services.segments.plugin [-] Segment c62df467-1edf-4dae-9da3-4ad21a6746cd resource provider aggregate not found 2026-04-28 18:40:58.434 8 INFO neutron.services.segments.plugin [-] Segment c62df467-1edf-4dae-9da3-4ad21a6746cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c62df467-1edf-4dae-9da3-4ad21a6746cd found for delete ", "request_id": "req-142e2139-7371-4c85-9aa0-b99da4b7bd07"}]} 2026-04-28 18:40:58.440 8 INFO neutron.services.segments.plugin [-] Segment c62df467-1edf-4dae-9da3-4ad21a6746cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c62df467-1edf-4dae-9da3-4ad21a6746cd found for delete ", "request_id": "req-7f045012-e20e-4bde-82f2-4aad1957fb09"}]} 2026-04-28 18:40:58.453 8 INFO neutron.services.segments.plugin [-] Segment a4b8f72b-b8e6-462e-9f5a-543b6ff59292 resource provider aggregate not found 2026-04-28 18:40:58.457 8 INFO neutron.services.segments.plugin [-] Segment a4b8f72b-b8e6-462e-9f5a-543b6ff59292 resource provider aggregate not found 2026-04-28 18:40:58.474 8 INFO neutron.services.segments.plugin [-] Segment a4b8f72b-b8e6-462e-9f5a-543b6ff59292 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4b8f72b-b8e6-462e-9f5a-543b6ff59292 found for delete ", "request_id": "req-504f496b-0a0b-47df-af6a-c9d3ac30bbd8"}]} 2026-04-28 18:40:58.478 8 INFO neutron.services.segments.plugin [-] Segment a4b8f72b-b8e6-462e-9f5a-543b6ff59292 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4b8f72b-b8e6-462e-9f5a-543b6ff59292 found for delete ", "request_id": "req-57892d77-123b-4430-8550-2ed13806c546"}]} 2026-04-28 18:40:58.493 8 INFO neutron.services.segments.plugin [-] Segment acd325b2-6955-4a6d-b6ae-3619dfc274a9 resource provider aggregate not found 2026-04-28 18:40:58.498 8 INFO neutron.services.segments.plugin [-] Segment acd325b2-6955-4a6d-b6ae-3619dfc274a9 resource provider aggregate not found 2026-04-28 18:40:58.514 8 INFO neutron.services.segments.plugin [-] Segment acd325b2-6955-4a6d-b6ae-3619dfc274a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acd325b2-6955-4a6d-b6ae-3619dfc274a9 found for delete ", "request_id": "req-c2308573-c0ae-485f-a38c-f19a229bd193"}]} 2026-04-28 18:40:58.523 8 INFO neutron.services.segments.plugin [-] Segment acd325b2-6955-4a6d-b6ae-3619dfc274a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acd325b2-6955-4a6d-b6ae-3619dfc274a9 found for delete ", "request_id": "req-6abf02cd-2c0c-4cca-b939-14f42eee6dff"}]} 2026-04-28 18:40:58.536 8 INFO neutron.services.segments.plugin [-] Segment 958a09a3-67c4-4057-9c6b-bd31c4589ff1 resource provider aggregate not found 2026-04-28 18:40:58.546 8 INFO neutron.services.segments.plugin [-] Segment 958a09a3-67c4-4057-9c6b-bd31c4589ff1 resource provider aggregate not found 2026-04-28 18:40:58.564 8 INFO neutron.services.segments.plugin [-] Segment 958a09a3-67c4-4057-9c6b-bd31c4589ff1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 958a09a3-67c4-4057-9c6b-bd31c4589ff1 found for delete ", "request_id": "req-8eff28ce-bb61-4e0e-92b8-3400349f79a5"}]} [pid: 8|app: 0|req: 968/1853] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:40:58 2026] GET /v2.0/security-groups?tenant_id=b9b1eb7f078347eba633ef1ba7d5b774&name=default => generated 2925 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:40:58.568 8 INFO neutron.services.segments.plugin [-] Segment 958a09a3-67c4-4057-9c6b-bd31c4589ff1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 958a09a3-67c4-4057-9c6b-bd31c4589ff1 found for delete ", "request_id": "req-e9e33b16-3508-490f-a8ea-da37ded7a2ea"}]} [pid: 8|app: 0|req: 969/1854] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:40:58 2026] DELETE /v2.0/security-groups/2b84759e-1cae-414d-ac9a-147fc70f198a => 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: 886/1855] 10.0.0.224 () {34 vars in 684 bytes} [Tue Apr 28 18:40:58 2026] POST /v2.0/security-groups => generated 1601 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 18:40:58.808 7 INFO neutron.services.segments.plugin [-] Segment a2074c59-0cbd-44fb-bdb9-f5e5641ff982 resource provider aggregate not found 2026-04-28 18:40:58.813 7 INFO neutron.services.segments.plugin [-] Segment a2074c59-0cbd-44fb-bdb9-f5e5641ff982 resource provider aggregate not found 2026-04-28 18:40:58.830 7 INFO neutron.services.segments.plugin [-] Segment a2074c59-0cbd-44fb-bdb9-f5e5641ff982 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2074c59-0cbd-44fb-bdb9-f5e5641ff982 found for delete ", "request_id": "req-c57a57ae-eb6e-4f90-a717-f9a91d66aaf6"}]} [pid: 8|app: 0|req: 970/1856] 10.0.0.224 () {34 vars in 684 bytes} [Tue Apr 28 18:40:58 2026] POST /v2.0/security-groups => generated 1601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 18:40:58.834 7 INFO neutron.services.segments.plugin [-] Segment a2074c59-0cbd-44fb-bdb9-f5e5641ff982 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2074c59-0cbd-44fb-bdb9-f5e5641ff982 found for delete ", "request_id": "req-24251894-5243-4240-9697-4c9b9fbfacc7"}]} 2026-04-28 18:40:58.856 7 INFO neutron.services.segments.plugin [-] Segment 141ece82-4869-47e8-a818-c6d00ff06135 resource provider aggregate not found 2026-04-28 18:40:58.862 7 INFO neutron.services.segments.plugin [-] Segment 141ece82-4869-47e8-a818-c6d00ff06135 resource provider aggregate not found 2026-04-28 18:40:58.878 7 INFO neutron.services.segments.plugin [-] Segment 141ece82-4869-47e8-a818-c6d00ff06135 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 141ece82-4869-47e8-a818-c6d00ff06135 found for delete ", "request_id": "req-51e51591-232f-477c-b02a-e9a97ceb17a2"}]} 2026-04-28 18:40:58.880 7 INFO neutron.services.segments.plugin [-] Segment 141ece82-4869-47e8-a818-c6d00ff06135 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 141ece82-4869-47e8-a818-c6d00ff06135 found for delete ", "request_id": "req-1b2073fc-f74c-4ea1-8f61-c5f6e376a901"}]} [pid: 7|app: 0|req: 887/1857] 10.0.0.224 () {34 vars in 684 bytes} [Tue Apr 28 18:40:58 2026] POST /v2.0/security-groups => generated 1601 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1858] 10.0.0.224 () {34 vars in 684 bytes} [Tue Apr 28 18:40:59 2026] POST /v2.0/security-groups => generated 1601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1861] 10.0.0.224 () {34 vars in 684 bytes} [Tue Apr 28 18:40:59 2026] POST /v2.0/security-groups => generated 1601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1862] 10.0.0.224 () {34 vars in 767 bytes} [Tue Apr 28 18:40:59 2026] PUT /v2.0/security-groups/a09fa1f4-4170-4c4d-b982-a73aa5c9fcaf/tags => generated 17 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1863] 10.0.0.90 () {34 vars in 989 bytes} [Tue Apr 28 18:40:59 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1864] 10.0.0.90 () {34 vars in 1039 bytes} [Tue Apr 28 18:40:59 2026] GET /v2.0/security-groups?id=2eb8876e-6606-401e-bf2b-42f7aceff374&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: 975/1865] 10.0.0.224 () {34 vars in 767 bytes} [Tue Apr 28 18:40:59 2026] PUT /v2.0/security-groups/7eac1b91-502c-47d6-a449-1f77c11f901e/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1866] 10.0.0.224 () {34 vars in 767 bytes} [Tue Apr 28 18:40:59 2026] PUT /v2.0/security-groups/917392d4-3822-4d14-acda-7204f2440470/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1867] 10.0.0.224 () {34 vars in 767 bytes} [Tue Apr 28 18:40:59 2026] PUT /v2.0/security-groups/850c206a-8624-40bb-90cc-bc2ab41258c3/tags => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1868] 10.0.0.224 () {32 vars in 680 bytes} [Tue Apr 28 18:40:59 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1869] 10.0.0.224 () {32 vars in 694 bytes} [Tue Apr 28 18:40:59 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1870] 10.0.0.224 () {32 vars in 690 bytes} [Tue Apr 28 18:40:59 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1871] 10.0.0.224 () {32 vars in 702 bytes} [Tue Apr 28 18:40:59 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1872] 10.0.0.224 () {32 vars in 688 bytes} [Tue Apr 28 18:40:59 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1873] 10.0.0.224 () {32 vars in 702 bytes} [Tue Apr 28 18:40:59 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1874] 10.0.0.224 () {32 vars in 698 bytes} [Tue Apr 28 18:40:59 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1875] 10.0.0.224 () {32 vars in 710 bytes} [Tue Apr 28 18:40:59 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1876] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:00 2026] DELETE /v2.0/security-groups/a09fa1f4-4170-4c4d-b982-a73aa5c9fcaf => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:00.174 8 INFO neutron.db.segments_db [None req-af972e96-48e4-47c7-a933-2efd1c70943f b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] Added segment 30a4dcde-c294-4878-9894-b37a2e12bdbe of type vxlan for network 238df9ed-7976-48d2-8ae5-e19dab0b666a [pid: 8|app: 0|req: 979/1877] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:40:59 2026] POST /v2.0/networks => generated 629 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1878] 10.0.0.224 () {34 vars in 665 bytes} [Tue Apr 28 18:41:00 2026] POST /v2.0/ports => generated 779 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, ' 2026-04-28 18:41:00.671 8 INFO neutron.db.segments_db [None req-6b33c2a2-3019-4720-bbaf-4a825c0b0a50 b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] Added segment 928e2e89-b9bc-4981-8b03-a9261f52f172 of type vxlan for network 6c3e79af-291b-4ba7-8e9f-3f4fd55ebfb9 [pid: 8|app: 0|req: 981/1879] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:00 2026] POST /v2.0/networks => generated 616 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1880] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:00 2026] DELETE /v2.0/security-groups/7eac1b91-502c-47d6-a449-1f77c11f901e => generated 0 bytes in 681 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1881] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:00 2026] DELETE /v2.0/security-groups/917392d4-3822-4d14-acda-7204f2440470 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1882] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:00 2026] DELETE /v2.0/security-groups/850c206a-8624-40bb-90cc-bc2ab41258c3 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1883] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:00 2026] POST /v2.0/subnets => generated 646 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1884] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:00 2026] DELETE /v2.0/security-groups/ebe0c541-08a8-4d01-9541-a1d1ad495536 => 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: 983/1885] 10.0.0.224 () {34 vars in 665 bytes} [Tue Apr 28 18:41:00 2026] POST /v2.0/ports => generated 966 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:41:01.420 7 INFO neutron_taas.services.taas.taas_plugin [None req-78b8cc80-1745-435f-9801-a28fed316bf4 b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] TaaS: Handle Delete Port: 94aad31b-1618-4d81-a9f7-c05ccd53689d 2026-04-28 18:41:01.424 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78b8cc80-1745-435f-9801-a28fed316bf4 b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] Tap Mirror: Handle Delete Port: 94aad31b-1618-4d81-a9f7-c05ccd53689d [pid: 7|app: 0|req: 903/1886] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:41:01 2026] DELETE /v2.0/ports/94aad31b-1618-4d81-a9f7-c05ccd53689d => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:41:01.571 8 INFO neutron.pecan_wsgi.hooks.translation [None req-80d5adbb-f324-4eac-bd3d-760ff8ea5281 b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 984/1887] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:41:01 2026] DELETE /v2.0/ports/94aad31b-1618-4d81-a9f7-c05ccd53689d => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:41:01.597 7 INFO neutron.pecan_wsgi.hooks.translation [None req-233d1a65-1397-4a68-893e-26b6343e4a00 b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 904/1888] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:41:01 2026] GET /v2.0/ports/94aad31b-1618-4d81-a9f7-c05ccd53689d => 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: 985/1889] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:01 2026] DELETE /v2.0/subnets/33e47960-1632-43cb-9d6a-7cc751a2f3ad => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:41:01.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-d231b25a-2d33-460e-88b9-1c19993c7f58 b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] TaaS: Handle Delete Port: c8fc827c-3590-47f1-aea7-09fa71c7d91d 2026-04-28 18:41:01.975 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d231b25a-2d33-460e-88b9-1c19993c7f58 b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] Tap Mirror: Handle Delete Port: c8fc827c-3590-47f1-aea7-09fa71c7d91d 2026-04-28 18:41:02.141 7 INFO neutron.services.segments.plugin [-] Segment 928e2e89-b9bc-4981-8b03-a9261f52f172 resource provider aggregate not found 2026-04-28 18:41:02.148 7 INFO neutron.services.segments.plugin [-] Segment 928e2e89-b9bc-4981-8b03-a9261f52f172 resource provider aggregate not found 2026-04-28 18:41:02.164 7 INFO neutron.services.segments.plugin [-] Segment 928e2e89-b9bc-4981-8b03-a9261f52f172 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 928e2e89-b9bc-4981-8b03-a9261f52f172 found for delete ", "request_id": "req-b57aa0de-8ae1-47b6-8902-4132fa3108a7"}]} 2026-04-28 18:41:02.167 7 INFO neutron.services.segments.plugin [-] Segment 928e2e89-b9bc-4981-8b03-a9261f52f172 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 928e2e89-b9bc-4981-8b03-a9261f52f172 found for delete ", "request_id": "req-ad73c0ea-577f-4335-8b5c-d38ba3e15e1c"}]} [pid: 7|app: 0|req: 905/1890] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:01 2026] DELETE /v2.0/networks/6c3e79af-291b-4ba7-8e9f-3f4fd55ebfb9 => 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: 906/1891] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:02 2026] GET /v2.0/security-groups?tenant_id=7c7c12a23b994514b372ff69391c9c66&name=default => generated 2925 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:41:02.287 7 INFO neutron.db.segments_db [None req-1c69bd8d-0b69-4ac5-9610-fe37d6aa5da6 b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] Added segment 64cd0757-8d35-4af8-88bb-55d3e912af33 of type vxlan for network e90e8ca1-0d06-40b7-98ed-d004a1339b02 2026-04-28 18:41:02.291 8 INFO neutron.db.segments_db [None req-c5e8b727-c351-49f5-a024-e81161a4ef1a 39053ffd90fc48ba913a8e2e07fc9fa7 659be33db4144525991bd441a6a1b2e7 - - default default] Added segment 10b7ccdd-6427-44c9-8f1e-b3274021e918 of type vxlan for network af852def-89f8-41eb-a5e2-8b9ae3b345ff [pid: 7|app: 0|req: 907/1892] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:02 2026] POST /v2.0/networks => generated 617 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1893] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:01 2026] POST /v2.0/networks => generated 612 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1894] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:02 2026] DELETE /v2.0/security-groups/3c98a4c8-c875-40a4-bcbb-e5ea61ae041d => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1895] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:02 2026] POST /v2.0/subnets => generated 646 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1896] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:02 2026] GET /v2.0/security-groups?tenant_id=da87a39f3c5045919f31973331e3d78d&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1897] 10.0.0.224 () {34 vars in 664 bytes} [Tue Apr 28 18:41:02 2026] POST /v2.0/ports => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 910/1898] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:02 2026] DELETE /v2.0/security-groups/370eb327-19fd-4a52-be4b-4feb914c068a => 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: 911/1899] 10.0.0.224 () {34 vars in 747 bytes} [Tue Apr 28 18:41:02 2026] PUT /v2.0/ports/1013b8c4-4f0d-46da-8f7d-fd974403535e/tags => generated 25 bytes in 65 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: 912/1900] 10.0.0.224 () {32 vars in 727 bytes} [Tue Apr 28 18:41:02 2026] GET /v2.0/ports/1013b8c4-4f0d-46da-8f7d-fd974403535e/tags => generated 25 bytes in 46 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: 989/1901] 10.0.0.224 () {34 vars in 665 bytes} [Tue Apr 28 18:41:02 2026] POST /v2.0/ports => generated 928 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1902] 10.0.0.224 () {34 vars in 758 bytes} [Tue Apr 28 18:41:03 2026] PUT /v2.0/ports/1013b8c4-4f0d-46da-8f7d-fd974403535e/tags/green => generated 4 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 990/1903] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:03 2026] GET /v2.0/security-groups?tenant_id=65aa832568f8495e84906a2f97b0ca4d&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1904] 10.0.0.224 () {32 vars in 727 bytes} [Tue Apr 28 18:41:03 2026] GET /v2.0/ports/1013b8c4-4f0d-46da-8f7d-fd974403535e/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:41:03.266 7 INFO neutron_taas.services.taas.taas_plugin [None req-7192e2db-4cfa-44da-aeae-f159a6856427 b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] TaaS: Handle Delete Port: d9faed3f-5a52-428c-8852-a52e40525a1c 2026-04-28 18:41:03.270 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7192e2db-4cfa-44da-aeae-f159a6856427 b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] Tap Mirror: Handle Delete Port: d9faed3f-5a52-428c-8852-a52e40525a1c [pid: 8|app: 0|req: 992/1905] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:03 2026] DELETE /v2.0/security-groups/9e5bbd2a-f808-49e3-9bb3-e1df7d8632ce => 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: 914/1906] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:41:03 2026] DELETE /v2.0/ports/d9faed3f-5a52-428c-8852-a52e40525a1c => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1907] 10.0.0.224 () {34 vars in 754 bytes} [Tue Apr 28 18:41:03 2026] PUT /v2.0/ports/1013b8c4-4f0d-46da-8f7d-fd974403535e/tags/red => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-28 18:41:03.426 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ed248d62-9f75-4bbb-82e4-74a809f0a4ba b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 915/1908] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:41:03 2026] GET /v2.0/ports/d9faed3f-5a52-428c-8852-a52e40525a1c => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 994/1909] 10.0.0.224 () {32 vars in 727 bytes} [Tue Apr 28 18:41:03 2026] GET /v2.0/ports/1013b8c4-4f0d-46da-8f7d-fd974403535e/tags => generated 34 bytes in 73 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: 916/1910] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:03 2026] DELETE /v2.0/subnets/801f4239-78ef-4770-86cc-40fcc62583be => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1911] 10.0.0.224 () {34 vars in 776 bytes} [Tue Apr 28 18:41:03 2026] PUT /v2.0/ports/1013b8c4-4f0d-46da-8f7d-fd974403535e/tags/black.or.white => generated 4 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 996/1912] 10.0.0.224 () {32 vars in 727 bytes} [Tue Apr 28 18:41:03 2026] GET /v2.0/ports/1013b8c4-4f0d-46da-8f7d-fd974403535e/tags => generated 52 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 917/1913] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:03 2026] DELETE /v2.0/networks/e90e8ca1-0d06-40b7-98ed-d004a1339b02 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1914] 10.0.0.224 () {34 vars in 747 bytes} [Tue Apr 28 18:41:03 2026] PUT /v2.0/ports/1013b8c4-4f0d-46da-8f7d-fd974403535e/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 998/1915] 10.0.0.224 () {32 vars in 727 bytes} [Tue Apr 28 18:41:03 2026] GET /v2.0/ports/1013b8c4-4f0d-46da-8f7d-fd974403535e/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 999/1916] 10.0.0.224 () {32 vars in 735 bytes} [Tue Apr 28 18:41:03 2026] GET /v2.0/ports/1013b8c4-4f0d-46da-8f7d-fd974403535e/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:41:03.908 8 INFO neutron.api.v2.resource [None req-fb2d8cb0-062b-4efb-963a-a5aff8c53e49 39053ffd90fc48ba913a8e2e07fc9fa7 659be33db4144525991bd441a6a1b2e7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1000/1917] 10.0.0.224 () {32 vars in 739 bytes} [Tue Apr 28 18:41:03 2026] GET /v2.0/ports/1013b8c4-4f0d-46da-8f7d-fd974403535e/tags/green => generated 99 bytes in 50 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: 918/1918] 10.0.0.224 () {34 vars in 665 bytes} [Tue Apr 28 18:41:03 2026] POST /v2.0/ports => generated 779 bytes in 267 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: 1001/1919] 10.0.0.224 () {32 vars in 738 bytes} [Tue Apr 28 18:41:03 2026] DELETE /v2.0/ports/1013b8c4-4f0d-46da-8f7d-fd974403535e/tags/red => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1002/1920] 10.0.0.224 () {32 vars in 727 bytes} [Tue Apr 28 18:41:04 2026] GET /v2.0/ports/1013b8c4-4f0d-46da-8f7d-fd974403535e/tags => generated 30 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:41:04.126 8 INFO neutron.api.v2.resource [None req-f96c7558-4933-4f97-b91d-30602ded5206 39053ffd90fc48ba913a8e2e07fc9fa7 659be33db4144525991bd441a6a1b2e7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1003/1921] 10.0.0.224 () {32 vars in 742 bytes} [Tue Apr 28 18:41:04 2026] DELETE /v2.0/ports/1013b8c4-4f0d-46da-8f7d-fd974403535e/tags/green => generated 99 bytes in 63 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: 919/1922] 10.0.0.224 () {34 vars in 737 bytes} [Tue Apr 28 18:41:03 2026] PUT /v2.0/ports/886417d9-ed5d-434b-a921-b6c5cb701c49 => generated 752 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:41:04.202 7 INFO neutron.services.segments.plugin [-] Segment 64cd0757-8d35-4af8-88bb-55d3e912af33 resource provider aggregate not found 2026-04-28 18:41:04.209 7 INFO neutron.services.segments.plugin [-] Segment 64cd0757-8d35-4af8-88bb-55d3e912af33 resource provider aggregate not found [pid: 8|app: 0|req: 1004/1923] 10.0.0.224 () {32 vars in 730 bytes} [Tue Apr 28 18:41:04 2026] DELETE /v2.0/ports/1013b8c4-4f0d-46da-8f7d-fd974403535e/tags => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:41:04.228 7 INFO neutron.services.segments.plugin [-] Segment 64cd0757-8d35-4af8-88bb-55d3e912af33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64cd0757-8d35-4af8-88bb-55d3e912af33 found for delete ", "request_id": "req-7d4c34b6-8888-4e94-b408-f8b02a6707cb"}]} 2026-04-28 18:41:04.234 7 INFO neutron.services.segments.plugin [-] Segment 64cd0757-8d35-4af8-88bb-55d3e912af33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64cd0757-8d35-4af8-88bb-55d3e912af33 found for delete ", "request_id": "req-93927e6f-6d6c-42eb-a69a-ada4049172b1"}]} [pid: 8|app: 0|req: 1005/1924] 10.0.0.224 () {32 vars in 727 bytes} [Tue Apr 28 18:41:04 2026] GET /v2.0/ports/1013b8c4-4f0d-46da-8f7d-fd974403535e/tags => generated 12 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, ' 2026-04-28 18:41:04.302 7 INFO neutron_taas.services.taas.taas_plugin [None req-551fb8a9-4a57-426e-9d79-0f2e15c790a5 b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] TaaS: Handle Delete Port: 886417d9-ed5d-434b-a921-b6c5cb701c49 2026-04-28 18:41:04.305 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-551fb8a9-4a57-426e-9d79-0f2e15c790a5 b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] Tap Mirror: Handle Delete Port: 886417d9-ed5d-434b-a921-b6c5cb701c49 [pid: 7|app: 0|req: 920/1925] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:41:04 2026] DELETE /v2.0/ports/886417d9-ed5d-434b-a921-b6c5cb701c49 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:41:04.399 8 INFO neutron_taas.services.taas.taas_plugin [None req-566a45d7-9274-4bf5-b8b5-225088e37a81 39053ffd90fc48ba913a8e2e07fc9fa7 659be33db4144525991bd441a6a1b2e7 - - default default] TaaS: Handle Delete Port: 1013b8c4-4f0d-46da-8f7d-fd974403535e 2026-04-28 18:41:04.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-566a45d7-9274-4bf5-b8b5-225088e37a81 39053ffd90fc48ba913a8e2e07fc9fa7 659be33db4144525991bd441a6a1b2e7 - - default default] Tap Mirror: Handle Delete Port: 1013b8c4-4f0d-46da-8f7d-fd974403535e [pid: 7|app: 0|req: 921/1926] 10.0.0.224 () {32 vars in 643 bytes} [Tue Apr 28 18:41:04 2026] GET /v2.0/ports => generated 782 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:41:04.470 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4da775d6-51c7-4cbd-9bcc-2b20b1e65a1e b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 922/1927] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:41:04 2026] GET /v2.0/ports/886417d9-ed5d-434b-a921-b6c5cb701c49 => 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: 1006/1928] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:41:04 2026] DELETE /v2.0/ports/1013b8c4-4f0d-46da-8f7d-fd974403535e => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1929] 10.0.0.224 () {32 vars in 643 bytes} [Tue Apr 28 18:41:04 2026] GET /v2.0/ports => generated 782 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1930] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:41:04 2026] GET /v2.0/ports/d2c4eda8-6afe-4877-925a-1c069812ed07 => generated 779 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:41:04.587 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ae1aadd-27d7-482b-b9e5-e16567bcee10 b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 925/1931] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:41:04 2026] DELETE /v2.0/ports/d9faed3f-5a52-428c-8852-a52e40525a1c => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:41:04.630 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1c2639d8-1f35-46af-9bd2-a952385d0823 b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] DELETE failed (client error): The resource could not be found. 2026-04-28 18:41:04.692 8 INFO neutron.services.segments.plugin [-] Segment 10b7ccdd-6427-44c9-8f1e-b3274021e918 resource provider aggregate not found [pid: 7|app: 0|req: 926/1932] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:04 2026] DELETE /v2.0/subnets/801f4239-78ef-4770-86cc-40fcc62583be => generated 136 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:41:04.694 8 INFO neutron.services.segments.plugin [-] Segment 10b7ccdd-6427-44c9-8f1e-b3274021e918 resource provider aggregate not found 2026-04-28 18:41:04.782 8 INFO neutron.services.segments.plugin [-] Segment 10b7ccdd-6427-44c9-8f1e-b3274021e918 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10b7ccdd-6427-44c9-8f1e-b3274021e918 found for delete ", "request_id": "req-c1774fac-8231-4b85-abf3-adb0e1243471"}]} 2026-04-28 18:41:04.783 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cfe158cc-455c-4c63-84fe-cae6c355a060 b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 927/1933] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:04 2026] DELETE /v2.0/subnets/33e47960-1632-43cb-9d6a-7cc751a2f3ad => generated 136 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:41:04.788 8 INFO neutron.services.segments.plugin [-] Segment 10b7ccdd-6427-44c9-8f1e-b3274021e918 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10b7ccdd-6427-44c9-8f1e-b3274021e918 found for delete ", "request_id": "req-3679d9da-0ee4-4c5d-8b80-174b61fa649a"}]} [pid: 8|app: 0|req: 1007/1934] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:04 2026] DELETE /v2.0/networks/af852def-89f8-41eb-a5e2-8b9ae3b345ff => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:41:04.897 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f5448a8-56b0-47c5-b779-1c5435b3c9f3 b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] TaaS: Handle Delete Port: d2c4eda8-6afe-4877-925a-1c069812ed07 2026-04-28 18:41:04.901 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f5448a8-56b0-47c5-b779-1c5435b3c9f3 b8493f5dd22146ff86be6e8f037999b6 5ce9d20b1ed94d4eb498cb4c25bff387 - - default default] Tap Mirror: Handle Delete Port: d2c4eda8-6afe-4877-925a-1c069812ed07 [pid: 7|app: 0|req: 928/1935] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:41:04 2026] DELETE /v2.0/ports/d2c4eda8-6afe-4877-925a-1c069812ed07 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1936] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:04 2026] DELETE /v2.0/networks/238df9ed-7976-48d2-8ae5-e19dab0b666a => 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: 929/1937] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:05 2026] GET /v2.0/security-groups?tenant_id=07ef4c8cd308437ea62882736619bebc&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1938] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:05 2026] GET /v2.0/security-groups?tenant_id=5ce9d20b1ed94d4eb498cb4c25bff387&name=default => generated 2925 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1939] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:05 2026] DELETE /v2.0/security-groups/8d46f810-a6a7-4cac-a5a2-78ab8f1cde6d => 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: 1010/1940] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:05 2026] DELETE /v2.0/security-groups/b2069eec-73eb-415e-8c41-0bbc8ee898bd => 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: 931/1941] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:05 2026] GET /v2.0/security-groups?tenant_id=659be33db4144525991bd441a6a1b2e7&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1942] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:05 2026] DELETE /v2.0/security-groups/28ee83e6-9980-452a-b81d-99cd3cf412b1 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:06.797 8 INFO neutron.services.segments.plugin [-] Segment 30a4dcde-c294-4878-9894-b37a2e12bdbe resource provider aggregate not found 2026-04-28 18:41:06.808 8 INFO neutron.services.segments.plugin [-] Segment 30a4dcde-c294-4878-9894-b37a2e12bdbe resource provider aggregate not found 2026-04-28 18:41:06.820 8 INFO neutron.services.segments.plugin [-] Segment 30a4dcde-c294-4878-9894-b37a2e12bdbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30a4dcde-c294-4878-9894-b37a2e12bdbe found for delete ", "request_id": "req-9d59abac-5885-4ee0-8b14-ec960f9e46be"}]} 2026-04-28 18:41:06.825 8 INFO neutron.services.segments.plugin [-] Segment 30a4dcde-c294-4878-9894-b37a2e12bdbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30a4dcde-c294-4878-9894-b37a2e12bdbe found for delete ", "request_id": "req-6e565ca1-6b81-42a0-a810-192ba749bf02"}]} 2026-04-28 18:41:08.079 7 INFO neutron.db.segments_db [None req-30a1d002-52e0-47a6-8891-9d6db9f77f3e 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Added segment d7882b41-0df4-4eff-9233-6c3c2415491d of type vxlan for network 78270728-c31d-4722-8669-ee79a93bb82f [pid: 8|app: 0|req: 1012/1943] 10.0.0.224 () {34 vars in 676 bytes} [Tue Apr 28 18:41:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1944] 10.0.0.224 () {34 vars in 676 bytes} [Tue Apr 28 18:41:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1945] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:07 2026] POST /v2.0/networks => generated 615 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1946] 10.0.0.224 () {34 vars in 676 bytes} [Tue Apr 28 18:41:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:41:08.250 7 INFO neutron.db.segments_db [None req-b042f131-5ded-40b5-903b-5b57932391f2 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Added segment 94725530-4e6d-4a1f-8d15-4f1d07fcaedd of type vxlan for network e5858de5-e5a5-4998-96b6-d214e89064ea [pid: 8|app: 0|req: 1015/1947] 10.0.0.224 () {34 vars in 676 bytes} [Tue Apr 28 18:41:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1948] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:08 2026] POST /v2.0/networks => generated 614 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1949] 10.0.0.224 () {34 vars in 676 bytes} [Tue Apr 28 18:41:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1950] 10.0.0.224 () {34 vars in 759 bytes} [Tue Apr 28 18:41:08 2026] PUT /v2.0/subnetpools/9ab7dc77-932c-44c7-a33b-330115993f38/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1951] 10.0.0.224 () {34 vars in 759 bytes} [Tue Apr 28 18:41:08 2026] PUT /v2.0/subnetpools/6cd78288-c593-46c4-a7a4-37e19d033aa2/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: 1019/1952] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:41:08 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1953] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:08 2026] POST /v2.0/subnets => generated 646 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1954] 10.0.0.224 () {34 vars in 759 bytes} [Tue Apr 28 18:41:08 2026] PUT /v2.0/subnetpools/8fbcf936-f87f-40db-bf61-cfe726955f00/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1955] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:41:08 2026] GET /v2.0/security-groups?id=2eb8876e-6606-401e-bf2b-42f7aceff374&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1956] 10.0.0.224 () {34 vars in 759 bytes} [Tue Apr 28 18:41:08 2026] PUT /v2.0/subnetpools/ea31600f-2b91-46f4-9f3a-b082ea408de9/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1957] 10.0.0.224 () {32 vars in 672 bytes} [Tue Apr 28 18:41:08 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1958] 10.0.0.224 () {32 vars in 686 bytes} [Tue Apr 28 18:41:08 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1959] 10.0.0.224 () {32 vars in 682 bytes} [Tue Apr 28 18:41:08 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1960] 10.0.0.224 () {32 vars in 694 bytes} [Tue Apr 28 18:41:08 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: 7|app: 0|req: 941/1961] 10.0.0.224 () {32 vars in 680 bytes} [Tue Apr 28 18:41:08 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1962] 10.0.0.224 () {32 vars in 694 bytes} [Tue Apr 28 18:41:08 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1963] 10.0.0.224 () {32 vars in 690 bytes} [Tue Apr 28 18:41:08 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1964] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:08 2026] POST /v2.0/subnets => generated 655 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1965] 10.0.0.224 () {32 vars in 702 bytes} [Tue Apr 28 18:41:08 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1966] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:41:08 2026] DELETE /v2.0/subnetpools/9ab7dc77-932c-44c7-a33b-330115993f38 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:08.963 8 INFO neutron.db.segments_db [None req-c6d535fd-1a93-4af4-8db5-f2b2d3ccf200 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Added segment 7d35689f-c95c-4963-b6c2-23e556e6f597 of type vxlan for network 777ec78e-e445-4924-9836-6f8790c97a1f [pid: 7|app: 0|req: 946/1967] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:41:08 2026] DELETE /v2.0/subnetpools/6cd78288-c593-46c4-a7a4-37e19d033aa2 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1968] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:41:09 2026] DELETE /v2.0/subnetpools/8fbcf936-f87f-40db-bf61-cfe726955f00 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1969] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:41:09 2026] DELETE /v2.0/subnetpools/ea31600f-2b91-46f4-9f3a-b082ea408de9 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1970] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:41:09 2026] DELETE /v2.0/subnetpools/d43f8450-1f2b-4bc1-9fae-109dfcb58a6f => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:09.215 8 INFO neutron.db.l3_hamode_db [None req-c6d535fd-1a93-4af4-8db5-f2b2d3ccf200 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:41:09.369 8 INFO neutron.db.l3_hamode_db [None req-c6d535fd-1a93-4af4-8db5-f2b2d3ccf200 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 950/1971] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:41:09 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1972] 10.0.0.224 () {34 vars in 676 bytes} [Tue Apr 28 18:41:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1973] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:41:10 2026] GET /v2.0/security-groups?id=2eb8876e-6606-401e-bf2b-42f7aceff374&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: 1022/1974] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:08 2026] POST /v2.0/routers => generated 511 bytes in 1179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1975] 10.0.0.224 () {34 vars in 759 bytes} [Tue Apr 28 18:41:10 2026] PUT /v2.0/subnetpools/049306bd-68a4-4b54-84e3-380f9674b58b/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1976] 10.0.0.224 () {32 vars in 739 bytes} [Tue Apr 28 18:41:10 2026] GET /v2.0/subnetpools/049306bd-68a4-4b54-84e3-380f9674b58b/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: 955/1977] 10.0.0.224 () {34 vars in 770 bytes} [Tue Apr 28 18:41:10 2026] PUT /v2.0/subnetpools/049306bd-68a4-4b54-84e3-380f9674b58b/tags/green => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1978] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:10 2026] GET /v2.0/security-groups?tenant_id=71d76f9d6cd1480dbaebad9417bd4008&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1979] 10.0.0.224 () {32 vars in 739 bytes} [Tue Apr 28 18:41:10 2026] GET /v2.0/subnetpools/049306bd-68a4-4b54-84e3-380f9674b58b/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1980] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:10 2026] DELETE /v2.0/security-groups/cff56963-963a-4ed5-a769-b8a828f9083b => 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: 959/1981] 10.0.0.224 () {34 vars in 766 bytes} [Tue Apr 28 18:41:10 2026] PUT /v2.0/subnetpools/049306bd-68a4-4b54-84e3-380f9674b58b/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1982] 10.0.0.224 () {32 vars in 739 bytes} [Tue Apr 28 18:41:10 2026] GET /v2.0/subnetpools/049306bd-68a4-4b54-84e3-380f9674b58b/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1983] 10.0.0.224 () {34 vars in 788 bytes} [Tue Apr 28 18:41:10 2026] PUT /v2.0/subnetpools/049306bd-68a4-4b54-84e3-380f9674b58b/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1984] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:10 2026] GET /v2.0/security-groups?tenant_id=a5a52b12987842bf87722d94e16e82d2&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: 963/1985] 10.0.0.224 () {32 vars in 739 bytes} [Tue Apr 28 18:41:10 2026] GET /v2.0/subnetpools/049306bd-68a4-4b54-84e3-380f9674b58b/tags => generated 52 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1986] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:10 2026] DELETE /v2.0/security-groups/0160d394-8d50-4bdb-a3e2-7ca980ec49ec => 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: 965/1987] 10.0.0.224 () {34 vars in 759 bytes} [Tue Apr 28 18:41:11 2026] PUT /v2.0/subnetpools/049306bd-68a4-4b54-84e3-380f9674b58b/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1988] 199.204.45.49 () {34 vars in 993 bytes} [Tue Apr 28 18:41:11 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1989] 10.0.0.224 () {32 vars in 739 bytes} [Tue Apr 28 18:41:11 2026] GET /v2.0/subnetpools/049306bd-68a4-4b54-84e3-380f9674b58b/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:11.255 7 INFO neutron_taas.services.taas.taas_plugin [req-8cd7b208-b5d4-4fc0-ae48-259afe239486 req-1a0bdfd1-a491-4a7b-b41d-b4d6a782e4fe 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] TaaS: Handle Delete Port: defa2b92-8a53-4e75-8b1d-08c1ec04a168 2026-04-28 18:41:11.261 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8cd7b208-b5d4-4fc0-ae48-259afe239486 req-1a0bdfd1-a491-4a7b-b41d-b4d6a782e4fe 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] Tap Mirror: Handle Delete Port: defa2b92-8a53-4e75-8b1d-08c1ec04a168 2026-04-28 18:41:11.381 7 INFO neutron.db.l3_db [req-8cd7b208-b5d4-4fc0-ae48-259afe239486 req-1a0bdfd1-a491-4a7b-b41d-b4d6a782e4fe 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] Floating IP b175cde9-b295-4c97-850f-43abe09289c6 disassociated. External IP: 10.96.250.213, port: defa2b92-8a53-4e75-8b1d-08c1ec04a168. [pid: 7|app: 0|req: 968/1990] 199.204.45.49 () {36 vars in 996 bytes} [Tue Apr 28 18:41:11 2026] DELETE /v2.0/ports/defa2b92-8a53-4e75-8b1d-08c1ec04a168 => generated 0 bytes in 642 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1991] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:41:11 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => 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: 1023/1992] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:41:10 2026] PUT /v2.0/routers/fd73e6e7-0c59-4faf-972f-d99af6e23d69/add_router_interface => generated 309 bytes in 1726 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:41:11.824 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e1c4a8e-dc4a-45f5-add5-55d418f28d96'] response: {'server_uuid': '27333183-a841-4909-8a3d-2e8d1c4f3e5c', 'name': 'network-vif-deleted', 'tag': 'defa2b92-8a53-4e75-8b1d-08c1ec04a168', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 970/1993] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:41:11 2026] GET /v2.0/subnetpools/049306bd-68a4-4b54-84e3-380f9674b58b/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1994] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:41:11 2026] GET /v2.0/ports/f09ba9c3-d2f9-4c5a-82ff-9709a6a10074 => generated 959 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:41:11.905 7 INFO neutron.api.v2.resource [None req-f98c1e46-fad0-4545-a39c-58149a21ef41 08dc4886c5b14f2ea07968c5ceb343fb 557848b26ae24fadb9a15db998924993 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 972/1995] 10.0.0.224 () {32 vars in 751 bytes} [Tue Apr 28 18:41:11 2026] GET /v2.0/subnetpools/049306bd-68a4-4b54-84e3-380f9674b58b/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1996] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:11 2026] GET /v2.0/security-groups?tenant_id=2699009421ac435ab229e9c7b007c840&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1997] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:41:11 2026] DELETE /v2.0/subnetpools/049306bd-68a4-4b54-84e3-380f9674b58b/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1998] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:12 2026] DELETE /v2.0/security-groups/7d0b688e-27b7-45a9-9e4c-da332ea77a9d => 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: 1027/1999] 10.0.0.224 () {32 vars in 739 bytes} [Tue Apr 28 18:41:12 2026] GET /v2.0/subnetpools/049306bd-68a4-4b54-84e3-380f9674b58b/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:12.169 8 INFO neutron.api.v2.resource [None req-680a3d88-6040-4d51-90cc-b3b072044fa4 08dc4886c5b14f2ea07968c5ceb343fb 557848b26ae24fadb9a15db998924993 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1028/2000] 10.0.0.224 () {32 vars in 754 bytes} [Tue Apr 28 18:41:12 2026] DELETE /v2.0/subnetpools/049306bd-68a4-4b54-84e3-380f9674b58b/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2001] 10.0.0.224 () {32 vars in 742 bytes} [Tue Apr 28 18:41:12 2026] DELETE /v2.0/subnetpools/049306bd-68a4-4b54-84e3-380f9674b58b/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2002] 10.0.0.224 () {32 vars in 739 bytes} [Tue Apr 28 18:41:12 2026] GET /v2.0/subnetpools/049306bd-68a4-4b54-84e3-380f9674b58b/tags => 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: 1031/2003] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:41:12 2026] DELETE /v2.0/subnetpools/049306bd-68a4-4b54-84e3-380f9674b58b => 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: 1032/2004] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:41:12 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2005] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:41:11 2026] PUT /v2.0/routers/fd73e6e7-0c59-4faf-972f-d99af6e23d69/add_router_interface => generated 309 bytes in 1115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2006] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:41:13 2026] GET /v2.0/ports/06ef579a-56d2-4d2a-a1ba-a6012bb0cdef => generated 967 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2007] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:12 2026] GET /v2.0/security-groups?tenant_id=557848b26ae24fadb9a15db998924993&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2008] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:13 2026] DELETE /v2.0/security-groups/ab5a660a-ed2d-41e0-be4a-6facfb2156cf => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:13.457 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5ea01e5-5fa7-44a6-8748-0389d95e3c3e 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] TaaS: Handle Delete Port: 06ef579a-56d2-4d2a-a1ba-a6012bb0cdef 2026-04-28 18:41:13.463 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5ea01e5-5fa7-44a6-8748-0389d95e3c3e 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Tap Mirror: Handle Delete Port: 06ef579a-56d2-4d2a-a1ba-a6012bb0cdef [pid: 8|app: 0|req: 1035/2009] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:13 2026] GET /v2.0/security-groups?tenant_id=c74a9bca6aac445999560d72810166e0&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2010] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:13 2026] DELETE /v2.0/security-groups/5933a28a-f8cc-4e58-90cd-3949b773ecbe => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2011] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:41:13 2026] PUT /v2.0/routers/fd73e6e7-0c59-4faf-972f-d99af6e23d69/remove_router_interface => generated 309 bytes in 889 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2012] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:41:14 2026] GET /v2.0/ports?device_id=27333183-a841-4909-8a3d-2e8d1c4f3e5c => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:14.344 8 INFO neutron_taas.services.taas.taas_plugin [None req-f51d64b3-32f4-40a6-8cb8-750c6c8879ae 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] TaaS: Handle Delete Port: f09ba9c3-d2f9-4c5a-82ff-9709a6a10074 2026-04-28 18:41:14.348 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f51d64b3-32f4-40a6-8cb8-750c6c8879ae 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Tap Mirror: Handle Delete Port: f09ba9c3-d2f9-4c5a-82ff-9709a6a10074 [pid: 8|app: 0|req: 1037/2015] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:41:13 2026] PUT /v2.0/routers/fd73e6e7-0c59-4faf-972f-d99af6e23d69/remove_router_interface => generated 309 bytes in 820 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2016] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:41:14 2026] GET /v2.0/ports?device_id=fd73e6e7-0c59-4faf-972f-d99af6e23d69 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:15.042 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c4f882b-6550-4ff5-a218-4fbc1d057eb7 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] TaaS: Handle Delete Port: eb056eb7-5ccf-4957-9097-b0917022d024 2026-04-28 18:41:15.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c4f882b-6550-4ff5-a218-4fbc1d057eb7 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Tap Mirror: Handle Delete Port: eb056eb7-5ccf-4957-9097-b0917022d024 [pid: 7|app: 0|req: 980/2017] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:15 2026] DELETE /v2.0/security-groups/2eb8876e-6606-401e-bf2b-42f7aceff374 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:15.451 8 INFO neutron.services.segments.plugin [-] Segment 7d35689f-c95c-4963-b6c2-23e556e6f597 resource provider aggregate not found 2026-04-28 18:41:15.459 8 INFO neutron.services.segments.plugin [-] Segment 7d35689f-c95c-4963-b6c2-23e556e6f597 resource provider aggregate not found 2026-04-28 18:41:15.463 7 INFO neutron_taas.services.taas.taas_plugin [None req-095e2185-15af-4864-b565-2d243e3b4fdc 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] TaaS: Handle Delete Port: 63dc117e-9a7f-4070-a7ef-a9984085a9e6 2026-04-28 18:41:15.468 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-095e2185-15af-4864-b565-2d243e3b4fdc 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] Tap Mirror: Handle Delete Port: 63dc117e-9a7f-4070-a7ef-a9984085a9e6 2026-04-28 18:41:15.485 8 INFO neutron.services.segments.plugin [-] Segment 7d35689f-c95c-4963-b6c2-23e556e6f597 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d35689f-c95c-4963-b6c2-23e556e6f597 found for delete ", "request_id": "req-180408e9-666a-4f33-9463-8027100db5d0"}]} 2026-04-28 18:41:15.486 8 INFO neutron.services.segments.plugin [-] Segment 7d35689f-c95c-4963-b6c2-23e556e6f597 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d35689f-c95c-4963-b6c2-23e556e6f597 found for delete ", "request_id": "req-c6b4d2b8-5a51-4286-94fd-7abb3c402639"}]} 2026-04-28 18:41:15.499 8 INFO neutron.db.l3_hamode_db [None req-0c4f882b-6550-4ff5-a218-4fbc1d057eb7 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] HA network 777ec78e-e445-4924-9836-6f8790c97a1f was deleted as no HA routers are present in tenant 0d5e8fd6f6324bc9a43fe45561439a4e. [pid: 8|app: 0|req: 1038/2018] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:14 2026] DELETE /v2.0/routers/fd73e6e7-0c59-4faf-972f-d99af6e23d69 => generated 0 bytes in 655 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2019] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:41:15 2026] DELETE /v2.0/floatingips/b175cde9-b295-4c97-850f-43abe09289c6 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2020] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:15 2026] DELETE /v2.0/subnets/4d6d6e0e-3fae-4378-839a-04d4c16cd624 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2021] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:15 2026] DELETE /v2.0/subnets/02151eb2-c27a-45e1-9632-2c1e2a98550f => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2022] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:41:15 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2023] 10.0.0.224 () {34 vars in 678 bytes} [Tue Apr 28 18:41:15 2026] POST /v2.0/qos/policies => generated 359 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2024] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:41:15 2026] GET /v2.0/security-groups?id=b60a8e88-6f5a-4c5d-a87b-afa67e540e63&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:41:15.994 8 INFO neutron_taas.services.taas.taas_plugin [None req-075ed588-44be-4e54-9bd4-39d4c173f650 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] TaaS: Handle Delete Port: 8b4ab6c0-a285-45ee-b59e-4ee0ad88565f [pid: 7|app: 0|req: 984/2025] 10.0.0.224 () {34 vars in 753 bytes} [Tue Apr 28 18:41:15 2026] PUT /v2.0/policies/2cd641bc-6d4e-4083-9342-173afcc7ec42/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:15.997 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-075ed588-44be-4e54-9bd4-39d4c173f650 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Tap Mirror: Handle Delete Port: 8b4ab6c0-a285-45ee-b59e-4ee0ad88565f [pid: 7|app: 0|req: 985/2026] 10.0.0.224 () {32 vars in 733 bytes} [Tue Apr 28 18:41:16 2026] GET /v2.0/policies/2cd641bc-6d4e-4083-9342-173afcc7ec42/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2027] 10.0.0.224 () {34 vars in 764 bytes} [Tue Apr 28 18:41:16 2026] PUT /v2.0/policies/2cd641bc-6d4e-4083-9342-173afcc7ec42/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2028] 10.0.0.224 () {32 vars in 733 bytes} [Tue Apr 28 18:41:16 2026] GET /v2.0/policies/2cd641bc-6d4e-4083-9342-173afcc7ec42/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2029] 10.0.0.224 () {34 vars in 760 bytes} [Tue Apr 28 18:41:16 2026] PUT /v2.0/policies/2cd641bc-6d4e-4083-9342-173afcc7ec42/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2030] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:15 2026] DELETE /v2.0/networks/e5858de5-e5a5-4998-96b6-d214e89064ea => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2031] 10.0.0.224 () {32 vars in 733 bytes} [Tue Apr 28 18:41:16 2026] GET /v2.0/policies/2cd641bc-6d4e-4083-9342-173afcc7ec42/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2032] 10.0.0.224 () {34 vars in 782 bytes} [Tue Apr 28 18:41:16 2026] PUT /v2.0/policies/2cd641bc-6d4e-4083-9342-173afcc7ec42/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-28 18:41:16.335 8 INFO neutron_taas.services.taas.taas_plugin [None req-db081f00-66f8-4646-b1a8-05e7f7344106 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] TaaS: Handle Delete Port: daffe651-0a7c-4628-a347-d14583b3db10 2026-04-28 18:41:16.338 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db081f00-66f8-4646-b1a8-05e7f7344106 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Tap Mirror: Handle Delete Port: daffe651-0a7c-4628-a347-d14583b3db10 [pid: 7|app: 0|req: 991/2033] 10.0.0.224 () {32 vars in 733 bytes} [Tue Apr 28 18:41:16 2026] GET /v2.0/policies/2cd641bc-6d4e-4083-9342-173afcc7ec42/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2034] 10.0.0.224 () {34 vars in 753 bytes} [Tue Apr 28 18:41:16 2026] PUT /v2.0/policies/2cd641bc-6d4e-4083-9342-173afcc7ec42/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2035] 10.0.0.224 () {32 vars in 733 bytes} [Tue Apr 28 18:41:16 2026] GET /v2.0/policies/2cd641bc-6d4e-4083-9342-173afcc7ec42/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2036] 10.0.0.224 () {32 vars in 741 bytes} [Tue Apr 28 18:41:16 2026] GET /v2.0/policies/2cd641bc-6d4e-4083-9342-173afcc7ec42/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2037] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:16 2026] DELETE /v2.0/networks/78270728-c31d-4722-8669-ee79a93bb82f => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:41:16.551 7 INFO neutron.api.v2.resource [None req-7e566e26-eed9-4ccb-ab02-fcab63cb3d54 c03b0a5b469d4eb9bb5fcb6d784d6ab4 db89bc0e8f83444abc8b5c7791cab14f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 995/2038] 10.0.0.224 () {32 vars in 745 bytes} [Tue Apr 28 18:41:16 2026] GET /v2.0/policies/2cd641bc-6d4e-4083-9342-173afcc7ec42/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 18:41:16.601 8 INFO neutron.db.segments_db [None req-82b9ac52-f90f-41cd-a22f-73e8c9bd865c 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Added segment 568221c1-6d1d-4d4c-a881-4858d11da647 of type vxlan for network 0fc45b2a-9e2b-4389-b85a-2d5b120bc354 [pid: 7|app: 0|req: 996/2039] 10.0.0.224 () {32 vars in 744 bytes} [Tue Apr 28 18:41:16 2026] DELETE /v2.0/policies/2cd641bc-6d4e-4083-9342-173afcc7ec42/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2040] 10.0.0.224 () {32 vars in 733 bytes} [Tue Apr 28 18:41:16 2026] GET /v2.0/policies/2cd641bc-6d4e-4083-9342-173afcc7ec42/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2041] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:16 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) 2026-04-28 18:41:16.689 7 INFO neutron.api.v2.resource [None req-d50206a7-0941-41c3-a2f4-7bcfb6da0fb8 c03b0a5b469d4eb9bb5fcb6d784d6ab4 db89bc0e8f83444abc8b5c7791cab14f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 998/2042] 10.0.0.224 () {32 vars in 748 bytes} [Tue Apr 28 18:41:16 2026] DELETE /v2.0/policies/2cd641bc-6d4e-4083-9342-173afcc7ec42/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2043] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:41:16 2026] DELETE /v2.0/policies/2cd641bc-6d4e-4083-9342-173afcc7ec42/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: 1000/2044] 10.0.0.224 () {32 vars in 733 bytes} [Tue Apr 28 18:41:16 2026] GET /v2.0/policies/2cd641bc-6d4e-4083-9342-173afcc7ec42/tags => 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: 1001/2045] 10.0.0.224 () {32 vars in 734 bytes} [Tue Apr 28 18:41:16 2026] DELETE /v2.0/qos/policies/2cd641bc-6d4e-4083-9342-173afcc7ec42 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2046] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:16 2026] POST /v2.0/subnets => generated 646 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:41:17.034 7 INFO neutron.db.segments_db [None req-87d2e51b-5ddb-4330-9252-01eb7bce8378 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Added segment a57b13b2-e6d7-4082-951c-8ce7583e9fb5 of type vxlan for network a5768542-d171-4532-adec-a74cf92da6ba [pid: 8|app: 0|req: 1046/2047] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:41:17 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2048] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:41:17 2026] GET /v2.0/security-groups?id=b60a8e88-6f5a-4c5d-a87b-afa67e540e63&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:41:17.311 7 INFO neutron.db.l3_hamode_db [None req-87d2e51b-5ddb-4330-9252-01eb7bce8378 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:41:17.421 7 INFO neutron.db.l3_hamode_db [None req-87d2e51b-5ddb-4330-9252-01eb7bce8378 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:41:17.511 8 INFO neutron.services.segments.plugin [-] Segment 94725530-4e6d-4a1f-8d15-4f1d07fcaedd resource provider aggregate not found 2026-04-28 18:41:17.519 8 INFO neutron.services.segments.plugin [-] Segment 94725530-4e6d-4a1f-8d15-4f1d07fcaedd resource provider aggregate not found 2026-04-28 18:41:17.534 8 INFO neutron.services.segments.plugin [-] Segment 94725530-4e6d-4a1f-8d15-4f1d07fcaedd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94725530-4e6d-4a1f-8d15-4f1d07fcaedd found for delete ", "request_id": "req-0033ff90-d711-4718-977e-19f8709aa2bd"}]} 2026-04-28 18:41:17.541 8 INFO neutron.services.segments.plugin [-] Segment 94725530-4e6d-4a1f-8d15-4f1d07fcaedd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94725530-4e6d-4a1f-8d15-4f1d07fcaedd found for delete ", "request_id": "req-9fd15207-6e1d-452b-900d-e0e427a4af5b"}]} 2026-04-28 18:41:17.553 8 INFO neutron.services.segments.plugin [-] Segment d7882b41-0df4-4eff-9233-6c3c2415491d resource provider aggregate not found 2026-04-28 18:41:17.562 8 INFO neutron.services.segments.plugin [-] Segment d7882b41-0df4-4eff-9233-6c3c2415491d resource provider aggregate not found 2026-04-28 18:41:17.570 8 INFO neutron.services.segments.plugin [-] Segment d7882b41-0df4-4eff-9233-6c3c2415491d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7882b41-0df4-4eff-9233-6c3c2415491d found for delete ", "request_id": "req-01edeeb4-abaf-452f-9dcf-14d7df22bf21"}]} 2026-04-28 18:41:17.587 8 INFO neutron.services.segments.plugin [-] Segment d7882b41-0df4-4eff-9233-6c3c2415491d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7882b41-0df4-4eff-9233-6c3c2415491d found for delete ", "request_id": "req-ac164b9b-f54d-4d66-9636-386da24d7ef8"}]} [pid: 8|app: 0|req: 1048/2049] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:17 2026] GET /v2.0/security-groups?tenant_id=e56f50ec9ac3474d8e6272bf43d7cffd&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2050] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:17 2026] GET /v2.0/security-groups?tenant_id=6dfb6425c20348e18086ab489ea2b4ea&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: 1002/2051] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:16 2026] POST /v2.0/routers => generated 510 bytes in 1104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2052] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:18 2026] DELETE /v2.0/security-groups/753775a6-c05a-48dc-9614-0ab370a2b3a2 => 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: 1003/2053] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:18 2026] DELETE /v2.0/security-groups/8fed80b8-56e6-4198-9c96-0bf76f3afe82 => 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: 1004/2054] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:41:18 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2055] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:18 2026] GET /v2.0/security-groups?tenant_id=db89bc0e8f83444abc8b5c7791cab14f&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2056] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:41:18 2026] GET /v2.0/security-groups?id=b60a8e88-6f5a-4c5d-a87b-afa67e540e63&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2057] 10.0.0.224 () {34 vars in 665 bytes} [Tue Apr 28 18:41:18 2026] POST /v2.0/ports => generated 964 bytes in 332 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: 1052/2058] 199.204.45.49 () {34 vars in 993 bytes} [Tue Apr 28 18:41:18 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2059] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:18 2026] GET /v2.0/security-groups?tenant_id=56aadea706a6449191d29bdaec94963f&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2060] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:18 2026] DELETE /v2.0/security-groups/8f76c67f-d10f-43d1-86fa-e2f31227d553 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:18.772 8 INFO neutron_taas.services.taas.taas_plugin [req-e30e186d-15b1-44db-95be-b0e431d7bb4b req-bc55aabe-fb6c-4184-a494-c66272627cf9 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] TaaS: Handle Delete Port: 50f96235-3775-45bb-9b53-01d0ab6f9b3b 2026-04-28 18:41:18.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e30e186d-15b1-44db-95be-b0e431d7bb4b req-bc55aabe-fb6c-4184-a494-c66272627cf9 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] Tap Mirror: Handle Delete Port: 50f96235-3775-45bb-9b53-01d0ab6f9b3b [pid: 8|app: 0|req: 1054/2061] 199.204.45.49 () {36 vars in 996 bytes} [Tue Apr 28 18:41:18 2026] DELETE /v2.0/ports/50f96235-3775-45bb-9b53-01d0ab6f9b3b => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:41:18.982 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee52c49d-595c-4448-b35e-96eb59600065'] response: {'server_uuid': '4e9f6815-d881-4770-8ba1-3c5ab8a1485d', 'name': 'network-vif-deleted', 'tag': '50f96235-3775-45bb-9b53-01d0ab6f9b3b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1055/2062] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:18 2026] DELETE /v2.0/security-groups/be30acd3-1b0c-4f5e-bea1-dbdee83ddfef => 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: 1056/2063] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:41:19 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => 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: 1008/2064] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:41:18 2026] PUT /v2.0/routers/210aac60-bb56-4d84-9ff6-39a554f19ad8/add_router_interface => generated 309 bytes in 1078 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2065] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:41:19 2026] GET /v2.0/ports/32fc2d2c-1c1d-43a4-8c7f-882b6a6ae70b => generated 1038 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:41:20.061 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d7eaa8c-f86c-4744-b5cb-d224def00560 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] TaaS: Handle Delete Port: 32fc2d2c-1c1d-43a4-8c7f-882b6a6ae70b 2026-04-28 18:41:20.064 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d7eaa8c-f86c-4744-b5cb-d224def00560 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Tap Mirror: Handle Delete Port: 32fc2d2c-1c1d-43a4-8c7f-882b6a6ae70b [pid: 7|app: 0|req: 1009/2066] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:41:19 2026] PUT /v2.0/routers/210aac60-bb56-4d84-9ff6-39a554f19ad8/remove_router_interface => generated 309 bytes in 870 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: 1010/2067] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:41:20 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:20.708 8 INFO neutron.api.v2.resource [None req-7650ea62-cff1-4f65-a74e-14b27e01ed81 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1058/2068] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:41:20 2026] PUT /v2.0/routers/210aac60-bb56-4d84-9ff6-39a554f19ad8/remove_router_interface => generated 197 bytes in 155 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2069] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:41:20 2026] GET /v2.0/ports?device_id=210aac60-bb56-4d84-9ff6-39a554f19ad8 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:20.908 8 INFO neutron_taas.services.taas.taas_plugin [None req-29ab1ab6-fca1-4d9d-93b5-ba0fd245c3ac 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] TaaS: Handle Delete Port: 59bef86a-9942-472e-ac9b-8508e97a889d 2026-04-28 18:41:20.912 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29ab1ab6-fca1-4d9d-93b5-ba0fd245c3ac 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Tap Mirror: Handle Delete Port: 59bef86a-9942-472e-ac9b-8508e97a889d 2026-04-28 18:41:21.290 8 INFO neutron.services.segments.plugin [-] Segment a57b13b2-e6d7-4082-951c-8ce7583e9fb5 resource provider aggregate not found 2026-04-28 18:41:21.290 8 INFO neutron.services.segments.plugin [-] Segment a57b13b2-e6d7-4082-951c-8ce7583e9fb5 resource provider aggregate not found 2026-04-28 18:41:21.312 8 INFO neutron.services.segments.plugin [-] Segment a57b13b2-e6d7-4082-951c-8ce7583e9fb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a57b13b2-e6d7-4082-951c-8ce7583e9fb5 found for delete ", "request_id": "req-24523252-3706-4d56-8c8b-cf30d348c49e"}]} 2026-04-28 18:41:21.312 8 INFO neutron.services.segments.plugin [-] Segment a57b13b2-e6d7-4082-951c-8ce7583e9fb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a57b13b2-e6d7-4082-951c-8ce7583e9fb5 found for delete ", "request_id": "req-3f02fc36-a5ce-4e8a-978a-d8528146bbad"}]} 2026-04-28 18:41:21.336 8 INFO neutron.db.l3_hamode_db [None req-29ab1ab6-fca1-4d9d-93b5-ba0fd245c3ac 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] HA network a5768542-d171-4532-adec-a74cf92da6ba was deleted as no HA routers are present in tenant 0d5e8fd6f6324bc9a43fe45561439a4e. [pid: 8|app: 0|req: 1059/2070] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:20 2026] DELETE /v2.0/routers/210aac60-bb56-4d84-9ff6-39a554f19ad8 => generated 0 bytes in 598 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2071] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:21 2026] DELETE /v2.0/subnets/68ea38fa-6329-4ce3-8300-8f28ada45633 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:41:21.657 8 INFO neutron_taas.services.taas.taas_plugin [None req-82530a48-0952-40ba-8618-4050a0546a22 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] TaaS: Handle Delete Port: 426260bf-1599-462b-a74d-e812baefef98 2026-04-28 18:41:21.661 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82530a48-0952-40ba-8618-4050a0546a22 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Tap Mirror: Handle Delete Port: 426260bf-1599-462b-a74d-e812baefef98 [pid: 7|app: 0|req: 1013/2072] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:41:21 2026] GET /v2.0/ports?device_id=4e9f6815-d881-4770-8ba1-3c5ab8a1485d => 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: 1060/2073] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:21 2026] DELETE /v2.0/networks/0fc45b2a-9e2b-4389-b85a-2d5b120bc354 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:41:21.947 7 INFO neutron.db.segments_db [None req-aecb3a9d-882e-4b7e-b631-16050ce36ecd 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Added segment d67a174b-d601-4d6f-abdf-34e52e2198d0 of type vxlan for network 3ff1f361-19d6-4571-97a7-ca845ff0aa10 [pid: 7|app: 0|req: 1014/2074] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:21 2026] POST /v2.0/networks => generated 614 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2075] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:22 2026] POST /v2.0/subnets => generated 646 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:41:22.392 8 INFO neutron.db.segments_db [None req-2a4f0493-5cfc-426d-8cbd-5101188de790 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Added segment bd7b6420-70f1-4cda-a3ab-56b5d83d5bfa of type vxlan for network d2ed9818-9670-450f-8b9e-a173ef06cba6 2026-04-28 18:41:22.642 8 INFO neutron.db.l3_hamode_db [None req-2a4f0493-5cfc-426d-8cbd-5101188de790 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1015/2076] 10.0.0.224 () {34 vars in 684 bytes} [Tue Apr 28 18:41:22 2026] POST /v2.0/security-groups => generated 1601 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2077] 10.0.0.224 () {34 vars in 767 bytes} [Tue Apr 28 18:41:22 2026] PUT /v2.0/security-groups/a024dee5-8d5f-478d-bfbc-e35114af533c/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2078] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:41:22 2026] GET /v2.0/security-groups/a024dee5-8d5f-478d-bfbc-e35114af533c/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:22.783 8 INFO neutron.db.l3_hamode_db [None req-2a4f0493-5cfc-426d-8cbd-5101188de790 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1018/2079] 10.0.0.224 () {34 vars in 778 bytes} [Tue Apr 28 18:41:22 2026] PUT /v2.0/security-groups/a024dee5-8d5f-478d-bfbc-e35114af533c/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2080] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:41:22 2026] GET /v2.0/security-groups/a024dee5-8d5f-478d-bfbc-e35114af533c/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2081] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:22 2026] DELETE /v2.0/security-groups/b60a8e88-6f5a-4c5d-a87b-afa67e540e63 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2082] 10.0.0.224 () {34 vars in 774 bytes} [Tue Apr 28 18:41:22 2026] PUT /v2.0/security-groups/a024dee5-8d5f-478d-bfbc-e35114af533c/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-28 18:41:23.313 7 INFO neutron_taas.services.taas.taas_plugin [None req-c51e92cf-3388-4864-83e4-56a454d88426 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] TaaS: Handle Delete Port: b7be39d9-8182-48f8-9e91-7bc2e587bd81 2026-04-28 18:41:23.316 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c51e92cf-3388-4864-83e4-56a454d88426 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] Tap Mirror: Handle Delete Port: b7be39d9-8182-48f8-9e91-7bc2e587bd81 2026-04-28 18:41:23.351 8 INFO neutron.services.segments.plugin [-] Segment 568221c1-6d1d-4d4c-a881-4858d11da647 resource provider aggregate not found 2026-04-28 18:41:23.356 8 INFO neutron.services.segments.plugin [-] Segment 568221c1-6d1d-4d4c-a881-4858d11da647 resource provider aggregate not found 2026-04-28 18:41:23.375 8 INFO neutron.services.segments.plugin [-] Segment 568221c1-6d1d-4d4c-a881-4858d11da647 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 568221c1-6d1d-4d4c-a881-4858d11da647 found for delete ", "request_id": "req-b7921f63-0f76-49d0-a878-170eb0c9692d"}]} 2026-04-28 18:41:23.378 8 INFO neutron.services.segments.plugin [-] Segment 568221c1-6d1d-4d4c-a881-4858d11da647 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 568221c1-6d1d-4d4c-a881-4858d11da647 found for delete ", "request_id": "req-afb33317-692c-4105-a532-aac1931a931e"}]} [pid: 8|app: 0|req: 1062/2083] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:22 2026] POST /v2.0/routers => generated 511 bytes in 1109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2084] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:41:23 2026] GET /v2.0/security-groups/a024dee5-8d5f-478d-bfbc-e35114af533c/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2085] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:41:23 2026] PUT /v2.0/routers/9499230c-fedc-40a2-a8f7-c8e7c9bc0ab4/remove_router_interface => generated 309 bytes in 873 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2086] 10.0.0.224 () {34 vars in 796 bytes} [Tue Apr 28 18:41:23 2026] PUT /v2.0/security-groups/a024dee5-8d5f-478d-bfbc-e35114af533c/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2087] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:23 2026] DELETE /v2.0/subnets/f9203e74-e1ec-4acf-b77b-dc60b15e57b8 => 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: 1025/2088] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:41:24 2026] GET /v2.0/security-groups/a024dee5-8d5f-478d-bfbc-e35114af533c/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:24.357 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b2e1ee8-975b-4185-b025-3df56da63035 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] TaaS: Handle Delete Port: d070c834-8000-44ba-8098-71aa0cc7a1a7 2026-04-28 18:41:24.360 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b2e1ee8-975b-4185-b025-3df56da63035 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] Tap Mirror: Handle Delete Port: d070c834-8000-44ba-8098-71aa0cc7a1a7 [pid: 8|app: 0|req: 1064/2089] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:41:23 2026] PUT /v2.0/routers/281ea551-101c-4f7e-9f5c-55e307880571/add_router_interface => generated 309 bytes in 906 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2090] 10.0.0.224 () {34 vars in 767 bytes} [Tue Apr 28 18:41:24 2026] PUT /v2.0/security-groups/a024dee5-8d5f-478d-bfbc-e35114af533c/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2091] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:41:24 2026] GET /v2.0/ports/e9871cc8-e6d9-4e16-ba50-20e1cd684aa1 => generated 959 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2092] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:41:24 2026] GET /v2.0/security-groups/a024dee5-8d5f-478d-bfbc-e35114af533c/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:24.636 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b2e1ee8-975b-4185-b025-3df56da63035 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] TaaS: Handle Delete Port: 68bf9e2d-5ebe-4f3d-878d-e565dc0e5e44 2026-04-28 18:41:24.638 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b2e1ee8-975b-4185-b025-3df56da63035 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] Tap Mirror: Handle Delete Port: 68bf9e2d-5ebe-4f3d-878d-e565dc0e5e44 2026-04-28 18:41:24.835 8 INFO neutron_taas.services.taas.taas_plugin [None req-904a5154-1e9c-40d7-b0f9-a0b4d51e45e0 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] TaaS: Handle Delete Port: e9871cc8-e6d9-4e16-ba50-20e1cd684aa1 2026-04-28 18:41:24.838 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-904a5154-1e9c-40d7-b0f9-a0b4d51e45e0 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Tap Mirror: Handle Delete Port: e9871cc8-e6d9-4e16-ba50-20e1cd684aa1 2026-04-28 18:41:24.971 7 INFO neutron.services.segments.plugin [-] Segment bf3b2212-04c8-461b-9d00-2b2a8e28797a resource provider aggregate not found 2026-04-28 18:41:24.980 7 INFO neutron.services.segments.plugin [-] Segment bf3b2212-04c8-461b-9d00-2b2a8e28797a resource provider aggregate not found 2026-04-28 18:41:24.990 7 INFO neutron.services.segments.plugin [-] Segment bf3b2212-04c8-461b-9d00-2b2a8e28797a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf3b2212-04c8-461b-9d00-2b2a8e28797a found for delete ", "request_id": "req-8866a791-d20f-43ef-8bcc-3efec294d509"}]} 2026-04-28 18:41:24.998 7 INFO neutron.services.segments.plugin [-] Segment bf3b2212-04c8-461b-9d00-2b2a8e28797a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf3b2212-04c8-461b-9d00-2b2a8e28797a found for delete ", "request_id": "req-ba45289e-95b3-49aa-b6c2-c880343a6966"}]} 2026-04-28 18:41:25.001 7 INFO neutron.db.l3_hamode_db [None req-5b2e1ee8-975b-4185-b025-3df56da63035 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] HA network 3d6f5f81-a5b8-4f34-9a79-abda042cb014 was deleted as no HA routers are present in tenant 2a98b950f59d43cca6e7bdd28ad94ffd. [pid: 7|app: 0|req: 1026/2093] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:24 2026] DELETE /v2.0/routers/9499230c-fedc-40a2-a8f7-c8e7c9bc0ab4 => generated 0 bytes in 866 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2094] 10.0.0.224 () {32 vars in 755 bytes} [Tue Apr 28 18:41:25 2026] GET /v2.0/security-groups/a024dee5-8d5f-478d-bfbc-e35114af533c/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:25.125 7 INFO neutron_taas.services.taas.taas_plugin [None req-26fd7a2d-01e6-45df-a5ce-7de10851de75 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] TaaS: Handle Delete Port: 8427dc9a-11bf-4946-9862-cbffdd5bb26a 2026-04-28 18:41:25.128 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26fd7a2d-01e6-45df-a5ce-7de10851de75 7b5cc4ca0bc44204a6be4a7e354c7481 2a98b950f59d43cca6e7bdd28ad94ffd - - default default] Tap Mirror: Handle Delete Port: 8427dc9a-11bf-4946-9862-cbffdd5bb26a [pid: 8|app: 0|req: 1068/2095] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:41:24 2026] PUT /v2.0/routers/281ea551-101c-4f7e-9f5c-55e307880571/remove_router_interface => generated 309 bytes in 775 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2096] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:25 2026] DELETE /v2.0/networks/d73e26cd-a5d8-4e2a-a20d-8d3ccc30d64d => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:41:25.325 8 INFO neutron.api.v2.resource [None req-75119582-1258-429a-9fdf-eba018ac5491 a3b883f8247f4204a0aa0f7177f8ff81 1ddc7ea283b344b180872f37cabb09ce - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1069/2097] 10.0.0.224 () {32 vars in 759 bytes} [Tue Apr 28 18:41:25 2026] GET /v2.0/security-groups/a024dee5-8d5f-478d-bfbc-e35114af533c/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2098] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:41:25 2026] GET /v2.0/ports?device_id=281ea551-101c-4f7e-9f5c-55e307880571 => 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: 1070/2099] 10.0.0.224 () {32 vars in 758 bytes} [Tue Apr 28 18:41:25 2026] DELETE /v2.0/security-groups/a024dee5-8d5f-478d-bfbc-e35114af533c/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2100] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:41:25 2026] GET /v2.0/security-groups/a024dee5-8d5f-478d-bfbc-e35114af533c/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:25.461 8 INFO neutron.api.v2.resource [None req-e996cf1e-e6ce-4143-918e-20e3dd4c1f71 a3b883f8247f4204a0aa0f7177f8ff81 1ddc7ea283b344b180872f37cabb09ce - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1072/2101] 10.0.0.224 () {32 vars in 762 bytes} [Tue Apr 28 18:41:25 2026] DELETE /v2.0/security-groups/a024dee5-8d5f-478d-bfbc-e35114af533c/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2102] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:41:25 2026] DELETE /v2.0/security-groups/a024dee5-8d5f-478d-bfbc-e35114af533c/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:25.531 7 INFO neutron_taas.services.taas.taas_plugin [None req-a32bb9d9-963b-48c1-9c11-11c8ab027c05 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] TaaS: Handle Delete Port: e45b9b5f-6bf0-458f-ac5f-8e8e40613d49 2026-04-28 18:41:25.534 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a32bb9d9-963b-48c1-9c11-11c8ab027c05 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Tap Mirror: Handle Delete Port: e45b9b5f-6bf0-458f-ac5f-8e8e40613d49 [pid: 8|app: 0|req: 1074/2103] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:41:25 2026] GET /v2.0/security-groups/a024dee5-8d5f-478d-bfbc-e35114af533c/tags => 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: 1075/2104] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:25 2026] DELETE /v2.0/security-groups/a024dee5-8d5f-478d-bfbc-e35114af533c => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:25.941 7 INFO neutron.db.l3_hamode_db [None req-a32bb9d9-963b-48c1-9c11-11c8ab027c05 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] HA network d2ed9818-9670-450f-8b9e-a173ef06cba6 was deleted as no HA routers are present in tenant 0d5e8fd6f6324bc9a43fe45561439a4e. [pid: 7|app: 0|req: 1030/2105] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:25 2026] DELETE /v2.0/routers/281ea551-101c-4f7e-9f5c-55e307880571 => generated 0 bytes in 613 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2106] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:25 2026] DELETE /v2.0/subnets/021a54e5-3f5f-4a77-b36c-6a712abe021c => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:41:26.331 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2f4e635-1b54-4629-ae03-0f0710aefda7 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] TaaS: Handle Delete Port: 7d0daf22-c224-4ce8-8dd7-480a4f3185cf 2026-04-28 18:41:26.338 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2f4e635-1b54-4629-ae03-0f0710aefda7 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Tap Mirror: Handle Delete Port: 7d0daf22-c224-4ce8-8dd7-480a4f3185cf [pid: 7|app: 0|req: 1031/2107] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:25 2026] GET /v2.0/security-groups?tenant_id=570849ba434b49aeb701f9fe65be37c0&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: 1032/2108] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:26 2026] DELETE /v2.0/security-groups/9e55089b-cf21-4035-9e41-c6e41c95741e => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:26.550 8 INFO neutron.services.segments.plugin [-] Segment d67a174b-d601-4d6f-abdf-34e52e2198d0 resource provider aggregate not found 2026-04-28 18:41:26.562 8 INFO neutron.services.segments.plugin [-] Segment d67a174b-d601-4d6f-abdf-34e52e2198d0 resource provider aggregate not found 2026-04-28 18:41:26.573 8 INFO neutron.services.segments.plugin [-] Segment d67a174b-d601-4d6f-abdf-34e52e2198d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d67a174b-d601-4d6f-abdf-34e52e2198d0 found for delete ", "request_id": "req-c333ec7a-d2fd-45de-b449-6677ea483e71"}]} 2026-04-28 18:41:26.578 8 INFO neutron.services.segments.plugin [-] Segment d67a174b-d601-4d6f-abdf-34e52e2198d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d67a174b-d601-4d6f-abdf-34e52e2198d0 found for delete ", "request_id": "req-e8a9e825-76f0-4349-b166-a75dfc8ea85b"}]} [pid: 8|app: 0|req: 1077/2109] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:26 2026] DELETE /v2.0/networks/3ff1f361-19d6-4571-97a7-ca845ff0aa10 => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2110] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:26 2026] GET /v2.0/security-groups?tenant_id=2a98b950f59d43cca6e7bdd28ad94ffd&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:41:26.659 8 INFO neutron.db.segments_db [None req-e6170cab-5d33-4c90-93d1-4b2d6d3be88e 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Added segment 585d23e0-a421-4c4b-9523-98789e57bc84 of type vxlan for network fabb8fde-0eca-4298-a178-3c14497d6c5e [pid: 7|app: 0|req: 1033/2111] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:26 2026] GET /v2.0/security-groups?tenant_id=1ddc7ea283b344b180872f37cabb09ce&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: 1034/2112] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:26 2026] DELETE /v2.0/security-groups/0ed79291-e61a-46d1-bde6-a9c87e76a8c4 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:26.934 8 INFO neutron.db.l3_hamode_db [None req-e6170cab-5d33-4c90-93d1-4b2d6d3be88e 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:41:27.020 7 INFO neutron.services.segments.plugin [-] Segment 261503ab-2fef-45c2-afd8-5cc14cdabc6b resource provider aggregate not found 2026-04-28 18:41:27.029 7 INFO neutron.services.segments.plugin [-] Segment 261503ab-2fef-45c2-afd8-5cc14cdabc6b resource provider aggregate not found [pid: 7|app: 0|req: 1035/2113] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:26 2026] DELETE /v2.0/security-groups/6153e474-2747-4675-a832-ebd083a38964 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:27.051 7 INFO neutron.services.segments.plugin [-] Segment 261503ab-2fef-45c2-afd8-5cc14cdabc6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 261503ab-2fef-45c2-afd8-5cc14cdabc6b found for delete ", "request_id": "req-c4002ef0-b2b2-44e7-b2ac-6e12c8101ab7"}]} 2026-04-28 18:41:27.060 7 INFO neutron.services.segments.plugin [-] Segment 261503ab-2fef-45c2-afd8-5cc14cdabc6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 261503ab-2fef-45c2-afd8-5cc14cdabc6b found for delete ", "request_id": "req-56a46258-5c99-4fa6-9040-b977990e8937"}]} 2026-04-28 18:41:27.069 7 INFO neutron.services.segments.plugin [-] Segment bd7b6420-70f1-4cda-a3ab-56b5d83d5bfa resource provider aggregate not found 2026-04-28 18:41:27.086 7 INFO neutron.services.segments.plugin [-] Segment bd7b6420-70f1-4cda-a3ab-56b5d83d5bfa resource provider aggregate not found 2026-04-28 18:41:27.090 7 INFO neutron.services.segments.plugin [-] Segment bd7b6420-70f1-4cda-a3ab-56b5d83d5bfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd7b6420-70f1-4cda-a3ab-56b5d83d5bfa found for delete ", "request_id": "req-2954bcbd-8844-4e71-87ef-2817abb461a3"}]} 2026-04-28 18:41:27.104 7 INFO neutron.services.segments.plugin [-] Segment bd7b6420-70f1-4cda-a3ab-56b5d83d5bfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd7b6420-70f1-4cda-a3ab-56b5d83d5bfa found for delete ", "request_id": "req-2ac4cfd4-6b7b-4b46-b435-a6d938c84a36"}]} [pid: 7|app: 0|req: 1036/2114] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:27 2026] GET /v2.0/security-groups?tenant_id=ac09583220fa4d9386b8668131035226&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2115] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:27 2026] DELETE /v2.0/security-groups/cc6bdfd2-f672-43a4-9cda-e5e86d44ee2d => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:27.838 8 INFO neutron.db.l3_hamode_db [None req-e6170cab-5d33-4c90-93d1-4b2d6d3be88e 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1079/2116] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:26 2026] POST /v2.0/routers => generated 692 bytes in 2172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2117] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:41:28 2026] GET /v2.0/routers/dfd35ebe-086c-4d74-be07-51f8d5e788b1 => generated 698 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2118] 10.0.0.224 () {32 vars in 647 bytes} [Tue Apr 28 18:41:28 2026] GET /v2.0/routers => generated 701 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2119] 10.0.0.224 () {34 vars in 741 bytes} [Tue Apr 28 18:41:28 2026] PUT /v2.0/routers/dfd35ebe-086c-4d74-be07-51f8d5e788b1 => generated 705 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:41:29.477 8 INFO neutron.db.segments_db [None req-7de0ac63-3143-415a-87fb-717da8692a89 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Added segment 4f8b7913-a352-4a5d-98c5-33d5c62093ce of type vxlan for network 809ab687-5e8e-44d3-9d15-62952816347b [pid: 7|app: 0|req: 1042/2122] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:41:29 2026] GET /v2.0/routers/dfd35ebe-086c-4d74-be07-51f8d5e788b1 => generated 705 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2123] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:41:29 2026] GET /v2.0/ports?device_id=dfd35ebe-086c-4d74-be07-51f8d5e788b1 => 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: 1081/2124] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:29 2026] POST /v2.0/networks => generated 621 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:41:29.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-18b18f84-2975-4711-a1d5-bfcb0aedb38e 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] TaaS: Handle Delete Port: 874e5bcc-6e02-4645-8a34-4eac4c5279e4 2026-04-28 18:41:29.774 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18b18f84-2975-4711-a1d5-bfcb0aedb38e 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Tap Mirror: Handle Delete Port: 874e5bcc-6e02-4645-8a34-4eac4c5279e4 [pid: 8|app: 0|req: 1082/2125] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:29 2026] POST /v2.0/subnets => generated 658 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:41:30.036 7 INFO neutron_taas.services.taas.taas_plugin [None req-18b18f84-2975-4711-a1d5-bfcb0aedb38e 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] TaaS: Handle Delete Port: dd77e578-c563-45c2-973d-f44dca5533d6 [pid: 8|app: 0|req: 1083/2126] 10.0.0.224 () {32 vars in 722 bytes} [Tue Apr 28 18:41:29 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:30.039 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18b18f84-2975-4711-a1d5-bfcb0aedb38e 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] Tap Mirror: Handle Delete Port: dd77e578-c563-45c2-973d-f44dca5533d6 [pid: 8|app: 0|req: 1084/2127] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:30 2026] POST /v2.0/subnets => generated 732 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:41:30.341 8 INFO neutron.db.segments_db [None req-1e3e8b98-e606-4c2c-895c-6a362b439323 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Added segment 97da51b8-ffc0-496d-97c8-a2f0ca44c037 of type vxlan for network 8445b3c3-6f61-4315-8869-fe9fc244f627 2026-04-28 18:41:30.379 7 INFO neutron.services.segments.plugin [-] Segment 585d23e0-a421-4c4b-9523-98789e57bc84 resource provider aggregate not found 2026-04-28 18:41:30.404 7 INFO neutron.services.segments.plugin [-] Segment 585d23e0-a421-4c4b-9523-98789e57bc84 resource provider aggregate not found 2026-04-28 18:41:30.411 7 INFO neutron.services.segments.plugin [-] Segment 585d23e0-a421-4c4b-9523-98789e57bc84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 585d23e0-a421-4c4b-9523-98789e57bc84 found for delete ", "request_id": "req-6ac2cc9a-af48-44eb-b6bd-44cf4edbd7e5"}]} 2026-04-28 18:41:30.425 7 INFO neutron.db.l3_hamode_db [None req-18b18f84-2975-4711-a1d5-bfcb0aedb38e 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] HA network fabb8fde-0eca-4298-a178-3c14497d6c5e was deleted as no HA routers are present in tenant 0d5e8fd6f6324bc9a43fe45561439a4e. 2026-04-28 18:41:30.427 7 INFO neutron.services.segments.plugin [-] Segment 585d23e0-a421-4c4b-9523-98789e57bc84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 585d23e0-a421-4c4b-9523-98789e57bc84 found for delete ", "request_id": "req-26a7c74e-f9bb-45e7-a360-052236743df2"}]} [pid: 7|app: 0|req: 1044/2128] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:29 2026] DELETE /v2.0/routers/dfd35ebe-086c-4d74-be07-51f8d5e788b1 => generated 0 bytes in 885 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2129] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:30 2026] POST /v2.0/networks => generated 618 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2130] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:41:30 2026] GET /v2.0/ports?device_id=dfd35ebe-086c-4d74-be07-51f8d5e788b1 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:30.498 7 INFO neutron.api.v2.resource [None req-ab52af8e-3349-4b82-93cb-2b989e925f31 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1046/2131] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:30 2026] DELETE /v2.0/routers/dfd35ebe-086c-4d74-be07-51f8d5e788b1 => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2132] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:41:30 2026] GET /v2.0/ports?device_id=281ea551-101c-4f7e-9f5c-55e307880571 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:30.543 7 INFO neutron.api.v2.resource [None req-f2bf1fc8-c13a-4352-9bef-e29e3ba2edc3 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1048/2133] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:30 2026] DELETE /v2.0/routers/281ea551-101c-4f7e-9f5c-55e307880571 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:41:30.558 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fd299eba-3eb2-4269-883c-853792d9d2b1 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1049/2134] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:30 2026] DELETE /v2.0/subnets/021a54e5-3f5f-4a77-b36c-6a712abe021c => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2135] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:41:30 2026] GET /v2.0/ports?device_id=210aac60-bb56-4d84-9ff6-39a554f19ad8 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:30.603 7 INFO neutron.api.v2.resource [None req-b2ceccd4-93d5-4647-b34f-6993501b6aff 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1051/2136] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:30 2026] DELETE /v2.0/routers/210aac60-bb56-4d84-9ff6-39a554f19ad8 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:41:30.620 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2f0544c3-61e1-4224-acad-b83d8d237291 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1052/2137] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:30 2026] DELETE /v2.0/subnets/68ea38fa-6329-4ce3-8300-8f28ada45633 => 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: 1053/2138] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:41:30 2026] GET /v2.0/ports?device_id=fd73e6e7-0c59-4faf-972f-d99af6e23d69 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:30.671 7 INFO neutron.api.v2.resource [None req-7664ee81-49f4-4984-956d-0c6b8ed94cbf 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1054/2139] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:30 2026] DELETE /v2.0/routers/fd73e6e7-0c59-4faf-972f-d99af6e23d69 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:41:30.692 7 INFO neutron.pecan_wsgi.hooks.translation [None req-79efefd9-9dbc-4272-bc8f-d8087adf72c6 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1055/2140] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:30 2026] DELETE /v2.0/subnets/4d6d6e0e-3fae-4378-839a-04d4c16cd624 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2141] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:30 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) 2026-04-28 18:41:30.712 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cab63ad9-56de-4744-ba74-d3e4d3ff44dc 5dd686f094cd4a6f94d3ae771fb69af0 0d5e8fd6f6324bc9a43fe45561439a4e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1056/2142] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:30 2026] DELETE /v2.0/subnets/02151eb2-c27a-45e1-9632-2c1e2a98550f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2143] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:30 2026] POST /v2.0/subnets => generated 725 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:41:30.987 8 INFO neutron.db.segments_db [None req-50b07215-38a8-4e4c-9f1a-d74b5723fef9 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Added segment 9ab728da-aaa5-4201-983d-d3911f3e5093 of type vxlan for network 4a42b326-fdea-46a4-b4bc-3999a79a7515 [pid: 8|app: 0|req: 1088/2144] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:30 2026] POST /v2.0/networks => generated 618 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:41:31.095 7 INFO neutron.db.segments_db [None req-a84cf3f1-ac03-41c6-a2fe-17d3d260864d a84e3bff26284cc89fcdea130241a900 f59bb0c9cd4f4546b66971ab1a917442 - - default default] Added segment 4329b038-5f8b-4e61-b950-a3951c8242fa of type vxlan for network b4fffbbf-3559-4946-8ba0-6744ddc4f1c3 [pid: 7|app: 0|req: 1057/2145] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:30 2026] POST /v2.0/networks => generated 611 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2146] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:31 2026] POST /v2.0/subnets => generated 656 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2147] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:31 2026] POST /v2.0/subnets => generated 626 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2148] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:31 2026] GET /v2.0/security-groups?tenant_id=0d5e8fd6f6324bc9a43fe45561439a4e&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:41:31.757 8 INFO neutron.db.segments_db [None req-850a9ccd-5298-4ca2-bc30-00f03eee7b2a 5f8c90bfe80f4a88917daf9c0a666a8d 5987354f2af748119c71e2ae75ca3235 - - default default] Added segment 18959cc6-f4a9-4530-b615-8d147424a0ea of type vxlan for network 9c27f9db-5f5b-499b-a79c-8ff6f815f4f4 [pid: 7|app: 0|req: 1059/2149] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:31 2026] POST /v2.0/subnets => generated 729 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2150] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:31 2026] POST /v2.0/networks => generated 612 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2151] 10.0.0.224 () {34 vars in 751 bytes} [Tue Apr 28 18:41:31 2026] PUT /v2.0/subnets/f3f068b4-f9c8-4713-b47f-21b2943924b4/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:31.912 7 INFO neutron.db.segments_db [None req-0443dcc6-0f91-4595-aa66-b0addec58759 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Added segment ba203f59-892e-4864-b397-76de45e846d7 of type vxlan for network 8168722d-cfa2-4891-8f48-71985eb979dc [pid: 8|app: 0|req: 1092/2152] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:31 2026] DELETE /v2.0/security-groups/3fb09311-7292-429c-8239-c12f1055f89a => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:32.186 7 INFO neutron.db.l3_hamode_db [None req-0443dcc6-0f91-4595-aa66-b0addec58759 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1093/2153] 10.0.0.224 () {34 vars in 664 bytes} [Tue Apr 28 18:41:31 2026] POST /v2.0/ports => generated 743 bytes in 298 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: 1094/2154] 10.0.0.224 () {32 vars in 731 bytes} [Tue Apr 28 18:41:32 2026] GET /v2.0/subnets/f3f068b4-f9c8-4713-b47f-21b2943924b4/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:32.347 8 INFO neutron.db.segments_db [None req-474ced44-7bd0-4e0e-8b88-d0a22d710a6e 5f8c90bfe80f4a88917daf9c0a666a8d 5987354f2af748119c71e2ae75ca3235 - - default default] Added segment 6be35959-e8bc-4545-bcb1-03eb0f5084d1 of type vxlan for network 6cee196f-1c5a-484a-9f02-1e08b48fea4c [pid: 8|app: 0|req: 1095/2155] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:32 2026] POST /v2.0/networks => generated 613 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2156] 10.0.0.224 () {34 vars in 762 bytes} [Tue Apr 28 18:41:32 2026] PUT /v2.0/subnets/f3f068b4-f9c8-4713-b47f-21b2943924b4/tags/green => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2157] 10.0.0.224 () {34 vars in 664 bytes} [Tue Apr 28 18:41:32 2026] POST /v2.0/ports => generated 743 bytes in 298 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: 1098/2158] 10.0.0.224 () {32 vars in 731 bytes} [Tue Apr 28 18:41:32 2026] GET /v2.0/subnets/f3f068b4-f9c8-4713-b47f-21b2943924b4/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:32.900 8 INFO neutron.db.segments_db [None req-c072ffe8-ca39-4c9c-abcb-94029cfc2b55 5f8c90bfe80f4a88917daf9c0a666a8d 5987354f2af748119c71e2ae75ca3235 - - default default] Added segment c22202c8-26dd-49ca-bb6c-e2477b66434a of type vxlan for network a0af2d98-c855-4490-9886-1a0a520f2293 2026-04-28 18:41:32.939 7 INFO neutron.db.l3_hamode_db [None req-0443dcc6-0f91-4595-aa66-b0addec58759 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1099/2159] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:32 2026] POST /v2.0/networks => generated 613 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2160] 10.0.0.224 () {34 vars in 758 bytes} [Tue Apr 28 18:41:33 2026] PUT /v2.0/subnets/f3f068b4-f9c8-4713-b47f-21b2943924b4/tags/red => 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: 1101/2161] 10.0.0.224 () {34 vars in 664 bytes} [Tue Apr 28 18:41:33 2026] POST /v2.0/ports => generated 743 bytes in 343 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: 1102/2162] 10.0.0.224 () {32 vars in 731 bytes} [Tue Apr 28 18:41:33 2026] GET /v2.0/subnets/f3f068b4-f9c8-4713-b47f-21b2943924b4/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:33.478 8 INFO neutron.db.segments_db [None req-33bc0a0b-8894-436f-bbe1-ae6256282f12 5f8c90bfe80f4a88917daf9c0a666a8d 5987354f2af748119c71e2ae75ca3235 - - default default] Added segment ef9fcb9f-220d-4033-9890-aa38b7e33028 of type vxlan for network fec1b414-0faf-47ac-aef7-c3243e5fc223 [pid: 8|app: 0|req: 1103/2163] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:33 2026] POST /v2.0/networks => generated 612 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2164] 10.0.0.224 () {34 vars in 780 bytes} [Tue Apr 28 18:41:33 2026] PUT /v2.0/subnets/f3f068b4-f9c8-4713-b47f-21b2943924b4/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2165] 10.0.0.224 () {34 vars in 664 bytes} [Tue Apr 28 18:41:33 2026] POST /v2.0/ports => generated 743 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1061/2166] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:31 2026] POST /v2.0/routers => generated 685 bytes in 2045 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2167] 10.0.0.224 () {32 vars in 731 bytes} [Tue Apr 28 18:41:33 2026] GET /v2.0/subnets/f3f068b4-f9c8-4713-b47f-21b2943924b4/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:34.011 8 INFO neutron.db.segments_db [None req-4f24844c-57af-4c58-a7dc-6eaeb667de68 5f8c90bfe80f4a88917daf9c0a666a8d 5987354f2af748119c71e2ae75ca3235 - - default default] Added segment 27932efe-94d2-481e-a49c-00d3a9ddb8bb of type vxlan for network d33b86a5-06fa-450a-b1d1-4580a1504a7f [pid: 8|app: 0|req: 1107/2168] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:33 2026] POST /v2.0/networks => generated 613 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:41:34.250 7 INFO neutron.db.segments_db [None req-229561c8-4c84-4a45-849d-33e9fccc81c8 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Added segment 962a5ef5-5c55-4ca3-952c-b5254ee55f69 of type vxlan for network a2b9551f-c076-4587-8c61-915e5fc6ecaf [pid: 7|app: 0|req: 1062/2169] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:33 2026] POST /v2.0/networks => generated 611 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2170] 10.0.0.224 () {34 vars in 751 bytes} [Tue Apr 28 18:41:34 2026] PUT /v2.0/subnets/f3f068b4-f9c8-4713-b47f-21b2943924b4/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2171] 10.0.0.224 () {34 vars in 664 bytes} [Tue Apr 28 18:41:34 2026] POST /v2.0/ports => generated 743 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:41:34.788 7 INFO neutron.db.segments_db [None req-9c9132f3-2d7e-419a-82b3-90fb11c22244 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Added segment dbf10fb2-a087-4009-86bf-231fbb9e89d1 of type vxlan for network 59ecdf8e-8ff9-44db-9c72-869b8df4f690 [pid: 7|app: 0|req: 1065/2172] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:34 2026] POST /v2.0/networks => generated 610 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2173] 10.0.0.224 () {32 vars in 731 bytes} [Tue Apr 28 18:41:34 2026] GET /v2.0/subnets/f3f068b4-f9c8-4713-b47f-21b2943924b4/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2174] 10.0.0.224 () {34 vars in 747 bytes} [Tue Apr 28 18:41:34 2026] PUT /v2.0/ports/f33d97bb-db1c-4ac3-973f-b731af793019/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1068/2175] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:34 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) [pid: 7|app: 0|req: 1069/2176] 10.0.0.224 () {32 vars in 739 bytes} [Tue Apr 28 18:41:35 2026] GET /v2.0/subnets/f3f068b4-f9c8-4713-b47f-21b2943924b4/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2177] 10.0.0.224 () {34 vars in 747 bytes} [Tue Apr 28 18:41:35 2026] PUT /v2.0/ports/9e15c254-274d-4709-86de-f76089d36231/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: 1108/2178] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:41:34 2026] PUT /v2.0/routers/3695db54-1890-4383-a7ea-64a03d91514b/add_router_interface => generated 309 bytes in 1323 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:41:35.477 8 INFO neutron.api.v2.resource [None req-1b80deca-7acf-4453-b2f5-b78efe93fa09 a84e3bff26284cc89fcdea130241a900 f59bb0c9cd4f4546b66971ab1a917442 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1109/2179] 10.0.0.224 () {32 vars in 743 bytes} [Tue Apr 28 18:41:35 2026] GET /v2.0/subnets/f3f068b4-f9c8-4713-b47f-21b2943924b4/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2180] 10.0.0.224 () {34 vars in 747 bytes} [Tue Apr 28 18:41:35 2026] PUT /v2.0/ports/8737560e-ceef-4c1d-8e28-8f30ac911bce/tags => generated 34 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1071/2181] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:35 2026] POST /v2.0/subnets => generated 626 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2182] 10.0.0.224 () {32 vars in 742 bytes} [Tue Apr 28 18:41:35 2026] DELETE /v2.0/subnets/f3f068b4-f9c8-4713-b47f-21b2943924b4/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2183] 10.0.0.224 () {34 vars in 747 bytes} [Tue Apr 28 18:41:35 2026] PUT /v2.0/ports/37843492-0187-4494-b6a8-5311ae8fa034/tags => generated 19 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:41:35.784 7 INFO neutron.db.segments_db [None req-cb6ac615-25d8-450b-82da-ff50c18103d8 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Added segment b2625cad-005e-40bb-85b5-ac6418b86574 of type vxlan for network 7e3ea55b-3f75-45f2-b457-d57bfe14a312 2026-04-28 18:41:36.087 7 INFO neutron.db.l3_hamode_db [None req-cb6ac615-25d8-450b-82da-ff50c18103d8 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:41:36.836 7 INFO neutron.db.l3_hamode_db [None req-cb6ac615-25d8-450b-82da-ff50c18103d8 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1111/2184] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:41:35 2026] PUT /v2.0/routers/3695db54-1890-4383-a7ea-64a03d91514b/add_router_interface => generated 309 bytes in 1457 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2185] 10.0.0.224 () {32 vars in 731 bytes} [Tue Apr 28 18:41:37 2026] GET /v2.0/subnets/f3f068b4-f9c8-4713-b47f-21b2943924b4/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2186] 10.0.0.224 () {32 vars in 660 bytes} [Tue Apr 28 18:41:37 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2187] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:35 2026] POST /v2.0/routers => generated 507 bytes in 1744 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:41:37.521 7 INFO neutron.api.v2.resource [None req-73e35c1e-d527-4aa0-b237-6bcdafeba3d7 a84e3bff26284cc89fcdea130241a900 f59bb0c9cd4f4546b66971ab1a917442 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1075/2188] 10.0.0.224 () {32 vars in 746 bytes} [Tue Apr 28 18:41:37 2026] DELETE /v2.0/subnets/f3f068b4-f9c8-4713-b47f-21b2943924b4/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2189] 10.0.0.224 () {32 vars in 674 bytes} [Tue Apr 28 18:41:37 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2190] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:41:37 2026] PUT /v2.0/routers/3695db54-1890-4383-a7ea-64a03d91514b/add_router_interface => generated 309 bytes in 1465 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2191] 10.0.0.224 () {32 vars in 734 bytes} [Tue Apr 28 18:41:38 2026] DELETE /v2.0/subnets/f3f068b4-f9c8-4713-b47f-21b2943924b4/tags => 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: 1116/2192] 10.0.0.224 () {32 vars in 670 bytes} [Tue Apr 28 18:41:38 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2193] 10.0.0.224 () {34 vars in 684 bytes} [Tue Apr 28 18:41:38 2026] POST /v2.0/security-groups => generated 1628 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2194] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:41:37 2026] PUT /v2.0/routers/5b63bbc5-bce1-48e0-b852-bd93999d718d/add_router_interface => generated 309 bytes in 1290 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2195] 10.0.0.224 () {32 vars in 731 bytes} [Tue Apr 28 18:41:38 2026] GET /v2.0/subnets/f3f068b4-f9c8-4713-b47f-21b2943924b4/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2196] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:41:38 2026] GET /v2.0/ports/28248f1f-167a-4118-9eb0-b2a928e4a88b => generated 955 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2197] 10.0.0.224 () {32 vars in 682 bytes} [Tue Apr 28 18:41:38 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2198] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:41:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2199] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:39 2026] DELETE /v2.0/subnets/f3f068b4-f9c8-4713-b47f-21b2943924b4 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2200] 10.0.0.224 () {32 vars in 668 bytes} [Tue Apr 28 18:41:39 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2201] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:41:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:41:39.574 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb181fbd-3d64-43f6-b738-d2266eb873a9 a84e3bff26284cc89fcdea130241a900 f59bb0c9cd4f4546b66971ab1a917442 - - default default] TaaS: Handle Delete Port: 940a26cc-9f3a-4cbc-aa7d-61bc87a93973 2026-04-28 18:41:39.576 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb181fbd-3d64-43f6-b738-d2266eb873a9 a84e3bff26284cc89fcdea130241a900 f59bb0c9cd4f4546b66971ab1a917442 - - default default] Tap Mirror: Handle Delete Port: 940a26cc-9f3a-4cbc-aa7d-61bc87a93973 2026-04-28 18:41:39.784 7 INFO neutron.services.segments.plugin [-] Segment 4329b038-5f8b-4e61-b950-a3951c8242fa resource provider aggregate not found 2026-04-28 18:41:39.791 7 INFO neutron.services.segments.plugin [-] Segment 4329b038-5f8b-4e61-b950-a3951c8242fa resource provider aggregate not found 2026-04-28 18:41:39.815 7 INFO neutron.services.segments.plugin [-] Segment 4329b038-5f8b-4e61-b950-a3951c8242fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4329b038-5f8b-4e61-b950-a3951c8242fa found for delete ", "request_id": "req-3ec3a238-e237-4988-8797-fda94574bd4c"}]} 2026-04-28 18:41:39.820 7 INFO neutron.services.segments.plugin [-] Segment 4329b038-5f8b-4e61-b950-a3951c8242fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4329b038-5f8b-4e61-b950-a3951c8242fa found for delete ", "request_id": "req-967b37f9-9226-44fd-b9da-12e6f7d98b81"}]} [pid: 7|app: 0|req: 1082/2202] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:39 2026] DELETE /v2.0/networks/b4fffbbf-3559-4946-8ba0-6744ddc4f1c3 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2203] 10.0.0.224 () {32 vars in 682 bytes} [Tue Apr 28 18:41:39 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2204] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:41:39 2026] POST /v2.0/security-group-rules => generated 599 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2205] 10.0.0.224 () {32 vars in 678 bytes} [Tue Apr 28 18:41:40 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2206] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:41:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2207] 10.0.0.224 () {32 vars in 690 bytes} [Tue Apr 28 18:41:40 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2208] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:41:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:41:40.526 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b637d8f-3599-4dfa-95ef-4c6a83554fe4 5f8c90bfe80f4a88917daf9c0a666a8d 5987354f2af748119c71e2ae75ca3235 - - default default] TaaS: Handle Delete Port: f33d97bb-db1c-4ac3-973f-b731af793019 2026-04-28 18:41:40.529 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b637d8f-3599-4dfa-95ef-4c6a83554fe4 5f8c90bfe80f4a88917daf9c0a666a8d 5987354f2af748119c71e2ae75ca3235 - - default default] Tap Mirror: Handle Delete Port: f33d97bb-db1c-4ac3-973f-b731af793019 [pid: 7|app: 0|req: 1089/2209] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:41:40 2026] DELETE /v2.0/ports/f33d97bb-db1c-4ac3-973f-b731af793019 => 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: 1090/2210] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:41:40 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: 1091/2211] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:40 2026] GET /v2.0/security-groups?tenant_id=f59bb0c9cd4f4546b66971ab1a917442&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2212] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:41:39 2026] PUT /v2.0/routers/5b63bbc5-bce1-48e0-b852-bd93999d718d/add_router_interface => generated 309 bytes in 1717 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:41:40.939 7 INFO neutron_taas.services.taas.taas_plugin [None req-813bbc3e-d7d3-4b21-a3dd-11d54521f6e4 5f8c90bfe80f4a88917daf9c0a666a8d 5987354f2af748119c71e2ae75ca3235 - - default default] TaaS: Handle Delete Port: 9e15c254-274d-4709-86de-f76089d36231 2026-04-28 18:41:40.942 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-813bbc3e-d7d3-4b21-a3dd-11d54521f6e4 5f8c90bfe80f4a88917daf9c0a666a8d 5987354f2af748119c71e2ae75ca3235 - - default default] Tap Mirror: Handle Delete Port: 9e15c254-274d-4709-86de-f76089d36231 [pid: 8|app: 0|req: 1122/2213] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:41:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2214] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:41:40 2026] DELETE /v2.0/ports/9e15c254-274d-4709-86de-f76089d36231 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2215] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:40 2026] DELETE /v2.0/security-groups/557579ae-36d9-40a6-afa6-e9721cfe5669 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2216] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:41:41 2026] GET /v2.0/ports/d1cdd2a9-1251-4554-adb8-957f040fa944 => generated 955 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:41:41.205 7 INFO neutron_taas.services.taas.taas_plugin [None req-95caf2e7-e0af-4d5a-8f79-31c26a051952 5f8c90bfe80f4a88917daf9c0a666a8d 5987354f2af748119c71e2ae75ca3235 - - default default] TaaS: Handle Delete Port: 8737560e-ceef-4c1d-8e28-8f30ac911bce 2026-04-28 18:41:41.210 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95caf2e7-e0af-4d5a-8f79-31c26a051952 5f8c90bfe80f4a88917daf9c0a666a8d 5987354f2af748119c71e2ae75ca3235 - - default default] Tap Mirror: Handle Delete Port: 8737560e-ceef-4c1d-8e28-8f30ac911bce [pid: 8|app: 0|req: 1124/2217] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:41:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2218] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:41:41 2026] DELETE /v2.0/ports/8737560e-ceef-4c1d-8e28-8f30ac911bce => 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: 1095/2219] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:41 2026] GET /v2.0/security-groups?tenant_id=7fc1578615f5416bb0641a21b20f8a00&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:41:41.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b5a67f2-b315-4961-b69b-e56a7406003f 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] TaaS: Handle Delete Port: d1cdd2a9-1251-4554-adb8-957f040fa944 2026-04-28 18:41:41.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b5a67f2-b315-4961-b69b-e56a7406003f 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Tap Mirror: Handle Delete Port: d1cdd2a9-1251-4554-adb8-957f040fa944 [pid: 7|app: 0|req: 1096/2220] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:41:41 2026] POST /v2.0/security-group-rules => generated 599 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:41:41.759 7 INFO neutron_taas.services.taas.taas_plugin [None req-b019a6ad-7950-43d3-80f3-0607c62d4ac7 5f8c90bfe80f4a88917daf9c0a666a8d 5987354f2af748119c71e2ae75ca3235 - - default default] TaaS: Handle Delete Port: 37843492-0187-4494-b6a8-5311ae8fa034 2026-04-28 18:41:41.762 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b019a6ad-7950-43d3-80f3-0607c62d4ac7 5f8c90bfe80f4a88917daf9c0a666a8d 5987354f2af748119c71e2ae75ca3235 - - default default] Tap Mirror: Handle Delete Port: 37843492-0187-4494-b6a8-5311ae8fa034 [pid: 7|app: 0|req: 1097/2221] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:41:41 2026] DELETE /v2.0/ports/37843492-0187-4494-b6a8-5311ae8fa034 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2222] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:41 2026] DELETE /v2.0/security-groups/9290280a-4362-4a57-a6d6-9719b3da93bc => 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: 1125/2223] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:41:41 2026] PUT /v2.0/routers/5b63bbc5-bce1-48e0-b852-bd93999d718d/remove_router_interface => generated 309 bytes in 859 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2224] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:41:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:41:42.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-20fb933f-4fe2-4742-9973-acf258f77576 5f8c90bfe80f4a88917daf9c0a666a8d 5987354f2af748119c71e2ae75ca3235 - - default default] TaaS: Handle Delete Port: b4072880-3e69-4308-b9a8-3d3cceddee1c 2026-04-28 18:41:42.252 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20fb933f-4fe2-4742-9973-acf258f77576 5f8c90bfe80f4a88917daf9c0a666a8d 5987354f2af748119c71e2ae75ca3235 - - default default] Tap Mirror: Handle Delete Port: b4072880-3e69-4308-b9a8-3d3cceddee1c [pid: 8|app: 0|req: 1126/2225] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:41:42 2026] DELETE /v2.0/ports/b4072880-3e69-4308-b9a8-3d3cceddee1c => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:41:42.495 7 INFO neutron_taas.services.taas.taas_plugin [None req-dcbf25f6-cb48-44af-b002-cd7b3daf523c 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] TaaS: Handle Delete Port: 28248f1f-167a-4118-9eb0-b2a928e4a88b 2026-04-28 18:41:42.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcbf25f6-cb48-44af-b002-cd7b3daf523c 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Tap Mirror: Handle Delete Port: 28248f1f-167a-4118-9eb0-b2a928e4a88b [pid: 8|app: 0|req: 1127/2226] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:41:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:41:42.664 8 INFO neutron.services.segments.plugin [-] Segment 18959cc6-f4a9-4530-b615-8d147424a0ea resource provider aggregate not found 2026-04-28 18:41:42.672 8 INFO neutron.services.segments.plugin [-] Segment 18959cc6-f4a9-4530-b615-8d147424a0ea resource provider aggregate not found 2026-04-28 18:41:42.686 8 INFO neutron.services.segments.plugin [-] Segment 18959cc6-f4a9-4530-b615-8d147424a0ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18959cc6-f4a9-4530-b615-8d147424a0ea found for delete ", "request_id": "req-e9e0da7d-e41a-4a2e-ba47-08d1b511d4a2"}]} [pid: 8|app: 0|req: 1128/2227] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:42 2026] DELETE /v2.0/networks/9c27f9db-5f5b-499b-a79c-8ff6f815f4f4 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:41:42.692 8 INFO neutron.services.segments.plugin [-] Segment 18959cc6-f4a9-4530-b615-8d147424a0ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18959cc6-f4a9-4530-b615-8d147424a0ea found for delete ", "request_id": "req-7d648321-75ea-4616-9b2c-c81df63a6d63"}]} [pid: 8|app: 0|req: 1129/2228] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:42 2026] DELETE /v2.0/networks/6cee196f-1c5a-484a-9f02-1e08b48fea4c => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2229] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:42 2026] DELETE /v2.0/networks/a0af2d98-c855-4490-9886-1a0a520f2293 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2230] 10.0.0.204 () {34 vars in 1096 bytes} [Tue Apr 28 18:41:42 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2089253189&fields=id&tenant_id=316133149c8b4ef98afaf26c0df0b67f => 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: 1100/2231] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:41:42 2026] PUT /v2.0/routers/5b63bbc5-bce1-48e0-b852-bd93999d718d/remove_router_interface => generated 309 bytes in 934 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2232] 10.0.0.204 () {34 vars in 982 bytes} [Tue Apr 28 18:41:43 2026] GET /v2.0/networks?id=8445b3c3-6f61-4315-8869-fe9fc244f627 => generated 704 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2233] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:42 2026] DELETE /v2.0/networks/fec1b414-0faf-47ac-aef7-c3243e5fc223 => 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: 1133/2234] 10.0.0.204 () {34 vars in 965 bytes} [Tue Apr 28 18:41:43 2026] GET /v2.0/quotas/316133149c8b4ef98afaf26c0df0b67f => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2235] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:41:43 2026] GET /v2.0/ports?device_id=5b63bbc5-bce1-48e0-b852-bd93999d718d => 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: 1134/2236] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:43 2026] DELETE /v2.0/networks/d33b86a5-06fa-450a-b1d1-4580a1504a7f => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:41:43.320 7 INFO neutron_taas.services.taas.taas_plugin [None req-19abb261-3f25-418f-8f69-183dc064b989 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] TaaS: Handle Delete Port: 260640df-3cf1-456d-b6cf-ea50ac782c91 2026-04-28 18:41:43.323 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19abb261-3f25-418f-8f69-183dc064b989 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Tap Mirror: Handle Delete Port: 260640df-3cf1-456d-b6cf-ea50ac782c91 [pid: 8|app: 0|req: 1135/2237] 10.0.0.204 () {34 vars in 1002 bytes} [Tue Apr 28 18:41:43 2026] GET /v2.0/ports?tenant_id=316133149c8b4ef98afaf26c0df0b67f&fields=id => generated 241 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2238] 10.0.0.204 () {34 vars in 1008 bytes} [Tue Apr 28 18:41:43 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?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: 1137/2239] 10.0.0.204 () {34 vars in 1108 bytes} [Tue Apr 28 18:41:43 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?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-04-28 18:41:43.711 7 INFO neutron.services.segments.plugin [-] Segment b2625cad-005e-40bb-85b5-ac6418b86574 resource provider aggregate not found 2026-04-28 18:41:43.721 7 INFO neutron.services.segments.plugin [-] Segment b2625cad-005e-40bb-85b5-ac6418b86574 resource provider aggregate not found [pid: 8|app: 0|req: 1138/2240] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:41:43 2026] GET /v2.0/ports?device_id=405efc3e-3e2a-4c84-8490-174c6d20241c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:43.737 7 INFO neutron.services.segments.plugin [-] Segment b2625cad-005e-40bb-85b5-ac6418b86574 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2625cad-005e-40bb-85b5-ac6418b86574 found for delete ", "request_id": "req-a553f821-a95f-4266-8dd0-7b9a8e2227de"}]} 2026-04-28 18:41:43.755 7 INFO neutron.services.segments.plugin [-] Segment b2625cad-005e-40bb-85b5-ac6418b86574 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2625cad-005e-40bb-85b5-ac6418b86574 found for delete ", "request_id": "req-638dcc92-d1e8-4bca-ade5-0a5eb4472e2c"}]} 2026-04-28 18:41:43.758 7 INFO neutron.db.l3_hamode_db [None req-19abb261-3f25-418f-8f69-183dc064b989 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] HA network 7e3ea55b-3f75-45f2-b457-d57bfe14a312 was deleted as no HA routers are present in tenant c1ad3d55ab9e4d77998a1be5a6296e35. [pid: 7|app: 0|req: 1103/2241] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:43 2026] DELETE /v2.0/routers/5b63bbc5-bce1-48e0-b852-bd93999d718d => generated 0 bytes in 624 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2242] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:43 2026] DELETE /v2.0/subnets/8a1fc80e-808b-484d-8b43-263d1a6d606c => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2243] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:43 2026] DELETE /v2.0/subnets/21064a1b-787a-43b3-98d5-570257b18c2b => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2244] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:44 2026] DELETE /v2.0/networks/59ecdf8e-8ff9-44db-9c72-869b8df4f690 => 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: 1141/2245] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:44 2026] DELETE /v2.0/networks/a2b9551f-c076-4587-8c61-915e5fc6ecaf => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2248] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:44 2026] GET /v2.0/security-groups?tenant_id=103cd449208240ba8179c9b1eb329eba&name=default => generated 2926 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:41:44.431 8 INFO neutron.db.segments_db [None req-ddd453f3-3c74-427d-b300-a5855ffd8b85 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Added segment ecd6ce05-3cb1-46d1-bf09-08f442a5d4e6 of type vxlan for network b8d7adee-ff82-4260-9e9d-b88970499da9 [pid: 8|app: 0|req: 1144/2249] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:44 2026] POST /v2.0/networks => generated 610 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2250] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:44 2026] DELETE /v2.0/security-groups/b86befaa-4640-45f7-aec9-3741fefebc4c => 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: 1107/2251] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:44 2026] GET /v2.0/security-groups?tenant_id=5987354f2af748119c71e2ae75ca3235&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:41:44.710 8 INFO neutron.services.segments.plugin [-] Segment 6be35959-e8bc-4545-bcb1-03eb0f5084d1 resource provider aggregate not found 2026-04-28 18:41:44.712 8 INFO neutron.services.segments.plugin [-] Segment 6be35959-e8bc-4545-bcb1-03eb0f5084d1 resource provider aggregate not found 2026-04-28 18:41:44.732 8 INFO neutron.services.segments.plugin [-] Segment 6be35959-e8bc-4545-bcb1-03eb0f5084d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6be35959-e8bc-4545-bcb1-03eb0f5084d1 found for delete ", "request_id": "req-96870844-0b76-44c3-bc0f-cb7e9568a97b"}]} 2026-04-28 18:41:44.739 8 INFO neutron.services.segments.plugin [-] Segment 6be35959-e8bc-4545-bcb1-03eb0f5084d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6be35959-e8bc-4545-bcb1-03eb0f5084d1 found for delete ", "request_id": "req-47785353-7cd9-4430-ba9b-20297c302a1d"}]} 2026-04-28 18:41:44.758 8 INFO neutron.services.segments.plugin [-] Segment c22202c8-26dd-49ca-bb6c-e2477b66434a resource provider aggregate not found 2026-04-28 18:41:44.764 8 INFO neutron.services.segments.plugin [-] Segment c22202c8-26dd-49ca-bb6c-e2477b66434a resource provider aggregate not found 2026-04-28 18:41:44.785 8 INFO neutron.services.segments.plugin [-] Segment c22202c8-26dd-49ca-bb6c-e2477b66434a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c22202c8-26dd-49ca-bb6c-e2477b66434a found for delete ", "request_id": "req-dfc3ecca-b29b-4c03-9f53-6f2160077722"}]} 2026-04-28 18:41:44.789 8 INFO neutron.services.segments.plugin [-] Segment c22202c8-26dd-49ca-bb6c-e2477b66434a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c22202c8-26dd-49ca-bb6c-e2477b66434a found for delete ", "request_id": "req-3e0af915-0142-4686-a7b0-31bd776138b0"}]} 2026-04-28 18:41:44.805 8 INFO neutron.services.segments.plugin [-] Segment ef9fcb9f-220d-4033-9890-aa38b7e33028 resource provider aggregate not found 2026-04-28 18:41:44.809 8 INFO neutron.services.segments.plugin [-] Segment ef9fcb9f-220d-4033-9890-aa38b7e33028 resource provider aggregate not found [pid: 7|app: 0|req: 1108/2252] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:44 2026] DELETE /v2.0/security-groups/31e221c4-b11b-4e97-bf61-9eabbf3819c5 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:44.827 8 INFO neutron.services.segments.plugin [-] Segment ef9fcb9f-220d-4033-9890-aa38b7e33028 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef9fcb9f-220d-4033-9890-aa38b7e33028 found for delete ", "request_id": "req-71f885ec-da5b-49f9-870b-9a29104b6e88"}]} 2026-04-28 18:41:44.832 8 INFO neutron.services.segments.plugin [-] Segment ef9fcb9f-220d-4033-9890-aa38b7e33028 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef9fcb9f-220d-4033-9890-aa38b7e33028 found for delete ", "request_id": "req-321e38e1-c428-4747-b1f3-9b1adac65778"}]} [pid: 8|app: 0|req: 1145/2253] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:44 2026] POST /v2.0/subnets => generated 626 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:41:44.862 8 INFO neutron.services.segments.plugin [-] Segment 27932efe-94d2-481e-a49c-00d3a9ddb8bb resource provider aggregate not found 2026-04-28 18:41:44.866 8 INFO neutron.services.segments.plugin [-] Segment 27932efe-94d2-481e-a49c-00d3a9ddb8bb resource provider aggregate not found 2026-04-28 18:41:44.885 8 INFO neutron.services.segments.plugin [-] Segment 27932efe-94d2-481e-a49c-00d3a9ddb8bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27932efe-94d2-481e-a49c-00d3a9ddb8bb found for delete ", "request_id": "req-2cf59157-40fd-41f4-9712-06f276b8747e"}]} 2026-04-28 18:41:44.891 8 INFO neutron.services.segments.plugin [-] Segment 27932efe-94d2-481e-a49c-00d3a9ddb8bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27932efe-94d2-481e-a49c-00d3a9ddb8bb found for delete ", "request_id": "req-f6cf0887-7dbd-4d87-acbd-51b6f142fb45"}]} 2026-04-28 18:41:44.910 8 INFO neutron.services.segments.plugin [-] Segment dbf10fb2-a087-4009-86bf-231fbb9e89d1 resource provider aggregate not found 2026-04-28 18:41:44.914 8 INFO neutron.services.segments.plugin [-] Segment dbf10fb2-a087-4009-86bf-231fbb9e89d1 resource provider aggregate not found 2026-04-28 18:41:44.918 7 INFO neutron.db.segments_db [None req-f20f68c1-ab39-458e-aaf2-375d4a034846 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Added segment 3ae26798-86a8-4276-9ad2-c6dea82e61f6 of type vxlan for network fee43173-21f0-4397-9251-e94fb1ece9cf 2026-04-28 18:41:44.928 8 INFO neutron.services.segments.plugin [-] Segment dbf10fb2-a087-4009-86bf-231fbb9e89d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbf10fb2-a087-4009-86bf-231fbb9e89d1 found for delete ", "request_id": "req-cf3df7ae-a282-49a2-91c6-49c3d8c7f397"}]} 2026-04-28 18:41:44.937 8 INFO neutron.services.segments.plugin [-] Segment dbf10fb2-a087-4009-86bf-231fbb9e89d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbf10fb2-a087-4009-86bf-231fbb9e89d1 found for delete ", "request_id": "req-f0938c05-931e-4f98-b970-7ba0a8424a68"}]} 2026-04-28 18:41:44.943 8 INFO neutron.services.segments.plugin [-] Segment 962a5ef5-5c55-4ca3-952c-b5254ee55f69 resource provider aggregate not found 2026-04-28 18:41:44.958 8 INFO neutron.services.segments.plugin [-] Segment 962a5ef5-5c55-4ca3-952c-b5254ee55f69 resource provider aggregate not found 2026-04-28 18:41:44.966 8 INFO neutron.services.segments.plugin [-] Segment 962a5ef5-5c55-4ca3-952c-b5254ee55f69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 962a5ef5-5c55-4ca3-952c-b5254ee55f69 found for delete ", "request_id": "req-ff8b4b11-01ac-4290-9ccf-593944a5ef9a"}]} 2026-04-28 18:41:44.977 8 INFO neutron.services.segments.plugin [-] Segment 962a5ef5-5c55-4ca3-952c-b5254ee55f69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 962a5ef5-5c55-4ca3-952c-b5254ee55f69 found for delete ", "request_id": "req-ecae1abb-3184-497a-9bd1-acbf2fee74d4"}]} [pid: 8|app: 0|req: 1146/2254] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:45 2026] GET /v2.0/security-groups?tenant_id=783454f9e3164d7db36ba9116534bf41&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:41:45.213 7 INFO neutron.db.l3_hamode_db [None req-f20f68c1-ab39-458e-aaf2-375d4a034846 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1147/2255] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:45 2026] DELETE /v2.0/security-groups/b493379e-57c0-483e-9955-2af028a465d8 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:45.341 7 INFO neutron.db.l3_hamode_db [None req-f20f68c1-ab39-458e-aaf2-375d4a034846 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:41:45.645 8 INFO neutron.db.segments_db [None req-23c02359-1747-4151-886c-e2bcf86334ee f26bce1c56d843609c347e91f4f7c4da 595947a7c063459cadc6ab535cadf882 - - default default] Added segment d666b145-f538-4fa0-b835-2b156dfe340e of type vxlan for network 5f398240-2fef-44e1-8ed8-7829437abee9 [pid: 8|app: 0|req: 1148/2256] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:45 2026] POST /v2.0/networks => generated 613 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2257] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:44 2026] POST /v2.0/routers => generated 507 bytes in 1021 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2258] 10.0.0.224 () {34 vars in 664 bytes} [Tue Apr 28 18:41:45 2026] POST /v2.0/ports => generated 743 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1110/2259] 10.0.0.224 () {34 vars in 665 bytes} [Tue Apr 28 18:41:45 2026] POST /v2.0/ports => generated 948 bytes in 411 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: 1150/2260] 10.0.0.224 () {34 vars in 666 bytes} [Tue Apr 28 18:41:46 2026] POST /v2.0/trunks => generated 407 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2261] 10.0.0.224 () {34 vars in 749 bytes} [Tue Apr 28 18:41:46 2026] PUT /v2.0/trunks/020ca45d-3cce-48a3-8efd-c81f0a094989/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2262] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:41:46 2026] GET /v2.0/trunks/020ca45d-3cce-48a3-8efd-c81f0a094989/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: 1153/2263] 10.0.0.224 () {34 vars in 760 bytes} [Tue Apr 28 18:41:46 2026] PUT /v2.0/trunks/020ca45d-3cce-48a3-8efd-c81f0a094989/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2264] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:41:46 2026] GET /v2.0/trunks/020ca45d-3cce-48a3-8efd-c81f0a094989/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2265] 10.0.0.224 () {34 vars in 756 bytes} [Tue Apr 28 18:41:46 2026] PUT /v2.0/trunks/020ca45d-3cce-48a3-8efd-c81f0a094989/tags/red => generated 4 bytes in 24 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2266] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:41:46 2026] GET /v2.0/trunks/020ca45d-3cce-48a3-8efd-c81f0a094989/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2267] 10.0.0.224 () {34 vars in 778 bytes} [Tue Apr 28 18:41:46 2026] PUT /v2.0/trunks/020ca45d-3cce-48a3-8efd-c81f0a094989/tags/black.or.white => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2268] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:41:46 2026] GET /v2.0/trunks/020ca45d-3cce-48a3-8efd-c81f0a094989/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2269] 10.0.0.224 () {34 vars in 749 bytes} [Tue Apr 28 18:41:46 2026] PUT /v2.0/trunks/020ca45d-3cce-48a3-8efd-c81f0a094989/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: 1160/2270] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:41:46 2026] GET /v2.0/trunks/020ca45d-3cce-48a3-8efd-c81f0a094989/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2271] 10.0.0.224 () {32 vars in 737 bytes} [Tue Apr 28 18:41:46 2026] GET /v2.0/trunks/020ca45d-3cce-48a3-8efd-c81f0a094989/tags/red => generated 0 bytes in 15 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:46.708 8 INFO neutron.api.v2.resource [None req-d8abcc1e-d920-4b3a-8f99-de8eb284ff6f f26bce1c56d843609c347e91f4f7c4da 595947a7c063459cadc6ab535cadf882 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1162/2272] 10.0.0.224 () {32 vars in 741 bytes} [Tue Apr 28 18:41:46 2026] GET /v2.0/trunks/020ca45d-3cce-48a3-8efd-c81f0a094989/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: 1163/2273] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:46 2026] DELETE /v2.0/trunks/020ca45d-3cce-48a3-8efd-c81f0a094989/tags/red => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2274] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:41:46 2026] GET /v2.0/trunks/020ca45d-3cce-48a3-8efd-c81f0a094989/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:46.848 8 INFO neutron.api.v2.resource [None req-9c0d9c64-84b8-4e6f-9350-f66c0fad7ac6 f26bce1c56d843609c347e91f4f7c4da 595947a7c063459cadc6ab535cadf882 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1165/2275] 10.0.0.224 () {32 vars in 744 bytes} [Tue Apr 28 18:41:46 2026] DELETE /v2.0/trunks/020ca45d-3cce-48a3-8efd-c81f0a094989/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2276] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:41:46 2026] DELETE /v2.0/trunks/020ca45d-3cce-48a3-8efd-c81f0a094989/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2277] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:41:46 2026] GET /v2.0/trunks/020ca45d-3cce-48a3-8efd-c81f0a094989/tags => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2278] 10.0.0.224 () {32 vars in 719 bytes} [Tue Apr 28 18:41:46 2026] GET /v2.0/trunks/020ca45d-3cce-48a3-8efd-c81f0a094989 => generated 407 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2279] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:41:46 2026] GET /v2.0/ports/52ab6991-f885-401f-b833-5534672d1919 => generated 826 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2280] 10.0.0.224 () {32 vars in 722 bytes} [Tue Apr 28 18:41:47 2026] DELETE /v2.0/trunks/020ca45d-3cce-48a3-8efd-c81f0a094989 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:47.286 8 INFO neutron_taas.services.taas.taas_plugin [None req-8dd45f10-b0c2-4861-8db7-d36118c0aec3 f26bce1c56d843609c347e91f4f7c4da 595947a7c063459cadc6ab535cadf882 - - default default] TaaS: Handle Delete Port: 52ab6991-f885-401f-b833-5534672d1919 2026-04-28 18:41:47.290 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dd45f10-b0c2-4861-8db7-d36118c0aec3 f26bce1c56d843609c347e91f4f7c4da 595947a7c063459cadc6ab535cadf882 - - default default] Tap Mirror: Handle Delete Port: 52ab6991-f885-401f-b833-5534672d1919 [pid: 8|app: 0|req: 1171/2281] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:41:47 2026] DELETE /v2.0/ports/52ab6991-f885-401f-b833-5534672d1919 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:41:47.471 8 INFO neutron.services.segments.plugin [-] Segment d666b145-f538-4fa0-b835-2b156dfe340e resource provider aggregate not found 2026-04-28 18:41:47.490 8 INFO neutron.services.segments.plugin [-] Segment d666b145-f538-4fa0-b835-2b156dfe340e resource provider aggregate not found 2026-04-28 18:41:47.492 8 INFO neutron.services.segments.plugin [-] Segment d666b145-f538-4fa0-b835-2b156dfe340e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d666b145-f538-4fa0-b835-2b156dfe340e found for delete ", "request_id": "req-b95695f6-567a-42ae-91be-cc98671ee111"}]} [pid: 8|app: 0|req: 1172/2282] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:47 2026] DELETE /v2.0/networks/5f398240-2fef-44e1-8ed8-7829437abee9 => 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: 1111/2283] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:41:46 2026] PUT /v2.0/routers/95027205-4ceb-45f4-af2b-a298635a0be6/add_router_interface => generated 309 bytes in 1200 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:41:47.511 8 INFO neutron.services.segments.plugin [-] Segment d666b145-f538-4fa0-b835-2b156dfe340e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d666b145-f538-4fa0-b835-2b156dfe340e found for delete ", "request_id": "req-0afba061-4ac8-4f2d-a445-fd07e8570a34"}]} [pid: 8|app: 0|req: 1173/2284] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:41:47 2026] GET /v2.0/ports/13657446-07a1-42fa-b1dc-c788abb414b6 => generated 1022 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:41:47.858 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f674cc1-9110-4e15-818c-27cb14163f1c 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] TaaS: Handle Delete Port: 13657446-07a1-42fa-b1dc-c788abb414b6 2026-04-28 18:41:47.862 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f674cc1-9110-4e15-818c-27cb14163f1c 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Tap Mirror: Handle Delete Port: 13657446-07a1-42fa-b1dc-c788abb414b6 [pid: 8|app: 0|req: 1174/2285] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:41:47 2026] GET /v2.0/networks?id=8445b3c3-6f61-4315-8869-fe9fc244f627 => generated 704 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2286] 199.204.45.49 () {34 vars in 1049 bytes} [Tue Apr 28 18:41:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=316133149c8b4ef98afaf26c0df0b67f => generated 179 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2287] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:41:47 2026] PUT /v2.0/routers/95027205-4ceb-45f4-af2b-a298635a0be6/remove_router_interface => generated 309 bytes in 731 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: 1176/2288] 199.204.45.49 () {38 vars in 954 bytes} [Tue Apr 28 18:41:48 2026] POST /v2.0/ports => generated 1179 bytes in 472 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: 1113/2289] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:48 2026] GET /v2.0/security-groups?tenant_id=15c6d5dd22f94c7f9dc84105c9b793e5&name=default => generated 2929 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:41:48.648 8 INFO neutron.api.v2.resource [None req-9d2ec2e7-33c2-4200-969c-3e96aca1925f 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1177/2290] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:41:48 2026] PUT /v2.0/routers/95027205-4ceb-45f4-af2b-a298635a0be6/remove_router_interface => generated 197 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2291] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:48 2026] DELETE /v2.0/security-groups/72f74030-968a-48d5-89b2-5a3e1b81c789 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2292] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:41:48 2026] GET /v2.0/ports?device_id=95027205-4ceb-45f4-af2b-a298635a0be6 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:48.957 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7219a41-d23e-46cc-b3f7-3b4ff6ef6177 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] TaaS: Handle Delete Port: b168798d-939c-4cea-9808-082308118704 2026-04-28 18:41:48.959 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7219a41-d23e-46cc-b3f7-3b4ff6ef6177 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Tap Mirror: Handle Delete Port: b168798d-939c-4cea-9808-082308118704 [pid: 7|app: 0|req: 1114/2293] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:41:48 2026] PUT /v2.0/ports/13ca90a6-2e6b-40c8-a3ed-0d4038f495b3 => generated 1460 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:41:49.166 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-427eb1ac-d5d5-4ec1-97b4-547dffc803ee'] response: {'name': 'network-changed', 'server_uuid': '405efc3e-3e2a-4c84-8490-174c6d20241c', 'tag': '13ca90a6-2e6b-40c8-a3ed-0d4038f495b3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1115/2294] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:41:49 2026] GET /v2.0/ports?device_id=405efc3e-3e2a-4c84-8490-174c6d20241c => generated 1194 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2295] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:49 2026] GET /v2.0/security-groups?tenant_id=595947a7c063459cadc6ab535cadf882&name=default => generated 2929 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2296] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:41:49 2026] GET /v2.0/security-groups?id=be6656e6-05c0-461f-8ad4-d9c7b44f0b95&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:41:49.311 8 INFO neutron.db.l3_hamode_db [None req-a7219a41-d23e-46cc-b3f7-3b4ff6ef6177 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] HA network fee43173-21f0-4397-9251-e94fb1ece9cf was deleted as no HA routers are present in tenant c1ad3d55ab9e4d77998a1be5a6296e35. [pid: 8|app: 0|req: 1180/2297] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:48 2026] DELETE /v2.0/routers/95027205-4ceb-45f4-af2b-a298635a0be6 => generated 0 bytes in 529 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2298] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:49 2026] DELETE /v2.0/security-groups/9d7c3f28-b25f-4da5-bf7b-176bc4844969 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:49.527 8 INFO neutron.services.segments.plugin [-] Segment 3ae26798-86a8-4276-9ad2-c6dea82e61f6 resource provider aggregate not found 2026-04-28 18:41:49.537 8 INFO neutron.services.segments.plugin [-] Segment 3ae26798-86a8-4276-9ad2-c6dea82e61f6 resource provider aggregate not found [pid: 8|app: 0|req: 1181/2299] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:49 2026] DELETE /v2.0/subnets/8fedbcfd-f84a-4654-8307-05f173d78cb0 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:41:49.552 8 INFO neutron.services.segments.plugin [-] Segment 3ae26798-86a8-4276-9ad2-c6dea82e61f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ae26798-86a8-4276-9ad2-c6dea82e61f6 found for delete ", "request_id": "req-935bb559-fa73-4d21-9b29-934f1c48ccf3"}]} 2026-04-28 18:41:49.559 8 INFO neutron.services.segments.plugin [-] Segment 3ae26798-86a8-4276-9ad2-c6dea82e61f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ae26798-86a8-4276-9ad2-c6dea82e61f6 found for delete ", "request_id": "req-73cbd177-0f1b-41de-adc2-366d8712ecc6"}]} 2026-04-28 18:41:49.667 7 INFO neutron.services.segments.plugin [-] Segment ecd6ce05-3cb1-46d1-bf09-08f442a5d4e6 resource provider aggregate not found 2026-04-28 18:41:49.668 7 INFO neutron.services.segments.plugin [-] Segment ecd6ce05-3cb1-46d1-bf09-08f442a5d4e6 resource provider aggregate not found 2026-04-28 18:41:49.688 7 INFO neutron.services.segments.plugin [-] Segment ecd6ce05-3cb1-46d1-bf09-08f442a5d4e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecd6ce05-3cb1-46d1-bf09-08f442a5d4e6 found for delete ", "request_id": "req-09339833-c168-41a5-ae5d-6fc93424bec0"}]} 2026-04-28 18:41:49.688 7 INFO neutron.services.segments.plugin [-] Segment ecd6ce05-3cb1-46d1-bf09-08f442a5d4e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecd6ce05-3cb1-46d1-bf09-08f442a5d4e6 found for delete ", "request_id": "req-ae46085c-02e9-4c87-b3aa-e99fd46d29d1"}]} [pid: 7|app: 0|req: 1119/2300] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:49 2026] DELETE /v2.0/networks/b8d7adee-ff82-4260-9e9d-b88970499da9 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2301] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:41:49 2026] GET /v2.0/ports?tenant_id=316133149c8b4ef98afaf26c0df0b67f&device_id=405efc3e-3e2a-4c84-8490-174c6d20241c => generated 1463 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:41:49.780 7 INFO neutron.db.segments_db [None req-a2a0df5a-ae77-4590-baa9-5c325706820f 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Added segment 2b9f919c-a01d-41e0-ae1d-78151f812f3b of type vxlan for network acbded97-2592-4cb5-8568-a92422c71ac3 [pid: 8|app: 0|req: 1182/2302] 10.0.0.224 () {34 vars in 678 bytes} [Tue Apr 28 18:41:49 2026] POST /v2.0/qos/policies => generated 359 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2303] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:41:49 2026] POST /v2.0/networks => generated 611 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2304] 199.204.45.49 () {34 vars in 1017 bytes} [Tue Apr 28 18:41:49 2026] GET /v2.0/networks?tenant_id=316133149c8b4ef98afaf26c0df0b67f&shared=False => generated 2375 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2305] 10.0.0.224 () {34 vars in 678 bytes} [Tue Apr 28 18:41:49 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2306] 199.204.45.49 () {34 vars in 929 bytes} [Tue Apr 28 18:41:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2307] 10.0.0.224 () {34 vars in 678 bytes} [Tue Apr 28 18:41:49 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2308] 10.0.0.224 () {34 vars in 678 bytes} [Tue Apr 28 18:41:49 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: 1126/2309] 10.0.0.224 () {34 vars in 678 bytes} [Tue Apr 28 18:41:50 2026] POST /v2.0/qos/policies => generated 359 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2310] 10.0.0.224 () {34 vars in 753 bytes} [Tue Apr 28 18:41:50 2026] PUT /v2.0/policies/683c215f-b55e-4cbd-91cf-066b6f22fdb7/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2311] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:49 2026] POST /v2.0/subnets => generated 626 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2312] 10.0.0.224 () {34 vars in 753 bytes} [Tue Apr 28 18:41:50 2026] PUT /v2.0/policies/c99f2be8-a5db-4530-9e9e-f20a12b63947/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:50.202 8 INFO neutron.db.segments_db [None req-7de23c8d-e80c-42a2-a5f6-9139262054cb 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Added segment 7f57254d-f41f-42cd-9cd3-adf05d21c6d3 of type vxlan for network d5977c85-a774-4585-abcd-fd54440badc5 [pid: 7|app: 0|req: 1129/2313] 10.0.0.224 () {34 vars in 753 bytes} [Tue Apr 28 18:41:50 2026] PUT /v2.0/policies/da54af5f-53d2-451a-a53b-50ffcb2664d4/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: 1130/2314] 10.0.0.224 () {34 vars in 753 bytes} [Tue Apr 28 18:41:50 2026] PUT /v2.0/policies/ec25a724-cb52-4247-a4af-ead01934ce7e/tags => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:50.460 8 INFO neutron.db.l3_hamode_db [None req-7de23c8d-e80c-42a2-a5f6-9139262054cb 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:41:50.584 8 INFO neutron.db.l3_hamode_db [None req-7de23c8d-e80c-42a2-a5f6-9139262054cb 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1131/2315] 10.0.0.224 () {32 vars in 674 bytes} [Tue Apr 28 18:41:50 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2316] 10.0.0.224 () {32 vars in 688 bytes} [Tue Apr 28 18:41:50 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: 7|app: 0|req: 1133/2317] 10.0.0.224 () {32 vars in 684 bytes} [Tue Apr 28 18:41:50 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2318] 10.0.0.224 () {32 vars in 696 bytes} [Tue Apr 28 18:41:50 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2319] 10.0.0.224 () {32 vars in 682 bytes} [Tue Apr 28 18:41:50 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2320] 10.0.0.224 () {32 vars in 696 bytes} [Tue Apr 28 18:41:50 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2321] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:41:51 2026] GET /v2.0/ports?tenant_id=316133149c8b4ef98afaf26c0df0b67f&device_id=405efc3e-3e2a-4c84-8490-174c6d20241c => generated 1463 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2322] 10.0.0.224 () {32 vars in 692 bytes} [Tue Apr 28 18:41:51 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2323] 199.204.45.49 () {34 vars in 1055 bytes} [Tue Apr 28 18:41:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.45&port_id=13ca90a6-2e6b-40c8-a3ed-0d4038f495b3 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2324] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:50 2026] POST /v2.0/routers => generated 507 bytes in 1005 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2325] 199.204.45.49 () {34 vars in 1103 bytes} [Tue Apr 28 18:41:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A37e&port_id=13ca90a6-2e6b-40c8-a3ed-0d4038f495b3 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2326] 10.0.0.224 () {32 vars in 704 bytes} [Tue Apr 28 18:41:51 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2327] 199.204.45.49 () {34 vars in 1063 bytes} [Tue Apr 28 18:41:51 2026] GET /v2.0/subnets?id=6c529176-4b86-4879-88f9-c3623dab9d40&id=dd45b7e7-1f2f-4a01-9ae0-9de662d4e0de => generated 1410 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2328] 10.0.0.224 () {32 vars in 734 bytes} [Tue Apr 28 18:41:51 2026] DELETE /v2.0/qos/policies/683c215f-b55e-4cbd-91cf-066b6f22fdb7 => 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: 1143/2329] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:41:51 2026] GET /v2.0/ports?network_id=8445b3c3-6f61-4315-8869-fe9fc244f627&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2330] 10.0.0.224 () {32 vars in 734 bytes} [Tue Apr 28 18:41:51 2026] DELETE /v2.0/qos/policies/c99f2be8-a5db-4530-9e9e-f20a12b63947 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2331] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:41:51 2026] GET /v2.0/ports?network_id=8445b3c3-6f61-4315-8869-fe9fc244f627&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: 1146/2332] 10.0.0.224 () {32 vars in 734 bytes} [Tue Apr 28 18:41:51 2026] DELETE /v2.0/qos/policies/da54af5f-53d2-451a-a53b-50ffcb2664d4 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2333] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:41:51 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?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: 1148/2334] 10.0.0.224 () {32 vars in 734 bytes} [Tue Apr 28 18:41:51 2026] DELETE /v2.0/qos/policies/ec25a724-cb52-4247-a4af-ead01934ce7e => 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: 1149/2335] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:41:51 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?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: 1150/2336] 10.0.0.224 () {32 vars in 734 bytes} [Tue Apr 28 18:41:51 2026] DELETE /v2.0/qos/policies/f0c87cde-c762-4563-a235-a12d633bef60 => 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: 1187/2337] 10.0.0.224 () {34 vars in 783 bytes} [Tue Apr 28 18:41:51 2026] PUT /v2.0/routers/45e1c75d-4e3c-4bf2-a49f-302f62c07c0c/add_router_interface => generated 309 bytes in 1166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2338] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:41:52 2026] GET /v2.0/ports/1f21c0db-f487-48ab-aae9-5a48168bd041 => generated 955 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2339] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:52 2026] GET /v2.0/security-groups?tenant_id=aa711fa6e13240b8838426b9fac109db&name=default => generated 2929 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:41:52.849 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf49bc4d-45ba-49d9-9636-f1cf3ff0d1f4 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] TaaS: Handle Delete Port: 1f21c0db-f487-48ab-aae9-5a48168bd041 2026-04-28 18:41:52.852 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf49bc4d-45ba-49d9-9636-f1cf3ff0d1f4 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Tap Mirror: Handle Delete Port: 1f21c0db-f487-48ab-aae9-5a48168bd041 [pid: 7|app: 0|req: 1153/2340] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:52 2026] DELETE /v2.0/security-groups/86a9999c-a733-404c-922e-bd5a804ea722 => 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: 1154/2341] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:52 2026] GET /v2.0/security-groups?tenant_id=0b76a7c4026a4f5f8d9f7298a862ba77&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2342] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:53 2026] DELETE /v2.0/security-groups/cfa3c005-4037-4d6b-97fa-f4dfbcf79235 => 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: 1188/2343] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:41:52 2026] PUT /v2.0/routers/45e1c75d-4e3c-4bf2-a49f-302f62c07c0c/remove_router_interface => generated 309 bytes in 901 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2344] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:41:53 2026] GET /v2.0/ports?device_id=45e1c75d-4e3c-4bf2-a49f-302f62c07c0c => 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: 1189/2345] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:53 2026] GET /v2.0/security-groups?tenant_id=390f2baba54d4c82890de9b04a2a3b28&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:41:53.501 7 INFO neutron_taas.services.taas.taas_plugin [None req-5021d0fa-d3da-4ea2-bfab-0d1701503998 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] TaaS: Handle Delete Port: f41c7cc3-2777-4ab4-8ce7-2ac9a99ba37f 2026-04-28 18:41:53.504 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5021d0fa-d3da-4ea2-bfab-0d1701503998 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Tap Mirror: Handle Delete Port: f41c7cc3-2777-4ab4-8ce7-2ac9a99ba37f [pid: 8|app: 0|req: 1190/2346] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:53 2026] DELETE /v2.0/security-groups/45e8fd96-fd1e-4930-a950-351f8da46734 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:41:53.882 7 INFO neutron.services.segments.plugin [-] Segment 7f57254d-f41f-42cd-9cd3-adf05d21c6d3 resource provider aggregate not found 2026-04-28 18:41:53.896 7 INFO neutron.services.segments.plugin [-] Segment 7f57254d-f41f-42cd-9cd3-adf05d21c6d3 resource provider aggregate not found 2026-04-28 18:41:53.904 7 INFO neutron.services.segments.plugin [-] Segment 7f57254d-f41f-42cd-9cd3-adf05d21c6d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f57254d-f41f-42cd-9cd3-adf05d21c6d3 found for delete ", "request_id": "req-5e201e01-3170-4f3f-924a-5173e2dc6c3b"}]} 2026-04-28 18:41:53.917 7 INFO neutron.services.segments.plugin [-] Segment 7f57254d-f41f-42cd-9cd3-adf05d21c6d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f57254d-f41f-42cd-9cd3-adf05d21c6d3 found for delete ", "request_id": "req-a751484f-d179-4e20-93f1-b491d610876e"}]} 2026-04-28 18:41:53.925 7 INFO neutron.db.l3_hamode_db [None req-5021d0fa-d3da-4ea2-bfab-0d1701503998 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] HA network d5977c85-a774-4585-abcd-fd54440badc5 was deleted as no HA routers are present in tenant c1ad3d55ab9e4d77998a1be5a6296e35. [pid: 7|app: 0|req: 1157/2347] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:53 2026] DELETE /v2.0/routers/45e1c75d-4e3c-4bf2-a49f-302f62c07c0c => 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: 1191/2348] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:53 2026] DELETE /v2.0/subnets/d067b0c2-22bd-4745-ae20-4a4dc37ab669 => 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: 1158/2349] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:41:54 2026] DELETE /v2.0/networks/acbded97-2592-4cb5-8568-a92422c71ac3 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:41:54.245 8 INFO neutron.db.segments_db [None req-80930edc-5dcc-485c-bcb3-e25d41205fe7 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Added segment 694ff5f1-f653-4f6d-a522-afa750d793a5 of type vxlan for network ed53edd0-ced3-4768-9fab-86fdc747863e [pid: 7|app: 0|req: 1159/2350] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:41:54 2026] GET /v2.0/ports?device_id=405efc3e-3e2a-4c84-8490-174c6d20241c => generated 1194 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:41:54.470 8 INFO neutron.db.l3_hamode_db [None req-80930edc-5dcc-485c-bcb3-e25d41205fe7 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1160/2351] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:41:54 2026] GET /v2.0/security-groups?id=be6656e6-05c0-461f-8ad4-d9c7b44f0b95&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:41:55.257 8 INFO neutron.db.l3_hamode_db [None req-80930edc-5dcc-485c-bcb3-e25d41205fe7 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:41:55.929 7 INFO neutron.services.segments.plugin [-] Segment 2b9f919c-a01d-41e0-ae1d-78151f812f3b resource provider aggregate not found 2026-04-28 18:41:55.939 7 INFO neutron.services.segments.plugin [-] Segment 2b9f919c-a01d-41e0-ae1d-78151f812f3b resource provider aggregate not found 2026-04-28 18:41:55.953 7 INFO neutron.services.segments.plugin [-] Segment 2b9f919c-a01d-41e0-ae1d-78151f812f3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b9f919c-a01d-41e0-ae1d-78151f812f3b found for delete ", "request_id": "req-b40a62b1-4f97-4cf1-a0ac-d414effdf49b"}]} 2026-04-28 18:41:55.956 7 INFO neutron.services.segments.plugin [-] Segment 2b9f919c-a01d-41e0-ae1d-78151f812f3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b9f919c-a01d-41e0-ae1d-78151f812f3b found for delete ", "request_id": "req-4a021278-6511-4387-87c9-b0ece5f20435"}]} [pid: 8|app: 0|req: 1192/2352] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:41:54 2026] POST /v2.0/routers => generated 687 bytes in 2025 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2353] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:41:56 2026] GET /v2.0/routers/e331b73a-30e5-416b-86f0-d0a10bd25af1 => generated 693 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2354] 10.0.0.224 () {32 vars in 647 bytes} [Tue Apr 28 18:41:56 2026] GET /v2.0/routers => generated 696 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2355] 10.0.0.224 () {34 vars in 741 bytes} [Tue Apr 28 18:41:56 2026] PUT /v2.0/routers/e331b73a-30e5-416b-86f0-d0a10bd25af1 => generated 700 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2356] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:41:56 2026] GET /v2.0/routers/e331b73a-30e5-416b-86f0-d0a10bd25af1 => generated 700 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2357] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:41:56 2026] GET /v2.0/ports?device_id=e331b73a-30e5-416b-86f0-d0a10bd25af1 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:57.216 8 INFO neutron_taas.services.taas.taas_plugin [None req-325c1d15-2a5c-42bf-a8e3-6a97cbb30076 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] TaaS: Handle Delete Port: f265e7ba-91d4-48bb-b534-b50337dbe53b 2026-04-28 18:41:57.220 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-325c1d15-2a5c-42bf-a8e3-6a97cbb30076 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Tap Mirror: Handle Delete Port: f265e7ba-91d4-48bb-b534-b50337dbe53b 2026-04-28 18:41:57.516 8 INFO neutron_taas.services.taas.taas_plugin [None req-325c1d15-2a5c-42bf-a8e3-6a97cbb30076 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] TaaS: Handle Delete Port: dfe0c8a9-94b1-4304-ae42-f6a5f546750b 2026-04-28 18:41:57.520 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-325c1d15-2a5c-42bf-a8e3-6a97cbb30076 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] Tap Mirror: Handle Delete Port: dfe0c8a9-94b1-4304-ae42-f6a5f546750b 2026-04-28 18:41:57.906 8 INFO neutron.services.segments.plugin [-] Segment 694ff5f1-f653-4f6d-a522-afa750d793a5 resource provider aggregate not found 2026-04-28 18:41:57.916 8 INFO neutron.services.segments.plugin [-] Segment 694ff5f1-f653-4f6d-a522-afa750d793a5 resource provider aggregate not found 2026-04-28 18:41:57.935 8 INFO neutron.services.segments.plugin [-] Segment 694ff5f1-f653-4f6d-a522-afa750d793a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 694ff5f1-f653-4f6d-a522-afa750d793a5 found for delete ", "request_id": "req-19c3a553-e1ff-487d-9f61-9c08ccf2e80f"}]} 2026-04-28 18:41:57.943 8 INFO neutron.services.segments.plugin [-] Segment 694ff5f1-f653-4f6d-a522-afa750d793a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 694ff5f1-f653-4f6d-a522-afa750d793a5 found for delete ", "request_id": "req-c4a0cf9b-7ea6-4549-a62c-87c97835d297"}]} 2026-04-28 18:41:57.960 8 INFO neutron.db.l3_hamode_db [None req-325c1d15-2a5c-42bf-a8e3-6a97cbb30076 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] HA network ed53edd0-ced3-4768-9fab-86fdc747863e was deleted as no HA routers are present in tenant c1ad3d55ab9e4d77998a1be5a6296e35. [pid: 8|app: 0|req: 1195/2358] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:56 2026] DELETE /v2.0/routers/e331b73a-30e5-416b-86f0-d0a10bd25af1 => generated 0 bytes in 975 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2359] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:41:57 2026] GET /v2.0/ports?device_id=e331b73a-30e5-416b-86f0-d0a10bd25af1 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:58.029 8 INFO neutron.api.v2.resource [None req-fee22fc7-288e-438f-8fa3-6e84e35debc8 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1197/2360] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:58 2026] DELETE /v2.0/routers/e331b73a-30e5-416b-86f0-d0a10bd25af1 => 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: 1198/2361] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:41:58 2026] GET /v2.0/ports?device_id=45e1c75d-4e3c-4bf2-a49f-302f62c07c0c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:58.074 8 INFO neutron.api.v2.resource [None req-0c6e1531-903d-44ea-b0fb-0e0d5a424ab4 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1199/2362] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:58 2026] DELETE /v2.0/routers/45e1c75d-4e3c-4bf2-a49f-302f62c07c0c => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:41:58.095 8 INFO neutron.pecan_wsgi.hooks.translation [None req-68f2bdf1-e5ef-4267-8f34-4961ac8833b5 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1200/2363] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:58 2026] DELETE /v2.0/subnets/d067b0c2-22bd-4745-ae20-4a4dc37ab669 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2364] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:41:58 2026] GET /v2.0/ports?device_id=95027205-4ceb-45f4-af2b-a298635a0be6 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:58.151 8 INFO neutron.api.v2.resource [None req-b70d4a87-2aa3-4a06-bfe6-d13e20c88c50 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1202/2365] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:58 2026] DELETE /v2.0/routers/95027205-4ceb-45f4-af2b-a298635a0be6 => generated 135 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:41:58.177 8 INFO neutron.pecan_wsgi.hooks.translation [None req-94c4134b-7570-4b61-b03a-0a4b5ec72d3b 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1203/2366] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:58 2026] DELETE /v2.0/subnets/8fedbcfd-f84a-4654-8307-05f173d78cb0 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:41:58.199 7 INFO neutron.db.segments_db [None req-aacb4c64-46f5-4727-a45d-1e84f47d4355 fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] Added segment 475bbd20-cbf5-44c1-b625-168fb2f530da of type vxlan for network 30ebad6b-0044-4173-83f0-e9b44f3e5bf3 [pid: 8|app: 0|req: 1204/2367] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:41:58 2026] GET /v2.0/ports?device_id=5b63bbc5-bce1-48e0-b852-bd93999d718d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:41:58.229 8 INFO neutron.api.v2.resource [None req-f2227c66-d6f8-42ba-b0bb-b93d46ed1639 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1205/2368] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:58 2026] DELETE /v2.0/routers/5b63bbc5-bce1-48e0-b852-bd93999d718d => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:41:58.251 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1469cb0-cbc2-469a-97a3-0a136947dd82 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1206/2369] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:58 2026] DELETE /v2.0/subnets/8a1fc80e-808b-484d-8b43-263d1a6d606c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:41:58.276 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a70f8158-8260-40fd-b841-1ce31a6801c4 237570e4a213423ea363c27cb09eb918 c1ad3d55ab9e4d77998a1be5a6296e35 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1207/2370] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:41:58 2026] DELETE /v2.0/subnets/21064a1b-787a-43b3-98d5-570257b18c2b => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:41:58.476 7 INFO neutron.db.l3_hamode_db [None req-aacb4c64-46f5-4727-a45d-1e84f47d4355 fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:41:58.629 7 INFO neutron.db.l3_hamode_db [None req-aacb4c64-46f5-4727-a45d-1e84f47d4355 fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1208/2371] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:41:58 2026] GET /v2.0/security-groups?tenant_id=c1ad3d55ab9e4d77998a1be5a6296e35&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: 1209/2372] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:41:58 2026] DELETE /v2.0/security-groups/89b9e196-bdec-4b88-b6f4-f379f4fcda8e => 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: 1164/2373] 10.0.0.224 () {34 vars in 668 bytes} [Tue Apr 28 18:41:57 2026] POST /v2.0/routers => generated 474 bytes in 1359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:41:59.314 8 INFO neutron.db.l3_hamode_db [None req-9a89f76b-027d-4531-a3f5-408deacae911 fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:41:59.453 8 INFO neutron.db.l3_hamode_db [None req-9a89f76b-027d-4531-a3f5-408deacae911 fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1167/2376] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:41:59 2026] GET /v2.0/ports?device_id=405efc3e-3e2a-4c84-8490-174c6d20241c => generated 1196 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2377] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:41:59 2026] GET /v2.0/security-groups?id=be6656e6-05c0-461f-8ad4-d9c7b44f0b95&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: 1169/2378] 10.0.0.224 () {32 vars in 818 bytes} [Tue Apr 28 18:41:59 2026] GET /v2.0/ports?network_id=8445b3c3-6f61-4315-8869-fe9fc244f627&mac_address=fa%3A16%3A3e%3A20%3A28%3A5d => generated 1196 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2379] 10.0.0.224 () {34 vars in 668 bytes} [Tue Apr 28 18:41:59 2026] POST /v2.0/routers => generated 474 bytes in 786 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:42:00.098 8 INFO neutron.db.l3_hamode_db [None req-5a8a6f91-3f1d-41b4-ac37-a8b2288be052 fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:42:00.217 8 INFO neutron.db.l3_hamode_db [None req-5a8a6f91-3f1d-41b4-ac37-a8b2288be052 fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:42:00.519 7 INFO neutron.db.l3_db [None req-e373ef26-0c1d-4a5f-8e1d-3455b9ae651c 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Floating IP 8d9bd179-15ed-4308-944f-eded3ef4e59c associated. External IP: 10.96.250.209, port: 13ca90a6-2e6b-40c8-a3ed-0d4038f495b3. [pid: 7|app: 0|req: 1170/2380] 10.0.0.224 () {34 vars in 677 bytes} [Tue Apr 28 18:41:59 2026] POST /v2.0/floatingips => generated 854 bytes in 1038 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2381] 10.0.0.224 () {34 vars in 668 bytes} [Tue Apr 28 18:42:00 2026] POST /v2.0/routers => generated 474 bytes in 780 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:42:00.872 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4730e796-afc6-4469-9419-908f14dcde3f'] response: {'name': 'network-changed', 'server_uuid': '405efc3e-3e2a-4c84-8490-174c6d20241c', 'tag': '13ca90a6-2e6b-40c8-a3ed-0d4038f495b3', 'status': 'completed', 'code': 200} 2026-04-28 18:42:00.897 7 INFO neutron.db.l3_hamode_db [None req-0d99cb54-6cbd-4213-9800-5491fa6d31d2 fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1212/2382] 10.0.0.204 () {34 vars in 1096 bytes} [Tue Apr 28 18:42:00 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2089253189&fields=id&tenant_id=316133149c8b4ef98afaf26c0df0b67f => 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: 1213/2383] 10.0.0.204 () {34 vars in 982 bytes} [Tue Apr 28 18:42:00 2026] GET /v2.0/networks?id=4a42b326-fdea-46a4-b4bc-3999a79a7515 => generated 704 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:42:01.015 7 INFO neutron.db.l3_hamode_db [None req-0d99cb54-6cbd-4213-9800-5491fa6d31d2 fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1214/2384] 10.0.0.224 () {34 vars in 684 bytes} [Tue Apr 28 18:42:01 2026] POST /v2.0/security-groups => generated 1625 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2385] 10.0.0.204 () {34 vars in 965 bytes} [Tue Apr 28 18:42:01 2026] GET /v2.0/quotas/316133149c8b4ef98afaf26c0df0b67f => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2386] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:42:01 2026] GET /v2.0/ports?tenant_id=316133149c8b4ef98afaf26c0df0b67f&device_id=405efc3e-3e2a-4c84-8490-174c6d20241c => generated 1465 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2387] 10.0.0.224 () {32 vars in 663 bytes} [Tue Apr 28 18:42:01 2026] GET /v2.0/security-groups => generated 4534 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2388] 10.0.0.204 () {34 vars in 1002 bytes} [Tue Apr 28 18:42:01 2026] GET /v2.0/ports?tenant_id=316133149c8b4ef98afaf26c0df0b67f&fields=id => generated 333 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2389] 10.0.0.224 () {34 vars in 668 bytes} [Tue Apr 28 18:42:00 2026] POST /v2.0/routers => generated 474 bytes in 766 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2390] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:42:01 2026] GET /v2.0/networks?id=8445b3c3-6f61-4315-8869-fe9fc244f627 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2391] 10.0.0.224 () {34 vars in 758 bytes} [Tue Apr 28 18:42:01 2026] PUT /v2.0/security-groups/2550c195-b169-4225-9856-c1a3ef398790 => generated 1665 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:42:01.681 8 INFO neutron.db.l3_hamode_db [None req-bb8440e8-c2b0-41e3-b26b-aae236556e34 fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1173/2392] 10.0.0.204 () {34 vars in 1008 bytes} [Tue Apr 28 18:42:01 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515?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: 1174/2393] 199.204.45.49 () {34 vars in 1055 bytes} [Tue Apr 28 18:42:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.45&port_id=13ca90a6-2e6b-40c8-a3ed-0d4038f495b3 => generated 857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2394] 10.0.0.224 () {32 vars in 737 bytes} [Tue Apr 28 18:42:01 2026] GET /v2.0/security-groups/2550c195-b169-4225-9856-c1a3ef398790 => generated 1665 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2395] 10.0.0.204 () {34 vars in 1108 bytes} [Tue Apr 28 18:42:01 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:42:01.815 8 INFO neutron.db.l3_hamode_db [None req-bb8440e8-c2b0-41e3-b26b-aae236556e34 fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1177/2396] 199.204.45.49 () {34 vars in 1103 bytes} [Tue Apr 28 18:42:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A37e&port_id=13ca90a6-2e6b-40c8-a3ed-0d4038f495b3 => 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: 1178/2397] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:01 2026] DELETE /v2.0/security-groups/2550c195-b169-4225-9856-c1a3ef398790 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2398] 199.204.45.49 () {34 vars in 1063 bytes} [Tue Apr 28 18:42:01 2026] GET /v2.0/subnets?id=6c529176-4b86-4879-88f9-c3623dab9d40&id=dd45b7e7-1f2f-4a01-9ae0-9de662d4e0de => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2399] 10.0.0.224 () {32 vars in 663 bytes} [Tue Apr 28 18:42:01 2026] GET /v2.0/security-groups => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2400] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:42:01 2026] GET /v2.0/ports?device_id=208401f5-cc58-4afd-93c9-c896deaa3771 => 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: 1182/2401] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:42:01 2026] GET /v2.0/ports?network_id=8445b3c3-6f61-4315-8869-fe9fc244f627&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:42:02.041 7 INFO neutron.api.v2.resource [None req-05dce349-e2ef-4eb1-8d1b-f30fda659c05 d221b4e5e37845108e9dc16575bd719d b4e2b9708cde4edfa702b9459d5d4536 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1183/2402] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:02 2026] DELETE /v2.0/security-groups/2550c195-b169-4225-9856-c1a3ef398790 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2403] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:42:02 2026] GET /v2.0/ports?network_id=8445b3c3-6f61-4315-8869-fe9fc244f627&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2404] 10.0.0.224 () {34 vars in 684 bytes} [Tue Apr 28 18:42:02 2026] POST /v2.0/security-groups => generated 1627 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2405] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:42:02 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2406] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:42:02 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) [pid: 7|app: 0|req: 1188/2407] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:42:02 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?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: 1189/2408] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:42:02 2026] GET /v2.0/security-group-rules/aab6f51d-bfd0-43ba-b249-79be319703fd => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2409] 10.0.0.224 () {34 vars in 668 bytes} [Tue Apr 28 18:42:01 2026] POST /v2.0/routers => generated 474 bytes in 862 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2410] 10.0.0.224 () {32 vars in 673 bytes} [Tue Apr 28 18:42:02 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2411] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:42:02 2026] DELETE /v2.0/security-group-rules/aab6f51d-bfd0-43ba-b249-79be319703fd => 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: 1221/2412] 10.0.0.224 () {34 vars in 751 bytes} [Tue Apr 28 18:42:02 2026] PUT /v2.0/routers/47b07ba7-a0e8-413e-ad53-a0fef3422e1c/tags => generated 17 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2413] 10.0.0.224 () {32 vars in 673 bytes} [Tue Apr 28 18:42:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2414] 10.0.0.224 () {34 vars in 751 bytes} [Tue Apr 28 18:42:02 2026] PUT /v2.0/routers/8f5fc527-70c5-4014-be86-8d0704c10970/tags => generated 25 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2415] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:42:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2416] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:42:02 2026] GET /v2.0/security-group-rules/2ac74954-bb0f-46c8-b754-3ea76ac9bec6 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2417] 10.0.0.224 () {32 vars in 673 bytes} [Tue Apr 28 18:42:02 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2418] 10.0.0.224 () {34 vars in 751 bytes} [Tue Apr 28 18:42:02 2026] PUT /v2.0/routers/88ddc74b-7106-4a9b-8422-93d40e1f00a6/tags => generated 34 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2419] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:42:02 2026] DELETE /v2.0/security-group-rules/2ac74954-bb0f-46c8-b754-3ea76ac9bec6 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2420] 10.0.0.224 () {32 vars in 673 bytes} [Tue Apr 28 18:42:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2421] 10.0.0.224 () {34 vars in 751 bytes} [Tue Apr 28 18:42:02 2026] PUT /v2.0/routers/f866e652-3660-4ff9-9047-af156e4ec36c/tags => generated 19 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:42:03.018 7 INFO neutron.db.securitygroups_db [None req-ff4e8e21-b204-4e00-b550-21b73ffb98b6 d221b4e5e37845108e9dc16575bd719d b4e2b9708cde4edfa702b9459d5d4536 - - default default] Project b4e2b9708cde4edfa702b9459d5d4536 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: 1225/2422] 10.0.0.224 () {32 vars in 664 bytes} [Tue Apr 28 18:42:02 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2423] 10.0.0.224 () {34 vars in 695 bytes} [Tue Apr 28 18:42:02 2026] POST /v2.0/security-group-rules => generated 607 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2424] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:42:03 2026] GET /v2.0/security-group-rules/58fb8b34-640d-4f98-bffa-d80a6cef288a => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2425] 10.0.0.224 () {32 vars in 678 bytes} [Tue Apr 28 18:42:03 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2426] 10.0.0.224 () {32 vars in 673 bytes} [Tue Apr 28 18:42:03 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2427] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:42:03 2026] DELETE /v2.0/security-group-rules/58fb8b34-640d-4f98-bffa-d80a6cef288a => 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: 1227/2428] 10.0.0.224 () {32 vars in 674 bytes} [Tue Apr 28 18:42:03 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2429] 10.0.0.224 () {32 vars in 673 bytes} [Tue Apr 28 18:42:03 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2430] 10.0.0.224 () {32 vars in 686 bytes} [Tue Apr 28 18:42:03 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2431] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:03 2026] DELETE /v2.0/security-groups/7afc4866-3ee2-4614-8665-397667c64cd8 => 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: 1229/2432] 10.0.0.224 () {32 vars in 672 bytes} [Tue Apr 28 18:42:03 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2433] 10.0.0.224 () {32 vars in 663 bytes} [Tue Apr 28 18:42:03 2026] GET /v2.0/security-groups => generated 2929 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2434] 10.0.0.224 () {32 vars in 663 bytes} [Tue Apr 28 18:42:03 2026] GET /v2.0/security-groups => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2435] 10.0.0.224 () {32 vars in 686 bytes} [Tue Apr 28 18:42:03 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 730 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2436] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:42:04 2026] GET /v2.0/security-groups?tenant_id=b4e2b9708cde4edfa702b9459d5d4536&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2437] 10.0.0.224 () {32 vars in 682 bytes} [Tue Apr 28 18:42:04 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2438] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:04 2026] DELETE /v2.0/security-groups/ac09aaf5-0958-48a4-b1f0-14d27eacf74f => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2439] 10.0.0.224 () {32 vars in 694 bytes} [Tue Apr 28 18:42:04 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2440] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:42:04 2026] GET /v2.0/routers/47b07ba7-a0e8-413e-ad53-a0fef3422e1c => generated 485 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2441] 10.0.0.224 () {34 vars in 742 bytes} [Tue Apr 28 18:42:04 2026] PUT /v2.0/routers/47b07ba7-a0e8-413e-ad53-a0fef3422e1c => generated 485 bytes in 548 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2442] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:42:04 2026] GET /v2.0/ports?device_id=47b07ba7-a0e8-413e-ad53-a0fef3422e1c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:42:05.132 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e2f31cf-d531-4a2a-b7f5-b939dad75ae6 fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] TaaS: Handle Delete Port: a45f7b75-00f5-4058-8a88-f2d6cefdbb69 2026-04-28 18:42:05.135 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e2f31cf-d531-4a2a-b7f5-b939dad75ae6 fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] Tap Mirror: Handle Delete Port: a45f7b75-00f5-4058-8a88-f2d6cefdbb69 [pid: 8|app: 0|req: 1234/2443] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:42:04 2026] DELETE /v2.0/routers/47b07ba7-a0e8-413e-ad53-a0fef3422e1c => generated 0 bytes in 404 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2444] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:42:05 2026] GET /v2.0/routers/8f5fc527-70c5-4014-be86-8d0704c10970 => generated 493 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2445] 10.0.0.224 () {34 vars in 742 bytes} [Tue Apr 28 18:42:05 2026] PUT /v2.0/routers/8f5fc527-70c5-4014-be86-8d0704c10970 => generated 493 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2446] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:42:05 2026] GET /v2.0/ports?device_id=8f5fc527-70c5-4014-be86-8d0704c10970 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:42:06.177 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8e2107f-3d95-4855-8c41-804ad472c12e fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] TaaS: Handle Delete Port: 967d103d-dace-4b7f-8f73-ba715e12cb25 2026-04-28 18:42:06.180 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8e2107f-3d95-4855-8c41-804ad472c12e fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] Tap Mirror: Handle Delete Port: 967d103d-dace-4b7f-8f73-ba715e12cb25 [pid: 7|app: 0|req: 1212/2447] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:42:06 2026] GET /v2.0/networks?id=4a42b326-fdea-46a4-b4bc-3999a79a7515 => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2448] 199.204.45.49 () {34 vars in 1049 bytes} [Tue Apr 28 18:42:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=316133149c8b4ef98afaf26c0df0b67f => generated 179 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2449] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:42:05 2026] DELETE /v2.0/routers/8f5fc527-70c5-4014-be86-8d0704c10970 => generated 0 bytes in 410 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2450] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:42:06 2026] GET /v2.0/routers/88ddc74b-7106-4a9b-8422-93d40e1f00a6 => generated 502 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2451] 199.204.45.49 () {38 vars in 954 bytes} [Tue Apr 28 18:42:06 2026] POST /v2.0/ports => generated 1183 bytes in 469 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: 1238/2452] 10.0.0.224 () {34 vars in 742 bytes} [Tue Apr 28 18:42:06 2026] PUT /v2.0/routers/88ddc74b-7106-4a9b-8422-93d40e1f00a6 => generated 502 bytes in 562 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2453] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:42:07 2026] GET /v2.0/ports?device_id=88ddc74b-7106-4a9b-8422-93d40e1f00a6 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2454] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:42:07 2026] GET /v2.0/ports?device_id=208401f5-cc58-4afd-93c9-c896deaa3771 => generated 1198 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2455] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:42:06 2026] PUT /v2.0/ports/afd54dbe-47ad-44a4-8b65-6a1b84dda715 => generated 1464 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, ' [pid: 7|app: 0|req: 1216/2456] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:42:07 2026] GET /v2.0/security-groups?id=be6656e6-05c0-461f-8ad4-d9c7b44f0b95&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:42:07.306 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f8dd05c-5ae4-4495-9780-456d10f7bb48'] response: {'name': 'network-changed', 'server_uuid': '208401f5-cc58-4afd-93c9-c896deaa3771', 'tag': 'afd54dbe-47ad-44a4-8b65-6a1b84dda715', 'status': 'completed', 'code': 200} 2026-04-28 18:42:07.338 8 INFO neutron_taas.services.taas.taas_plugin [None req-62b18f18-cdba-46fd-abdd-a9d743ed3627 fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] TaaS: Handle Delete Port: 6347eb71-2cee-41a6-84a7-53cba3056fb0 2026-04-28 18:42:07.340 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62b18f18-cdba-46fd-abdd-a9d743ed3627 fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] Tap Mirror: Handle Delete Port: 6347eb71-2cee-41a6-84a7-53cba3056fb0 [pid: 8|app: 0|req: 1241/2457] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:42:07 2026] DELETE /v2.0/routers/88ddc74b-7106-4a9b-8422-93d40e1f00a6 => generated 0 bytes in 426 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2458] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:42:07 2026] GET /v2.0/routers/f866e652-3660-4ff9-9047-af156e4ec36c => generated 487 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2459] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:42:07 2026] GET /v2.0/ports?tenant_id=316133149c8b4ef98afaf26c0df0b67f&device_id=208401f5-cc58-4afd-93c9-c896deaa3771 => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2460] 199.204.45.49 () {34 vars in 1017 bytes} [Tue Apr 28 18:42:07 2026] GET /v2.0/networks?tenant_id=316133149c8b4ef98afaf26c0df0b67f&shared=False => generated 2375 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2461] 199.204.45.49 () {34 vars in 929 bytes} [Tue Apr 28 18:42:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2462] 10.0.0.224 () {34 vars in 742 bytes} [Tue Apr 28 18:42:07 2026] PUT /v2.0/routers/f866e652-3660-4ff9-9047-af156e4ec36c => generated 487 bytes in 611 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2463] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:42:08 2026] GET /v2.0/ports?device_id=f866e652-3660-4ff9-9047-af156e4ec36c => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:42:08.466 8 INFO neutron_taas.services.taas.taas_plugin [None req-752e9384-2a5a-4f3c-8d05-435fa1f4b09b fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] TaaS: Handle Delete Port: 917af04d-2827-4705-a165-18317dbf3a64 2026-04-28 18:42:08.469 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-752e9384-2a5a-4f3c-8d05-435fa1f4b09b fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] Tap Mirror: Handle Delete Port: 917af04d-2827-4705-a165-18317dbf3a64 [pid: 8|app: 0|req: 1243/2464] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:42:08 2026] DELETE /v2.0/routers/f866e652-3660-4ff9-9047-af156e4ec36c => generated 0 bytes in 378 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2465] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:42:08 2026] GET /v2.0/routers/23cd7d53-4c92-4acd-9e7b-5f7edcd50a02 => generated 480 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2466] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:42:09 2026] GET /v2.0/ports?tenant_id=316133149c8b4ef98afaf26c0df0b67f&device_id=208401f5-cc58-4afd-93c9-c896deaa3771 => generated 1467 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2467] 199.204.45.49 () {34 vars in 1055 bytes} [Tue Apr 28 18:42:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.70&port_id=afd54dbe-47ad-44a4-8b65-6a1b84dda715 => 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: 1225/2468] 199.204.45.49 () {34 vars in 1105 bytes} [Tue Apr 28 18:42:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A22c&port_id=afd54dbe-47ad-44a4-8b65-6a1b84dda715 => 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: 1226/2469] 199.204.45.49 () {34 vars in 1063 bytes} [Tue Apr 28 18:42:09 2026] GET /v2.0/subnets?id=d4c299a5-4146-406a-b997-e9f7b3741eeb&id=2739e5f5-1bd3-4437-ba57-997f934fa71e => generated 1414 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2470] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:42:09 2026] GET /v2.0/ports?network_id=4a42b326-fdea-46a4-b4bc-3999a79a7515&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2471] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:42:09 2026] GET /v2.0/ports?network_id=4a42b326-fdea-46a4-b4bc-3999a79a7515&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2472] 10.0.0.224 () {34 vars in 742 bytes} [Tue Apr 28 18:42:08 2026] PUT /v2.0/routers/23cd7d53-4c92-4acd-9e7b-5f7edcd50a02 => generated 480 bytes in 555 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2473] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:42:09 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2474] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:42:09 2026] GET /v2.0/ports?device_id=23cd7d53-4c92-4acd-9e7b-5f7edcd50a02 => 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: 1230/2475] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:42:09 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515?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-04-28 18:42:09.508 8 INFO neutron_taas.services.taas.taas_plugin [None req-95033ee4-87f8-4e84-af26-ba64ebfa2bbd fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] TaaS: Handle Delete Port: 4448af2c-9c4a-4318-8cb5-7244c4ceaa1e 2026-04-28 18:42:09.510 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95033ee4-87f8-4e84-af26-ba64ebfa2bbd fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] Tap Mirror: Handle Delete Port: 4448af2c-9c4a-4318-8cb5-7244c4ceaa1e 2026-04-28 18:42:09.884 8 INFO neutron.services.segments.plugin [-] Segment 475bbd20-cbf5-44c1-b625-168fb2f530da resource provider aggregate not found 2026-04-28 18:42:09.895 8 INFO neutron.services.segments.plugin [-] Segment 475bbd20-cbf5-44c1-b625-168fb2f530da resource provider aggregate not found 2026-04-28 18:42:09.910 8 INFO neutron.services.segments.plugin [-] Segment 475bbd20-cbf5-44c1-b625-168fb2f530da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 475bbd20-cbf5-44c1-b625-168fb2f530da found for delete ", "request_id": "req-8e81ecd8-bb5a-4058-9a73-c41209531035"}]} 2026-04-28 18:42:09.919 8 INFO neutron.services.segments.plugin [-] Segment 475bbd20-cbf5-44c1-b625-168fb2f530da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 475bbd20-cbf5-44c1-b625-168fb2f530da found for delete ", "request_id": "req-870e0278-5974-4ad9-a6ab-c3589ff45a20"}]} 2026-04-28 18:42:09.932 8 INFO neutron.db.l3_hamode_db [None req-95033ee4-87f8-4e84-af26-ba64ebfa2bbd fbd6fb8441564da6b5cf201721f723ca 11b6230ec31a4305aa3e37a486fe265a - - default default] HA network 30ebad6b-0044-4173-83f0-e9b44f3e5bf3 was deleted as no HA routers are present in tenant 11b6230ec31a4305aa3e37a486fe265a. [pid: 8|app: 0|req: 1246/2476] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:42:09 2026] DELETE /v2.0/routers/23cd7d53-4c92-4acd-9e7b-5f7edcd50a02 => generated 0 bytes in 601 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2477] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:42:10 2026] GET /v2.0/security-groups?tenant_id=11b6230ec31a4305aa3e37a486fe265a&name=default => generated 2929 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2478] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:11 2026] DELETE /v2.0/security-groups/6e45218d-8e08-46f1-adc2-c25f294897e3 => 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: 1232/2479] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:42:11 2026] GET /v2.0/security-groups?tenant_id=58269ecf1ec84f85bbf6d52edd456e45&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2480] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:11 2026] DELETE /v2.0/security-groups/31f01be0-d48b-43fe-9f01-5a33b866efba => 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: 1233/2481] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:42:11 2026] GET /v2.0/security-groups?tenant_id=8b6622fd666f46b79cf2e7895342471a&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2482] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:11 2026] DELETE /v2.0/security-groups/104ede53-390f-492a-adeb-e3e50bd5b19a => 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: 1234/2483] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:42:12 2026] GET /v2.0/ports?device_id=208401f5-cc58-4afd-93c9-c896deaa3771 => generated 1200 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2484] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:42:12 2026] GET /v2.0/security-groups?id=be6656e6-05c0-461f-8ad4-d9c7b44f0b95&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: 1236/2487] 10.0.0.224 () {34 vars in 676 bytes} [Tue Apr 28 18:42:15 2026] POST /v2.0/floatingips => generated 552 bytes in 794 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2488] 10.0.0.224 () {34 vars in 759 bytes} [Tue Apr 28 18:42:16 2026] PUT /v2.0/floatingips/26c6538a-7c93-4967-8d9f-b49ebb86e044/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2489] 10.0.0.224 () {32 vars in 739 bytes} [Tue Apr 28 18:42:16 2026] GET /v2.0/floatingips/26c6538a-7c93-4967-8d9f-b49ebb86e044/tags => generated 25 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2490] 10.0.0.224 () {34 vars in 770 bytes} [Tue Apr 28 18:42:16 2026] PUT /v2.0/floatingips/26c6538a-7c93-4967-8d9f-b49ebb86e044/tags/green => generated 4 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2491] 10.0.0.224 () {32 vars in 739 bytes} [Tue Apr 28 18:42:16 2026] GET /v2.0/floatingips/26c6538a-7c93-4967-8d9f-b49ebb86e044/tags => generated 34 bytes in 813 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2492] 10.0.0.224 () {34 vars in 766 bytes} [Tue Apr 28 18:42:17 2026] PUT /v2.0/floatingips/26c6538a-7c93-4967-8d9f-b49ebb86e044/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2493] 10.0.0.224 () {32 vars in 739 bytes} [Tue Apr 28 18:42:17 2026] GET /v2.0/floatingips/26c6538a-7c93-4967-8d9f-b49ebb86e044/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2494] 10.0.0.224 () {34 vars in 788 bytes} [Tue Apr 28 18:42:17 2026] PUT /v2.0/floatingips/26c6538a-7c93-4967-8d9f-b49ebb86e044/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2495] 10.0.0.224 () {32 vars in 739 bytes} [Tue Apr 28 18:42:17 2026] GET /v2.0/floatingips/26c6538a-7c93-4967-8d9f-b49ebb86e044/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2496] 10.0.0.224 () {34 vars in 759 bytes} [Tue Apr 28 18:42:17 2026] PUT /v2.0/floatingips/26c6538a-7c93-4967-8d9f-b49ebb86e044/tags => generated 37 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2497] 10.0.0.224 () {32 vars in 739 bytes} [Tue Apr 28 18:42:17 2026] GET /v2.0/floatingips/26c6538a-7c93-4967-8d9f-b49ebb86e044/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2498] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:42:17 2026] GET /v2.0/ports?device_id=208401f5-cc58-4afd-93c9-c896deaa3771 => generated 1200 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2499] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:42:17 2026] GET /v2.0/floatingips/26c6538a-7c93-4967-8d9f-b49ebb86e044/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2500] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:42:17 2026] GET /v2.0/security-groups?id=be6656e6-05c0-461f-8ad4-d9c7b44f0b95&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:42:17.754 8 INFO neutron.api.v2.resource [None req-21281b0f-61d3-4771-9b73-6c2afe2d4c0a 8ff14d68a7a24dd6bb95ee0a212fb193 15c31c6b2c5e4b49ad039362526956cb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1259/2501] 10.0.0.224 () {32 vars in 751 bytes} [Tue Apr 28 18:42:17 2026] GET /v2.0/floatingips/26c6538a-7c93-4967-8d9f-b49ebb86e044/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2502] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:42:17 2026] DELETE /v2.0/floatingips/26c6538a-7c93-4967-8d9f-b49ebb86e044/tags/red => 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: 1244/2503] 10.0.0.224 () {32 vars in 739 bytes} [Tue Apr 28 18:42:17 2026] GET /v2.0/floatingips/26c6538a-7c93-4967-8d9f-b49ebb86e044/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2504] 10.0.0.224 () {32 vars in 818 bytes} [Tue Apr 28 18:42:17 2026] GET /v2.0/ports?network_id=4a42b326-fdea-46a4-b4bc-3999a79a7515&mac_address=fa%3A16%3A3e%3A39%3A5b%3A9d => generated 1200 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:42:17.906 7 INFO neutron.api.v2.resource [None req-f2413b33-b01d-499e-96f6-eb5fb5dc6f74 8ff14d68a7a24dd6bb95ee0a212fb193 15c31c6b2c5e4b49ad039362526956cb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1245/2505] 10.0.0.224 () {32 vars in 754 bytes} [Tue Apr 28 18:42:17 2026] DELETE /v2.0/floatingips/26c6538a-7c93-4967-8d9f-b49ebb86e044/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2506] 10.0.0.224 () {32 vars in 742 bytes} [Tue Apr 28 18:42:17 2026] DELETE /v2.0/floatingips/26c6538a-7c93-4967-8d9f-b49ebb86e044/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2507] 10.0.0.224 () {32 vars in 739 bytes} [Tue Apr 28 18:42:17 2026] GET /v2.0/floatingips/26c6538a-7c93-4967-8d9f-b49ebb86e044/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:42:18.158 7 INFO neutron_taas.services.taas.taas_plugin [None req-81ed8c10-4fe9-4822-bf15-a7a61ee56a84 8ff14d68a7a24dd6bb95ee0a212fb193 15c31c6b2c5e4b49ad039362526956cb - - default default] TaaS: Handle Delete Port: b2b9626f-0ad8-4f62-9a36-c648e423a887 2026-04-28 18:42:18.163 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81ed8c10-4fe9-4822-bf15-a7a61ee56a84 8ff14d68a7a24dd6bb95ee0a212fb193 15c31c6b2c5e4b49ad039362526956cb - - default default] Tap Mirror: Handle Delete Port: b2b9626f-0ad8-4f62-9a36-c648e423a887 [pid: 7|app: 0|req: 1248/2508] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:42:18 2026] DELETE /v2.0/floatingips/26c6538a-7c93-4967-8d9f-b49ebb86e044 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2509] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:42:18 2026] GET /v2.0/security-groups?tenant_id=621cc7de1a4745189682c591ee6228e8&name=default => generated 2929 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:42:18.686 8 INFO neutron.db.l3_db [None req-44825577-408d-4376-9a21-ef8ba78d9cf8 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Floating IP 5abcbf25-8d26-4b0a-94b9-750231eb6ff0 associated. External IP: 10.96.250.207, port: afd54dbe-47ad-44a4-8b65-6a1b84dda715. [pid: 7|app: 0|req: 1250/2510] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:18 2026] DELETE /v2.0/security-groups/7f80f058-6af8-4b34-9280-fad893684498 => 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: 1261/2511] 10.0.0.224 () {34 vars in 677 bytes} [Tue Apr 28 18:42:17 2026] POST /v2.0/floatingips => generated 854 bytes in 1115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:42:19.040 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9387fc82-e270-40dd-9f85-b2f2fd779a92'] response: {'name': 'network-changed', 'server_uuid': '208401f5-cc58-4afd-93c9-c896deaa3771', 'tag': 'afd54dbe-47ad-44a4-8b65-6a1b84dda715', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1251/2512] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:42:19 2026] GET /v2.0/security-groups?tenant_id=a15dfde970f74b049fa2a5f3d9348328&name=default => generated 2929 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2513] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:19 2026] DELETE /v2.0/security-groups/a403a9f4-be37-4297-9890-0e90aea90403 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2514] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:42:19 2026] GET /v2.0/ports?tenant_id=316133149c8b4ef98afaf26c0df0b67f&device_id=208401f5-cc58-4afd-93c9-c896deaa3771 => generated 1469 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2515] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:42:19 2026] GET /v2.0/networks?id=4a42b326-fdea-46a4-b4bc-3999a79a7515 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2516] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:42:19 2026] GET /v2.0/security-groups?tenant_id=15c31c6b2c5e4b49ad039362526956cb&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2517] 199.204.45.49 () {34 vars in 1055 bytes} [Tue Apr 28 18:42:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.70&port_id=afd54dbe-47ad-44a4-8b65-6a1b84dda715 => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2518] 199.204.45.49 () {34 vars in 1105 bytes} [Tue Apr 28 18:42:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A22c&port_id=afd54dbe-47ad-44a4-8b65-6a1b84dda715 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2519] 199.204.45.49 () {34 vars in 1063 bytes} [Tue Apr 28 18:42:19 2026] GET /v2.0/subnets?id=d4c299a5-4146-406a-b997-e9f7b3741eeb&id=2739e5f5-1bd3-4437-ba57-997f934fa71e => generated 1414 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2520] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:19 2026] DELETE /v2.0/security-groups/00d692b4-ff66-461a-97b4-ae34c7032e9c => 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: 1268/2521] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:42:19 2026] GET /v2.0/ports?network_id=4a42b326-fdea-46a4-b4bc-3999a79a7515&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2522] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:42:19 2026] GET /v2.0/ports?network_id=4a42b326-fdea-46a4-b4bc-3999a79a7515&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2523] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:42:19 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515?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: 1255/2524] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:42:19 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515?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: 1270/2525] 10.0.0.90 () {34 vars in 989 bytes} [Tue Apr 28 18:42:20 2026] GET /v2.0/ports?device_id=405efc3e-3e2a-4c84-8490-174c6d20241c => generated 1465 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2526] 10.0.0.90 () {34 vars in 1039 bytes} [Tue Apr 28 18:42:20 2026] GET /v2.0/security-groups?id=be6656e6-05c0-461f-8ad4-d9c7b44f0b95&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:42:23.242 8 INFO neutron.db.segments_db [None req-e747fb17-dee7-4688-a0de-78ed78c6ec58 3afdf823dab848e4a8d67a97a815655b 096e20fda9504c8794caa2d00e973644 - - default default] Added segment 6608b08a-adfd-44a2-9570-45dcec822969 of type vxlan for network 76d65747-4783-418a-83da-a3e69800defd 2026-04-28 18:42:23.489 8 INFO neutron.db.l3_hamode_db [None req-e747fb17-dee7-4688-a0de-78ed78c6ec58 3afdf823dab848e4a8d67a97a815655b 096e20fda9504c8794caa2d00e973644 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 18:42:23.563 7 INFO neutron.db.segments_db [None req-83cf8546-fd82-4a6f-af23-f8ad64d2f505 6ee73633f003412b9be4edfaeae1f71c 7c7d7e8d7941474191a31f398ffb3f9c - - default default] Added segment d29d21e7-b4c3-4957-ae6c-d27c2e0a211f of type vxlan for network 05cae299-8e31-4661-a12c-40a73a963d39 2026-04-28 18:42:23.618 8 INFO neutron.db.l3_hamode_db [None req-e747fb17-dee7-4688-a0de-78ed78c6ec58 3afdf823dab848e4a8d67a97a815655b 096e20fda9504c8794caa2d00e973644 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1257/2527] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:42:23 2026] POST /v2.0/networks => generated 613 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2528] 10.0.0.90 () {34 vars in 989 bytes} [Tue Apr 28 18:42:23 2026] GET /v2.0/ports?device_id=208401f5-cc58-4afd-93c9-c896deaa3771 => 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: 1259/2529] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:42:23 2026] POST /v2.0/subnets => generated 626 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2530] 10.0.0.90 () {34 vars in 1039 bytes} [Tue Apr 28 18:42:23 2026] GET /v2.0/security-groups?id=be6656e6-05c0-461f-8ad4-d9c7b44f0b95&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:42:24.035 7 INFO neutron.db.segments_db [None req-03078eee-30bb-4963-a8fc-e5ef12da2563 6ee73633f003412b9be4edfaeae1f71c 7c7d7e8d7941474191a31f398ffb3f9c - - default default] Added segment 34c7b20b-e59d-4440-b975-634cdd28d96d of type vxlan for network a267616a-29f8-4a50-99cc-c05b45c1f43b [pid: 7|app: 0|req: 1261/2531] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:42:23 2026] POST /v2.0/networks => generated 612 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2532] 10.0.0.224 () {34 vars in 668 bytes} [Tue Apr 28 18:42:23 2026] POST /v2.0/routers => generated 474 bytes in 1106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2533] 10.0.0.224 () {34 vars in 751 bytes} [Tue Apr 28 18:42:24 2026] PUT /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2534] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:42:24 2026] POST /v2.0/subnets => generated 629 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2535] 10.0.0.224 () {32 vars in 731 bytes} [Tue Apr 28 18:42:24 2026] GET /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34/tags => generated 25 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:42:24.409 7 INFO neutron.db.segments_db [None req-ab47598b-189b-43cb-b1fa-a2e7a929f000 6ee73633f003412b9be4edfaeae1f71c 7c7d7e8d7941474191a31f398ffb3f9c - - default default] Added segment 34a8ddf5-e85b-442a-8ebb-060ab6a97626 of type vxlan for network 055aa03e-ee14-4458-9caa-f74df2c1eda8 [pid: 7|app: 0|req: 1263/2536] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:42:24 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2537] 10.0.0.224 () {34 vars in 762 bytes} [Tue Apr 28 18:42:24 2026] PUT /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34/tags/green => generated 4 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2538] 10.0.0.224 () {32 vars in 731 bytes} [Tue Apr 28 18:42:24 2026] GET /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34/tags => generated 34 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2539] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:42:24 2026] POST /v2.0/subnets => generated 629 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:42:24.783 7 INFO neutron.db.segments_db [None req-28b86ed3-5178-4ef9-abea-3d13c7a89516 6ee73633f003412b9be4edfaeae1f71c 7c7d7e8d7941474191a31f398ffb3f9c - - default default] Added segment 8d999321-6d52-4628-9394-2e55bf3b0db3 of type vxlan for network 063e4958-b5e5-4f4e-a2d4-21655319b544 [pid: 8|app: 0|req: 1276/2540] 10.0.0.224 () {34 vars in 758 bytes} [Tue Apr 28 18:42:24 2026] PUT /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34/tags/red => generated 4 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2541] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:42:24 2026] POST /v2.0/networks => generated 613 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2542] 10.0.0.224 () {32 vars in 731 bytes} [Tue Apr 28 18:42:24 2026] GET /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34/tags => generated 34 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2543] 10.0.0.224 () {34 vars in 780 bytes} [Tue Apr 28 18:42:24 2026] PUT /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34/tags/black.or.white => generated 4 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2544] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:42:24 2026] POST /v2.0/subnets => generated 629 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2545] 10.0.0.224 () {32 vars in 731 bytes} [Tue Apr 28 18:42:25 2026] GET /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34/tags => generated 52 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:42:25.193 7 INFO neutron.db.segments_db [None req-81be350f-0870-45ba-8417-df8fbbc174dd 6ee73633f003412b9be4edfaeae1f71c 7c7d7e8d7941474191a31f398ffb3f9c - - default default] Added segment 511717fd-d4b3-4133-a79f-ecd142497f75 of type vxlan for network 16bbf0b2-06ad-47da-9157-cb069d7d5835 [pid: 8|app: 0|req: 1280/2546] 10.0.0.224 () {34 vars in 751 bytes} [Tue Apr 28 18:42:25 2026] PUT /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34/tags => generated 37 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2547] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:42:25 2026] POST /v2.0/networks => generated 612 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2548] 10.0.0.224 () {32 vars in 731 bytes} [Tue Apr 28 18:42:25 2026] GET /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34/tags => generated 37 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2549] 10.0.0.224 () {32 vars in 739 bytes} [Tue Apr 28 18:42:25 2026] GET /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34/tags/red => 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: 1268/2550] 10.0.0.224 () {34 vars in 669 bytes} [Tue Apr 28 18:42:25 2026] POST /v2.0/subnets => generated 629 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 18:42:25.555 8 INFO neutron.api.v2.resource [None req-7257df3a-36fd-4719-bd3e-a7dd4aa92a3d 3afdf823dab848e4a8d67a97a815655b 096e20fda9504c8794caa2d00e973644 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1283/2551] 10.0.0.224 () {32 vars in 743 bytes} [Tue Apr 28 18:42:25 2026] GET /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34/tags/green => generated 99 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2552] 10.0.0.224 () {34 vars in 751 bytes} [Tue Apr 28 18:42:25 2026] PUT /v2.0/subnets/b80d58cd-cdf9-4ca9-a2fb-254e89f14522/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2553] 10.0.0.224 () {34 vars in 751 bytes} [Tue Apr 28 18:42:25 2026] PUT /v2.0/subnets/4ee8a7e1-f00b-417f-b1c5-00e0f467313e/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2554] 10.0.0.224 () {32 vars in 742 bytes} [Tue Apr 28 18:42:25 2026] DELETE /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34/tags/red => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2555] 10.0.0.224 () {34 vars in 751 bytes} [Tue Apr 28 18:42:25 2026] PUT /v2.0/subnets/2d836c5e-c4e5-47b5-be94-57b47eabff5b/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2556] 10.0.0.224 () {34 vars in 751 bytes} [Tue Apr 28 18:42:25 2026] PUT /v2.0/subnets/9ca0830f-1dd3-4c17-a974-17bf36be573f/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2557] 10.0.0.224 () {32 vars in 731 bytes} [Tue Apr 28 18:42:25 2026] GET /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34/tags => generated 30 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2558] 10.0.0.224 () {32 vars in 664 bytes} [Tue Apr 28 18:42:25 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2559] 10.0.0.224 () {32 vars in 678 bytes} [Tue Apr 28 18:42:25 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:42:25.883 8 INFO neutron.api.v2.resource [None req-80d3316e-2167-4bc4-982e-d0bc181c4ac8 3afdf823dab848e4a8d67a97a815655b 096e20fda9504c8794caa2d00e973644 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1286/2560] 10.0.0.224 () {32 vars in 746 bytes} [Tue Apr 28 18:42:25 2026] DELETE /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34/tags/green => generated 99 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2561] 10.0.0.224 () {32 vars in 674 bytes} [Tue Apr 28 18:42:25 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2562] 10.0.0.224 () {32 vars in 686 bytes} [Tue Apr 28 18:42:25 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2563] 10.0.0.224 () {32 vars in 734 bytes} [Tue Apr 28 18:42:25 2026] DELETE /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34/tags => 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: 1277/2564] 10.0.0.224 () {32 vars in 672 bytes} [Tue Apr 28 18:42:25 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2565] 10.0.0.224 () {32 vars in 686 bytes} [Tue Apr 28 18:42:26 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2566] 10.0.0.224 () {32 vars in 731 bytes} [Tue Apr 28 18:42:26 2026] GET /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34/tags => generated 12 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2567] 10.0.0.224 () {32 vars in 682 bytes} [Tue Apr 28 18:42:26 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2568] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:42:26 2026] GET /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34 => generated 480 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2569] 10.0.0.224 () {32 vars in 694 bytes} [Tue Apr 28 18:42:26 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2570] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:42:26 2026] DELETE /v2.0/subnets/b80d58cd-cdf9-4ca9-a2fb-254e89f14522 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2571] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:42:26 2026] DELETE /v2.0/subnets/4ee8a7e1-f00b-417f-b1c5-00e0f467313e => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2572] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:42:26 2026] DELETE /v2.0/subnets/2d836c5e-c4e5-47b5-be94-57b47eabff5b => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2573] 10.0.0.224 () {34 vars in 742 bytes} [Tue Apr 28 18:42:26 2026] PUT /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34 => generated 480 bytes in 552 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2574] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:42:26 2026] GET /v2.0/ports?device_id=b6025da7-4590-4b0f-aabc-aa64d660ce34 => 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: 1284/2575] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:42:26 2026] DELETE /v2.0/subnets/9ca0830f-1dd3-4c17-a974-17bf36be573f => 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: 1285/2576] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:42:26 2026] DELETE /v2.0/subnets/5cdeac7d-6fa7-4cfb-bbce-04694d833ff6 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:42:26.950 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd3cf80b-4869-4696-ac73-772114e04390 3afdf823dab848e4a8d67a97a815655b 096e20fda9504c8794caa2d00e973644 - - default default] TaaS: Handle Delete Port: a33c059e-70ee-4ab0-bbb8-bca06c6dc7c4 2026-04-28 18:42:26.954 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd3cf80b-4869-4696-ac73-772114e04390 3afdf823dab848e4a8d67a97a815655b 096e20fda9504c8794caa2d00e973644 - - default default] Tap Mirror: Handle Delete Port: a33c059e-70ee-4ab0-bbb8-bca06c6dc7c4 2026-04-28 18:42:27.050 7 INFO neutron.services.segments.plugin [-] Segment d29d21e7-b4c3-4957-ae6c-d27c2e0a211f resource provider aggregate not found 2026-04-28 18:42:27.056 7 INFO neutron.services.segments.plugin [-] Segment d29d21e7-b4c3-4957-ae6c-d27c2e0a211f resource provider aggregate not found 2026-04-28 18:42:27.080 7 INFO neutron.services.segments.plugin [-] Segment d29d21e7-b4c3-4957-ae6c-d27c2e0a211f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d29d21e7-b4c3-4957-ae6c-d27c2e0a211f found for delete ", "request_id": "req-5ff5dd3c-09d3-49aa-8507-3b9d1c5fa4dd"}]} 2026-04-28 18:42:27.083 7 INFO neutron.services.segments.plugin [-] Segment d29d21e7-b4c3-4957-ae6c-d27c2e0a211f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d29d21e7-b4c3-4957-ae6c-d27c2e0a211f found for delete ", "request_id": "req-d40533bc-d37c-46fa-812d-42774984cb91"}]} [pid: 7|app: 0|req: 1286/2577] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:42:26 2026] DELETE /v2.0/networks/05cae299-8e31-4661-a12c-40a73a963d39 => 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: 1287/2578] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:42:27 2026] DELETE /v2.0/networks/a267616a-29f8-4a50-99cc-c05b45c1f43b => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:42:27.331 8 INFO neutron.services.segments.plugin [-] Segment 6608b08a-adfd-44a2-9570-45dcec822969 resource provider aggregate not found 2026-04-28 18:42:27.335 8 INFO neutron.services.segments.plugin [-] Segment 6608b08a-adfd-44a2-9570-45dcec822969 resource provider aggregate not found 2026-04-28 18:42:27.349 8 INFO neutron.services.segments.plugin [-] Segment 6608b08a-adfd-44a2-9570-45dcec822969 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6608b08a-adfd-44a2-9570-45dcec822969 found for delete ", "request_id": "req-82dbc07f-24ae-4d3d-a8b0-e09a38ffe0ae"}]} 2026-04-28 18:42:27.351 8 INFO neutron.services.segments.plugin [-] Segment 6608b08a-adfd-44a2-9570-45dcec822969 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6608b08a-adfd-44a2-9570-45dcec822969 found for delete ", "request_id": "req-d24a0a31-b927-4f72-98e9-519cb26e56dc"}]} 2026-04-28 18:42:27.356 8 INFO neutron.db.l3_hamode_db [None req-fd3cf80b-4869-4696-ac73-772114e04390 3afdf823dab848e4a8d67a97a815655b 096e20fda9504c8794caa2d00e973644 - - default default] HA network 76d65747-4783-418a-83da-a3e69800defd was deleted as no HA routers are present in tenant 096e20fda9504c8794caa2d00e973644. [pid: 8|app: 0|req: 1292/2579] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:42:26 2026] DELETE /v2.0/routers/b6025da7-4590-4b0f-aabc-aa64d660ce34 => generated 0 bytes in 605 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2580] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:42:27 2026] DELETE /v2.0/networks/055aa03e-ee14-4458-9caa-f74df2c1eda8 => 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: 1293/2581] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:42:27 2026] DELETE /v2.0/networks/063e4958-b5e5-4f4e-a2d4-21655319b544 => 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: 1289/2582] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:42:27 2026] DELETE /v2.0/networks/16bbf0b2-06ad-47da-9157-cb069d7d5835 => 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: 1294/2583] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:42:28 2026] GET /v2.0/security-groups?tenant_id=585c12955ea0428e80f88a1a82e212fd&name=default => generated 2929 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2584] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:28 2026] DELETE /v2.0/security-groups/56286247-7a73-4404-bec4-117f8a7a3589 => 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: 1295/2585] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:42:28 2026] GET /v2.0/security-groups?tenant_id=003a25ddc4314d9085664646b5ebe021&name=default => generated 2929 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2586] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:28 2026] DELETE /v2.0/security-groups/d9805691-75c5-47bd-884d-e1731c4fa7c7 => 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: 1291/2587] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:42:28 2026] GET /v2.0/security-groups?tenant_id=096e20fda9504c8794caa2d00e973644&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: 1297/2588] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:28 2026] DELETE /v2.0/security-groups/db7d7e32-1d61-4a54-9b10-ecdaafeb15b5 => 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: 1292/2589] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:42:28 2026] GET /v2.0/security-groups?tenant_id=f8835e9a23f345a49c694c345dec3a70&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:42:29.107 7 INFO neutron.services.segments.plugin [-] Segment 34c7b20b-e59d-4440-b975-634cdd28d96d resource provider aggregate not found 2026-04-28 18:42:29.114 7 INFO neutron.services.segments.plugin [-] Segment 34c7b20b-e59d-4440-b975-634cdd28d96d resource provider aggregate not found 2026-04-28 18:42:29.131 7 INFO neutron.services.segments.plugin [-] Segment 34c7b20b-e59d-4440-b975-634cdd28d96d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34c7b20b-e59d-4440-b975-634cdd28d96d found for delete ", "request_id": "req-f1383969-62ee-4b93-9856-2298d39b7bb6"}]} 2026-04-28 18:42:29.136 7 INFO neutron.services.segments.plugin [-] Segment 34c7b20b-e59d-4440-b975-634cdd28d96d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34c7b20b-e59d-4440-b975-634cdd28d96d found for delete ", "request_id": "req-27fc3e18-99d0-480d-9497-4723dba166c9"}]} 2026-04-28 18:42:29.148 7 INFO neutron.services.segments.plugin [-] Segment 34a8ddf5-e85b-442a-8ebb-060ab6a97626 resource provider aggregate not found 2026-04-28 18:42:29.153 7 INFO neutron.services.segments.plugin [-] Segment 34a8ddf5-e85b-442a-8ebb-060ab6a97626 resource provider aggregate not found 2026-04-28 18:42:29.168 7 INFO neutron.services.segments.plugin [-] Segment 34a8ddf5-e85b-442a-8ebb-060ab6a97626 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34a8ddf5-e85b-442a-8ebb-060ab6a97626 found for delete ", "request_id": "req-713da36e-653f-4969-9e0e-cc7623c4b555"}]} 2026-04-28 18:42:29.175 7 INFO neutron.services.segments.plugin [-] Segment 34a8ddf5-e85b-442a-8ebb-060ab6a97626 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34a8ddf5-e85b-442a-8ebb-060ab6a97626 found for delete ", "request_id": "req-19ecdd1c-70be-447c-a559-100d01cd276a"}]} 2026-04-28 18:42:29.181 7 INFO neutron.services.segments.plugin [-] Segment 511717fd-d4b3-4133-a79f-ecd142497f75 resource provider aggregate not found 2026-04-28 18:42:29.195 7 INFO neutron.services.segments.plugin [-] Segment 511717fd-d4b3-4133-a79f-ecd142497f75 resource provider aggregate not found 2026-04-28 18:42:29.200 7 INFO neutron.services.segments.plugin [-] Segment 511717fd-d4b3-4133-a79f-ecd142497f75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 511717fd-d4b3-4133-a79f-ecd142497f75 found for delete ", "request_id": "req-70562f89-761b-404a-8933-1807c7117a19"}]} 2026-04-28 18:42:29.232 7 INFO neutron.services.segments.plugin [-] Segment 511717fd-d4b3-4133-a79f-ecd142497f75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 511717fd-d4b3-4133-a79f-ecd142497f75 found for delete ", "request_id": "req-01077ae7-03d7-4b78-9329-27e4248d2362"}]} [pid: 8|app: 0|req: 1298/2590] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:29 2026] DELETE /v2.0/security-groups/087837f3-bb3e-4f20-b9d5-7ddee163c15d => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:42:29.372 8 INFO neutron.services.segments.plugin [-] Segment 8d999321-6d52-4628-9394-2e55bf3b0db3 resource provider aggregate not found 2026-04-28 18:42:29.373 8 INFO neutron.services.segments.plugin [-] Segment 8d999321-6d52-4628-9394-2e55bf3b0db3 resource provider aggregate not found 2026-04-28 18:42:29.393 8 INFO neutron.services.segments.plugin [-] Segment 8d999321-6d52-4628-9394-2e55bf3b0db3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d999321-6d52-4628-9394-2e55bf3b0db3 found for delete ", "request_id": "req-ae4254e2-0195-4211-b172-5c7ec7b9d450"}]} 2026-04-28 18:42:29.402 8 INFO neutron.services.segments.plugin [-] Segment 8d999321-6d52-4628-9394-2e55bf3b0db3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d999321-6d52-4628-9394-2e55bf3b0db3 found for delete ", "request_id": "req-03f5a60f-3137-4a2b-b426-3f7780f6f83d"}]} [pid: 8|app: 0|req: 1300/2593] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:42:29 2026] GET /v2.0/security-groups?tenant_id=7c7d7e8d7941474191a31f398ffb3f9c&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2594] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:29 2026] DELETE /v2.0/security-groups/a19faf8c-9e0c-4ec2-8a5a-63822962e092 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:42:33.958 8 INFO neutron.db.segments_db [None req-72523838-9bed-4d55-919d-5bb584207912 ed19ba32990f4c7fae45b6d39b856471 1b91658fb6164f678e29b3268488ed4d - - default default] Added segment 595780b2-8e88-4368-ac62-17cdce3db648 of type vxlan for network e01a59bc-213b-4dbe-8802-ed87e1dc1c07 [pid: 8|app: 0|req: 1301/2595] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:42:33 2026] POST /v2.0/networks => generated 613 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2596] 10.0.0.224 () {34 vars in 664 bytes} [Tue Apr 28 18:42:34 2026] POST /v2.0/ports => generated 743 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2597] 10.0.0.224 () {34 vars in 666 bytes} [Tue Apr 28 18:42:34 2026] POST /v2.0/trunks => generated 407 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:42:34.602 7 INFO neutron.db.segments_db [None req-c8ca0570-ea38-4ec6-99d1-499f2815714f ed19ba32990f4c7fae45b6d39b856471 1b91658fb6164f678e29b3268488ed4d - - default default] Added segment 5d8cc451-7dfe-446a-b642-a9aa66969e32 of type vxlan for network 72b58234-8053-4cef-9cac-4d4eb5a6b2ad [pid: 7|app: 0|req: 1296/2598] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:42:34 2026] POST /v2.0/networks => generated 613 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2599] 10.0.0.224 () {34 vars in 664 bytes} [Tue Apr 28 18:42:34 2026] POST /v2.0/ports => generated 743 bytes in 988 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2600] 10.0.0.224 () {34 vars in 666 bytes} [Tue Apr 28 18:42:35 2026] POST /v2.0/trunks => generated 407 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:42:35.969 8 INFO neutron.db.segments_db [None req-032d4935-7bdd-4268-890b-9275dca0781a ed19ba32990f4c7fae45b6d39b856471 1b91658fb6164f678e29b3268488ed4d - - default default] Added segment 76c3b429-0ba3-40ce-b38d-a4c3b0f3f5c9 of type vxlan for network c1fdc78e-63de-4e64-9ab8-b09167375353 [pid: 8|app: 0|req: 1304/2601] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:42:35 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: 1298/2602] 10.0.0.224 () {34 vars in 664 bytes} [Tue Apr 28 18:42:36 2026] POST /v2.0/ports => generated 743 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2603] 10.0.0.224 () {34 vars in 666 bytes} [Tue Apr 28 18:42:36 2026] POST /v2.0/trunks => generated 407 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:42:36.639 7 INFO neutron.db.segments_db [None req-ddc548e4-b29e-4ae5-a235-e67dbefa116f ed19ba32990f4c7fae45b6d39b856471 1b91658fb6164f678e29b3268488ed4d - - default default] Added segment 43d8434f-bfbf-4356-a531-436e216cca22 of type vxlan for network 197d539b-f68c-4259-b06e-c0a532d41e55 [pid: 7|app: 0|req: 1299/2604] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:42:36 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: 8|app: 0|req: 1306/2605] 10.0.0.224 () {34 vars in 664 bytes} [Tue Apr 28 18:42:36 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2606] 10.0.0.224 () {34 vars in 666 bytes} [Tue Apr 28 18:42:37 2026] POST /v2.0/trunks => generated 407 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:42:37.311 8 INFO neutron.db.segments_db [None req-9489d79e-026f-475d-8b90-869b395748ae ed19ba32990f4c7fae45b6d39b856471 1b91658fb6164f678e29b3268488ed4d - - default default] Added segment 8293cf47-6559-4194-ba97-f3b2b865f437 of type vxlan for network d0781d70-e801-4c3f-b807-a0c132a88282 [pid: 8|app: 0|req: 1307/2607] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:42:37 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: 8|app: 0|req: 1308/2608] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:42:37 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2609] 10.0.0.224 () {34 vars in 664 bytes} [Tue Apr 28 18:42:37 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) [pid: 8|app: 0|req: 1309/2610] 10.0.0.224 () {34 vars in 666 bytes} [Tue Apr 28 18:42:37 2026] POST /v2.0/trunks => generated 407 bytes in 162 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: 1302/2611] 10.0.0.224 () {34 vars in 749 bytes} [Tue Apr 28 18:42:37 2026] PUT /v2.0/trunks/d99495f9-af0a-4deb-a7ea-938fdf50ccba/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2612] 10.0.0.224 () {34 vars in 749 bytes} [Tue Apr 28 18:42:37 2026] PUT /v2.0/trunks/7d53a181-13c6-4185-b060-49c6b690bb0f/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2613] 10.0.0.224 () {34 vars in 749 bytes} [Tue Apr 28 18:42:37 2026] PUT /v2.0/trunks/984d3d0b-d3c2-4e6a-bfc0-9522d354d373/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2614] 10.0.0.224 () {34 vars in 749 bytes} [Tue Apr 28 18:42:37 2026] PUT /v2.0/trunks/0dc0848b-a9d9-42cc-aa57-de682d490584/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2615] 10.0.0.224 () {32 vars in 662 bytes} [Tue Apr 28 18:42:38 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2616] 10.0.0.224 () {32 vars in 676 bytes} [Tue Apr 28 18:42:38 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2617] 10.0.0.224 () {32 vars in 672 bytes} [Tue Apr 28 18:42:38 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2618] 10.0.0.224 () {32 vars in 684 bytes} [Tue Apr 28 18:42:38 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2619] 10.0.0.224 () {32 vars in 670 bytes} [Tue Apr 28 18:42:38 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2620] 10.0.0.224 () {32 vars in 684 bytes} [Tue Apr 28 18:42:38 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2621] 10.0.0.224 () {32 vars in 680 bytes} [Tue Apr 28 18:42:38 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2622] 10.0.0.224 () {32 vars in 692 bytes} [Tue Apr 28 18:42:38 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2623] 10.0.0.224 () {32 vars in 719 bytes} [Tue Apr 28 18:42:38 2026] GET /v2.0/trunks/d99495f9-af0a-4deb-a7ea-938fdf50ccba => generated 412 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2624] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:42:38 2026] GET /v2.0/ports/b15c2500-c2ba-4a91-a0d3-3222daa76190 => generated 826 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2625] 10.0.0.224 () {32 vars in 722 bytes} [Tue Apr 28 18:42:38 2026] DELETE /v2.0/trunks/d99495f9-af0a-4deb-a7ea-938fdf50ccba => 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: 1317/2626] 10.0.0.224 () {32 vars in 719 bytes} [Tue Apr 28 18:42:38 2026] GET /v2.0/trunks/7d53a181-13c6-4185-b060-49c6b690bb0f => generated 420 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2627] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:42:38 2026] GET /v2.0/ports/a4123345-fc57-4b45-864a-aff79cb9cf68 => generated 826 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2628] 10.0.0.224 () {32 vars in 722 bytes} [Tue Apr 28 18:42:38 2026] DELETE /v2.0/trunks/7d53a181-13c6-4185-b060-49c6b690bb0f => generated 0 bytes in 213 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2629] 10.0.0.224 () {32 vars in 719 bytes} [Tue Apr 28 18:42:38 2026] GET /v2.0/trunks/984d3d0b-d3c2-4e6a-bfc0-9522d354d373 => generated 429 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2630] 10.0.0.248 () {30 vars in 690 bytes} [Tue Apr 28 18:42:38 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: 1320/2631] 10.0.0.248 () {30 vars in 692 bytes} [Tue Apr 28 18:42:38 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: 1312/2632] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:42:38 2026] GET /v2.0/ports/baf6505a-4de9-41da-aeb5-abb230598adc => generated 826 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2633] 10.0.0.248 () {30 vars in 668 bytes} [Tue Apr 28 18:42:38 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: 1314/2634] 10.0.0.248 () {30 vars in 704 bytes} [Tue Apr 28 18:42:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2635] 10.0.0.224 () {32 vars in 722 bytes} [Tue Apr 28 18:42:38 2026] DELETE /v2.0/trunks/984d3d0b-d3c2-4e6a-bfc0-9522d354d373 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2636] 10.0.0.224 () {32 vars in 719 bytes} [Tue Apr 28 18:42:39 2026] GET /v2.0/trunks/0dc0848b-a9d9-42cc-aa57-de682d490584 => generated 414 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2637] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:42:39 2026] GET /v2.0/ports/6e9c7a95-1415-481b-a8f9-9f4fa7abeb31 => generated 826 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2638] 10.0.0.224 () {32 vars in 722 bytes} [Tue Apr 28 18:42:39 2026] DELETE /v2.0/trunks/0dc0848b-a9d9-42cc-aa57-de682d490584 => 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: 1323/2639] 10.0.0.224 () {32 vars in 719 bytes} [Tue Apr 28 18:42:39 2026] GET /v2.0/trunks/090db663-788e-4e8d-8d5e-b0249397160e => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2640] 10.0.0.224 () {32 vars in 717 bytes} [Tue Apr 28 18:42:39 2026] GET /v2.0/ports/b300e94f-8c3e-45e9-b4c9-1702611f8733 => generated 826 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2641] 10.0.0.224 () {32 vars in 722 bytes} [Tue Apr 28 18:42:39 2026] DELETE /v2.0/trunks/090db663-788e-4e8d-8d5e-b0249397160e => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2642] 10.0.0.248 () {28 vars in 439 bytes} [Tue Apr 28 18:42:39 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-04-28 18:42:39.535 7 INFO neutron_taas.services.taas.taas_plugin [None req-40399362-f171-4ff6-bed5-3f974e8ab498 ed19ba32990f4c7fae45b6d39b856471 1b91658fb6164f678e29b3268488ed4d - - default default] TaaS: Handle Delete Port: b15c2500-c2ba-4a91-a0d3-3222daa76190 2026-04-28 18:42:39.539 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40399362-f171-4ff6-bed5-3f974e8ab498 ed19ba32990f4c7fae45b6d39b856471 1b91658fb6164f678e29b3268488ed4d - - default default] Tap Mirror: Handle Delete Port: b15c2500-c2ba-4a91-a0d3-3222daa76190 [pid: 8|app: 0|req: 1326/2643] 10.0.0.248 () {30 vars in 728 bytes} [Tue Apr 28 18:42:39 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 658 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2644] 10.0.0.248 () {30 vars in 690 bytes} [Tue Apr 28 18:42:39 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: 1328/2645] 10.0.0.248 () {30 vars in 692 bytes} [Tue Apr 28 18:42:39 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: 1318/2646] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:42:39 2026] DELETE /v2.0/ports/b15c2500-c2ba-4a91-a0d3-3222daa76190 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2647] 10.0.0.248 () {30 vars in 668 bytes} [Tue Apr 28 18:42:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2648] 10.0.0.248 () {30 vars in 704 bytes} [Tue Apr 28 18:42:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2649] 10.0.0.248 () {30 vars in 728 bytes} [Tue Apr 28 18:42:39 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:42:39.717 7 INFO neutron_taas.services.taas.taas_plugin [None req-2614d67e-8434-4056-b80a-4a78b5f0d04d ed19ba32990f4c7fae45b6d39b856471 1b91658fb6164f678e29b3268488ed4d - - default default] TaaS: Handle Delete Port: a4123345-fc57-4b45-864a-aff79cb9cf68 2026-04-28 18:42:39.720 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2614d67e-8434-4056-b80a-4a78b5f0d04d ed19ba32990f4c7fae45b6d39b856471 1b91658fb6164f678e29b3268488ed4d - - default default] Tap Mirror: Handle Delete Port: a4123345-fc57-4b45-864a-aff79cb9cf68 [pid: 8|app: 0|req: 1332/2650] 10.0.0.248 () {30 vars in 690 bytes} [Tue Apr 28 18:42:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2651] 10.0.0.248 () {30 vars in 692 bytes} [Tue Apr 28 18:42:39 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: 1334/2652] 10.0.0.248 () {30 vars in 668 bytes} [Tue Apr 28 18:42:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2653] 10.0.0.248 () {30 vars in 704 bytes} [Tue Apr 28 18:42:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2654] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:42:39 2026] DELETE /v2.0/ports/a4123345-fc57-4b45-864a-aff79cb9cf68 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2655] 10.0.0.248 () {30 vars in 730 bytes} [Tue Apr 28 18:42:39 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2656] 10.0.0.248 () {30 vars in 682 bytes} [Tue Apr 28 18:42:39 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:42:39.924 7 INFO neutron_taas.services.taas.taas_plugin [None req-81f408c2-7b32-46d0-9413-25bc251937a1 ed19ba32990f4c7fae45b6d39b856471 1b91658fb6164f678e29b3268488ed4d - - default default] TaaS: Handle Delete Port: baf6505a-4de9-41da-aeb5-abb230598adc 2026-04-28 18:42:39.928 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81f408c2-7b32-46d0-9413-25bc251937a1 ed19ba32990f4c7fae45b6d39b856471 1b91658fb6164f678e29b3268488ed4d - - default default] Tap Mirror: Handle Delete Port: baf6505a-4de9-41da-aeb5-abb230598adc [pid: 7|app: 0|req: 1320/2657] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:42:39 2026] DELETE /v2.0/ports/baf6505a-4de9-41da-aeb5-abb230598adc => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:42:40.164 7 INFO neutron_taas.services.taas.taas_plugin [None req-f62ec8ca-ca5b-47b1-a00e-66a3bc9c868a ed19ba32990f4c7fae45b6d39b856471 1b91658fb6164f678e29b3268488ed4d - - default default] TaaS: Handle Delete Port: 6e9c7a95-1415-481b-a8f9-9f4fa7abeb31 2026-04-28 18:42:40.167 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f62ec8ca-ca5b-47b1-a00e-66a3bc9c868a ed19ba32990f4c7fae45b6d39b856471 1b91658fb6164f678e29b3268488ed4d - - default default] Tap Mirror: Handle Delete Port: 6e9c7a95-1415-481b-a8f9-9f4fa7abeb31 [pid: 8|app: 0|req: 1338/2658] 10.0.0.248 () {34 vars in 704 bytes} [Tue Apr 28 18:42:39 2026] POST /v2.0/ports => generated 1132 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2659] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:42:40 2026] DELETE /v2.0/ports/6e9c7a95-1415-481b-a8f9-9f4fa7abeb31 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:42:40.398 8 INFO neutron_taas.services.taas.taas_plugin [None req-03164059-ac58-437d-9fc2-0a7fb7b17811 ed19ba32990f4c7fae45b6d39b856471 1b91658fb6164f678e29b3268488ed4d - - default default] TaaS: Handle Delete Port: b300e94f-8c3e-45e9-b4c9-1702611f8733 2026-04-28 18:42:40.400 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03164059-ac58-437d-9fc2-0a7fb7b17811 ed19ba32990f4c7fae45b6d39b856471 1b91658fb6164f678e29b3268488ed4d - - default default] Tap Mirror: Handle Delete Port: b300e94f-8c3e-45e9-b4c9-1702611f8733 [pid: 8|app: 0|req: 1339/2660] 10.0.0.224 () {32 vars in 720 bytes} [Tue Apr 28 18:42:40 2026] DELETE /v2.0/ports/b300e94f-8c3e-45e9-b4c9-1702611f8733 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:42:40.611 7 INFO neutron.services.segments.plugin [-] Segment 595780b2-8e88-4368-ac62-17cdce3db648 resource provider aggregate not found 2026-04-28 18:42:40.618 7 INFO neutron.services.segments.plugin [-] Segment 595780b2-8e88-4368-ac62-17cdce3db648 resource provider aggregate not found 2026-04-28 18:42:40.632 7 INFO neutron.services.segments.plugin [-] Segment 595780b2-8e88-4368-ac62-17cdce3db648 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 595780b2-8e88-4368-ac62-17cdce3db648 found for delete ", "request_id": "req-c810b30f-3ea3-4081-b4bc-205e6a50c315"}]} 2026-04-28 18:42:40.634 7 INFO neutron.services.segments.plugin [-] Segment 595780b2-8e88-4368-ac62-17cdce3db648 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 595780b2-8e88-4368-ac62-17cdce3db648 found for delete ", "request_id": "req-272184a3-edaf-45af-8837-0a235c0b991a"}]} [pid: 7|app: 0|req: 1322/2661] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:42:40 2026] DELETE /v2.0/networks/e01a59bc-213b-4dbe-8802-ed87e1dc1c07 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:42:40.796 8 INFO neutron.services.segments.plugin [-] Segment 5d8cc451-7dfe-446a-b642-a9aa66969e32 resource provider aggregate not found 2026-04-28 18:42:40.801 8 INFO neutron.services.segments.plugin [-] Segment 5d8cc451-7dfe-446a-b642-a9aa66969e32 resource provider aggregate not found 2026-04-28 18:42:40.820 8 INFO neutron.services.segments.plugin [-] Segment 5d8cc451-7dfe-446a-b642-a9aa66969e32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d8cc451-7dfe-446a-b642-a9aa66969e32 found for delete ", "request_id": "req-2532af95-a280-405a-8f75-facc325a53b8"}]} [pid: 8|app: 0|req: 1340/2662] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:42:40 2026] DELETE /v2.0/networks/72b58234-8053-4cef-9cac-4d4eb5a6b2ad => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:42:40.829 8 INFO neutron.services.segments.plugin [-] Segment 5d8cc451-7dfe-446a-b642-a9aa66969e32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d8cc451-7dfe-446a-b642-a9aa66969e32 found for delete ", "request_id": "req-ff3a431a-86d6-4704-8a0b-2f2f4ef2a0b6"}]} [pid: 7|app: 0|req: 1323/2663] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:42:40 2026] DELETE /v2.0/networks/c1fdc78e-63de-4e64-9ab8-b09167375353 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2664] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:42:40 2026] DELETE /v2.0/networks/197d539b-f68c-4259-b06e-c0a532d41e55 => 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: 1324/2665] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:42:41 2026] DELETE /v2.0/networks/d0781d70-e801-4c3f-b807-a0c132a88282 => 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: 1342/2666] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:42:42 2026] GET /v2.0/security-groups?tenant_id=1b91658fb6164f678e29b3268488ed4d&name=default => generated 2929 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2667] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:42 2026] DELETE /v2.0/security-groups/54d0c635-0b30-4062-b2b7-36008d8c3cf3 => 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: 1343/2668] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:42:42 2026] GET /v2.0/security-groups?tenant_id=aa82829bfaa541f69775da9d93f434df&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:42:42.657 7 INFO neutron.services.segments.plugin [-] Segment 76c3b429-0ba3-40ce-b38d-a4c3b0f3f5c9 resource provider aggregate not found 2026-04-28 18:42:42.660 7 INFO neutron.services.segments.plugin [-] Segment 76c3b429-0ba3-40ce-b38d-a4c3b0f3f5c9 resource provider aggregate not found 2026-04-28 18:42:42.685 7 INFO neutron.services.segments.plugin [-] Segment 76c3b429-0ba3-40ce-b38d-a4c3b0f3f5c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76c3b429-0ba3-40ce-b38d-a4c3b0f3f5c9 found for delete ", "request_id": "req-1a887acf-ee61-40e4-9980-a4beccb0bdc3"}]} 2026-04-28 18:42:42.702 7 INFO neutron.services.segments.plugin [-] Segment 76c3b429-0ba3-40ce-b38d-a4c3b0f3f5c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76c3b429-0ba3-40ce-b38d-a4c3b0f3f5c9 found for delete ", "request_id": "req-6d65d77c-7034-4070-905b-265e042121d8"}]} 2026-04-28 18:42:42.734 7 INFO neutron.services.segments.plugin [-] Segment 8293cf47-6559-4194-ba97-f3b2b865f437 resource provider aggregate not found 2026-04-28 18:42:42.736 7 INFO neutron.services.segments.plugin [-] Segment 8293cf47-6559-4194-ba97-f3b2b865f437 resource provider aggregate not found 2026-04-28 18:42:42.755 7 INFO neutron.services.segments.plugin [-] Segment 8293cf47-6559-4194-ba97-f3b2b865f437 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8293cf47-6559-4194-ba97-f3b2b865f437 found for delete ", "request_id": "req-c09d882e-b696-4390-a2e3-7cde31f2d8da"}]} 2026-04-28 18:42:42.756 7 INFO neutron.services.segments.plugin [-] Segment 8293cf47-6559-4194-ba97-f3b2b865f437 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8293cf47-6559-4194-ba97-f3b2b865f437 found for delete ", "request_id": "req-d5314202-9dca-4376-b65e-27f323688d4b"}]} [pid: 7|app: 0|req: 1326/2669] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:42 2026] DELETE /v2.0/security-groups/51e6d91f-35c3-4c5a-a098-b09680e3a0d1 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:42:42.840 8 INFO neutron.services.segments.plugin [-] Segment 43d8434f-bfbf-4356-a531-436e216cca22 resource provider aggregate not found 2026-04-28 18:42:42.852 8 INFO neutron.services.segments.plugin [-] Segment 43d8434f-bfbf-4356-a531-436e216cca22 resource provider aggregate not found 2026-04-28 18:42:42.861 8 INFO neutron.services.segments.plugin [-] Segment 43d8434f-bfbf-4356-a531-436e216cca22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43d8434f-bfbf-4356-a531-436e216cca22 found for delete ", "request_id": "req-3c86bc4a-3153-4b87-b006-765da78a01a0"}]} 2026-04-28 18:42:42.872 8 INFO neutron.services.segments.plugin [-] Segment 43d8434f-bfbf-4356-a531-436e216cca22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43d8434f-bfbf-4356-a531-436e216cca22 found for delete ", "request_id": "req-09b9dedc-41e4-4191-9105-44818d8b44ab"}]} [pid: 8|app: 0|req: 1344/2670] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:42:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2671] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:42:43 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: 1346/2672] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:42:43 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: 1347/2673] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:42:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2674] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:42:42 2026] GET /v2.0/security-groups?tenant_id=39ee755346e14c9597437d65e2e858fb&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2675] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:42:43 2026] GET /v2.0/ports/ce287e3c-4d55-472a-b44c-f15e235bde39 => generated 1132 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2676] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:43 2026] DELETE /v2.0/security-groups/5f665317-ddee-4d9e-bced-87359159ef4a => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2677] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:42:43 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: 1349/2678] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:42:43 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: 1330/2679] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:42:43 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: 1350/2680] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:42:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:42:43.472 7 INFO neutron.api.v2.resource [None req-a3e645ff-3a3e-4f55-bef5-0db9e33df49b 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1331/2681] 199.204.45.49 () {30 vars in 762 bytes} [Tue Apr 28 18:42:43 2026] GET /v2.0/security-groups/lb-11c0a93c-73c8-4b18-b2d9-c8cdc96bcbd5 => 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: 1351/2682] 199.204.45.49 () {30 vars in 784 bytes} [Tue Apr 28 18:42:43 2026] GET /v2.0/security-groups?name=lb-11c0a93c-73c8-4b18-b2d9-c8cdc96bcbd5 => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2683] 199.204.45.49 () {34 vars in 735 bytes} [Tue Apr 28 18:42:43 2026] POST /v2.0/security-groups => generated 1638 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2684] 199.204.45.49 () {30 vars in 814 bytes} [Tue Apr 28 18:42:43 2026] GET /v2.0/security-group-rules?security_group_id=8ab498b5-c550-45cd-93cb-db92718b9b29 => generated 1182 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2685] 199.204.45.49 () {34 vars in 788 bytes} [Tue Apr 28 18:42:43 2026] PUT /v2.0/ports/ce287e3c-4d55-472a-b44c-f15e235bde39 => generated 1132 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2686] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:42:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1334/2687] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:42:44 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: 1354/2688] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:42:44 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: 1335/2689] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:42:44 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: 1355/2690] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:42:44 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:42:46.881 7 INFO neutron.db.segments_db [None req-a9d8824d-276c-4e31-ac6f-f620894e7c33 e3a459e3d88d4e8b96bfa1069c8a6bad 4f03f45db79a439c8abaef3e959e9ebe - - default default] Added segment 46517567-232d-46bf-ac26-fc356f9cd18f of type vxlan for network bfcc71e6-c2cd-4ba7-8e4f-040afad1f150 [pid: 7|app: 0|req: 1337/2693] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:42:46 2026] POST /v2.0/networks => generated 612 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2694] 10.0.0.224 () {34 vars in 753 bytes} [Tue Apr 28 18:42:47 2026] PUT /v2.0/networks/bfcc71e6-c2cd-4ba7-8e4f-040afad1f150/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2695] 10.0.0.224 () {32 vars in 733 bytes} [Tue Apr 28 18:42:47 2026] GET /v2.0/networks/bfcc71e6-c2cd-4ba7-8e4f-040afad1f150/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: 1358/2696] 10.0.0.224 () {34 vars in 764 bytes} [Tue Apr 28 18:42:47 2026] PUT /v2.0/networks/bfcc71e6-c2cd-4ba7-8e4f-040afad1f150/tags/green => generated 4 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2697] 10.0.0.224 () {32 vars in 733 bytes} [Tue Apr 28 18:42:47 2026] GET /v2.0/networks/bfcc71e6-c2cd-4ba7-8e4f-040afad1f150/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2698] 10.0.0.224 () {34 vars in 760 bytes} [Tue Apr 28 18:42:47 2026] PUT /v2.0/networks/bfcc71e6-c2cd-4ba7-8e4f-040afad1f150/tags/red => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2699] 10.0.0.224 () {32 vars in 733 bytes} [Tue Apr 28 18:42:47 2026] GET /v2.0/networks/bfcc71e6-c2cd-4ba7-8e4f-040afad1f150/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2700] 10.0.0.224 () {34 vars in 782 bytes} [Tue Apr 28 18:42:47 2026] PUT /v2.0/networks/bfcc71e6-c2cd-4ba7-8e4f-040afad1f150/tags/black.or.white => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2701] 10.0.0.224 () {32 vars in 733 bytes} [Tue Apr 28 18:42:47 2026] GET /v2.0/networks/bfcc71e6-c2cd-4ba7-8e4f-040afad1f150/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2702] 10.0.0.224 () {34 vars in 753 bytes} [Tue Apr 28 18:42:47 2026] PUT /v2.0/networks/bfcc71e6-c2cd-4ba7-8e4f-040afad1f150/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2703] 10.0.0.224 () {32 vars in 733 bytes} [Tue Apr 28 18:42:47 2026] GET /v2.0/networks/bfcc71e6-c2cd-4ba7-8e4f-040afad1f150/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2704] 10.0.0.224 () {32 vars in 741 bytes} [Tue Apr 28 18:42:47 2026] GET /v2.0/networks/bfcc71e6-c2cd-4ba7-8e4f-040afad1f150/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:42:47.818 7 INFO neutron.api.v2.resource [None req-09fea601-95e5-4e9e-9925-2ce0fbcd0bd9 e3a459e3d88d4e8b96bfa1069c8a6bad 4f03f45db79a439c8abaef3e959e9ebe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1343/2705] 10.0.0.224 () {32 vars in 745 bytes} [Tue Apr 28 18:42:47 2026] GET /v2.0/networks/bfcc71e6-c2cd-4ba7-8e4f-040afad1f150/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: 1363/2706] 10.0.0.224 () {32 vars in 744 bytes} [Tue Apr 28 18:42:47 2026] DELETE /v2.0/networks/bfcc71e6-c2cd-4ba7-8e4f-040afad1f150/tags/red => 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: 1344/2707] 10.0.0.224 () {32 vars in 733 bytes} [Tue Apr 28 18:42:47 2026] GET /v2.0/networks/bfcc71e6-c2cd-4ba7-8e4f-040afad1f150/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:42:47.985 8 INFO neutron.api.v2.resource [None req-27af6ee9-9b9d-488b-9604-597b464f0714 e3a459e3d88d4e8b96bfa1069c8a6bad 4f03f45db79a439c8abaef3e959e9ebe - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1364/2708] 10.0.0.224 () {32 vars in 748 bytes} [Tue Apr 28 18:42:47 2026] DELETE /v2.0/networks/bfcc71e6-c2cd-4ba7-8e4f-040afad1f150/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2709] 10.0.0.224 () {32 vars in 736 bytes} [Tue Apr 28 18:42:47 2026] DELETE /v2.0/networks/bfcc71e6-c2cd-4ba7-8e4f-040afad1f150/tags => 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: 1365/2710] 10.0.0.224 () {32 vars in 733 bytes} [Tue Apr 28 18:42:48 2026] GET /v2.0/networks/bfcc71e6-c2cd-4ba7-8e4f-040afad1f150/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:42:48.248 7 INFO neutron.services.segments.plugin [-] Segment 46517567-232d-46bf-ac26-fc356f9cd18f resource provider aggregate not found 2026-04-28 18:42:48.249 7 INFO neutron.services.segments.plugin [-] Segment 46517567-232d-46bf-ac26-fc356f9cd18f resource provider aggregate not found 2026-04-28 18:42:48.275 7 INFO neutron.services.segments.plugin [-] Segment 46517567-232d-46bf-ac26-fc356f9cd18f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46517567-232d-46bf-ac26-fc356f9cd18f found for delete ", "request_id": "req-a21a119e-5fee-48c2-94f4-79a6135b9008"}]} [pid: 7|app: 0|req: 1346/2711] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:42:48 2026] DELETE /v2.0/networks/bfcc71e6-c2cd-4ba7-8e4f-040afad1f150 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:42:48.276 7 INFO neutron.services.segments.plugin [-] Segment 46517567-232d-46bf-ac26-fc356f9cd18f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46517567-232d-46bf-ac26-fc356f9cd18f found for delete ", "request_id": "req-070b9cb8-4119-4509-ae9f-4513203a799b"}]} [pid: 8|app: 0|req: 1366/2712] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:42:48 2026] GET /v2.0/security-groups?tenant_id=4f03f45db79a439c8abaef3e959e9ebe&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2713] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:49 2026] DELETE /v2.0/security-groups/3a88c2f0-1e4d-4de5-9ff8-9dfe92e8e609 => 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: 1367/2714] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:42:49 2026] GET /v2.0/security-groups?tenant_id=12a94985fd3f4e339b10571f52913276&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2715] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:49 2026] DELETE /v2.0/security-groups/9ced8696-72e7-4d28-b5e8-08578e0b871d => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2716] 10.0.0.204 () {34 vars in 1016 bytes} [Tue Apr 28 18:42:52 2026] GET /v2.0/security-groups?id=451ff2d1-4994-4222-bdcf-f86294e386d4&fields=id => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2717] 10.0.0.204 () {34 vars in 982 bytes} [Tue Apr 28 18:42:52 2026] GET /v2.0/networks?id=406e6be9-b799-4bd1-bb0c-10c01e8256df => generated 734 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2718] 10.0.0.204 () {34 vars in 965 bytes} [Tue Apr 28 18:42:52 2026] GET /v2.0/quotas/3b52c12bfcf54853a55aa0a683ad5d91 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2719] 10.0.0.204 () {34 vars in 1002 bytes} [Tue Apr 28 18:42:52 2026] GET /v2.0/ports?tenant_id=3b52c12bfcf54853a55aa0a683ad5d91&fields=id => generated 149 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2720] 10.0.0.204 () {34 vars in 1008 bytes} [Tue Apr 28 18:42:52 2026] GET /v2.0/networks/406e6be9-b799-4bd1-bb0c-10c01e8256df?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: 1351/2721] 10.0.0.204 () {34 vars in 1108 bytes} [Tue Apr 28 18:42:52 2026] GET /v2.0/networks/406e6be9-b799-4bd1-bb0c-10c01e8256df?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-04-28 18:42:52.897 8 INFO neutron.db.segments_db [None req-2244dc22-a598-44c7-9b9e-1c68ed3a77a1 ec26a6178a854adf83b0e16e9f9c835a a02cfd8306be475694a76879ff5582ae - - default default] Added segment 2976e7c4-c655-465d-8874-63914ba642f5 of type vxlan for network 5fc0bf1d-b417-4714-8e48-4c8a0231d4aa [pid: 8|app: 0|req: 1371/2722] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:42:52 2026] POST /v2.0/networks => generated 612 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2723] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:42:53 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:42:53.067 7 INFO neutron.db.segments_db [None req-0dd94275-dea2-4795-b9f3-65942a5d7c90 ec26a6178a854adf83b0e16e9f9c835a a02cfd8306be475694a76879ff5582ae - - default default] Added segment 499efa03-45cd-4f97-a8fa-e5e9da8c5327 of type vxlan for network 0a7dc5a3-fefc-44ef-908a-d9dba19f4be8 [pid: 8|app: 0|req: 1373/2724] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:42:53 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => 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: 1352/2725] 10.0.0.224 () {34 vars in 670 bytes} [Tue Apr 28 18:42:53 2026] POST /v2.0/networks => generated 613 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2726] 10.0.0.224 () {34 vars in 753 bytes} [Tue Apr 28 18:42:53 2026] PUT /v2.0/networks/5fc0bf1d-b417-4714-8e48-4c8a0231d4aa/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2727] 10.0.0.224 () {32 vars in 733 bytes} [Tue Apr 28 18:42:53 2026] GET /v2.0/networks/5fc0bf1d-b417-4714-8e48-4c8a0231d4aa/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2728] 10.0.0.224 () {34 vars in 753 bytes} [Tue Apr 28 18:42:53 2026] PUT /v2.0/networks/0a7dc5a3-fefc-44ef-908a-d9dba19f4be8/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2729] 10.0.0.224 () {32 vars in 733 bytes} [Tue Apr 28 18:42:53 2026] GET /v2.0/networks/0a7dc5a3-fefc-44ef-908a-d9dba19f4be8/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2730] 10.0.0.224 () {34 vars in 753 bytes} [Tue Apr 28 18:42:53 2026] PUT /v2.0/networks/0a7dc5a3-fefc-44ef-908a-d9dba19f4be8/tags => generated 12 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2731] 10.0.0.224 () {32 vars in 733 bytes} [Tue Apr 28 18:42:53 2026] GET /v2.0/networks/0a7dc5a3-fefc-44ef-908a-d9dba19f4be8/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2732] 10.0.0.224 () {32 vars in 733 bytes} [Tue Apr 28 18:42:53 2026] GET /v2.0/networks/5fc0bf1d-b417-4714-8e48-4c8a0231d4aa/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:42:53.759 7 INFO neutron.services.segments.plugin [-] Segment 2976e7c4-c655-465d-8874-63914ba642f5 resource provider aggregate not found 2026-04-28 18:42:53.764 7 INFO neutron.services.segments.plugin [-] Segment 2976e7c4-c655-465d-8874-63914ba642f5 resource provider aggregate not found 2026-04-28 18:42:53.779 7 INFO neutron.services.segments.plugin [-] Segment 2976e7c4-c655-465d-8874-63914ba642f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2976e7c4-c655-465d-8874-63914ba642f5 found for delete ", "request_id": "req-1437b48a-b3ba-48b9-9df8-61e141a560f6"}]} 2026-04-28 18:42:53.787 7 INFO neutron.services.segments.plugin [-] Segment 2976e7c4-c655-465d-8874-63914ba642f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2976e7c4-c655-465d-8874-63914ba642f5 found for delete ", "request_id": "req-8cac659e-97f0-457c-873e-1e6342e17aa9"}]} [pid: 7|app: 0|req: 1356/2733] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:42:53 2026] DELETE /v2.0/networks/5fc0bf1d-b417-4714-8e48-4c8a0231d4aa => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:42:53.945 8 INFO neutron.services.segments.plugin [-] Segment 499efa03-45cd-4f97-a8fa-e5e9da8c5327 resource provider aggregate not found 2026-04-28 18:42:53.946 8 INFO neutron.services.segments.plugin [-] Segment 499efa03-45cd-4f97-a8fa-e5e9da8c5327 resource provider aggregate not found 2026-04-28 18:42:53.968 8 INFO neutron.services.segments.plugin [-] Segment 499efa03-45cd-4f97-a8fa-e5e9da8c5327 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 499efa03-45cd-4f97-a8fa-e5e9da8c5327 found for delete ", "request_id": "req-583e9474-ba3d-44e4-9877-5430e20a31fc"}]} 2026-04-28 18:42:53.971 8 INFO neutron.services.segments.plugin [-] Segment 499efa03-45cd-4f97-a8fa-e5e9da8c5327 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 499efa03-45cd-4f97-a8fa-e5e9da8c5327 found for delete ", "request_id": "req-81205e0a-e1ce-4e56-804b-1313babca5b0"}]} [pid: 8|app: 0|req: 1378/2734] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:42:53 2026] DELETE /v2.0/networks/0a7dc5a3-fefc-44ef-908a-d9dba19f4be8 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2735] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:42:54 2026] GET /v2.0/security-groups?tenant_id=94d1b044fc20450e833145e5d01ec412&name=default => generated 2929 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2736] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:54 2026] DELETE /v2.0/security-groups/67e8a940-9e36-4478-90d2-413cd3c921ea => 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: 1358/2737] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:42:55 2026] GET /v2.0/security-groups?tenant_id=a02cfd8306be475694a76879ff5582ae&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2738] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:42:55 2026] DELETE /v2.0/security-groups/1af18a1f-fee2-4167-aa94-8e11e5e62850 => 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: 1359/2739] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:42:55 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => 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: 1381/2740] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:42:55 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 12 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2741] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:42:57 2026] GET /v2.0/networks?id=406e6be9-b799-4bd1-bb0c-10c01e8256df => generated 734 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2742] 199.204.45.49 () {34 vars in 1049 bytes} [Tue Apr 28 18:42:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3b52c12bfcf54853a55aa0a683ad5d91 => generated 343 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2743] 199.204.45.49 () {38 vars in 954 bytes} [Tue Apr 28 18:42:57 2026] POST /v2.0/ports => generated 1082 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2744] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:42:57 2026] PUT /v2.0/ports/7dec5429-92d0-4c8f-a906-666903c53043 => generated 1243 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:42:58.099 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-44cba939-53a7-481b-b5cc-564ec75e6e5b'] response: {'name': 'network-changed', 'server_uuid': '07358b61-0007-416a-8fb1-f8d9d4a88fa1', 'tag': '7dec5429-92d0-4c8f-a906-666903c53043', '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: 1362/2745] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:42:58 2026] GET /v2.0/ports?tenant_id=3b52c12bfcf54853a55aa0a683ad5d91&device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1384/2746] 199.204.45.49 () {34 vars in 1017 bytes} [Tue Apr 28 18:42:58 2026] GET /v2.0/networks?tenant_id=3b52c12bfcf54853a55aa0a683ad5d91&shared=False => generated 734 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2747] 199.204.45.49 () {34 vars in 929 bytes} [Tue Apr 28 18:42:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2750] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:42:59 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 1246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2751] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:42:59 2026] GET /v2.0/security-groups?id=451ff2d1-4994-4222-bdcf-f86294e386d4&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2752] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:42:59 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 1246 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2753] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:42:59 2026] GET /v2.0/ports?tenant_id=3b52c12bfcf54853a55aa0a683ad5d91&device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2754] 199.204.45.49 () {34 vars in 1061 bytes} [Tue Apr 28 18:42:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.243&port_id=7dec5429-92d0-4c8f-a906-666903c53043 => 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: 1367/2755] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:42:59 2026] GET /v2.0/subnets?id=9ba1c52d-133e-4392-b2ec-3646ac1260ad => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2756] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:42:59 2026] GET /v2.0/ports?network_id=406e6be9-b799-4bd1-bb0c-10c01e8256df&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2757] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:42:59 2026] GET /v2.0/networks/406e6be9-b799-4bd1-bb0c-10c01e8256df?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: 1390/2758] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:43:00 2026] GET /v2.0/networks/406e6be9-b799-4bd1-bb0c-10c01e8256df?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: 1369/2759] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:43:02 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2760] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:43:02 2026] GET /v2.0/security-groups?id=451ff2d1-4994-4222-bdcf-f86294e386d4&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: 7|app: 0|req: 1370/2761] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:43:02 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 1246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2762] 199.204.45.49 () {34 vars in 993 bytes} [Tue Apr 28 18:43:04 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 1248 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2763] 199.204.45.49 () {34 vars in 1043 bytes} [Tue Apr 28 18:43:04 2026] GET /v2.0/security-groups?id=451ff2d1-4994-4222-bdcf-f86294e386d4&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2764] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:43:05 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2765] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:43:05 2026] GET /v2.0/security-groups?id=451ff2d1-4994-4222-bdcf-f86294e386d4&fields=id&fields=name => generated 96 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2766] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:43:05 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2767] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:43:08 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2768] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:43:08 2026] GET /v2.0/security-groups?id=451ff2d1-4994-4222-bdcf-f86294e386d4&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2769] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:43:08 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2776] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:43:46 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: 1378/2777] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:43: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: 1400/2778] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:43:46 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: 1379/2779] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:43:46 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: 1401/2780] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:43:46 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 676 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2781] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:43:46 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2782] 199.204.45.49 () {34 vars in 716 bytes} [Tue Apr 28 18:43:46 2026] POST /v2.0/ports => generated 1059 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2783] 10.0.0.204 () {34 vars in 971 bytes} [Tue Apr 28 18:43:47 2026] GET /v2.0/ports/34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => generated 1059 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2784] 10.0.0.204 () {34 vars in 907 bytes} [Tue Apr 28 18:43:47 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2785] 199.204.45.49 () {34 vars in 1261 bytes} [Tue Apr 28 18:43:48 2026] GET /v2.0/ports/34ed2ecf-77b6-44ad-a10c-ebb637c00d59?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2786] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:43:48 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2787] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:43:48 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2788] 199.204.45.49 () {34 vars in 974 bytes} [Tue Apr 28 18:43:49 2026] GET /v2.0/ports/34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => generated 1059 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2789] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:43:49 2026] GET /v2.0/networks?id=809ab687-5e8e-44d3-9d15-62952816347b => generated 803 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2790] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:43:49 2026] PUT /v2.0/ports/34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => generated 1249 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:43:49.787 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-27337ebf-46b4-4a67-a83e-af376a7edc5c'] response: {'name': 'network-changed', 'server_uuid': '07358b61-0007-416a-8fb1-f8d9d4a88fa1', 'tag': '34ed2ecf-77b6-44ad-a10c-ebb637c00d59', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1385/2791] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:43:50 2026] GET /v2.0/ports?tenant_id=3b52c12bfcf54853a55aa0a683ad5d91&device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 2489 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2792] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:43:50 2026] GET /v2.0/networks?id=809ab687-5e8e-44d3-9d15-62952816347b => generated 803 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2793] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:43:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.192&port_id=34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => 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: 1408/2794] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:43:50 2026] GET /v2.0/subnets?id=2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2795] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:43:50 2026] GET /v2.0/ports?network_id=809ab687-5e8e-44d3-9d15-62952816347b&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2796] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:43:50 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b?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: 1388/2797] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:43:50 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b?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: 1410/2798] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:43:51 2026] GET /v2.0/ports?tenant_id=3b52c12bfcf54853a55aa0a683ad5d91&device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 2489 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2799] 199.204.45.49 () {34 vars in 1061 bytes} [Tue Apr 28 18:43:51 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.243&port_id=7dec5429-92d0-4c8f-a906-666903c53043 => 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: 1411/2800] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:43:51 2026] GET /v2.0/subnets?id=9ba1c52d-133e-4392-b2ec-3646ac1260ad => 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: 1390/2801] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:43:51 2026] GET /v2.0/ports?network_id=406e6be9-b799-4bd1-bb0c-10c01e8256df&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: 1412/2802] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:43:51 2026] GET /v2.0/networks/406e6be9-b799-4bd1-bb0c-10c01e8256df?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: 1391/2803] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:43:51 2026] GET /v2.0/networks/406e6be9-b799-4bd1-bb0c-10c01e8256df?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2804] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:43:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.192&port_id=34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => 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: 1392/2805] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:43:51 2026] GET /v2.0/subnets?id=2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2806] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:43:51 2026] GET /v2.0/ports?network_id=809ab687-5e8e-44d3-9d15-62952816347b&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2807] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:43:52 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b?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: 1415/2808] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:43:52 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b?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: 1394/2809] 10.0.0.204 () {34 vars in 971 bytes} [Tue Apr 28 18:43:56 2026] GET /v2.0/ports/34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => generated 1251 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2810] 199.204.45.49 () {34 vars in 788 bytes} [Tue Apr 28 18:43:56 2026] PUT /v2.0/ports/34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => generated 1276 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:43:56.371 7 INFO neutron.api.v2.resource [None req-f8628d6a-b90a-43e4-b8f6-4a48056e004e 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1395/2811] 199.204.45.49 () {30 vars in 762 bytes} [Tue Apr 28 18:43:56 2026] GET /v2.0/security-groups/lb-11c0a93c-73c8-4b18-b2d9-c8cdc96bcbd5 => generated 149 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:43:56.392 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5cfb3180-ed9e-44fb-bf22-f4365fd65236'] response: {'name': 'network-changed', 'server_uuid': '07358b61-0007-416a-8fb1-f8d9d4a88fa1', 'tag': '34ed2ecf-77b6-44ad-a10c-ebb637c00d59', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1417/2812] 199.204.45.49 () {30 vars in 784 bytes} [Tue Apr 28 18:43:56 2026] GET /v2.0/security-groups?name=lb-11c0a93c-73c8-4b18-b2d9-c8cdc96bcbd5 => generated 1639 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2813] 199.204.45.49 () {34 vars in 788 bytes} [Tue Apr 28 18:43:56 2026] PUT /v2.0/ports/34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => generated 1314 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:43:56.781 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a5d9c43-0894-495a-87da-fbbe1faf20cd'] response: {'name': 'network-changed', 'server_uuid': '07358b61-0007-416a-8fb1-f8d9d4a88fa1', 'tag': '34ed2ecf-77b6-44ad-a10c-ebb637c00d59', '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: 1397/2814] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:43:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2815] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:43:56 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: 1399/2816] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:43: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: 1418/2817] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:43:56 2026] GET /v2.0/ports?tenant_id=3b52c12bfcf54853a55aa0a683ad5d91&device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 2590 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2818] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:43:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2819] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:43:56 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2820] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:43:56 2026] GET /v2.0/networks?id=809ab687-5e8e-44d3-9d15-62952816347b => generated 803 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2821] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:43:56 2026] GET /v2.0/ports/ce287e3c-4d55-472a-b44c-f15e235bde39 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2822] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:43:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.192&port_id=34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => 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: 1403/2823] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:43:57 2026] GET /v2.0/subnets?id=2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2824] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:43:57 2026] GET /v2.0/ports/34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2825] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:43:57 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2826] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:43:57 2026] GET /v2.0/ports?network_id=809ab687-5e8e-44d3-9d15-62952816347b&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2827] 199.204.45.49 () {30 vars in 742 bytes} [Tue Apr 28 18:43:57 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2828] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:43:57 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b?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: 1406/2829] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:43:57 2026] GET /v2.0/ports/ce287e3c-4d55-472a-b44c-f15e235bde39 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2830] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:43:57 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b?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: 1407/2831] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:43:57 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => 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: 1425/2832] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:43:58 2026] GET /v2.0/ports?tenant_id=3b52c12bfcf54853a55aa0a683ad5d91&device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2833] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:43:58 2026] GET /v2.0/networks?id=809ab687-5e8e-44d3-9d15-62952816347b => generated 803 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2834] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:43:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.192&port_id=34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => 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: 1409/2835] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:43:58 2026] GET /v2.0/subnets?id=2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 679 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2836] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:43:58 2026] GET /v2.0/ports?network_id=809ab687-5e8e-44d3-9d15-62952816347b&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2837] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:43:58 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b?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: 1428/2838] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:43:58 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b?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) 2026-04-28 18:44:01.481 8 INFO neutron.db.l3_db [None req-41671e90-a7c0-40c8-8a25-139b4efc70a7 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Floating IP 441ceaaa-939e-4e5c-a0b1-278238485b8d associated. External IP: 10.96.250.204, port: ce287e3c-4d55-472a-b44c-f15e235bde39. [pid: 8|app: 0|req: 1430/2841] 10.0.0.224 () {34 vars in 677 bytes} [Tue Apr 28 18:44:00 2026] POST /v2.0/floatingips => generated 899 bytes in 1047 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2842] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:44:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2843] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:44:06 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: 1413/2844] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:44:06 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: 1432/2845] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:44:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:44:07.006 7 INFO neutron.api.v2.resource [None req-e67a561a-e95f-40de-8ede-1fcdfba29543 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1414/2846] 199.204.45.49 () {30 vars in 762 bytes} [Tue Apr 28 18:44:06 2026] GET /v2.0/security-groups/lb-11c0a93c-73c8-4b18-b2d9-c8cdc96bcbd5 => 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: 1433/2847] 199.204.45.49 () {30 vars in 784 bytes} [Tue Apr 28 18:44:07 2026] GET /v2.0/security-groups?name=lb-11c0a93c-73c8-4b18-b2d9-c8cdc96bcbd5 => 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: 1415/2848] 199.204.45.49 () {30 vars in 814 bytes} [Tue Apr 28 18:44:07 2026] GET /v2.0/security-group-rules?security_group_id=8ab498b5-c550-45cd-93cb-db92718b9b29 => generated 1182 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2849] 199.204.45.49 () {34 vars in 746 bytes} [Tue Apr 28 18:44:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2850] 199.204.45.49 () {34 vars in 746 bytes} [Tue Apr 28 18:44:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2853] 10.0.0.248 () {30 vars in 690 bytes} [Tue Apr 28 18:44:17 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: 1436/2854] 10.0.0.248 () {30 vars in 692 bytes} [Tue Apr 28 18:44:17 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: 1419/2855] 10.0.0.248 () {30 vars in 668 bytes} [Tue Apr 28 18:44:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2856] 10.0.0.248 () {30 vars in 704 bytes} [Tue Apr 28 18:44:17 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: 1420/2857] 10.0.0.248 () {28 vars in 439 bytes} [Tue Apr 28 18:44:18 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2858] 10.0.0.248 () {30 vars in 728 bytes} [Tue Apr 28 18:44:18 2026] GET /v2.0/subnets/dd45b7e7-1f2f-4a01-9ae0-9de662d4e0de => generated 656 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2859] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:44:18 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: 1439/2860] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:44:18 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: 1422/2861] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:44:18 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: 1440/2862] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:44:18 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: 1423/2863] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:44:18 2026] GET /v2.0/subnets/dd45b7e7-1f2f-4a01-9ae0-9de662d4e0de => generated 674 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2864] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:44:18 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2865] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:44:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2866] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:44:19 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: 1425/2867] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:44:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2868] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:44:19 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: 1426/2869] 199.204.45.49 () {34 vars in 716 bytes} [Tue Apr 28 18:44:19 2026] POST /v2.0/ports => generated 1320 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2870] 10.0.0.204 () {34 vars in 971 bytes} [Tue Apr 28 18:44:19 2026] GET /v2.0/ports/77c16d18-aea5-4914-b583-313b2cf98169 => generated 1320 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: 7|app: 0|req: 1427/2871] 10.0.0.204 () {34 vars in 907 bytes} [Tue Apr 28 18:44:19 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2872] 199.204.45.49 () {34 vars in 1261 bytes} [Tue Apr 28 18:44:20 2026] GET /v2.0/ports/77c16d18-aea5-4914-b583-313b2cf98169?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2873] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:44:20 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?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: 1446/2874] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:44:20 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?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: 1429/2875] 199.204.45.49 () {34 vars in 974 bytes} [Tue Apr 28 18:44:21 2026] GET /v2.0/ports/77c16d18-aea5-4914-b583-313b2cf98169 => generated 1320 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2876] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:44:21 2026] GET /v2.0/networks?id=8445b3c3-6f61-4315-8869-fe9fc244f627 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2877] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:44:21 2026] PUT /v2.0/ports/77c16d18-aea5-4914-b583-313b2cf98169 => generated 1510 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:44:21.972 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f70093fe-41a9-4cf7-acef-ed75dac6cf18'] response: {'name': 'network-changed', 'server_uuid': '07358b61-0007-416a-8fb1-f8d9d4a88fa1', 'tag': '77c16d18-aea5-4914-b583-313b2cf98169', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1448/2878] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:44:22 2026] GET /v2.0/ports?tenant_id=3b52c12bfcf54853a55aa0a683ad5d91&device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 4092 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1431/2879] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:44:22 2026] GET /v2.0/networks?id=8445b3c3-6f61-4315-8869-fe9fc244f627 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2880] 199.204.45.49 () {34 vars in 1053 bytes} [Tue Apr 28 18:44:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.8&port_id=77c16d18-aea5-4914-b583-313b2cf98169 => 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: 1432/2881] 199.204.45.49 () {34 vars in 1103 bytes} [Tue Apr 28 18:44:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2fb&port_id=77c16d18-aea5-4914-b583-313b2cf98169 => 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: 1450/2882] 199.204.45.49 () {34 vars in 1063 bytes} [Tue Apr 28 18:44:22 2026] GET /v2.0/subnets?id=6c529176-4b86-4879-88f9-c3623dab9d40&id=dd45b7e7-1f2f-4a01-9ae0-9de662d4e0de => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2883] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:44:22 2026] GET /v2.0/ports?network_id=8445b3c3-6f61-4315-8869-fe9fc244f627&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: 8|app: 0|req: 1451/2884] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:44:22 2026] GET /v2.0/ports?network_id=8445b3c3-6f61-4315-8869-fe9fc244f627&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: 1434/2885] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:44:22 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?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: 1452/2886] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:44:22 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2887] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:44:23 2026] GET /v2.0/ports?tenant_id=3b52c12bfcf54853a55aa0a683ad5d91&device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 4092 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2888] 199.204.45.49 () {34 vars in 1061 bytes} [Tue Apr 28 18:44:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.243&port_id=7dec5429-92d0-4c8f-a906-666903c53043 => 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: 1436/2889] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:44:23 2026] GET /v2.0/subnets?id=9ba1c52d-133e-4392-b2ec-3646ac1260ad => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2890] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:44:24 2026] GET /v2.0/ports?network_id=406e6be9-b799-4bd1-bb0c-10c01e8256df&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: 1437/2891] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:44:24 2026] GET /v2.0/networks/406e6be9-b799-4bd1-bb0c-10c01e8256df?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: 1455/2892] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:44:24 2026] GET /v2.0/networks/406e6be9-b799-4bd1-bb0c-10c01e8256df?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: 1438/2893] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:44:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.192&port_id=34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => 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: 1456/2894] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:44:24 2026] GET /v2.0/subnets?id=2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2895] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:44:24 2026] GET /v2.0/ports?network_id=809ab687-5e8e-44d3-9d15-62952816347b&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2896] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:44:24 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b?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: 1440/2897] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:44:24 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b?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: 1458/2898] 199.204.45.49 () {34 vars in 1053 bytes} [Tue Apr 28 18:44:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.8&port_id=77c16d18-aea5-4914-b583-313b2cf98169 => 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: 1441/2899] 199.204.45.49 () {34 vars in 1103 bytes} [Tue Apr 28 18:44:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2fb&port_id=77c16d18-aea5-4914-b583-313b2cf98169 => 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: 1459/2900] 199.204.45.49 () {34 vars in 1063 bytes} [Tue Apr 28 18:44:24 2026] GET /v2.0/subnets?id=6c529176-4b86-4879-88f9-c3623dab9d40&id=dd45b7e7-1f2f-4a01-9ae0-9de662d4e0de => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2901] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:44:24 2026] GET /v2.0/ports?network_id=8445b3c3-6f61-4315-8869-fe9fc244f627&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: 1460/2902] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:44:24 2026] GET /v2.0/ports?network_id=8445b3c3-6f61-4315-8869-fe9fc244f627&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: 1443/2903] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:44:24 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?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: 1461/2904] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:44:24 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?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: 1444/2905] 10.0.0.204 () {34 vars in 971 bytes} [Tue Apr 28 18:44:28 2026] GET /v2.0/ports/77c16d18-aea5-4914-b583-313b2cf98169 => generated 1512 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2906] 199.204.45.49 () {30 vars in 742 bytes} [Tue Apr 28 18:44:28 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627 => generated 797 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2907] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:44:28 2026] GET /v2.0/subnets/dd45b7e7-1f2f-4a01-9ae0-9de662d4e0de => 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: 1463/2908] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:44:28 2026] GET /v2.0/subnets/6c529176-4b86-4879-88f9-c3623dab9d40 => generated 743 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2909] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:44:29 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: 1464/2910] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:44:29 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: 1447/2911] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:44:29 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: 1465/2912] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:44:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2913] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:44:29 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2914] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:44:29 2026] GET /v2.0/ports/ce287e3c-4d55-472a-b44c-f15e235bde39 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2915] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:44:29 2026] GET /v2.0/ports/34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2916] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:44:29 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2919] 199.204.45.49 () {30 vars in 742 bytes} [Tue Apr 28 18:44:29 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2920] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:44:29 2026] GET /v2.0/ports/ce287e3c-4d55-472a-b44c-f15e235bde39 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2921] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:44:29 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2922] 10.0.0.204 () {34 vars in 1178 bytes} [Tue Apr 28 18:44:31 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1&device_id=208401f5-cc58-4afd-93c9-c896deaa3771&device_id=405efc3e-3e2a-4c84-8490-174c6d20241c => generated 7006 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2923] 10.0.0.204 () {34 vars in 1280 bytes} [Tue Apr 28 18:44:31 2026] GET /v2.0/security-groups?id=8ab498b5-c550-45cd-93cb-db92718b9b29&id=451ff2d1-4994-4222-bdcf-f86294e386d4&id=be6656e6-05c0-461f-8ad4-d9c7b44f0b95&id=3135c159-3097-41ae-bda4-d77a91903e26&fields=id&fields=name => generated 353 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2924] 10.0.0.204 () {34 vars in 1084 bytes} [Tue Apr 28 18:44:32 2026] GET /v2.0/ports?device_id=208401f5-cc58-4afd-93c9-c896deaa3771&device_id=405efc3e-3e2a-4c84-8490-174c6d20241c => generated 2923 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2925] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:44:32 2026] GET /v2.0/security-groups?id=be6656e6-05c0-461f-8ad4-d9c7b44f0b95&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2926] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:44:33 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 4094 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2927] 10.0.0.204 () {34 vars in 1200 bytes} [Tue Apr 28 18:44:33 2026] GET /v2.0/security-groups?id=8ab498b5-c550-45cd-93cb-db92718b9b29&id=451ff2d1-4994-4222-bdcf-f86294e386d4&id=3135c159-3097-41ae-bda4-d77a91903e26&fields=id&fields=name => generated 262 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2928] 10.0.0.248 () {30 vars in 690 bytes} [Tue Apr 28 18:44:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2929] 10.0.0.248 () {30 vars in 692 bytes} [Tue Apr 28 18:44:38 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: 1475/2930] 10.0.0.248 () {30 vars in 668 bytes} [Tue Apr 28 18:44:38 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: 1456/2931] 10.0.0.248 () {30 vars in 704 bytes} [Tue Apr 28 18:44:38 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: 1476/2932] 10.0.0.248 () {28 vars in 439 bytes} [Tue Apr 28 18:44:39 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2933] 10.0.0.248 () {30 vars in 728 bytes} [Tue Apr 28 18:44:39 2026] GET /v2.0/subnets/2739e5f5-1bd3-4437-ba57-997f934fa71e => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2934] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:44:40 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: 7|app: 0|req: 1458/2935] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:44:40 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: 1478/2936] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:44:40 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: 1459/2937] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:44:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2938] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:44:40 2026] GET /v2.0/subnets/dd45b7e7-1f2f-4a01-9ae0-9de662d4e0de => 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: 1460/2939] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:44:40 2026] GET /v2.0/subnets/2739e5f5-1bd3-4437-ba57-997f934fa71e => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2940] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:44:40 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 4094 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2941] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:44:40 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: 1481/2942] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:44:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2943] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:44:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2944] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:44:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2945] 199.204.45.49 () {34 vars in 716 bytes} [Tue Apr 28 18:44:40 2026] POST /v2.0/ports => generated 1328 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2946] 10.0.0.204 () {34 vars in 971 bytes} [Tue Apr 28 18:44:41 2026] GET /v2.0/ports/0e8e7f5d-114c-4c03-8bad-6c3f839bf561 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1464/2947] 199.204.45.49 () {34 vars in 1261 bytes} [Tue Apr 28 18:44:42 2026] GET /v2.0/ports/0e8e7f5d-114c-4c03-8bad-6c3f839bf561?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2948] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:44:42 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515?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: 1465/2949] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:44:42 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2950] 199.204.45.49 () {34 vars in 974 bytes} [Tue Apr 28 18:44:43 2026] GET /v2.0/ports/0e8e7f5d-114c-4c03-8bad-6c3f839bf561 => generated 1328 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2951] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:44:43 2026] GET /v2.0/networks?id=4a42b326-fdea-46a4-b4bc-3999a79a7515 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2952] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:44:43 2026] PUT /v2.0/ports/0e8e7f5d-114c-4c03-8bad-6c3f839bf561 => generated 1518 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:44:43.766 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4dd58ec1-7ac3-4cc4-ab85-cbb9f7f9ee2c'] response: {'name': 'network-changed', 'server_uuid': '07358b61-0007-416a-8fb1-f8d9d4a88fa1', 'tag': '0e8e7f5d-114c-4c03-8bad-6c3f839bf561', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1467/2955] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:44:44 2026] GET /v2.0/ports?tenant_id=3b52c12bfcf54853a55aa0a683ad5d91&device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 5604 bytes in 58 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: 1489/2956] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:44:44 2026] GET /v2.0/networks?id=4a42b326-fdea-46a4-b4bc-3999a79a7515 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2957] 199.204.45.49 () {34 vars in 1055 bytes} [Tue Apr 28 18:44:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.38&port_id=0e8e7f5d-114c-4c03-8bad-6c3f839bf561 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2958] 199.204.45.49 () {34 vars in 1105 bytes} [Tue Apr 28 18:44:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A10b&port_id=0e8e7f5d-114c-4c03-8bad-6c3f839bf561 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2959] 199.204.45.49 () {34 vars in 1063 bytes} [Tue Apr 28 18:44:44 2026] GET /v2.0/subnets?id=d4c299a5-4146-406a-b997-e9f7b3741eeb&id=2739e5f5-1bd3-4437-ba57-997f934fa71e => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2960] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:44:44 2026] GET /v2.0/ports?network_id=4a42b326-fdea-46a4-b4bc-3999a79a7515&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2961] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:44:44 2026] GET /v2.0/ports?network_id=4a42b326-fdea-46a4-b4bc-3999a79a7515&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2962] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:44:44 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515?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: 1471/2963] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:44:44 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515?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: 1493/2964] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:44:45 2026] GET /v2.0/ports?tenant_id=3b52c12bfcf54853a55aa0a683ad5d91&device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 5604 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2965] 199.204.45.49 () {34 vars in 1061 bytes} [Tue Apr 28 18:44:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.243&port_id=7dec5429-92d0-4c8f-a906-666903c53043 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2966] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:44:45 2026] GET /v2.0/subnets?id=9ba1c52d-133e-4392-b2ec-3646ac1260ad => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2967] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:44:45 2026] GET /v2.0/ports?network_id=406e6be9-b799-4bd1-bb0c-10c01e8256df&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: 1495/2968] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:44:45 2026] GET /v2.0/networks/406e6be9-b799-4bd1-bb0c-10c01e8256df?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: 1474/2969] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:44:45 2026] GET /v2.0/networks/406e6be9-b799-4bd1-bb0c-10c01e8256df?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: 1496/2970] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:44:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.192&port_id=34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => 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: 1475/2971] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:44:46 2026] GET /v2.0/subnets?id=2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2972] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:44:46 2026] GET /v2.0/ports?network_id=809ab687-5e8e-44d3-9d15-62952816347b&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: 1476/2973] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:44:46 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2974] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:44:46 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b?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: 1477/2975] 199.204.45.49 () {34 vars in 1053 bytes} [Tue Apr 28 18:44:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.8&port_id=77c16d18-aea5-4914-b583-313b2cf98169 => 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: 1499/2976] 199.204.45.49 () {34 vars in 1103 bytes} [Tue Apr 28 18:44:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2fb&port_id=77c16d18-aea5-4914-b583-313b2cf98169 => 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: 1478/2977] 199.204.45.49 () {34 vars in 1063 bytes} [Tue Apr 28 18:44:46 2026] GET /v2.0/subnets?id=6c529176-4b86-4879-88f9-c3623dab9d40&id=dd45b7e7-1f2f-4a01-9ae0-9de662d4e0de => generated 1410 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2978] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:44:46 2026] GET /v2.0/ports?network_id=8445b3c3-6f61-4315-8869-fe9fc244f627&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: 1479/2979] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:44:46 2026] GET /v2.0/ports?network_id=8445b3c3-6f61-4315-8869-fe9fc244f627&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2980] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:44:46 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2981] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:44:46 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?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: 1502/2982] 199.204.45.49 () {34 vars in 1055 bytes} [Tue Apr 28 18:44:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.38&port_id=0e8e7f5d-114c-4c03-8bad-6c3f839bf561 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2983] 199.204.45.49 () {34 vars in 1105 bytes} [Tue Apr 28 18:44:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A10b&port_id=0e8e7f5d-114c-4c03-8bad-6c3f839bf561 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2984] 199.204.45.49 () {34 vars in 1063 bytes} [Tue Apr 28 18:44:46 2026] GET /v2.0/subnets?id=d4c299a5-4146-406a-b997-e9f7b3741eeb&id=2739e5f5-1bd3-4437-ba57-997f934fa71e => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2985] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:44:46 2026] GET /v2.0/ports?network_id=4a42b326-fdea-46a4-b4bc-3999a79a7515&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: 1504/2986] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:44:46 2026] GET /v2.0/ports?network_id=4a42b326-fdea-46a4-b4bc-3999a79a7515&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: 1483/2987] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:44:46 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515?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: 1505/2988] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:44:46 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515?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: 1484/2989] 10.0.0.204 () {34 vars in 971 bytes} [Tue Apr 28 18:44:51 2026] GET /v2.0/ports/0e8e7f5d-114c-4c03-8bad-6c3f839bf561 => generated 1520 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2990] 199.204.45.49 () {30 vars in 742 bytes} [Tue Apr 28 18:44:51 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515 => generated 797 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2991] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:44:51 2026] GET /v2.0/subnets/2739e5f5-1bd3-4437-ba57-997f934fa71e => 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: 1507/2992] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:44:51 2026] GET /v2.0/subnets/d4c299a5-4146-406a-b997-e9f7b3741eeb => generated 747 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2993] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:44:51 2026] GET /v2.0/ports/77c16d18-aea5-4914-b583-313b2cf98169 => 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: 1508/2994] 199.204.45.49 () {34 vars in 789 bytes} [Tue Apr 28 18:44:51 2026] PUT /v2.0/ports/77c16d18-aea5-4914-b583-313b2cf98169 => generated 1247 bytes in 526 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:44:52.035 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f7ffc50-3a22-46b8-8c1f-c38f5f338111'] response: {'name': 'network-changed', 'server_uuid': '07358b61-0007-416a-8fb1-f8d9d4a88fa1', 'tag': '77c16d18-aea5-4914-b583-313b2cf98169', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1487/2995] 199.204.45.49 () {30 vars in 742 bytes} [Tue Apr 28 18:44:52 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627 => generated 797 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1509/2996] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:44:52 2026] GET /v2.0/subnets/dd45b7e7-1f2f-4a01-9ae0-9de662d4e0de => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2997] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:44:52 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: 1510/2998] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:44:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2999] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:44:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3000] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:44:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3001] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:44:52 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3002] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:44:52 2026] GET /v2.0/ports/ce287e3c-4d55-472a-b44c-f15e235bde39 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3003] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:44:52 2026] GET /v2.0/ports/34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3004] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:44:52 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3005] 199.204.45.49 () {30 vars in 742 bytes} [Tue Apr 28 18:44:52 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3006] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:44:52 2026] GET /v2.0/ports/ce287e3c-4d55-472a-b44c-f15e235bde39 => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3007] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:44:52 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3008] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:44:52 2026] GET /v2.0/ports?tenant_id=3b52c12bfcf54853a55aa0a683ad5d91&device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 5377 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3009] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:44:52 2026] GET /v2.0/networks?id=8445b3c3-6f61-4315-8869-fe9fc244f627 => 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: 1516/3010] 199.204.45.49 () {34 vars in 1053 bytes} [Tue Apr 28 18:44:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.8&port_id=77c16d18-aea5-4914-b583-313b2cf98169 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3011] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:44:52 2026] GET /v2.0/subnets?id=dd45b7e7-1f2f-4a01-9ae0-9de662d4e0de => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3012] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:44:52 2026] GET /v2.0/ports?network_id=8445b3c3-6f61-4315-8869-fe9fc244f627&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3013] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:44:52 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?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: 1518/3014] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:44:52 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?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: 1520/3017] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:45:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3018] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:45:03 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: 1521/3019] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:45:03 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: 1499/3020] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:45:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3021] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:45:03 2026] GET /v2.0/subnets/dd45b7e7-1f2f-4a01-9ae0-9de662d4e0de => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3022] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:45:03 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 5377 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3023] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:45:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3024] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:45:03 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: 1524/3025] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:45:03 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: 1502/3026] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:45:03 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: 1525/3027] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:45:03 2026] GET /v2.0/ports/0e8e7f5d-114c-4c03-8bad-6c3f839bf561 => generated 1520 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3028] 199.204.45.49 () {34 vars in 789 bytes} [Tue Apr 28 18:45:04 2026] PUT /v2.0/ports/0e8e7f5d-114c-4c03-8bad-6c3f839bf561 => generated 1311 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:45:04.447 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae9e1985-17ac-44ff-b06f-234cac6c609a'] response: {'name': 'network-changed', 'server_uuid': '07358b61-0007-416a-8fb1-f8d9d4a88fa1', 'tag': '0e8e7f5d-114c-4c03-8bad-6c3f839bf561', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1526/3029] 199.204.45.49 () {30 vars in 742 bytes} [Tue Apr 28 18:45:04 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515 => generated 797 bytes in 54 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: 1504/3030] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:45:04 2026] GET /v2.0/subnets/d4c299a5-4146-406a-b997-e9f7b3741eeb => generated 747 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3031] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:45:04 2026] GET /v2.0/ports/0e8e7f5d-114c-4c03-8bad-6c3f839bf561 => generated 1347 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3032] 199.204.45.49 () {34 vars in 788 bytes} [Tue Apr 28 18:45:04 2026] PUT /v2.0/ports/0e8e7f5d-114c-4c03-8bad-6c3f839bf561 => generated 1080 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3033] 199.204.45.49 () {30 vars in 742 bytes} [Tue Apr 28 18:45:04 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515 => generated 797 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: 1506/3034] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:45:04 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 4973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3035] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:45:04 2026] GET /v2.0/ports?tenant_id=3b52c12bfcf54853a55aa0a683ad5d91&device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 4973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3036] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:45:05 2026] GET /v2.0/networks?id=4a42b326-fdea-46a4-b4bc-3999a79a7515 => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3037] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:45:05 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 4973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3038] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:45:05 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515?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: 1531/3039] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:45:05 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515?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: 1509/3040] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:45:06 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 4973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:45:06.493 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2688f60-1043-43c2-9e04-3a8ea90d4b38'] response: {'name': 'network-changed', 'server_uuid': '07358b61-0007-416a-8fb1-f8d9d4a88fa1', 'tag': '0e8e7f5d-114c-4c03-8bad-6c3f839bf561', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1532/3041] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:45:07 2026] GET /v2.0/ports?tenant_id=3b52c12bfcf54853a55aa0a683ad5d91&device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 4973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3042] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:45:07 2026] GET /v2.0/networks?id=4a42b326-fdea-46a4-b4bc-3999a79a7515 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3043] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:45:07 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515?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: 1511/3044] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:45:07 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3045] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:45:07 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 4973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3046] 199.204.45.49 () {34 vars in 974 bytes} [Tue Apr 28 18:45:07 2026] GET /v2.0/ports/0e8e7f5d-114c-4c03-8bad-6c3f839bf561 => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3047] 199.204.45.49 () {34 vars in 1059 bytes} [Tue Apr 28 18:45:07 2026] GET /v2.0/ports/0e8e7f5d-114c-4c03-8bad-6c3f839bf561?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3048] 199.204.45.49 () {34 vars in 1015 bytes} [Tue Apr 28 18:45:07 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515?fields=dns_domain => generated 29 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3049] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:45:07 2026] PUT /v2.0/ports/0e8e7f5d-114c-4c03-8bad-6c3f839bf561 => generated 917 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3050] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:45:08 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 3865 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:45:08.454 8 INFO neutron_taas.services.taas.taas_plugin [None req-242ae125-4e9c-494a-9034-3aaec7f2392c 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 0e8e7f5d-114c-4c03-8bad-6c3f839bf561 2026-04-28 18:45:08.457 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-242ae125-4e9c-494a-9034-3aaec7f2392c 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 0e8e7f5d-114c-4c03-8bad-6c3f839bf561 [pid: 8|app: 0|req: 1537/3051] 199.204.45.49 () {32 vars in 758 bytes} [Tue Apr 28 18:45:08 2026] DELETE /v2.0/ports/0e8e7f5d-114c-4c03-8bad-6c3f839bf561 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3052] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:45:08 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: 1538/3053] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:45:08 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: 1516/3054] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:45:08 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: 1539/3055] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:45:08 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: 1517/3056] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:45:08 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3057] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:45:08 2026] GET /v2.0/ports/ce287e3c-4d55-472a-b44c-f15e235bde39 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3058] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:45:08 2026] GET /v2.0/ports/34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => generated 1350 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3059] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:45:08 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3060] 199.204.45.49 () {30 vars in 742 bytes} [Tue Apr 28 18:45:08 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3061] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:45:08 2026] GET /v2.0/ports/ce287e3c-4d55-472a-b44c-f15e235bde39 => generated 1132 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3062] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:45:09 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3063] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:45:09 2026] GET /v2.0/ports?tenant_id=3b52c12bfcf54853a55aa0a683ad5d91&device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 3865 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3064] 199.204.45.49 () {34 vars in 1225 bytes} [Tue Apr 28 18:45:09 2026] GET /v2.0/networks?id=406e6be9-b799-4bd1-bb0c-10c01e8256df&id=809ab687-5e8e-44d3-9d15-62952816347b&id=8445b3c3-6f61-4315-8869-fe9fc244f627&id=4a42b326-fdea-46a4-b4bc-3999a79a7515 => generated 3095 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3065] 199.204.45.49 () {34 vars in 1061 bytes} [Tue Apr 28 18:45:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.243&port_id=7dec5429-92d0-4c8f-a906-666903c53043 => 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: 1522/3066] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:45:09 2026] GET /v2.0/subnets?id=9ba1c52d-133e-4392-b2ec-3646ac1260ad => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3067] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:45:09 2026] GET /v2.0/ports?network_id=406e6be9-b799-4bd1-bb0c-10c01e8256df&device_owner=network%3Adhcp => generated 1244 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3068] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:45:09 2026] GET /v2.0/networks/406e6be9-b799-4bd1-bb0c-10c01e8256df?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: 1546/3069] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:45:09 2026] GET /v2.0/networks/406e6be9-b799-4bd1-bb0c-10c01e8256df?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: 1524/3070] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:45:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.192&port_id=34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => 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: 1547/3071] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:45:09 2026] GET /v2.0/subnets?id=2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3072] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:45:09 2026] GET /v2.0/ports?network_id=809ab687-5e8e-44d3-9d15-62952816347b&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3073] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:45:09 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b?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: 1526/3074] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:45:09 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b?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: 1549/3075] 199.204.45.49 () {34 vars in 1053 bytes} [Tue Apr 28 18:45:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.8&port_id=77c16d18-aea5-4914-b583-313b2cf98169 => 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: 1527/3076] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:45:10 2026] GET /v2.0/subnets?id=dd45b7e7-1f2f-4a01-9ae0-9de662d4e0de => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3077] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:45:10 2026] GET /v2.0/ports?network_id=8445b3c3-6f61-4315-8869-fe9fc244f627&device_owner=network%3Adhcp => generated 1457 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3078] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:45:10 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3079] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:45:10 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?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: 1553/3082] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:45:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3083] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:45:14 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: 1554/3084] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:45:14 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: 1531/3085] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:45:14 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: 1555/3086] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:45:14 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 3865 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3087] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:45: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: 8|app: 0|req: 1556/3088] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:45:14 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: 1533/3089] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:45:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3090] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:45:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3091] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:45:14 2026] GET /v2.0/ports/77c16d18-aea5-4914-b583-313b2cf98169 => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3092] 199.204.45.49 () {34 vars in 788 bytes} [Tue Apr 28 18:45:14 2026] PUT /v2.0/ports/77c16d18-aea5-4914-b583-313b2cf98169 => generated 1080 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:45:15.055 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d4b8f7b-92db-4912-8748-52080cc24626'] response: {'name': 'network-changed', 'server_uuid': '07358b61-0007-416a-8fb1-f8d9d4a88fa1', 'tag': '77c16d18-aea5-4914-b583-313b2cf98169', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1535/3093] 199.204.45.49 () {30 vars in 742 bytes} [Tue Apr 28 18:45:15 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627 => 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: 1559/3094] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:45:15 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 3698 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3095] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:45:15 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3096] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:45:15 2026] GET /v2.0/ports?tenant_id=3b52c12bfcf54853a55aa0a683ad5d91&device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 3698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3097] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:45:15 2026] GET /v2.0/networks?id=8445b3c3-6f61-4315-8869-fe9fc244f627 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3098] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:45:15 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3099] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:45:15 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?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: 1562/3100] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:45:16 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 3698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3101] 199.204.45.49 () {34 vars in 974 bytes} [Tue Apr 28 18:45:17 2026] GET /v2.0/ports/77c16d18-aea5-4914-b583-313b2cf98169 => generated 1116 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3102] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:45:17 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 3698 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3103] 199.204.45.49 () {34 vars in 1059 bytes} [Tue Apr 28 18:45:17 2026] GET /v2.0/ports/77c16d18-aea5-4914-b583-313b2cf98169?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3104] 199.204.45.49 () {34 vars in 1015 bytes} [Tue Apr 28 18:45:17 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?fields=dns_domain => generated 29 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3105] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:45:17 2026] PUT /v2.0/ports/77c16d18-aea5-4914-b583-313b2cf98169 => generated 917 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3106] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:45:18 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:45:18.584 7 INFO neutron_taas.services.taas.taas_plugin [None req-89d6248a-dc91-4fb6-9b84-313da8dd50c9 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 77c16d18-aea5-4914-b583-313b2cf98169 2026-04-28 18:45:18.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89d6248a-dc91-4fb6-9b84-313da8dd50c9 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 77c16d18-aea5-4914-b583-313b2cf98169 [pid: 7|app: 0|req: 1542/3107] 199.204.45.49 () {32 vars in 758 bytes} [Tue Apr 28 18:45:18 2026] DELETE /v2.0/ports/77c16d18-aea5-4914-b583-313b2cf98169 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3108] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:45:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3109] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:45:18 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: 1567/3110] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:45:18 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: 1544/3111] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:45:18 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: 1568/3112] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:45:18 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3113] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:45:18 2026] GET /v2.0/ports/ce287e3c-4d55-472a-b44c-f15e235bde39 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3114] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:45:18 2026] GET /v2.0/ports/34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3115] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:45:19 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3116] 199.204.45.49 () {30 vars in 742 bytes} [Tue Apr 28 18:45:19 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b => 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: 1547/3117] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:45:19 2026] GET /v2.0/ports/ce287e3c-4d55-472a-b44c-f15e235bde39 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3118] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:45:19 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3119] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:45:19 2026] GET /v2.0/ports?tenant_id=3b52c12bfcf54853a55aa0a683ad5d91&device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3120] 199.204.45.49 () {34 vars in 1145 bytes} [Tue Apr 28 18:45:19 2026] GET /v2.0/networks?id=406e6be9-b799-4bd1-bb0c-10c01e8256df&id=809ab687-5e8e-44d3-9d15-62952816347b&id=8445b3c3-6f61-4315-8869-fe9fc244f627 => generated 2309 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3121] 199.204.45.49 () {34 vars in 1061 bytes} [Tue Apr 28 18:45:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.243&port_id=7dec5429-92d0-4c8f-a906-666903c53043 => 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: 1573/3122] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:45:19 2026] GET /v2.0/subnets?id=9ba1c52d-133e-4392-b2ec-3646ac1260ad => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3123] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:45:19 2026] GET /v2.0/ports?network_id=406e6be9-b799-4bd1-bb0c-10c01e8256df&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: 1574/3124] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:45:19 2026] GET /v2.0/networks/406e6be9-b799-4bd1-bb0c-10c01e8256df?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3125] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:45:19 2026] GET /v2.0/networks/406e6be9-b799-4bd1-bb0c-10c01e8256df?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: 1575/3126] 199.204.45.49 () {34 vars in 1057 bytes} [Tue Apr 28 18:45:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.192&port_id=34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3127] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:45:19 2026] GET /v2.0/subnets?id=2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3128] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:45:19 2026] GET /v2.0/ports?network_id=809ab687-5e8e-44d3-9d15-62952816347b&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3129] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:45:19 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b?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: 1577/3130] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:45:19 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b?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: 1579/3133] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:45:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3134] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:45:30 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: 1580/3135] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:45:30 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: 1556/3136] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:45:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:45:30.499 8 INFO neutron.api.v2.resource [None req-d8458cad-5c17-4e93-9830-7530a5cbdbb7 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1581/3137] 199.204.45.49 () {30 vars in 762 bytes} [Tue Apr 28 18:45:30 2026] GET /v2.0/security-groups/lb-11c0a93c-73c8-4b18-b2d9-c8cdc96bcbd5 => generated 149 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3138] 199.204.45.49 () {30 vars in 784 bytes} [Tue Apr 28 18:45:30 2026] GET /v2.0/security-groups?name=lb-11c0a93c-73c8-4b18-b2d9-c8cdc96bcbd5 => generated 2865 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3139] 199.204.45.49 () {30 vars in 814 bytes} [Tue Apr 28 18:45:30 2026] GET /v2.0/security-group-rules?security_group_id=8ab498b5-c550-45cd-93cb-db92718b9b29 => generated 2334 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3140] 199.204.45.49 () {32 vars in 788 bytes} [Tue Apr 28 18:45:30 2026] DELETE /v2.0/security-group-rules/7a3d5c6e-89e1-4c4d-ac11-a4f6f76e5196 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3141] 199.204.45.49 () {32 vars in 788 bytes} [Tue Apr 28 18:45:30 2026] DELETE /v2.0/security-group-rules/b34c0374-4703-440f-b981-01fdb8e424f1 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:45:34.369 7 INFO neutron_taas.services.taas.taas_plugin [None req-b245b141-ecdf-44de-89bf-5da3452e513d 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] TaaS: Handle Delete Port: 5f18cf84-5962-4fdc-9ed9-c784f133bbed 2026-04-28 18:45:34.372 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b245b141-ecdf-44de-89bf-5da3452e513d 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Tap Mirror: Handle Delete Port: 5f18cf84-5962-4fdc-9ed9-c784f133bbed 2026-04-28 18:45:34.590 7 INFO neutron.db.l3_db [None req-b245b141-ecdf-44de-89bf-5da3452e513d 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Floating IP 441ceaaa-939e-4e5c-a0b1-278238485b8d disassociated (deleted). External IP: 10.96.250.204, port: ce287e3c-4d55-472a-b44c-f15e235bde39. [pid: 7|app: 0|req: 1559/3142] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:45:34 2026] DELETE /v2.0/floatingips/441ceaaa-939e-4e5c-a0b1-278238485b8d => generated 0 bytes in 661 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:45:34.943 8 INFO neutron.api.v2.resource [None req-85d09a89-05cb-4794-ba61-e969b9e4b941 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1584/3143] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:45:34 2026] GET /v2.0/floatingips/441ceaaa-939e-4e5c-a0b1-278238485b8d => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3144] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:45:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3145] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:45:35 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: 1561/3146] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:45:35 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: 1586/3147] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:45:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:45:35.892 7 INFO neutron.api.v2.resource [None req-4d642c8c-356a-40e5-8281-7d3f561c5939 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1562/3148] 199.204.45.49 () {30 vars in 762 bytes} [Tue Apr 28 18:45:35 2026] GET /v2.0/security-groups/lb-11c0a93c-73c8-4b18-b2d9-c8cdc96bcbd5 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3149] 199.204.45.49 () {30 vars in 784 bytes} [Tue Apr 28 18:45:35 2026] GET /v2.0/security-groups?name=lb-11c0a93c-73c8-4b18-b2d9-c8cdc96bcbd5 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3150] 199.204.45.49 () {30 vars in 814 bytes} [Tue Apr 28 18:45:35 2026] GET /v2.0/security-group-rules?security_group_id=8ab498b5-c550-45cd-93cb-db92718b9b29 => generated 1182 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3151] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:45:36 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: 1564/3152] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:45:36 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: 1589/3153] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:45:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3154] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:45:36 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: 1590/3155] 199.204.45.49 () {30 vars in 740 bytes} [Tue Apr 28 18:45:36 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3156] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:45:36 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3157] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:45:36 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 2590 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3158] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:45:36 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 2590 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3159] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:45:37 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3160] 199.204.45.49 () {34 vars in 974 bytes} [Tue Apr 28 18:45:38 2026] GET /v2.0/ports/34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => generated 1350 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3161] 199.204.45.49 () {34 vars in 1059 bytes} [Tue Apr 28 18:45:38 2026] GET /v2.0/ports/34ed2ecf-77b6-44ad-a10c-ebb637c00d59?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3162] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:45:38 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3163] 199.204.45.49 () {34 vars in 1015 bytes} [Tue Apr 28 18:45:38 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3164] 199.204.45.49 () {38 vars in 1027 bytes} [Tue Apr 28 18:45:38 2026] PUT /v2.0/ports/34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => generated 1151 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3165] 199.204.45.49 () {30 vars in 768 bytes} [Tue Apr 28 18:45:39 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1571/3166] 199.204.45.49 () {34 vars in 788 bytes} [Tue Apr 28 18:45:39 2026] PUT /v2.0/ports/34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => generated 1090 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3167] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:45:39 2026] GET /v2.0/ports/34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => generated 1090 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 18:45:39.997 7 INFO neutron_taas.services.taas.taas_plugin [None req-8aaa321b-30ea-4aec-bfc8-6260b1a540f2 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 34ed2ecf-77b6-44ad-a10c-ebb637c00d59 2026-04-28 18:45:40.000 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8aaa321b-30ea-4aec-bfc8-6260b1a540f2 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 34ed2ecf-77b6-44ad-a10c-ebb637c00d59 [pid: 7|app: 0|req: 1572/3168] 199.204.45.49 () {32 vars in 758 bytes} [Tue Apr 28 18:45:39 2026] DELETE /v2.0/ports/34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3169] 199.204.45.49 () {30 vars in 702 bytes} [Tue Apr 28 18:45:40 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: 1573/3170] 199.204.45.49 () {30 vars in 704 bytes} [Tue Apr 28 18:45:40 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: 1598/3171] 199.204.45.49 () {30 vars in 680 bytes} [Tue Apr 28 18:45:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3172] 199.204.45.49 () {30 vars in 716 bytes} [Tue Apr 28 18:45:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:45:40.337 8 INFO neutron.pecan_wsgi.hooks.translation [None req-585079d2-9522-485c-b3cb-647b3ee71138 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1599/3173] 199.204.45.49 () {32 vars in 758 bytes} [Tue Apr 28 18:45:40 2026] DELETE /v2.0/ports/34ed2ecf-77b6-44ad-a10c-ebb637c00d59 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3174] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:45:40 2026] GET /v2.0/ports/ce287e3c-4d55-472a-b44c-f15e235bde39 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:45:40.420 8 INFO neutron.api.v2.resource [None req-f0e63d60-b732-40dd-ad7c-ebde2f3ea315 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1600/3175] 199.204.45.49 () {30 vars in 762 bytes} [Tue Apr 28 18:45:40 2026] GET /v2.0/security-groups/lb-11c0a93c-73c8-4b18-b2d9-c8cdc96bcbd5 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3176] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:45:40 2026] GET /v2.0/ports?tenant_id=3b52c12bfcf54853a55aa0a683ad5d91&device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3177] 199.204.45.49 () {30 vars in 784 bytes} [Tue Apr 28 18:45:40 2026] GET /v2.0/security-groups?name=lb-11c0a93c-73c8-4b18-b2d9-c8cdc96bcbd5 => 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: 1577/3178] 199.204.45.49 () {34 vars in 1065 bytes} [Tue Apr 28 18:45:40 2026] GET /v2.0/networks?id=406e6be9-b799-4bd1-bb0c-10c01e8256df&id=809ab687-5e8e-44d3-9d15-62952816347b => generated 1523 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3179] 199.204.45.49 () {30 vars in 736 bytes} [Tue Apr 28 18:45:40 2026] GET /v2.0/ports/ce287e3c-4d55-472a-b44c-f15e235bde39 => generated 1132 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3180] 199.204.45.49 () {34 vars in 1061 bytes} [Tue Apr 28 18:45:40 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.243&port_id=7dec5429-92d0-4c8f-a906-666903c53043 => 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: 1579/3181] 199.204.45.49 () {34 vars in 983 bytes} [Tue Apr 28 18:45:40 2026] GET /v2.0/subnets?id=9ba1c52d-133e-4392-b2ec-3646ac1260ad => 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: 1580/3182] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:45:40 2026] GET /v2.0/ports?network_id=406e6be9-b799-4bd1-bb0c-10c01e8256df&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3183] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:45:40 2026] GET /v2.0/networks/406e6be9-b799-4bd1-bb0c-10c01e8256df?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: 1603/3184] 199.204.45.49 () {34 vars in 788 bytes} [Tue Apr 28 18:45:40 2026] PUT /v2.0/ports/ce287e3c-4d55-472a-b44c-f15e235bde39 => generated 1094 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3185] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:45:40 2026] GET /v2.0/networks/406e6be9-b799-4bd1-bb0c-10c01e8256df?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: 1604/3186] 199.204.45.49 () {32 vars in 778 bytes} [Tue Apr 28 18:45:40 2026] DELETE /v2.0/security-groups/8ab498b5-c550-45cd-93cb-db92718b9b29 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:45:40.950 7 INFO neutron_taas.services.taas.taas_plugin [None req-410576dc-8433-4b6f-b79a-640ab9ab76fe 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: ce287e3c-4d55-472a-b44c-f15e235bde39 2026-04-28 18:45:40.953 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-410576dc-8433-4b6f-b79a-640ab9ab76fe 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: ce287e3c-4d55-472a-b44c-f15e235bde39 [pid: 7|app: 0|req: 1583/3187] 199.204.45.49 () {32 vars in 758 bytes} [Tue Apr 28 18:45:40 2026] DELETE /v2.0/ports/ce287e3c-4d55-472a-b44c-f15e235bde39 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3188] 199.204.45.49 () {34 vars in 993 bytes} [Tue Apr 28 18:45:43 2026] GET /v2.0/ports?device_id=07358b61-0007-416a-8fb1-f8d9d4a88fa1 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:45:44.136 7 INFO neutron_taas.services.taas.taas_plugin [req-b25cdc55-d451-4899-978e-9fc914afce70 req-0aed5d39-144e-47ef-85b9-32ccd43c2a2e 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] TaaS: Handle Delete Port: 7dec5429-92d0-4c8f-a906-666903c53043 2026-04-28 18:45:44.142 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b25cdc55-d451-4899-978e-9fc914afce70 req-0aed5d39-144e-47ef-85b9-32ccd43c2a2e 27d9f726b2504a3383e42488145f54b0 3b52c12bfcf54853a55aa0a683ad5d91 - - default default] Tap Mirror: Handle Delete Port: 7dec5429-92d0-4c8f-a906-666903c53043 [pid: 7|app: 0|req: 1584/3191] 199.204.45.49 () {36 vars in 996 bytes} [Tue Apr 28 18:45:44 2026] DELETE /v2.0/ports/7dec5429-92d0-4c8f-a906-666903c53043 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:45:44.348 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-970b39cd-a796-4f95-974e-2abcb4e32036'] response: {'server_uuid': '07358b61-0007-416a-8fb1-f8d9d4a88fa1', 'name': 'network-vif-deleted', 'tag': '7dec5429-92d0-4c8f-a906-666903c53043', 'status': 'completed', 'code': 200} 2026-04-28 18:45:45.296 8 INFO neutron_taas.services.taas.taas_plugin [None req-4eea489f-5193-4a35-9d7d-7d4ff1bdbefc 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] TaaS: Handle Delete Port: 39d5d5a8-e56c-4d55-ac40-d6a2391ed87a 2026-04-28 18:45:45.299 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4eea489f-5193-4a35-9d7d-7d4ff1bdbefc 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Tap Mirror: Handle Delete Port: 39d5d5a8-e56c-4d55-ac40-d6a2391ed87a 2026-04-28 18:45:45.507 8 INFO neutron.db.l3_db [None req-4eea489f-5193-4a35-9d7d-7d4ff1bdbefc 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Floating IP 5abcbf25-8d26-4b0a-94b9-750231eb6ff0 disassociated (deleted). External IP: 10.96.250.207, port: afd54dbe-47ad-44a4-8b65-6a1b84dda715. [pid: 8|app: 0|req: 1608/3192] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:45:45 2026] DELETE /v2.0/floatingips/5abcbf25-8d26-4b0a-94b9-750231eb6ff0 => generated 0 bytes in 739 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:45:45.918 7 INFO neutron.api.v2.resource [None req-5d8114a0-7268-46d0-a0ab-02247c1200d0 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1585/3193] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:45:45 2026] GET /v2.0/floatingips/5abcbf25-8d26-4b0a-94b9-750231eb6ff0 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:45:45.940 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-02568946-9fa0-45ca-8099-3e31d137cdf8'] response: {'name': 'network-changed', 'server_uuid': '208401f5-cc58-4afd-93c9-c896deaa3771', 'tag': 'afd54dbe-47ad-44a4-8b65-6a1b84dda715', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1609/3194] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:45:46 2026] GET /v2.0/ports?device_id=208401f5-cc58-4afd-93c9-c896deaa3771 => generated 1200 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3195] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:45:46 2026] GET /v2.0/security-groups?id=be6656e6-05c0-461f-8ad4-d9c7b44f0b95&fields=id&fields=name => generated 112 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3196] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:45:46 2026] GET /v2.0/ports?tenant_id=316133149c8b4ef98afaf26c0df0b67f&device_id=208401f5-cc58-4afd-93c9-c896deaa3771 => generated 1469 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3197] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:45:46 2026] GET /v2.0/networks?id=4a42b326-fdea-46a4-b4bc-3999a79a7515 => generated 800 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3198] 199.204.45.49 () {34 vars in 1055 bytes} [Tue Apr 28 18:45:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.70&port_id=afd54dbe-47ad-44a4-8b65-6a1b84dda715 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3199] 199.204.45.49 () {34 vars in 1105 bytes} [Tue Apr 28 18:45:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A22c&port_id=afd54dbe-47ad-44a4-8b65-6a1b84dda715 => 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: 1612/3200] 199.204.45.49 () {34 vars in 1063 bytes} [Tue Apr 28 18:45:46 2026] GET /v2.0/subnets?id=d4c299a5-4146-406a-b997-e9f7b3741eeb&id=2739e5f5-1bd3-4437-ba57-997f934fa71e => generated 1414 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3201] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:45:46 2026] GET /v2.0/ports?network_id=4a42b326-fdea-46a4-b4bc-3999a79a7515&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3202] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:45:46 2026] GET /v2.0/ports?network_id=4a42b326-fdea-46a4-b4bc-3999a79a7515&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3203] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:45:46 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515?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: 1614/3204] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:45:46 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3205] 199.204.45.49 () {34 vars in 993 bytes} [Tue Apr 28 18:45:48 2026] GET /v2.0/ports?device_id=208401f5-cc58-4afd-93c9-c896deaa3771 => generated 1200 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:45:48.759 8 INFO neutron_taas.services.taas.taas_plugin [req-66f5adab-38f9-480a-943c-9d8c50539940 req-b19570bd-96a8-4140-86bd-a35409261d87 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] TaaS: Handle Delete Port: afd54dbe-47ad-44a4-8b65-6a1b84dda715 2026-04-28 18:45:48.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-66f5adab-38f9-480a-943c-9d8c50539940 req-b19570bd-96a8-4140-86bd-a35409261d87 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Tap Mirror: Handle Delete Port: afd54dbe-47ad-44a4-8b65-6a1b84dda715 [pid: 8|app: 0|req: 1615/3206] 199.204.45.49 () {36 vars in 996 bytes} [Tue Apr 28 18:45:48 2026] DELETE /v2.0/ports/afd54dbe-47ad-44a4-8b65-6a1b84dda715 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:45:49.011 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac23e513-098d-4a57-82d3-cc5d16aa4199'] response: {'server_uuid': '208401f5-cc58-4afd-93c9-c896deaa3771', 'name': 'network-vif-deleted', 'tag': 'afd54dbe-47ad-44a4-8b65-6a1b84dda715', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1592/3207] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:45:51 2026] GET /v2.0/ports?device_id=208401f5-cc58-4afd-93c9-c896deaa3771 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 18:45:56.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-79e93d63-65e1-4d00-8ba3-81d11346cff4 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] TaaS: Handle Delete Port: d8bc5762-8052-43cf-b05f-d0e694a28458 2026-04-28 18:45:56.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79e93d63-65e1-4d00-8ba3-81d11346cff4 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Tap Mirror: Handle Delete Port: d8bc5762-8052-43cf-b05f-d0e694a28458 2026-04-28 18:45:56.860 8 INFO neutron.db.l3_db [None req-79e93d63-65e1-4d00-8ba3-81d11346cff4 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Floating IP 8d9bd179-15ed-4308-944f-eded3ef4e59c disassociated (deleted). External IP: 10.96.250.209, port: 13ca90a6-2e6b-40c8-a3ed-0d4038f495b3. [pid: 8|app: 0|req: 1616/3208] 10.0.0.224 () {32 vars in 732 bytes} [Tue Apr 28 18:45:56 2026] DELETE /v2.0/floatingips/8d9bd179-15ed-4308-944f-eded3ef4e59c => generated 0 bytes in 718 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:45:57.216 7 INFO neutron.api.v2.resource [None req-296da200-c460-4bbe-9a5a-3a185e35b4c9 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1593/3209] 10.0.0.224 () {32 vars in 729 bytes} [Tue Apr 28 18:45:57 2026] GET /v2.0/floatingips/8d9bd179-15ed-4308-944f-eded3ef4e59c => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:45:57.241 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-29a824b9-a7fa-47b8-861b-cc9308b2fa0d'] response: {'name': 'network-changed', 'server_uuid': '405efc3e-3e2a-4c84-8490-174c6d20241c', 'tag': '13ca90a6-2e6b-40c8-a3ed-0d4038f495b3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1617/3210] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:45:57 2026] GET /v2.0/ports?device_id=405efc3e-3e2a-4c84-8490-174c6d20241c => generated 1196 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3211] 10.0.0.204 () {34 vars in 1040 bytes} [Tue Apr 28 18:45:57 2026] GET /v2.0/security-groups?id=be6656e6-05c0-461f-8ad4-d9c7b44f0b95&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: 1618/3212] 199.204.45.49 () {34 vars in 1079 bytes} [Tue Apr 28 18:45:57 2026] GET /v2.0/ports?tenant_id=316133149c8b4ef98afaf26c0df0b67f&device_id=405efc3e-3e2a-4c84-8490-174c6d20241c => generated 1465 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3213] 199.204.45.49 () {34 vars in 985 bytes} [Tue Apr 28 18:45:57 2026] GET /v2.0/networks?id=8445b3c3-6f61-4315-8869-fe9fc244f627 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3214] 199.204.45.49 () {34 vars in 1055 bytes} [Tue Apr 28 18:45:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.45&port_id=13ca90a6-2e6b-40c8-a3ed-0d4038f495b3 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3215] 199.204.45.49 () {34 vars in 1103 bytes} [Tue Apr 28 18:45:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A37e&port_id=13ca90a6-2e6b-40c8-a3ed-0d4038f495b3 => 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: 1620/3216] 199.204.45.49 () {34 vars in 1063 bytes} [Tue Apr 28 18:45:57 2026] GET /v2.0/subnets?id=6c529176-4b86-4879-88f9-c3623dab9d40&id=dd45b7e7-1f2f-4a01-9ae0-9de662d4e0de => generated 1410 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3217] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:45:57 2026] GET /v2.0/ports?network_id=8445b3c3-6f61-4315-8869-fe9fc244f627&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: 1621/3218] 199.204.45.49 () {34 vars in 1051 bytes} [Tue Apr 28 18:45:58 2026] GET /v2.0/ports?network_id=8445b3c3-6f61-4315-8869-fe9fc244f627&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3219] 199.204.45.49 () {34 vars in 1011 bytes} [Tue Apr 28 18:45:58 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?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: 1622/3220] 199.204.45.49 () {34 vars in 1111 bytes} [Tue Apr 28 18:45:58 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627?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: 1600/3223] 199.204.45.49 () {34 vars in 993 bytes} [Tue Apr 28 18:45:59 2026] GET /v2.0/ports?device_id=405efc3e-3e2a-4c84-8490-174c6d20241c => generated 1196 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 18:46:00.018 8 INFO neutron_taas.services.taas.taas_plugin [req-7a71b5eb-6e98-4a5b-aadf-58cfa8d5a51a req-7a39f672-e7e2-4cf6-8edd-fdde85daf94d 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] TaaS: Handle Delete Port: 13ca90a6-2e6b-40c8-a3ed-0d4038f495b3 2026-04-28 18:46:00.022 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7a71b5eb-6e98-4a5b-aadf-58cfa8d5a51a req-7a39f672-e7e2-4cf6-8edd-fdde85daf94d 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Tap Mirror: Handle Delete Port: 13ca90a6-2e6b-40c8-a3ed-0d4038f495b3 [pid: 8|app: 0|req: 1624/3224] 199.204.45.49 () {36 vars in 996 bytes} [Tue Apr 28 18:45:59 2026] DELETE /v2.0/ports/13ca90a6-2e6b-40c8-a3ed-0d4038f495b3 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:46:00.252 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1304ea65-b61d-44fb-ad1e-2fb667d83a97'] response: {'server_uuid': '405efc3e-3e2a-4c84-8490-174c6d20241c', 'name': 'network-vif-deleted', 'tag': '13ca90a6-2e6b-40c8-a3ed-0d4038f495b3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1601/3225] 10.0.0.204 () {34 vars in 990 bytes} [Tue Apr 28 18:46:02 2026] GET /v2.0/ports?device_id=405efc3e-3e2a-4c84-8490-174c6d20241c => 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: 1625/3226] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:46:07 2026] DELETE /v2.0/security-group-rules/e2b9cdb4-060c-4a64-a77f-ce7682cb522d => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:46:07.757 7 INFO neutron.api.v2.resource [None req-55300dd5-21d5-4b6b-a6eb-8281027e9f10 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3227] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:46:07 2026] GET /v2.0/security-group-rules/e2b9cdb4-060c-4a64-a77f-ce7682cb522d => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3228] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:46:07 2026] DELETE /v2.0/security-group-rules/60c41ce4-2f71-41fd-abd9-c7e0fbf97c91 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:46:07.875 7 INFO neutron.api.v2.resource [None req-7d2f69b6-a9ec-4ae3-a999-6845e8e258a0 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1603/3229] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:46:07 2026] GET /v2.0/security-group-rules/60c41ce4-2f71-41fd-abd9-c7e0fbf97c91 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3230] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:46:07 2026] DELETE /v2.0/security-group-rules/3991b436-6943-4a40-926c-3cbb49c77d9e => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:46:07.965 7 INFO neutron.api.v2.resource [None req-570ad564-9411-4823-ba2c-fe124f9edc91 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1604/3231] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:46:07 2026] GET /v2.0/security-group-rules/3991b436-6943-4a40-926c-3cbb49c77d9e => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3232] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:46:07 2026] DELETE /v2.0/security-group-rules/3e117c1c-d4cb-4b56-8170-da3e470bee4a => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:46:08.066 7 INFO neutron.api.v2.resource [None req-9ad1915f-982c-448f-b470-94356c26fe83 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1605/3233] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:46:08 2026] GET /v2.0/security-group-rules/3e117c1c-d4cb-4b56-8170-da3e470bee4a => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3234] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:46:08 2026] DELETE /v2.0/security-group-rules/d95c40da-894d-49b1-9beb-aaaefa2d9187 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:46:08.172 7 INFO neutron.api.v2.resource [None req-6aa99a6e-e77d-4025-9d79-14f2e6000b09 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1606/3235] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:46:08 2026] GET /v2.0/security-group-rules/d95c40da-894d-49b1-9beb-aaaefa2d9187 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3236] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:46:08 2026] DELETE /v2.0/security-group-rules/e1018510-8f5b-440f-bc26-15ac7162cdb9 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:46:08.277 7 INFO neutron.api.v2.resource [None req-d8d20236-c515-4dbc-8984-ed24d9d38a0f 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3237] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:46:08 2026] GET /v2.0/security-group-rules/e1018510-8f5b-440f-bc26-15ac7162cdb9 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3238] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:46:08 2026] DELETE /v2.0/security-group-rules/7a8dcd52-839b-4f8b-bca4-05a77a11f917 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:46:08.374 7 INFO neutron.api.v2.resource [None req-7a0a7665-67b5-4f88-a473-30ea483fde7b 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1608/3239] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:46:08 2026] GET /v2.0/security-group-rules/7a8dcd52-839b-4f8b-bca4-05a77a11f917 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3240] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:46:08 2026] DELETE /v2.0/security-group-rules/faea9248-cde0-4a35-b3d9-68cb2379d1f5 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:46:08.459 7 INFO neutron.api.v2.resource [None req-1f34a0bb-2bce-484b-adf8-7324704ae7fa 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1609/3241] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:46:08 2026] GET /v2.0/security-group-rules/faea9248-cde0-4a35-b3d9-68cb2379d1f5 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3242] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:46:08 2026] DELETE /v2.0/security-group-rules/654c0ef1-b836-431d-8ed5-9f84f9f73152 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:46:08.543 7 INFO neutron.api.v2.resource [None req-545440fa-8d5c-45a3-8fad-596f236d245b 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1610/3243] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:46:08 2026] GET /v2.0/security-group-rules/654c0ef1-b836-431d-8ed5-9f84f9f73152 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3244] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:46:08 2026] DELETE /v2.0/security-group-rules/211fad23-8d9f-4824-90ad-e76da963c404 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:46:08.649 7 INFO neutron.api.v2.resource [None req-5b692a1e-f6d5-4ec8-b0ba-a10351a82f63 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1611/3245] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:46:08 2026] GET /v2.0/security-group-rules/211fad23-8d9f-4824-90ad-e76da963c404 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3246] 10.0.0.224 () {32 vars in 750 bytes} [Tue Apr 28 18:46:08 2026] DELETE /v2.0/security-group-rules/d3719b0f-1dab-49fa-87ca-f544d82bc86a => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:46:08.786 7 INFO neutron.api.v2.resource [None req-ceb6679d-9d94-42ff-b396-a87ed085afeb 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1612/3247] 10.0.0.224 () {32 vars in 747 bytes} [Tue Apr 28 18:46:08 2026] GET /v2.0/security-group-rules/d3719b0f-1dab-49fa-87ca-f544d82bc86a => generated 155 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3248] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:46:08 2026] DELETE /v2.0/security-groups/be6656e6-05c0-461f-8ad4-d9c7b44f0b95 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:46:08.947 7 INFO neutron.api.v2.resource [None req-f9c19077-d999-4b1d-b720-31f309d386c7 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1613/3249] 10.0.0.224 () {32 vars in 737 bytes} [Tue Apr 28 18:46:08 2026] GET /v2.0/security-groups/be6656e6-05c0-461f-8ad4-d9c7b44f0b95 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:46:09.430 8 INFO neutron_taas.services.taas.taas_plugin [None req-73fa60a3-11c6-4a64-9c7e-88ab3a7493a0 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] TaaS: Handle Delete Port: 1308f1cc-d0a4-4145-8f5d-d34d4cc67feb 2026-04-28 18:46:09.433 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73fa60a3-11c6-4a64-9c7e-88ab3a7493a0 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Tap Mirror: Handle Delete Port: 1308f1cc-d0a4-4145-8f5d-d34d4cc67feb [pid: 8|app: 0|req: 1637/3250] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:46:08 2026] PUT /v2.0/routers/3695db54-1890-4383-a7ea-64a03d91514b/remove_router_interface => generated 309 bytes in 1166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:46:10.377 7 INFO neutron.api.v2.resource [None req-07d32bda-dd43-451e-8060-ffac5d3000cc 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1614/3251] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:46:10 2026] PUT /v2.0/routers/3695db54-1890-4383-a7ea-64a03d91514b/remove_router_interface => generated 198 bytes in 205 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:46:10.811 8 INFO neutron_taas.services.taas.taas_plugin [None req-23465944-3c6e-4296-b7e6-894512f6b535 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] TaaS: Handle Delete Port: 61f912ea-2a99-4e01-a29d-4274a444d5a4 2026-04-28 18:46:10.814 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23465944-3c6e-4296-b7e6-894512f6b535 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Tap Mirror: Handle Delete Port: 61f912ea-2a99-4e01-a29d-4274a444d5a4 [pid: 8|app: 0|req: 1638/3252] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:46:10 2026] PUT /v2.0/routers/3695db54-1890-4383-a7ea-64a03d91514b/remove_router_interface => generated 309 bytes in 1052 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:46:11.611 7 INFO neutron.api.v2.resource [None req-e5f65c1b-4d3c-4272-819d-4f05f7d5b6ce 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1615/3253] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:46:11 2026] PUT /v2.0/routers/3695db54-1890-4383-a7ea-64a03d91514b/remove_router_interface => generated 198 bytes in 168 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:46:12.079 8 INFO neutron_taas.services.taas.taas_plugin [None req-23038f8b-1897-4974-8af9-c96e5168d3a7 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] TaaS: Handle Delete Port: 7cfe98f4-f57c-4d69-a44b-5efc2160b550 2026-04-28 18:46:12.083 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23038f8b-1897-4974-8af9-c96e5168d3a7 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Tap Mirror: Handle Delete Port: 7cfe98f4-f57c-4d69-a44b-5efc2160b550 [pid: 8|app: 0|req: 1639/3254] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:46:11 2026] PUT /v2.0/routers/3695db54-1890-4383-a7ea-64a03d91514b/remove_router_interface => generated 309 bytes in 1113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 18:46:12.904 7 INFO neutron.api.v2.resource [None req-ff43edbd-4dfd-47df-9670-fd80581d810f 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1616/3255] 10.0.0.224 () {34 vars in 789 bytes} [Tue Apr 28 18:46:12 2026] PUT /v2.0/routers/3695db54-1890-4383-a7ea-64a03d91514b/remove_router_interface => generated 198 bytes in 169 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:46:13.142 8 INFO neutron_taas.services.taas.taas_plugin [None req-56aed627-9735-4f7f-bcea-e57e2a35a881 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] TaaS: Handle Delete Port: f12bf703-789c-45d1-819c-07d62943d1c7 2026-04-28 18:46:13.145 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56aed627-9735-4f7f-bcea-e57e2a35a881 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Tap Mirror: Handle Delete Port: f12bf703-789c-45d1-819c-07d62943d1c7 2026-04-28 18:46:13.455 8 INFO neutron_taas.services.taas.taas_plugin [None req-56aed627-9735-4f7f-bcea-e57e2a35a881 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] TaaS: Handle Delete Port: 009f2c6a-ecdb-4a99-b056-6b8d877df4d3 2026-04-28 18:46:13.458 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56aed627-9735-4f7f-bcea-e57e2a35a881 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Tap Mirror: Handle Delete Port: 009f2c6a-ecdb-4a99-b056-6b8d877df4d3 2026-04-28 18:46:13.914 8 INFO neutron.db.l3_hamode_db [None req-56aed627-9735-4f7f-bcea-e57e2a35a881 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] HA network 8168722d-cfa2-4891-8f48-71985eb979dc was deleted as no HA routers are present in tenant 316133149c8b4ef98afaf26c0df0b67f. [pid: 8|app: 0|req: 1640/3256] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:46:12 2026] DELETE /v2.0/routers/3695db54-1890-4383-a7ea-64a03d91514b => generated 0 bytes in 1013 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 18:46:13.950 7 INFO neutron.api.v2.resource [None req-097838a2-73cb-4628-8252-fd8713e1adf1 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1617/3257] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:46:13 2026] GET /v2.0/routers/3695db54-1890-4383-a7ea-64a03d91514b => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:46:13.957 8 INFO neutron.services.segments.plugin [-] Segment ba203f59-892e-4864-b397-76de45e846d7 resource provider aggregate not found 2026-04-28 18:46:13.963 8 INFO neutron.services.segments.plugin [-] Segment ba203f59-892e-4864-b397-76de45e846d7 resource provider aggregate not found 2026-04-28 18:46:13.985 8 INFO neutron.services.segments.plugin [-] Segment ba203f59-892e-4864-b397-76de45e846d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba203f59-892e-4864-b397-76de45e846d7 found for delete ", "request_id": "req-b61ea848-8b96-4f43-9566-26bf431de349"}]} 2026-04-28 18:46:13.987 8 INFO neutron.services.segments.plugin [-] Segment ba203f59-892e-4864-b397-76de45e846d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba203f59-892e-4864-b397-76de45e846d7 found for delete ", "request_id": "req-08cbd21d-ae2d-4fa9-b729-b831c7d1345f"}]} [pid: 8|app: 0|req: 1641/3258] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:46:13 2026] DELETE /v2.0/subnets/d4c299a5-4146-406a-b997-e9f7b3741eeb => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:46:14.177 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84a128e7-6ef3-463d-87aa-8d4956674f1a 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1618/3259] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:46:14 2026] GET /v2.0/subnets/d4c299a5-4146-406a-b997-e9f7b3741eeb => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3262] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:46:14 2026] DELETE /v2.0/subnets/2739e5f5-1bd3-4437-ba57-997f934fa71e => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:46:14.392 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1c2130db-d356-4cfe-9b6c-072b517e2d88 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1621/3263] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:46:14 2026] GET /v2.0/subnets/2739e5f5-1bd3-4437-ba57-997f934fa71e => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:46:14.523 8 INFO neutron_taas.services.taas.taas_plugin [None req-d14ee97e-9262-41c1-a854-f9a52eee6e77 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] TaaS: Handle Delete Port: dfb91cb5-82d5-4215-8ddc-2a42f080f971 2026-04-28 18:46:14.526 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d14ee97e-9262-41c1-a854-f9a52eee6e77 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Tap Mirror: Handle Delete Port: dfb91cb5-82d5-4215-8ddc-2a42f080f971 [pid: 8|app: 0|req: 1643/3264] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:46:14 2026] DELETE /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:46:14.770 7 INFO neutron.pecan_wsgi.hooks.translation [None req-23eb3f45-e3e2-4d6e-be90-6c5a43b09b8f 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1622/3265] 10.0.0.224 () {32 vars in 723 bytes} [Tue Apr 28 18:46:14 2026] GET /v2.0/networks/4a42b326-fdea-46a4-b4bc-3999a79a7515 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3266] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:46:14 2026] DELETE /v2.0/subnets/6c529176-4b86-4879-88f9-c3623dab9d40 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:46:14.985 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d2b9a23-5b5c-4d8c-b6ed-b222c9be5ae5 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1623/3267] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:46:14 2026] GET /v2.0/subnets/6c529176-4b86-4879-88f9-c3623dab9d40 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3268] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:46:14 2026] DELETE /v2.0/subnets/dd45b7e7-1f2f-4a01-9ae0-9de662d4e0de => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:46:15.200 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e365329f-5598-4dbf-957e-689c0d645d2f 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1624/3269] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:46:15 2026] GET /v2.0/subnets/dd45b7e7-1f2f-4a01-9ae0-9de662d4e0de => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:46:15.298 8 INFO neutron_taas.services.taas.taas_plugin [None req-b293e900-f21d-443d-a471-e6b8b9de259a 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] TaaS: Handle Delete Port: 5e1edbcf-bf9a-4d25-b8c5-b1b813f3296e 2026-04-28 18:46:15.300 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b293e900-f21d-443d-a471-e6b8b9de259a 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Tap Mirror: Handle Delete Port: 5e1edbcf-bf9a-4d25-b8c5-b1b813f3296e [pid: 8|app: 0|req: 1646/3270] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:46:15 2026] DELETE /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:46:15.522 7 INFO neutron.pecan_wsgi.hooks.translation [None req-880f5593-35df-44eb-9576-12efe3f95b26 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1625/3271] 10.0.0.224 () {32 vars in 723 bytes} [Tue Apr 28 18:46:15 2026] GET /v2.0/networks/8445b3c3-6f61-4315-8869-fe9fc244f627 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3272] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:46:15 2026] DELETE /v2.0/subnets/9fcc2824-a9e0-4c09-87d0-b2f1cf02eb94 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:46:15.760 7 INFO neutron.pecan_wsgi.hooks.translation [None req-83a7336b-b0fa-4e72-8817-3839d56be3f5 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1626/3273] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:46:15 2026] GET /v2.0/subnets/9fcc2824-a9e0-4c09-87d0-b2f1cf02eb94 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3274] 10.0.0.224 () {32 vars in 724 bytes} [Tue Apr 28 18:46:15 2026] DELETE /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:46:15.988 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7d167d1b-40e6-48fe-8c81-0e5c786fe68c 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1627/3275] 10.0.0.224 () {32 vars in 721 bytes} [Tue Apr 28 18:46:15 2026] GET /v2.0/subnets/2ff7d9ea-07f2-40b4-9d02-a9277f920dec => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:46:16.015 8 INFO neutron.services.segments.plugin [-] Segment 9ab728da-aaa5-4201-983d-d3911f3e5093 resource provider aggregate not found 2026-04-28 18:46:16.016 8 INFO neutron.services.segments.plugin [-] Segment 9ab728da-aaa5-4201-983d-d3911f3e5093 resource provider aggregate not found 2026-04-28 18:46:16.044 8 INFO neutron.services.segments.plugin [-] Segment 9ab728da-aaa5-4201-983d-d3911f3e5093 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ab728da-aaa5-4201-983d-d3911f3e5093 found for delete ", "request_id": "req-5ebfdcb0-955e-4817-a018-aa69ef509abd"}]} 2026-04-28 18:46:16.049 8 INFO neutron.services.segments.plugin [-] Segment 9ab728da-aaa5-4201-983d-d3911f3e5093 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ab728da-aaa5-4201-983d-d3911f3e5093 found for delete ", "request_id": "req-e6489051-2523-4370-8435-255bedc3ef9d"}]} 2026-04-28 18:46:16.066 8 INFO neutron.services.segments.plugin [-] Segment 97da51b8-ffc0-496d-97c8-a2f0ca44c037 resource provider aggregate not found 2026-04-28 18:46:16.068 8 INFO neutron.services.segments.plugin [-] Segment 97da51b8-ffc0-496d-97c8-a2f0ca44c037 resource provider aggregate not found 2026-04-28 18:46:16.091 8 INFO neutron.services.segments.plugin [-] Segment 97da51b8-ffc0-496d-97c8-a2f0ca44c037 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97da51b8-ffc0-496d-97c8-a2f0ca44c037 found for delete ", "request_id": "req-abb3e65e-ffa2-4f3c-ab2e-e04f5497f28a"}]} 2026-04-28 18:46:16.093 8 INFO neutron.services.segments.plugin [-] Segment 97da51b8-ffc0-496d-97c8-a2f0ca44c037 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97da51b8-ffc0-496d-97c8-a2f0ca44c037 found for delete ", "request_id": "req-33ae8c73-c545-4d0e-bc68-0096b6e35736"}]} 2026-04-28 18:46:16.137 8 INFO neutron_taas.services.taas.taas_plugin [None req-37baddac-cb01-4928-8f10-fdbc61406003 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] TaaS: Handle Delete Port: a6b6a3b4-cca0-4672-bd4c-3c931afe9273 2026-04-28 18:46:16.142 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37baddac-cb01-4928-8f10-fdbc61406003 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] Tap Mirror: Handle Delete Port: a6b6a3b4-cca0-4672-bd4c-3c931afe9273 [pid: 8|app: 0|req: 1649/3276] 10.0.0.224 () {32 vars in 726 bytes} [Tue Apr 28 18:46:15 2026] DELETE /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 18:46:16.370 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3a3e9e8b-ef1a-464d-bba6-972aacc8609e 28e8a45dab6f4148b4e168ee270f095c 316133149c8b4ef98afaf26c0df0b67f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1628/3277] 10.0.0.224 () {32 vars in 723 bytes} [Tue Apr 28 18:46:16 2026] GET /v2.0/networks/809ab687-5e8e-44d3-9d15-62952816347b => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 18:46:18.115 8 INFO neutron.services.segments.plugin [-] Segment 4f8b7913-a352-4a5d-98c5-33d5c62093ce resource provider aggregate not found 2026-04-28 18:46:18.119 8 INFO neutron.services.segments.plugin [-] Segment 4f8b7913-a352-4a5d-98c5-33d5c62093ce resource provider aggregate not found 2026-04-28 18:46:18.134 8 INFO neutron.services.segments.plugin [-] Segment 4f8b7913-a352-4a5d-98c5-33d5c62093ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f8b7913-a352-4a5d-98c5-33d5c62093ce found for delete ", "request_id": "req-f004a960-83ff-4808-9d8e-9aaba3fc5eb5"}]} 2026-04-28 18:46:18.135 8 INFO neutron.services.segments.plugin [-] Segment 4f8b7913-a352-4a5d-98c5-33d5c62093ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f8b7913-a352-4a5d-98c5-33d5c62093ce found for delete ", "request_id": "req-0464aa8a-bf76-40a4-a7bf-a9b46e26fe62"}]} [pid: 8|app: 0|req: 1650/3278] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:46:18 2026] GET /v2.0/security-groups?tenant_id=338d65e51df340e2be6cefa84cf6defe&name=default => generated 2929 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3279] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:46:18 2026] DELETE /v2.0/security-groups/4f7d9c2f-52c7-4cf2-83e3-0ec09d3ea6b7 => 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: 1651/3280] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:46:19 2026] GET /v2.0/security-groups?tenant_id=316133149c8b4ef98afaf26c0df0b67f&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3281] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:46:19 2026] DELETE /v2.0/security-groups/ca891d2c-1122-4144-b0e3-7fa5e300b014 => 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: 1652/3282] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:46:19 2026] GET /v2.0/security-groups?tenant_id=5d89b2550d214c38a4c7e6d2cc48dea9&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3283] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:46:19 2026] DELETE /v2.0/security-groups/f0291e9a-872d-43bb-b922-dc6a56a6ae45 => 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: 1653/3284] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:46:19 2026] GET /v2.0/security-groups?tenant_id=08d78395a51d4163ad3826747050525a&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3285] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:46:20 2026] DELETE /v2.0/security-groups/8046332f-6c80-402f-9506-f95dcaeb81b9 => 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: 1654/3286] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:46:20 2026] GET /v2.0/security-groups?tenant_id=6884beed42e2413b8cc9100728736aff&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3287] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:46:20 2026] DELETE /v2.0/security-groups/1c141f4f-f466-4649-ada9-7fce222bfac6 => 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: 1655/3288] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:46:20 2026] GET /v2.0/security-groups?tenant_id=6b754dc7ead3412883b3211a09d78b42&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3289] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:46:20 2026] DELETE /v2.0/security-groups/17dfd699-4fdf-4ec2-9d97-1cdbe74aab3b => 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: 1656/3290] 10.0.0.224 () {32 vars in 774 bytes} [Tue Apr 28 18:46:21 2026] GET /v2.0/security-groups?tenant_id=3b96c2dc23654be39c9231f112cc1361&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3291] 10.0.0.224 () {32 vars in 740 bytes} [Tue Apr 28 18:46:21 2026] DELETE /v2.0/security-groups/b0e479b7-1206-4268-abb6-b4672f2b52a6 => 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: 1657/3292] 10.0.0.224 () {32 vars in 649 bytes} [Tue Apr 28 18:46:24 2026] GET /v2.0/networks => generated 2167 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3293] 10.0.0.224 () {32 vars in 655 bytes} [Tue Apr 28 18:46:25 2026] GET /v2.0/floatingips => 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: 1658/3294] 10.0.0.224 () {32 vars in 647 bytes} [Tue Apr 28 18:46:25 2026] GET /v2.0/routers => generated 15 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3295] 10.0.0.224 () {32 vars in 643 bytes} [Tue Apr 28 18:46:25 2026] GET /v2.0/ports => generated 4725 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3296] 10.0.0.224 () {32 vars in 647 bytes} [Tue Apr 28 18:46:25 2026] GET /v2.0/subnets => generated 1308 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3297] 10.0.0.224 () {32 vars in 649 bytes} [Tue Apr 28 18:46:25 2026] GET /v2.0/networks => generated 2167 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3298] 10.0.0.224 () {32 vars in 663 bytes} [Tue Apr 28 18:46:25 2026] GET /v2.0/security-groups => generated 17401 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3299] 10.0.0.224 () {32 vars in 655 bytes} [Tue Apr 28 18:46:25 2026] GET /v2.0/subnetpools => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)