+ 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 06:32:37 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-785fd4fdc6-dv4tv 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 0x7f7e6df7f668 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 06:32:41.614 8 INFO neutron.common.config [-] Logging enabled! 2026-04-28 06:32:41.614 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-28 06:32:41.813 7 INFO neutron.common.config [-] Logging enabled! 2026-04-28 06:32:41.814 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-28 06:32:42.635 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-28 06:32:42.858 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-28 06:32:44.250 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-28 06:32:44.252 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-28 06:32:44.256 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-28 06:32:44.257 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-28 06:32:44.257 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-28 06:32:44.257 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-28 06:32:44.257 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 06:32:44.265 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 06:32:44.265 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 06:32:44.265 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-28 06:32:44.287 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-28 06:32:44.288 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-28 06:32:44.288 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-28 06:32:44.318 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-28 06:32:44.318 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-28 06:32:44.318 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-28 06:32:44.318 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-28 06:32:44.370 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-28 06:32:44.373 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-28 06:32:44.378 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-28 06:32:44.380 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-28 06:32:44.380 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-28 06:32:44.380 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-28 06:32:44.380 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 06:32:44.388 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 06:32:44.388 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 06:32:44.388 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-28 06:32:44.410 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-28 06:32:44.411 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-28 06:32:44.411 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-28 06:32:44.442 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-28 06:32:44.442 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-28 06:32:44.442 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-28 06:32:44.442 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-28 06:32:44.622 8 INFO neutron.plugins.ml2.managers [None req-68751c6b-a7c0-4092-a2a4-5d661b513cdf - - - - - -] Initializing driver for type 'vlan' 2026-04-28 06:32:44.730 7 INFO neutron.plugins.ml2.managers [None req-a6a5e2d8-f463-4982-b2b1-1875a8f5a264 - - - - - -] Initializing driver for type 'vlan' 2026-04-28 06:32:44.941 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-68751c6b-a7c0-4092-a2a4-5d661b513cdf - - - - - -] VlanTypeDriver initialization complete 2026-04-28 06:32:44.941 8 INFO neutron.plugins.ml2.managers [None req-68751c6b-a7c0-4092-a2a4-5d661b513cdf - - - - - -] Initializing driver for type 'vxlan' 2026-04-28 06:32:44.941 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-68751c6b-a7c0-4092-a2a4-5d661b513cdf - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-28 06:32:44.969 8 INFO neutron.plugins.ml2.managers [None req-68751c6b-a7c0-4092-a2a4-5d661b513cdf - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-28 06:32:44.969 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-68751c6b-a7c0-4092-a2a4-5d661b513cdf - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-28 06:32:44.969 8 INFO neutron.plugins.ml2.managers [None req-68751c6b-a7c0-4092-a2a4-5d661b513cdf - - - - - -] Initializing extension driver 'port_security' 2026-04-28 06:32:44.969 8 INFO neutron.plugins.ml2.extensions.port_security [None req-68751c6b-a7c0-4092-a2a4-5d661b513cdf - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-28 06:32:44.969 8 INFO neutron.plugins.ml2.managers [None req-68751c6b-a7c0-4092-a2a4-5d661b513cdf - - - - - -] Initializing extension driver 'qos' 2026-04-28 06:32:44.969 8 INFO neutron.plugins.ml2.managers [None req-68751c6b-a7c0-4092-a2a4-5d661b513cdf - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-28 06:32:44.969 8 INFO neutron.plugins.ml2.managers [None req-68751c6b-a7c0-4092-a2a4-5d661b513cdf - - - - - -] Initializing mechanism driver 'l2population' 2026-04-28 06:32:44.987 8 INFO neutron.quota [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded quota_driver: . 2026-04-28 06:32:44.987 8 INFO neutron.plugins.ml2.plugin [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Modular L2 Plugin initialization complete 2026-04-28 06:32:44.987 8 INFO neutron.plugins.ml2.managers [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-28 06:32:44.987 8 INFO neutron.plugins.ml2.managers [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-28 06:32:44.988 8 INFO neutron.plugins.ml2.managers [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-28 06:32:44.988 8 INFO neutron.manager [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loading Plugin: qos 2026-04-28 06:32:45.001 8 INFO neutron.manager [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loading Plugin: router 2026-04-28 06:32:45.018 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a6a5e2d8-f463-4982-b2b1-1875a8f5a264 - - - - - -] VlanTypeDriver initialization complete 2026-04-28 06:32:45.018 7 INFO neutron.plugins.ml2.managers [None req-a6a5e2d8-f463-4982-b2b1-1875a8f5a264 - - - - - -] Initializing driver for type 'vxlan' 2026-04-28 06:32:45.018 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a6a5e2d8-f463-4982-b2b1-1875a8f5a264 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-28 06:32:45.031 7 INFO neutron.plugins.ml2.managers [None req-a6a5e2d8-f463-4982-b2b1-1875a8f5a264 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-28 06:32:45.031 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a6a5e2d8-f463-4982-b2b1-1875a8f5a264 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-28 06:32:45.031 7 INFO neutron.plugins.ml2.managers [None req-a6a5e2d8-f463-4982-b2b1-1875a8f5a264 - - - - - -] Initializing extension driver 'port_security' 2026-04-28 06:32:45.032 7 INFO neutron.plugins.ml2.extensions.port_security [None req-a6a5e2d8-f463-4982-b2b1-1875a8f5a264 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-28 06:32:45.032 7 INFO neutron.plugins.ml2.managers [None req-a6a5e2d8-f463-4982-b2b1-1875a8f5a264 - - - - - -] Initializing extension driver 'qos' 2026-04-28 06:32:45.032 7 INFO neutron.plugins.ml2.managers [None req-a6a5e2d8-f463-4982-b2b1-1875a8f5a264 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-28 06:32:45.032 7 INFO neutron.plugins.ml2.managers [None req-a6a5e2d8-f463-4982-b2b1-1875a8f5a264 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-28 06:32:45.047 7 INFO neutron.quota [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded quota_driver: . 2026-04-28 06:32:45.047 7 INFO neutron.plugins.ml2.plugin [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Modular L2 Plugin initialization complete 2026-04-28 06:32:45.047 7 INFO neutron.plugins.ml2.managers [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-28 06:32:45.047 7 INFO neutron.plugins.ml2.managers [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-28 06:32:45.048 7 INFO neutron.plugins.ml2.managers [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Got port-security extension from driver 'port_security' 2026-04-28 06:32:45.048 7 INFO neutron.manager [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loading Plugin: qos 2026-04-28 06:32:45.049 8 INFO neutron.services.service_base [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-28 06:32:45.049 8 INFO neutron.manager [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loading Plugin: segments 2026-04-28 06:32:45.061 7 INFO neutron.manager [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loading Plugin: router 2026-04-28 06:32:45.107 7 INFO neutron.services.service_base [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-28 06:32:45.107 7 INFO neutron.manager [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loading Plugin: segments 2026-04-28 06:32:45.154 8 INFO neutron.manager [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loading Plugin: trunk 2026-04-28 06:32:45.169 8 INFO neutron.manager [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loading Plugin: vpnaas 2026-04-28 06:32:45.210 8 WARNING stevedore.named [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-28 06:32:45.211 7 INFO neutron.manager [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loading Plugin: trunk 2026-04-28 06:32:45.226 7 INFO neutron.manager [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loading Plugin: vpnaas 2026-04-28 06:32:45.267 7 WARNING stevedore.named [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-28 06:32:45.286 8 INFO neutron_vpnaas.services.vpn.plugin [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-28 06:32:45.286 8 INFO neutron.common.utils [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-28 06:32:45.287 8 INFO neutron.manager [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loading Plugin: taas 2026-04-28 06:32:45.319 8 WARNING stevedore.named [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-28 06:32:45.319 8 WARNING stevedore.named [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-28 06:32:45.339 7 INFO neutron_vpnaas.services.vpn.plugin [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-28 06:32:45.339 7 INFO neutron.common.utils [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-28 06:32:45.340 7 INFO neutron.manager [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loading Plugin: taas 2026-04-28 06:32:45.343 8 INFO neutron_taas.services.taas.taas_plugin [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-28 06:32:45.344 8 INFO neutron.manager [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loading Plugin: tapmirror 2026-04-28 06:32:45.357 8 WARNING stevedore.named [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-28 06:32:45.357 8 WARNING stevedore.named [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-28 06:32:45.368 7 WARNING stevedore.named [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-28 06:32:45.368 7 WARNING stevedore.named [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-28 06:32:45.372 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-28 06:32:45.373 8 INFO neutron.manager [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loading Plugin: auto_allocate 2026-04-28 06:32:45.382 8 INFO neutron.manager [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loading Plugin: tag 2026-04-28 06:32:45.387 7 INFO neutron_taas.services.taas.taas_plugin [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-28 06:32:45.388 7 INFO neutron.manager [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loading Plugin: tapmirror 2026-04-28 06:32:45.392 8 INFO neutron.manager [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loading Plugin: timestamp 2026-04-28 06:32:45.395 8 INFO neutron.manager [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loading Plugin: network_ip_availability 2026-04-28 06:32:45.399 8 INFO neutron.manager [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loading Plugin: flavors 2026-04-28 06:32:45.402 8 INFO neutron.manager [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loading Plugin: revisions 2026-04-28 06:32:45.402 7 WARNING stevedore.named [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-28 06:32:45.403 7 WARNING stevedore.named [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-28 06:32:45.406 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Initializing extension manager. 2026-04-28 06:32:45.407 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: address-group 2026-04-28 06:32:45.408 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: address-scope 2026-04-28 06:32:45.409 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-28 06:32:45.410 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: agent 2026-04-28 06:32:45.410 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: agent-resources-synced 2026-04-28 06:32:45.411 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-28 06:32:45.412 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-28 06:32:45.413 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: availability_zone 2026-04-28 06:32:45.413 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: availability_zone_filter 2026-04-28 06:32:45.414 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-28 06:32:45.414 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: default-subnetpools 2026-04-28 06:32:45.416 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-28 06:32:45.416 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: dns-integration 2026-04-28 06:32:45.417 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: dns-domain-ports 2026-04-28 06:32:45.417 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-28 06:32:45.418 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: dvr 2026-04-28 06:32:45.419 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-28 06:32:45.420 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: empty-string-filtering 2026-04-28 06:32:45.421 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-28 06:32:45.421 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-28 06:32:45.421 7 INFO neutron.manager [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loading Plugin: auto_allocate 2026-04-28 06:32:45.422 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-28 06:32:45.422 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: external-net 2026-04-28 06:32:45.423 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-28 06:32:45.423 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: extraroute 2026-04-28 06:32:45.424 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: extraroute-atomic 2026-04-28 06:32:45.424 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-28 06:32:45.425 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-28 06:32:45.425 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-28 06:32:45.426 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-28 06:32:45.426 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: fip-port-details 2026-04-28 06:32:45.427 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: flavors 2026-04-28 06:32:45.428 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-28 06:32:45.429 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: floatingip-pools 2026-04-28 06:32:45.429 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: ip_allocation 2026-04-28 06:32:45.430 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-28 06:32:45.430 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: l2_adjacency 2026-04-28 06:32:45.431 7 INFO neutron.manager [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loading Plugin: tag 2026-04-28 06:32:45.431 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: router 2026-04-28 06:32:45.433 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-28 06:32:45.434 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-28 06:32:45.434 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-28 06:32:45.435 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: ext-gw-mode 2026-04-28 06:32:45.435 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: l3-ha 2026-04-28 06:32:45.436 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-28 06:32:45.436 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-28 06:32:45.437 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: l3-flavors 2026-04-28 06:32:45.438 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-28 06:32:45.438 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-28 06:32:45.439 7 INFO neutron.manager [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loading Plugin: timestamp 2026-04-28 06:32:45.440 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-28 06:32:45.442 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-28 06:32:45.442 7 INFO neutron.manager [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loading Plugin: network_ip_availability 2026-04-28 06:32:45.443 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-28 06:32:45.444 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-28 06:32:45.444 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-28 06:32:45.445 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: multi-provider 2026-04-28 06:32:45.445 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: net-mtu 2026-04-28 06:32:45.446 7 INFO neutron.manager [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loading Plugin: flavors 2026-04-28 06:32:45.446 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: net-mtu-writable 2026-04-28 06:32:45.446 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: network_availability_zone 2026-04-28 06:32:45.447 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: network_ha 2026-04-28 06:32:45.448 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: network-ip-availability 2026-04-28 06:32:45.449 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-28 06:32:45.449 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: pagination 2026-04-28 06:32:45.450 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: port-device-profile 2026-04-28 06:32:45.450 7 INFO neutron.manager [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loading Plugin: revisions 2026-04-28 06:32:45.450 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-28 06:32:45.451 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-28 06:32:45.451 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-28 06:32:45.452 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: port-mac-override 2026-04-28 06:32:45.452 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-28 06:32:45.453 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-28 06:32:45.453 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Initializing extension manager. 2026-04-28 06:32:45.454 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-28 06:32:45.454 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: port-resource-request 2026-04-28 06:32:45.454 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: address-group 2026-04-28 06:32:45.455 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-28 06:32:45.455 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-28 06:32:45.455 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: address-scope 2026-04-28 06:32:45.455 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: binding 2026-04-28 06:32:45.456 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: binding-extended 2026-04-28 06:32:45.456 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-28 06:32:45.457 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: port-security 2026-04-28 06:32:45.457 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: project-id 2026-04-28 06:32:45.457 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: agent 2026-04-28 06:32:45.458 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: provider 2026-04-28 06:32:45.458 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: agent-resources-synced 2026-04-28 06:32:45.459 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-28 06:32:45.459 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: allowed-address-pairs 2026-04-28 06:32:45.460 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: auto-allocated-topology 2026-04-28 06:32:45.461 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: availability_zone 2026-04-28 06:32:45.461 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: qos 2026-04-28 06:32:45.461 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: availability_zone_filter 2026-04-28 06:32:45.462 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-28 06:32:45.462 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-28 06:32:45.462 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-28 06:32:45.462 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: default-subnetpools 2026-04-28 06:32:45.463 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: qos-default 2026-04-28 06:32:45.463 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: qos-fip 2026-04-28 06:32:45.464 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-28 06:32:45.464 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-28 06:32:45.465 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-28 06:32:45.465 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-28 06:32:45.465 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-28 06:32:45.465 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: dns-integration 2026-04-28 06:32:45.466 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-28 06:32:45.466 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: dns-domain-ports 2026-04-28 06:32:45.466 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-28 06:32:45.466 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: qos-pps 2026-04-28 06:32:45.467 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: dvr 2026-04-28 06:32:45.467 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-28 06:32:45.467 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-28 06:32:45.467 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-28 06:32:45.468 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: empty-string-filtering 2026-04-28 06:32:45.468 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: qos-rules-alias 2026-04-28 06:32:45.468 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-28 06:32:45.468 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: quota-check-limit 2026-04-28 06:32:45.469 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-28 06:32:45.469 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-28 06:32:45.469 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: external-net 2026-04-28 06:32:45.470 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-28 06:32:45.471 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: extraroute 2026-04-28 06:32:45.471 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: quotas 2026-04-28 06:32:45.471 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: extraroute-atomic 2026-04-28 06:32:45.472 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-28 06:32:45.472 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: quota_details 2026-04-28 06:32:45.473 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-28 06:32:45.473 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-28 06:32:45.474 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: rbac-policies 2026-04-28 06:32:45.474 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-28 06:32:45.474 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: rbac-address-group 2026-04-28 06:32:45.474 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: fip-port-details 2026-04-28 06:32:45.475 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: rbac-address-scope 2026-04-28 06:32:45.475 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: flavors 2026-04-28 06:32:45.475 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: rbac-security-groups 2026-04-28 06:32:45.476 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-28 06:32:45.476 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: revision-if-match 2026-04-28 06:32:45.476 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-28 06:32:45.477 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-28 06:32:45.477 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: floatingip-pools 2026-04-28 06:32:45.477 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: router_availability_zone 2026-04-28 06:32:45.478 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: ip_allocation 2026-04-28 06:32:45.478 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-28 06:32:45.478 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: ip-substring-filtering 2026-04-28 06:32:45.479 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: l2_adjacency 2026-04-28 06:32:45.480 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-28 06:32:45.480 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: router 2026-04-28 06:32:45.480 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-28 06:32:45.481 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-28 06:32:45.481 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-28 06:32:45.482 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-28 06:32:45.482 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-28 06:32:45.482 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-28 06:32:45.482 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-28 06:32:45.483 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-28 06:32:45.483 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: ext-gw-mode 2026-04-28 06:32:45.484 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: l3-ha 2026-04-28 06:32:45.484 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-28 06:32:45.485 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-28 06:32:45.485 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: l3-flavors 2026-04-28 06:32:45.486 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-28 06:32:45.487 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-28 06:32:45.487 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: security-group 2026-04-28 06:32:45.488 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: segment 2026-04-28 06:32:45.489 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-28 06:32:45.489 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-28 06:32:45.489 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: service-type 2026-04-28 06:32:45.490 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: sorting 2026-04-28 06:32:45.490 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-28 06:32:45.490 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: standard-attr-segment 2026-04-28 06:32:45.491 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: standard-attr-description 2026-04-28 06:32:45.491 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-28 06:32:45.492 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: stateful-security-group 2026-04-28 06:32:45.492 8 WARNING neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-28 06:32:45.492 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-28 06:32:45.492 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-28 06:32:45.493 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-28 06:32:45.493 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: subnet-external-network 2026-04-28 06:32:45.493 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: multi-provider 2026-04-28 06:32:45.494 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: subnet_onboard 2026-04-28 06:32:45.494 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: net-mtu 2026-04-28 06:32:45.494 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-28 06:32:45.494 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: net-mtu-writable 2026-04-28 06:32:45.495 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: subnet-service-types 2026-04-28 06:32:45.495 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: network_availability_zone 2026-04-28 06:32:45.495 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: subnet_allocation 2026-04-28 06:32:45.496 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: network_ha 2026-04-28 06:32:45.496 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-28 06:32:45.496 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: network-ip-availability 2026-04-28 06:32:45.496 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: tag-creation 2026-04-28 06:32:45.497 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-28 06:32:45.497 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-28 06:32:45.498 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: pagination 2026-04-28 06:32:45.498 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: port-device-profile 2026-04-28 06:32:45.499 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-28 06:32:45.499 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-28 06:32:45.500 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-28 06:32:45.500 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: port-mac-override 2026-04-28 06:32:45.501 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-28 06:32:45.501 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: standard-attr-tag 2026-04-28 06:32:45.501 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-28 06:32:45.502 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-28 06:32:45.502 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-28 06:32:45.502 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: trunk 2026-04-28 06:32:45.502 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: port-resource-request 2026-04-28 06:32:45.503 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: trunk-details 2026-04-28 06:32:45.503 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: port-resource-request-groups 2026-04-28 06:32:45.503 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-28 06:32:45.503 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-28 06:32:45.504 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-28 06:32:45.504 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: binding 2026-04-28 06:32:45.504 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-28 06:32:45.504 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: binding-extended 2026-04-28 06:32:45.505 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-28 06:32:45.505 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: port-security 2026-04-28 06:32:45.506 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: project-id 2026-04-28 06:32:45.506 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: provider 2026-04-28 06:32:45.507 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-28 06:32:45.507 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-28 06:32:45.507 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-28 06:32:45.508 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: vpn-flavors 2026-04-28 06:32:45.509 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: qos 2026-04-28 06:32:45.510 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: vpnaas 2026-04-28 06:32:45.510 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-28 06:32:45.511 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-28 06:32:45.511 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: taas 2026-04-28 06:32:45.511 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: qos-default 2026-04-28 06:32:45.512 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: qos-fip 2026-04-28 06:32:45.512 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: tap-mirror 2026-04-28 06:32:45.512 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-28 06:32:45.513 8 INFO neutron.api.extensions [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-28 06:32:45.513 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: qos-gateway-ip 2026-04-28 06:32:45.514 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: qos-port-network-policy 2026-04-28 06:32:45.514 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: qos-pps-minimum 2026-04-28 06:32:45.515 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-28 06:32:45.516 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: qos-pps 2026-04-28 06:32:45.516 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: qos-rule-type-details 2026-04-28 06:32:45.516 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-28 06:32:45.517 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-28 06:32:45.517 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-28 06:32:45.517 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 06:32:45.517 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-28 06:32:45.517 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: qos-rules-alias 2026-04-28 06:32:45.518 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: quota-check-limit 2026-04-28 06:32:45.519 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: quota-check-limit-default 2026-04-28 06:32:45.521 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-28 06:32:45.521 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: quotas 2026-04-28 06:32:45.521 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-28 06:32:45.522 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: quota_details 2026-04-28 06:32:45.524 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: rbac-policies 2026-04-28 06:32:45.524 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: rbac-address-group 2026-04-28 06:32:45.525 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: rbac-address-scope 2026-04-28 06:32:45.526 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: rbac-security-groups 2026-04-28 06:32:45.526 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-28 06:32:45.526 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: rbac-subnetpool 2026-04-28 06:32:45.526 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-28 06:32:45.527 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: revision-if-match 2026-04-28 06:32:45.527 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-28 06:32:45.528 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: standard-attr-revisions 2026-04-28 06:32:45.528 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 06:32:45.528 8 WARNING neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] subnetpool is already registered 2026-04-28 06:32:45.528 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: router_availability_zone 2026-04-28 06:32:45.528 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 06:32:45.529 8 WARNING neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] subnetpool is already registered 2026-04-28 06:32:45.529 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-28 06:32:45.529 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 06:32:45.530 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-28 06:32:45.530 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 06:32:45.530 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-28 06:32:45.531 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-28 06:32:45.531 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-28 06:32:45.531 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 06:32:45.531 8 WARNING neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] ipsecpolicy is already registered 2026-04-28 06:32:45.532 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: security-groups-default-rules 2026-04-28 06:32:45.532 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 06:32:45.532 8 WARNING neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] ikepolicy is already registered 2026-04-28 06:32:45.532 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-28 06:32:45.533 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-28 06:32:45.533 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-28 06:32:45.534 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-28 06:32:45.535 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-28 06:32:45.536 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-28 06:32:45.537 8 WARNING neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] router is already registered 2026-04-28 06:32:45.537 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-28 06:32:45.537 8 WARNING neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] floatingip is already registered 2026-04-28 06:32:45.540 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: security-group 2026-04-28 06:32:45.541 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-28 06:32:45.541 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: segment 2026-04-28 06:32:45.541 8 WARNING neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] rbac_policy is already registered 2026-04-28 06:32:45.542 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-28 06:32:45.542 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-28 06:32:45.542 8 WARNING neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] security_group is already registered 2026-04-28 06:32:45.542 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-28 06:32:45.542 8 WARNING neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] security_group_rule is already registered 2026-04-28 06:32:45.542 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: service-type 2026-04-28 06:32:45.543 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: sorting 2026-04-28 06:32:45.543 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 06:32:45.543 8 WARNING neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] subnetpool is already registered 2026-04-28 06:32:45.543 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: standard-attr-segment 2026-04-28 06:32:45.543 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 06:32:45.544 8 WARNING neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] subnetpool is already registered 2026-04-28 06:32:45.544 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-28 06:32:45.544 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: standard-attr-description 2026-04-28 06:32:45.544 8 WARNING neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] trunk is already registered 2026-04-28 06:32:45.544 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 06:32:45.545 8 WARNING neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] ikepolicy is already registered 2026-04-28 06:32:45.545 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: stateful-security-group 2026-04-28 06:32:45.545 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 06:32:45.545 8 WARNING neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] ipsecpolicy is already registered 2026-04-28 06:32:45.545 7 WARNING neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-28 06:32:45.546 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-28 06:32:45.546 8 WARNING neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] endpoint_group is already registered 2026-04-28 06:32:45.546 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-28 06:32:45.546 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-28 06:32:45.546 8 WARNING neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] vpnservice is already registered 2026-04-28 06:32:45.546 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: subnet-external-network 2026-04-28 06:32:45.547 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-28 06:32:45.547 8 WARNING neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] ipsec_site_connection is already registered 2026-04-28 06:32:45.547 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 06:32:45.547 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: subnet_onboard 2026-04-28 06:32:45.547 8 WARNING neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] ipsecpolicy is already registered 2026-04-28 06:32:45.548 8 INFO neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 06:32:45.548 8 WARNING neutron.quota.resource_registry [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] ikepolicy is already registered 2026-04-28 06:32:45.548 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-28 06:32:45.548 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: subnet-service-types 2026-04-28 06:32:45.549 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: subnet_allocation 2026-04-28 06:32:45.550 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-28 06:32:45.550 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: tag-creation 2026-04-28 06:32:45.551 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-28 06:32:45.555 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: standard-attr-tag 2026-04-28 06:32:45.556 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-28 06:32:45.557 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: trunk 2026-04-28 06:32:45.557 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: trunk-details 2026-04-28 06:32:45.558 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-28 06:32:45.558 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-28 06:32:45.559 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-28 06:32:45.560 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-28 06:32:45.562 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-28 06:32:45.563 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-28 06:32:45.567 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: vpn-flavors 2026-04-28 06:32:45.568 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: vpnaas 2026-04-28 06:32:45.570 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: taas 2026-04-28 06:32:45.572 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: tap-mirror 2026-04-28 06:32:45.572 7 INFO neutron.api.extensions [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Loaded extension: taas-vlan-filter 2026-04-28 06:32:45.575 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-28 06:32:45.575 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-28 06:32:45.575 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 06:32:45.576 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-28 06:32:45.579 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-28 06:32:45.579 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-28 06:32:45.584 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-28 06:32:45.585 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-28 06:32:45.585 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-28 06:32:45.586 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 06:32:45.586 7 WARNING neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] subnetpool is already registered 2026-04-28 06:32:45.587 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 06:32:45.587 7 WARNING neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] subnetpool is already registered 2026-04-28 06:32:45.587 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-28 06:32:45.588 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 06:32:45.588 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 06:32:45.588 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-28 06:32:45.589 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-28 06:32:45.589 8 WARNING keystonemiddleware._common.config [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-28 06:32:45.589 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-28 06:32:45.590 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 06:32:45.590 7 WARNING neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] ipsecpolicy is already registered 2026-04-28 06:32:45.590 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 06:32:45.590 7 WARNING neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] ikepolicy is already registered 2026-04-28 06:32:45.595 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-28 06:32:45.595 7 WARNING neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] router is already registered 2026-04-28 06:32:45.596 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-28 06:32:45.596 7 WARNING neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] floatingip is already registered 2026-04-28 06:32:45.596 8 WARNING oslo_config.cfg [None req-07f4e591-c364-4fd4-9a5e-20c81f9a6cf9 - - - - - -] 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 0x7f7e6df7f668 pid: 8 (default app) 2026-04-28 06:32:45.599 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-28 06:32:45.600 7 WARNING neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] rbac_policy is already registered 2026-04-28 06:32:45.600 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-28 06:32:45.600 7 WARNING neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] security_group is already registered 2026-04-28 06:32:45.601 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-28 06:32:45.601 7 WARNING neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] security_group_rule is already registered 2026-04-28 06:32:45.602 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 06:32:45.602 7 WARNING neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] subnetpool is already registered 2026-04-28 06:32:45.602 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 06:32:45.602 7 WARNING neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] subnetpool is already registered 2026-04-28 06:32:45.603 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-28 06:32:45.603 7 WARNING neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] trunk is already registered 2026-04-28 06:32:45.603 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 06:32:45.604 7 WARNING neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] ikepolicy is already registered 2026-04-28 06:32:45.604 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 06:32:45.604 7 WARNING neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] ipsecpolicy is already registered 2026-04-28 06:32:45.604 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-28 06:32:45.604 7 WARNING neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] endpoint_group is already registered 2026-04-28 06:32:45.605 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-28 06:32:45.605 7 WARNING neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] vpnservice is already registered 2026-04-28 06:32:45.605 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-28 06:32:45.605 7 WARNING neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] ipsec_site_connection is already registered 2026-04-28 06:32:45.606 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 06:32:45.606 7 WARNING neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] ipsecpolicy is already registered 2026-04-28 06:32:45.606 7 INFO neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 06:32:45.606 7 WARNING neutron.quota.resource_registry [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] ikepolicy is already registered 2026-04-28 06:32:45.646 7 WARNING keystonemiddleware._common.config [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-28 06:32:45.654 7 WARNING oslo_config.cfg [None req-39d2bc63-d59b-4359-8b40-00674708ddcc - - - - - -] 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 0x7f7e6df7f668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 06:32:50.226 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec67ebba-9145-4481-9656-be580c8920fe dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.250 () {44 vars in 927 bytes} [Tue Apr 28 06:32:49 2026] GET /v2.0/networks/public => generated 108 bytes in 987 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.250 () {44 vars in 949 bytes} [Tue Apr 28 06:32:50 2026] GET /v2.0/networks?name=public => generated 15 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 06:32:51.058 8 WARNING neutron.services.revisions.revision_plugin [None req-bbb0bb4c-e2f3-49ad-ae00-2cfbafbc5458 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Could not find related network for resource to bump revision. 2026-04-28 06:32:51.081 8 INFO neutron.db.segments_db [None req-bbb0bb4c-e2f3-49ad-ae00-2cfbafbc5458 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment acf9f4f9-bf0e-471b-8028-956dd94d9c12 of type flat for network 38a667bd-6cf1-4b57-9d51-0623ef6de3b6 2026-04-28 06:32:51.128 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bbb0bb4c-e2f3-49ad-ae00-2cfbafbc5458 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.250 () {48 vars in 967 bytes} [Tue Apr 28 06:32:50 2026] POST /v2.0/networks => generated 124 bytes in 498 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 06:32:57.051 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f5db6b66-2f1c-4cdd-ba86-aac5aeb0d230 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.250 () {44 vars in 927 bytes} [Tue Apr 28 06:32:57 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.250 () {44 vars in 949 bytes} [Tue Apr 28 06:32:57 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 06:32:57.142 8 WARNING neutron.services.revisions.revision_plugin [None req-62050f9a-a051-49a2-b558-cb7056fbd5db dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Could not find related network for resource to bump revision. 2026-04-28 06:32:57.158 8 INFO neutron.db.segments_db [None req-62050f9a-a051-49a2-b558-cb7056fbd5db dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment fe48c50d-c8d2-49fe-b6ca-edd882273a29 of type flat for network 1d522170-1d41-4e14-bdfc-1da9f75183b0 2026-04-28 06:32:57.183 8 INFO neutron.pecan_wsgi.hooks.translation [None req-62050f9a-a051-49a2-b558-cb7056fbd5db dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.250 () {48 vars in 967 bytes} [Tue Apr 28 06:32:57 2026] POST /v2.0/networks => generated 124 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 06:33:03.409 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d122eef7-5b20-4ef7-b41d-e70f13bb76f4 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.250 () {44 vars in 927 bytes} [Tue Apr 28 06:33:03 2026] GET /v2.0/networks/public => generated 108 bytes in 401 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.250 () {44 vars in 949 bytes} [Tue Apr 28 06:33:03 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 06:33:03.689 7 WARNING neutron.services.revisions.revision_plugin [None req-3bd2e028-e06a-4a32-8fa9-4ced4f3fa930 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Could not find related network for resource to bump revision. 2026-04-28 06:33:03.716 7 INFO neutron.db.segments_db [None req-3bd2e028-e06a-4a32-8fa9-4ced4f3fa930 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment c324e67b-5868-45af-b709-dfa51161d3b8 of type flat for network c0f5dd1f-9f4b-4b04-8f30-56d9237195af 2026-04-28 06:33:03.771 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3bd2e028-e06a-4a32-8fa9-4ced4f3fa930 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.250 () {48 vars in 967 bytes} [Tue Apr 28 06:33:03 2026] POST /v2.0/networks => generated 124 bytes in 345 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 06:33:09.653 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ba868adc-4e9d-49d8-adfd-1521f1e86538 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.250 () {44 vars in 927 bytes} [Tue Apr 28 06:33:09 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.250 () {44 vars in 949 bytes} [Tue Apr 28 06:33:09 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 06:33:09.721 7 WARNING neutron.services.revisions.revision_plugin [None req-df007904-adee-4853-be14-b0921c6e132f dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Could not find related network for resource to bump revision. 2026-04-28 06:33:09.743 7 INFO neutron.db.segments_db [None req-df007904-adee-4853-be14-b0921c6e132f dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment 35fbd86a-f5b2-49b9-921f-4419b3bf6f9c of type flat for network 9e065b08-9df8-4aff-a368-7e72a079cffa 2026-04-28 06:33:09.763 7 INFO neutron.pecan_wsgi.hooks.translation [None req-df007904-adee-4853-be14-b0921c6e132f dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.250 () {48 vars in 967 bytes} [Tue Apr 28 06:33:09 2026] POST /v2.0/networks => generated 124 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 06:33:15.625 8 INFO neutron.pecan_wsgi.hooks.translation [None req-31db4b03-e099-4dad-b7ce-1c3b486c35bc dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.250 () {44 vars in 927 bytes} [Tue Apr 28 06:33:15 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.250 () {44 vars in 949 bytes} [Tue Apr 28 06:33:15 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 06:33:15.700 8 WARNING neutron.services.revisions.revision_plugin [None req-856d361a-6b08-4071-87cd-0988af64dd4a dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Could not find related network for resource to bump revision. 2026-04-28 06:33:15.720 8 INFO neutron.db.segments_db [None req-856d361a-6b08-4071-87cd-0988af64dd4a dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment 5f7c23e2-c51b-4e0c-abfd-454717c716e0 of type flat for network c1158d07-0ed3-4a74-9e46-f71e69604ff0 2026-04-28 06:33:15.745 8 INFO neutron.pecan_wsgi.hooks.translation [None req-856d361a-6b08-4071-87cd-0988af64dd4a dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.250 () {48 vars in 967 bytes} [Tue Apr 28 06:33:15 2026] POST /v2.0/networks => generated 124 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 06:33:21.656 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9caf0474-9296-4009-9877-54fdb7c31a32 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.204.45.250 () {44 vars in 927 bytes} [Tue Apr 28 06:33:21 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.204.45.250 () {44 vars in 949 bytes} [Tue Apr 28 06:33:21 2026] GET /v2.0/networks?name=public => generated 15 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 06:33:21.730 8 WARNING neutron.services.revisions.revision_plugin [None req-47053d15-1fa4-4eb3-bcaa-aa74f5a952c7 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Could not find related network for resource to bump revision. 2026-04-28 06:33:21.748 8 INFO neutron.db.segments_db [None req-47053d15-1fa4-4eb3-bcaa-aa74f5a952c7 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment c18fb021-2a3e-405b-a9c2-c62ddc113c22 of type flat for network c0acfcb1-1cdf-44f6-8d3b-9aef4c7a660e 2026-04-28 06:33:21.776 8 INFO neutron.pecan_wsgi.hooks.translation [None req-47053d15-1fa4-4eb3-bcaa-aa74f5a952c7 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/23] 199.204.45.250 () {48 vars in 967 bytes} [Tue Apr 28 06:33:21 2026] POST /v2.0/networks => generated 124 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 06:33:27.702 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d5522ba2-760d-4088-8060-8572e5b40e21 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.250 () {44 vars in 927 bytes} [Tue Apr 28 06:33:27 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.250 () {44 vars in 949 bytes} [Tue Apr 28 06:33:27 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 06:33:27.775 7 WARNING neutron.services.revisions.revision_plugin [None req-302092e4-7c9f-4343-87dc-21c01279829a dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Could not find related network for resource to bump revision. 2026-04-28 06:33:27.795 7 INFO neutron.db.segments_db [None req-302092e4-7c9f-4343-87dc-21c01279829a dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment f774341b-5212-4970-a5c3-e6f79bc2367a of type flat for network 49158b93-9d14-4cc9-a5cc-b1c9b7b8da2a [pid: 7|app: 0|req: 12/26] 199.204.45.250 () {48 vars in 967 bytes} [Tue Apr 28 06:33:27 2026] POST /v2.0/networks => generated 706 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 06:33:29.080 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e97c1708-81a4-4f8f-b5e2-a49e5276e77d dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/27] 199.204.45.250 () {44 vars in 927 bytes} [Tue Apr 28 06:33:29 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.250 () {44 vars in 949 bytes} [Tue Apr 28 06:33:29 2026] GET /v2.0/networks?name=public => generated 709 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 06:33:29.193 8 INFO neutron.pecan_wsgi.hooks.translation [None req-31dbd301-8e8f-441b-a2f2-1655be8102c9 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 16/29] 199.204.45.250 () {44 vars in 1034 bytes} [Tue Apr 28 06:33:29 2026] GET /v2.0/subnets/public-subnet?network_id=49158b93-9d14-4cc9-a5cc-b1c9b7b8da2a => generated 113 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/30] 199.204.45.250 () {44 vars in 1057 bytes} [Tue Apr 28 06:33:29 2026] GET /v2.0/subnets?name=public-subnet&network_id=49158b93-9d14-4cc9-a5cc-b1c9b7b8da2a => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 17/31] 199.204.45.250 () {48 vars in 965 bytes} [Tue Apr 28 06:33:29 2026] POST /v2.0/subnets => generated 664 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 06:38:22.304 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b59f7e3-8e7a-4e9f-8085-d249f3293ccc dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/71] 199.204.45.250 () {44 vars in 937 bytes} [Tue Apr 28 06:38:22 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/72] 199.204.45.250 () {44 vars in 959 bytes} [Tue Apr 28 06:38:22 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 06:38:22.391 8 INFO neutron.db.segments_db [None req-533010f1-c318-49ae-99e2-42384eba3cf1 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment 7b16412c-f0fb-4af0-9a90-9ebb8b88c4c4 of type vxlan for network 3e8302a7-a707-4b48-aeac-562374087b38 [pid: 8|app: 0|req: 38/73] 199.204.45.250 () {48 vars in 966 bytes} [Tue Apr 28 06:38:22 2026] POST /v2.0/networks => generated 688 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 06:38:23.486 7 INFO neutron.pecan_wsgi.hooks.translation [None req-86dd16dd-329d-4828-81a0-8f3d4e2b6dec dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/74] 199.204.45.250 () {44 vars in 937 bytes} [Tue Apr 28 06:38:23 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/75] 199.204.45.250 () {44 vars in 959 bytes} [Tue Apr 28 06:38:23 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 06:38:23.552 7 INFO neutron.pecan_wsgi.hooks.translation [None req-06290917-dbd8-4cbb-8f0b-3a3f4f307b97 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/76] 199.204.45.250 () {44 vars in 1036 bytes} [Tue Apr 28 06:38:23 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=3e8302a7-a707-4b48-aeac-562374087b38 => generated 114 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.204.45.250 () {44 vars in 1059 bytes} [Tue Apr 28 06:38:23 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=3e8302a7-a707-4b48-aeac-562374087b38 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/78] 199.204.45.250 () {48 vars in 965 bytes} [Tue Apr 28 06:38:23 2026] POST /v2.0/subnets => generated 651 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 06:38:24.881 8 INFO neutron.api.v2.resource [None req-0327aa03-4767-4f52-aa7a-7ec75844807a dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 41/79] 199.204.45.250 () {44 vars in 971 bytes} [Tue Apr 28 06:38:24 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/80] 199.204.45.250 () {44 vars in 993 bytes} [Tue Apr 28 06:38:24 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.204.45.250 () {48 vars in 980 bytes} [Tue Apr 28 06:38:24 2026] POST /v2.0/security-groups => generated 1616 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:26 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 1616 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:26 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:26 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/85] 199.204.45.250 () {48 vars in 991 bytes} [Tue Apr 28 06:38:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/86] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:27 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 2230 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/87] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:27 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/88] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:27 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 2230 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/89] 199.204.45.250 () {48 vars in 991 bytes} [Tue Apr 28 06:38:27 2026] POST /v2.0/security-group-rules => generated 603 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/90] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:28 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:28 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/92] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:28 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/93] 199.204.45.250 () {48 vars in 991 bytes} [Tue Apr 28 06:38:28 2026] POST /v2.0/security-group-rules => generated 603 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/94] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:29 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 3462 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/95] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:29 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/96] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:29 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 199.204.45.250 () {48 vars in 991 bytes} [Tue Apr 28 06:38:29 2026] POST /v2.0/security-group-rules => generated 603 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/98] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:30 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 4078 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/99] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:30 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 4078 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/100] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:30 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/101] 199.204.45.250 () {48 vars in 991 bytes} [Tue Apr 28 06:38:30 2026] POST /v2.0/security-group-rules => generated 603 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/102] 199.204.45.250 () {44 vars in 987 bytes} [Tue Apr 28 06:38:31 2026] GET /v2.0/networks/3e8302a7-a707-4b48-aeac-562374087b38 => generated 732 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 06:38:31.630 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2a96a183-2f2a-4a51-8481-cfdaeb605f15 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/103] 199.204.45.250 () {44 vars in 1076 bytes} [Tue Apr 28 06:38:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=3e8302a7-a707-4b48-aeac-562374087b38 => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/104] 199.204.45.250 () {44 vars in 1099 bytes} [Tue Apr 28 06:38:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=3e8302a7-a707-4b48-aeac-562374087b38 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/105] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:31 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/106] 199.204.45.250 () {48 vars in 961 bytes} [Tue Apr 28 06:38:31 2026] POST /v2.0/ports => generated 1096 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 06:38:39.308 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f1abe6ed-839a-4d32-81f1-dd76421207fa dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/109] 199.204.45.250 () {44 vars in 979 bytes} [Tue Apr 28 06:38:39 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 54/110] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:39 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/111] 199.204.45.250 () {48 vars in 1031 bytes} [Tue Apr 28 06:38:39 2026] PUT /v2.0/ports/49c176b4-73bf-4aad-a25a-0bab621c8381 => generated 1245 bytes in 725 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/112] 199.204.45.250 () {44 vars in 920 bytes} [Tue Apr 28 06:38:41 2026] GET /v2.0/ports => generated 3726 bytes in 128 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 06:38:43.038 8 INFO neutron.api.v2.resource [None req-3603bc55-5474-4662-9a4f-ffd88484e58b dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 58/113] 199.204.45.250 () {44 vars in 959 bytes} [Tue Apr 28 06:38:42 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/114] 199.204.45.250 () {44 vars in 981 bytes} [Tue Apr 28 06:38:43 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/115] 199.204.45.250 () {48 vars in 980 bytes} [Tue Apr 28 06:38:43 2026] POST /v2.0/security-groups => generated 1610 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/116] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:44 2026] GET /v2.0/security-groups/d5179f0f-0373-4b94-8c41-921589794645 => generated 1610 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/117] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:44 2026] GET /v2.0/security-groups/d5179f0f-0373-4b94-8c41-921589794645 => 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: 58/118] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:44 2026] GET /v2.0/security-groups/d5179f0f-0373-4b94-8c41-921589794645 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/119] 199.204.45.250 () {48 vars in 991 bytes} [Tue Apr 28 06:38:44 2026] POST /v2.0/security-group-rules => generated 621 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/120] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:45 2026] GET /v2.0/security-groups/d5179f0f-0373-4b94-8c41-921589794645 => generated 2244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/121] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:45 2026] GET /v2.0/security-groups/d5179f0f-0373-4b94-8c41-921589794645 => generated 2244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/122] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:38:45 2026] GET /v2.0/security-groups/d5179f0f-0373-4b94-8c41-921589794645 => generated 2244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/123] 199.204.45.250 () {48 vars in 991 bytes} [Tue Apr 28 06:38:45 2026] POST /v2.0/security-group-rules => generated 625 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/134] 199.204.45.250 () {44 vars in 975 bytes} [Tue Apr 28 06:39:56 2026] GET /v2.0/quotas/0cc1a0a7a9ed480f9a62d622bed2801d => 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: 69/135] 199.204.45.250 () {48 vars in 1027 bytes} [Tue Apr 28 06:39:56 2026] PUT /v2.0/quotas/0cc1a0a7a9ed480f9a62d622bed2801d => generated 291 bytes in 30 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 06:42:17.083 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2dd60ea2-84b1-4b66-8d7e-81a55a7ac453 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 79/154] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 06:42:16 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 76/155] 199.204.45.250 () {30 vars in 763 bytes} [Tue Apr 28 06:42:17 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 06:42:19.141 8 INFO neutron.pecan_wsgi.hooks.translation [None req-682ce14e-f567-4857-8793-4d2c2cf3a48f dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 80/156] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 06:42:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/157] 199.204.45.250 () {30 vars in 763 bytes} [Tue Apr 28 06:42:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 06:48:40.513 8 INFO neutron.api.v2.resource [None req-de7b54af-334a-488b-940b-f42a8c4b4d3b dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 107/210] 199.204.45.250 () {44 vars in 1074 bytes} [Tue Apr 28 06:48:40 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=fad3fb73dc9240979eb8bc95a1704284 => generated 139 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/211] 199.204.45.250 () {44 vars in 1097 bytes} [Tue Apr 28 06:48:40 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=fad3fb73dc9240979eb8bc95a1704284 => generated 23 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/212] 199.204.45.250 () {48 vars in 981 bytes} [Tue Apr 28 06:48:40 2026] POST /v2.0/security-groups => generated 1624 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/213] 199.204.45.250 () {44 vars in 1088 bytes} [Tue Apr 28 06:48:41 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4?project_id=fad3fb73dc9240979eb8bc95a1704284 => generated 1624 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/214] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:48:41 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/215] 199.204.45.250 () {44 vars in 1088 bytes} [Tue Apr 28 06:48:41 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4?project_id=fad3fb73dc9240979eb8bc95a1704284 => generated 1624 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/216] 199.204.45.250 () {48 vars in 991 bytes} [Tue Apr 28 06:48:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/217] 199.204.45.250 () {44 vars in 1088 bytes} [Tue Apr 28 06:48:43 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4?project_id=fad3fb73dc9240979eb8bc95a1704284 => generated 2234 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/218] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:48:43 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4 => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/219] 199.204.45.250 () {44 vars in 1088 bytes} [Tue Apr 28 06:48:43 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4?project_id=fad3fb73dc9240979eb8bc95a1704284 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/220] 199.204.45.250 () {48 vars in 991 bytes} [Tue Apr 28 06:48:43 2026] POST /v2.0/security-group-rules => generated 599 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/221] 199.204.45.250 () {44 vars in 1088 bytes} [Tue Apr 28 06:48:44 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4?project_id=fad3fb73dc9240979eb8bc95a1704284 => generated 2846 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/222] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:48:44 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/223] 199.204.45.250 () {44 vars in 1088 bytes} [Tue Apr 28 06:48:44 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4?project_id=fad3fb73dc9240979eb8bc95a1704284 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/224] 199.204.45.250 () {48 vars in 991 bytes} [Tue Apr 28 06:48:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/225] 199.204.45.250 () {44 vars in 1088 bytes} [Tue Apr 28 06:48:45 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4?project_id=fad3fb73dc9240979eb8bc95a1704284 => generated 3460 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/226] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 06:48:45 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4 => 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: 112/227] 199.204.45.250 () {44 vars in 1088 bytes} [Tue Apr 28 06:48:45 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4?project_id=fad3fb73dc9240979eb8bc95a1704284 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/228] 199.204.45.250 () {48 vars in 991 bytes} [Tue Apr 28 06:48:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/249] 199.204.45.250 () {30 vars in 740 bytes} [Tue Apr 28 06:51:08 2026] GET /v2.0/networks?tenant_id=fad3fb73dc9240979eb8bc95a1704284&shared=False => generated 15 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 06:51:08.702 7 INFO neutron.db.segments_db [None req-1f269c79-373e-4a66-bfab-24aa4966e409 7a459e98642c4d7bbdbe409e5f60baaa fad3fb73dc9240979eb8bc95a1704284 - - 49962a28c8a54938b398aa8d37bb64c6 49962a28c8a54938b398aa8d37bb64c6] Added segment 9840f1b9-c271-446c-820f-7f3d7d3bdd42 of type vxlan for network 1d0cf27f-17b5-46f4-a7f3-9efbde59621d [pid: 7|app: 0|req: 123/250] 199.204.45.250 () {34 vars in 682 bytes} [Tue Apr 28 06:51:08 2026] POST /v2.0/networks => generated 699 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/251] 199.204.45.250 () {30 vars in 722 bytes} [Tue Apr 28 06:51:08 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/252] 199.204.45.250 () {30 vars in 633 bytes} [Tue Apr 28 06:51:08 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: 8|app: 0|req: 129/253] 199.204.45.250 () {34 vars in 677 bytes} [Tue Apr 28 06:51:08 2026] POST /v2.0/ports => generated 999 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/254] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 06:51:09 2026] GET /v2.0/networks/1d0cf27f-17b5-46f4-a7f3-9efbde59621d => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/255] 199.204.45.250 () {30 vars in 722 bytes} [Tue Apr 28 06:51:11 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/256] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 06:51:11 2026] GET /v2.0/networks/1d0cf27f-17b5-46f4-a7f3-9efbde59621d => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/259] 199.204.45.250 () {44 vars in 975 bytes} [Tue Apr 28 06:51:27 2026] GET /v2.0/quotas/fad3fb73dc9240979eb8bc95a1704284 => 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: 132/260] 199.204.45.250 () {48 vars in 1027 bytes} [Tue Apr 28 06:51:27 2026] PUT /v2.0/quotas/fad3fb73dc9240979eb8bc95a1704284 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:02:43.833 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f7fd5a8-3c81-4895-afd2-680229dd0973 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/351] 199.204.45.250 () {44 vars in 927 bytes} [Tue Apr 28 07:02:43 2026] GET /v2.0/networks/public => generated 108 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/352] 199.204.45.250 () {44 vars in 949 bytes} [Tue Apr 28 07:02:43 2026] GET /v2.0/networks?name=public => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:02:45.080 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39eee99b-4c16-478b-8549-e704620a430f dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/353] 199.204.45.250 () {44 vars in 927 bytes} [Tue Apr 28 07:02:45 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/354] 199.204.45.250 () {44 vars in 949 bytes} [Tue Apr 28 07:02:45 2026] GET /v2.0/networks?name=public => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:02:45.159 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a9f39e15-24a8-4bd8-8ee6-a9f73b01b3ed dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/355] 199.204.45.250 () {44 vars in 1034 bytes} [Tue Apr 28 07:02:45 2026] GET /v2.0/subnets/public-subnet?network_id=49158b93-9d14-4cc9-a5cc-b1c9b7b8da2a => generated 113 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/356] 199.204.45.250 () {44 vars in 1057 bytes} [Tue Apr 28 07:02:45 2026] GET /v2.0/subnets?name=public-subnet&network_id=49158b93-9d14-4cc9-a5cc-b1c9b7b8da2a => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:03:13.107 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b340eda9-c88b-40a6-9dfa-4a08079e1f84 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/361] 199.204.45.250 () {44 vars in 937 bytes} [Tue Apr 28 07:03:13 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/362] 199.204.45.250 () {44 vars in 959 bytes} [Tue Apr 28 07:03:13 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:03:14.272 8 INFO neutron.pecan_wsgi.hooks.translation [None req-13bfd016-9528-4cc4-bd28-e5703ec079e2 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/363] 199.204.45.250 () {44 vars in 937 bytes} [Tue Apr 28 07:03:14 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/364] 199.204.45.250 () {44 vars in 959 bytes} [Tue Apr 28 07:03:14 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:03:14.343 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d303257c-6ef5-4a93-a3cd-e151ac0b1f39 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/365] 199.204.45.250 () {44 vars in 1036 bytes} [Tue Apr 28 07:03:14 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=3e8302a7-a707-4b48-aeac-562374087b38 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/366] 199.204.45.250 () {44 vars in 1059 bytes} [Tue Apr 28 07:03:14 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=3e8302a7-a707-4b48-aeac-562374087b38 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:03:15.422 8 INFO neutron.api.v2.resource [None req-2a9fafb3-8f47-4195-a00f-9d0ab438afc1 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/367] 199.204.45.250 () {44 vars in 971 bytes} [Tue Apr 28 07:03:15 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/368] 199.204.45.250 () {44 vars in 993 bytes} [Tue Apr 28 07:03:15 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/369] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:03:16 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/370] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:03:16 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/371] 199.204.45.250 () {44 vars in 1011 bytes} [Tue Apr 28 07:03:16 2026] GET /v2.0/security-group-rules/756d49aa-e87e-4446-a27f-e52ce494a7a3 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/372] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:03:17 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 4694 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/373] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:03:17 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => 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: 185/374] 199.204.45.250 () {44 vars in 1011 bytes} [Tue Apr 28 07:03:17 2026] GET /v2.0/security-group-rules/47fcea27-e645-4d9d-8d48-e7e9b06808a0 => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/375] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:03:18 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/376] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:03:18 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/377] 199.204.45.250 () {44 vars in 1011 bytes} [Tue Apr 28 07:03:18 2026] GET /v2.0/security-group-rules/ee423498-74ec-4153-9b78-be773aafc92a => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/378] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:03:19 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/379] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:03:19 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/380] 199.204.45.250 () {44 vars in 1011 bytes} [Tue Apr 28 07:03:19 2026] GET /v2.0/security-group-rules/84b8b5a2-4e66-4d3e-9936-3af44b115a12 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/381] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:03:20 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/382] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:03:20 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/383] 199.204.45.250 () {44 vars in 1011 bytes} [Tue Apr 28 07:03:20 2026] GET /v2.0/security-group-rules/90cf9ae6-21f5-4c27-b9ec-26906f17d444 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/384] 199.204.45.250 () {44 vars in 987 bytes} [Tue Apr 28 07:03:21 2026] GET /v2.0/networks/3e8302a7-a707-4b48-aeac-562374087b38 => generated 732 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:03:21.619 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ae41f40-c5de-493a-ba0d-1f7a815c8dc4 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 195/387] 199.204.45.250 () {44 vars in 1076 bytes} [Tue Apr 28 07:03:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=3e8302a7-a707-4b48-aeac-562374087b38 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/388] 199.204.45.250 () {44 vars in 1099 bytes} [Tue Apr 28 07:03:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=3e8302a7-a707-4b48-aeac-562374087b38 => generated 1250 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/389] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:03:21 2026] GET /v2.0/security-groups/f943466d-fe00-4850-9961-301759fa35c0 => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:03:29.607 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d63e6760-5164-4923-94da-7ce44b07959b dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/390] 199.204.45.250 () {44 vars in 979 bytes} [Tue Apr 28 07:03:29 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/391] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:03:29 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/392] 199.204.45.250 () {44 vars in 920 bytes} [Tue Apr 28 07:03:31 2026] GET /v2.0/ports => generated 4721 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:03:32.438 8 INFO neutron.api.v2.resource [None req-9127375d-e56c-484b-9044-4980bcf60942 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 198/393] 199.204.45.250 () {44 vars in 959 bytes} [Tue Apr 28 07:03:32 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/394] 199.204.45.250 () {44 vars in 981 bytes} [Tue Apr 28 07:03:32 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/395] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:03:33 2026] GET /v2.0/security-groups/d5179f0f-0373-4b94-8c41-921589794645 => generated 2882 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/396] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:03:33 2026] GET /v2.0/security-groups/d5179f0f-0373-4b94-8c41-921589794645 => generated 2882 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/397] 199.204.45.250 () {44 vars in 1011 bytes} [Tue Apr 28 07:03:33 2026] GET /v2.0/security-group-rules/05a8a10d-36fc-401f-8eb1-f656bd96367a => generated 621 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/398] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:03:34 2026] GET /v2.0/security-groups/d5179f0f-0373-4b94-8c41-921589794645 => generated 2882 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/399] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:03:34 2026] GET /v2.0/security-groups/d5179f0f-0373-4b94-8c41-921589794645 => generated 2882 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/400] 199.204.45.250 () {44 vars in 1011 bytes} [Tue Apr 28 07:03:34 2026] GET /v2.0/security-group-rules/4bf7e2fa-0263-4735-8b0f-6be12b7bc01d => generated 625 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/403] 199.204.45.250 () {44 vars in 975 bytes} [Tue Apr 28 07:03:45 2026] GET /v2.0/quotas/0cc1a0a7a9ed480f9a62d622bed2801d => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:04:38.757 7 INFO neutron.api.v2.resource [None req-800566d6-4cec-40ec-a787-f61b6231ee02 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 206/412] 199.204.45.250 () {44 vars in 1074 bytes} [Tue Apr 28 07:04:38 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=fad3fb73dc9240979eb8bc95a1704284 => generated 139 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/413] 199.204.45.250 () {44 vars in 1097 bytes} [Tue Apr 28 07:04:38 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=fad3fb73dc9240979eb8bc95a1704284 => generated 4072 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/414] 199.204.45.250 () {44 vars in 1088 bytes} [Tue Apr 28 07:04:39 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4?project_id=fad3fb73dc9240979eb8bc95a1704284 => generated 4075 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/415] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:04:39 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4 => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/416] 199.204.45.250 () {44 vars in 1011 bytes} [Tue Apr 28 07:04:39 2026] GET /v2.0/security-group-rules/ac0b1a09-6996-46fe-ae23-6c61b694d87b => generated 597 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/417] 199.204.45.250 () {44 vars in 1088 bytes} [Tue Apr 28 07:04:40 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4?project_id=fad3fb73dc9240979eb8bc95a1704284 => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/418] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:04:40 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/419] 199.204.45.250 () {44 vars in 1011 bytes} [Tue Apr 28 07:04:40 2026] GET /v2.0/security-group-rules/d5150bc1-fc2d-4832-8fcd-c028d00f07e9 => generated 599 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/420] 199.204.45.250 () {44 vars in 1088 bytes} [Tue Apr 28 07:04:41 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4?project_id=fad3fb73dc9240979eb8bc95a1704284 => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/421] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:04:41 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/422] 199.204.45.250 () {44 vars in 1011 bytes} [Tue Apr 28 07:04:41 2026] GET /v2.0/security-group-rules/5487ae3e-1ab8-4c36-a3f4-bd33557bac08 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/423] 199.204.45.250 () {44 vars in 1088 bytes} [Tue Apr 28 07:04:42 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4?project_id=fad3fb73dc9240979eb8bc95a1704284 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/424] 199.204.45.250 () {44 vars in 1001 bytes} [Tue Apr 28 07:04:42 2026] GET /v2.0/security-groups/b8c372a8-29b6-4e1c-a14b-419f5b63f9e4 => generated 4075 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/425] 199.204.45.250 () {44 vars in 1011 bytes} [Tue Apr 28 07:04:42 2026] GET /v2.0/security-group-rules/7fe92c21-ae92-483c-bdf4-e6b3fb992f3c => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/426] 199.204.45.250 () {44 vars in 975 bytes} [Tue Apr 28 07:04:50 2026] GET /v2.0/quotas/fad3fb73dc9240979eb8bc95a1704284 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/435] 199.204.45.250 () {44 vars in 949 bytes} [Tue Apr 28 07:05:41 2026] GET /v2.0/networks?name=public => generated 753 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/442] 10.0.0.33 () {32 vars in 648 bytes} [Tue Apr 28 07:06:21 2026] GET /v2.0/networks => generated 2168 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/443] 10.0.0.33 () {32 vars in 654 bytes} [Tue Apr 28 07:06:23 2026] GET /v2.0/floatingips => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/444] 10.0.0.33 () {32 vars in 646 bytes} [Tue Apr 28 07:06:23 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/445] 10.0.0.33 () {32 vars in 642 bytes} [Tue Apr 28 07:06:23 2026] GET /v2.0/ports => generated 4721 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/446] 10.0.0.33 () {32 vars in 646 bytes} [Tue Apr 28 07:06:23 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/447] 10.0.0.33 () {32 vars in 648 bytes} [Tue Apr 28 07:06:23 2026] GET /v2.0/networks => generated 2168 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/448] 10.0.0.33 () {32 vars in 662 bytes} [Tue Apr 28 07:06:23 2026] GET /v2.0/security-groups => generated 17397 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/449] 10.0.0.33 () {32 vars in 654 bytes} [Tue Apr 28 07:06:23 2026] GET /v2.0/subnetpools => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:06:34.719 8 INFO neutron.db.segments_db [None req-5b43f1cf-f301-4d9f-b910-3fa167141ccf dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment ea24c448-efd9-4ebe-a349-bdfc0ad18b38 of type vxlan for network a9f9c091-88e5-4639-864b-54e5c25aae79 2026-04-28 07:06:34.777 7 INFO neutron.db.segments_db [None req-5c67f7ef-9b0e-44d9-ad15-e3233513b946 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment 039a1410-ab0a-4dd7-967d-7d107102884f of type vxlan for network eb327ea2-969e-4fc4-9916-fe22b6e30179 [pid: 8|app: 0|req: 226/450] 10.0.0.33 () {34 vars in 670 bytes} [Tue Apr 28 07:06:34 2026] POST /v2.0/networks => generated 719 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/451] 10.0.0.33 () {34 vars in 670 bytes} [Tue Apr 28 07:06:34 2026] POST /v2.0/networks => generated 725 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:06:34.981 8 INFO neutron.db.segments_db [None req-5fcdbb42-c14a-4d15-95e9-351bbdde7f63 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment a216def1-b49f-4bf5-bf07-5000aa6df3e0 of type vxlan for network 05229a25-b65b-4e5e-a1f3-637994ed5c44 [pid: 7|app: 0|req: 226/452] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:06:34 2026] POST /v2.0/subnets => generated 685 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/453] 10.0.0.33 () {34 vars in 670 bytes} [Tue Apr 28 07:06:34 2026] POST /v2.0/networks => generated 732 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:06:35.102 8 INFO neutron.db.segments_db [None req-ac0d3d67-f8ca-46a5-ac8c-4e0116b42427 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment 97338289-c469-408b-a8ea-a13df5772773 of type vxlan for network 2015644b-2b2f-4198-ab8b-93f423b2c223 [pid: 7|app: 0|req: 227/454] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:06:35 2026] POST /v2.0/subnets => generated 691 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/455] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:06:35 2026] POST /v2.0/subnets => generated 698 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:06:35.331 8 INFO neutron.db.l3_hamode_db [None req-ac0d3d67-f8ca-46a5-ac8c-4e0116b42427 dd57eccc2efd4f5fa3e3c9e3dfad82aa 6d794fa0518e407bb7d68beb09a5aaf3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:06:35.370 7 INFO neutron.db.segments_db [None req-dcf40fff-83e3-4492-8001-b0334797f2c2 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment 6d9c568b-7495-4101-9a5c-2021afb52d5f of type vxlan for network 7c3d770b-091d-4092-b265-04b67a587e0f 2026-04-28 07:06:35.636 7 INFO neutron.db.l3_hamode_db [None req-dcf40fff-83e3-4492-8001-b0334797f2c2 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0febb685f9e040d0a10efd752e09ade4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:06:36.291 8 INFO neutron.db.l3_hamode_db [None req-ac0d3d67-f8ca-46a5-ac8c-4e0116b42427 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:06:36.520 7 INFO neutron.db.l3_hamode_db [None req-dcf40fff-83e3-4492-8001-b0334797f2c2 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 229/456] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:06:35 2026] POST /v2.0/routers => generated 731 bytes in 2372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/457] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:06:35 2026] POST /v2.0/routers => generated 725 bytes in 2710 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:06:37.827 8 INFO neutron.db.segments_db [None req-af18c81a-3a8e-4ef1-82c9-52337af32292 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment 1d308633-fdc5-4129-9433-9e003f0958be of type vxlan for network ec08c3c4-c222-44e2-a682-a4508ce08b4a [pid: 7|app: 0|req: 230/458] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:06:37 2026] GET /v2.0/security-groups?tenant_id=ec7cb0c7323242ecbe1c23d82ea13600&name=default => generated 2924 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:06:38.120 8 INFO neutron.db.l3_hamode_db [None req-af18c81a-3a8e-4ef1-82c9-52337af32292 dd57eccc2efd4f5fa3e3c9e3dfad82aa 25157cb451d64e8f86cce1ad7771e5c4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:06:38.892 8 INFO neutron.db.l3_hamode_db [None req-af18c81a-3a8e-4ef1-82c9-52337af32292 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 233/461] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:06:37 2026] PUT /v2.0/routers/44956b90-6c5e-4bad-8c3d-27238c078aca/add_router_interface => generated 309 bytes in 1223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/462] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:06:37 2026] POST /v2.0/routers => generated 738 bytes in 1922 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/463] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:06:39 2026] DELETE /v2.0/security-groups/029aecb9-285a-4fa7-bf7e-e6c1ec2f18be => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/464] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:06:39 2026] PUT /v2.0/routers/279e73e0-80a9-4f53-bde0-e1162a75bf91/add_router_interface => generated 309 bytes in 1046 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/465] 10.0.0.33 () {34 vars in 684 bytes} [Tue Apr 28 07:06:40 2026] POST /v2.0/security-groups => generated 1659 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/466] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:06:40 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: 237/467] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:06:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/468] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:06:39 2026] PUT /v2.0/routers/3f2ada44-29a6-45d8-a950-8f844d07cf44/add_router_interface => generated 309 bytes in 1186 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/469] 10.0.0.33 () {34 vars in 675 bytes} [Tue Apr 28 07:06:40 2026] POST /v2.0/floatingips => generated 552 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/470] 10.0.0.33 () {34 vars in 684 bytes} [Tue Apr 28 07:06:40 2026] POST /v2.0/security-groups => generated 1661 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/471] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:06:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/472] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:06:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/473] 10.0.0.33 () {34 vars in 684 bytes} [Tue Apr 28 07:06:41 2026] POST /v2.0/security-groups => generated 1659 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/474] 10.0.0.33 () {34 vars in 675 bytes} [Tue Apr 28 07:06:41 2026] POST /v2.0/floatingips => generated 552 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/475] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:06:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:06:42.063 8 INFO neutron.db.segments_db [None req-8119913f-b3d3-4f21-8a71-45b25ff0e5e0 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment fe95c3b7-5ccf-46a3-8baa-795e77273f42 of type vxlan for network 36026ea5-007c-45b7-b5b1-30fbebc797a9 [pid: 8|app: 0|req: 235/476] 10.0.0.33 () {34 vars in 670 bytes} [Tue Apr 28 07:06:41 2026] POST /v2.0/networks => generated 729 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/477] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:06:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/478] 10.0.0.210 () {34 vars in 1096 bytes} [Tue Apr 28 07:06:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--12093933&fields=id&tenant_id=0febb685f9e040d0a10efd752e09ade4 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/479] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:06:42 2026] POST /v2.0/subnets => generated 695 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/480] 10.0.0.210 () {34 vars in 982 bytes} [Tue Apr 28 07:06:42 2026] GET /v2.0/networks?id=eb327ea2-969e-4fc4-9916-fe22b6e30179 => generated 676 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:06:42.510 7 INFO neutron.db.segments_db [None req-61ac75ff-2309-44da-9bd2-837a02c2bcc3 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment 27700542-df65-47e7-876c-2b3590093ba1 of type vxlan for network dd5d2c19-91a7-4bd2-ad33-50172d17bba5 [pid: 8|app: 0|req: 237/481] 10.0.0.33 () {34 vars in 675 bytes} [Tue Apr 28 07:06:42 2026] POST /v2.0/floatingips => generated 552 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/482] 10.0.0.210 () {34 vars in 965 bytes} [Tue Apr 28 07:06:42 2026] GET /v2.0/quotas/0febb685f9e040d0a10efd752e09ade4 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/483] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Apr 28 07:06:42 2026] GET /v2.0/ports?tenant_id=0febb685f9e040d0a10efd752e09ade4&fields=id => generated 57 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:06:42.825 7 INFO neutron.db.l3_hamode_db [None req-61ac75ff-2309-44da-9bd2-837a02c2bcc3 dd57eccc2efd4f5fa3e3c9e3dfad82aa 3c658c7b462f4434b05982651c9e395f - - 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.210 () {34 vars in 1100 bytes} [Tue Apr 28 07:06:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1857292843&fields=id&tenant_id=6d794fa0518e407bb7d68beb09a5aaf3 => 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: 241/485] 10.0.0.210 () {34 vars in 982 bytes} [Tue Apr 28 07:06:42 2026] GET /v2.0/networks?id=a9f9c091-88e5-4639-864b-54e5c25aae79 => generated 670 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/486] 10.0.0.210 () {34 vars in 907 bytes} [Tue Apr 28 07:06:43 2026] GET /v2.0/extensions => generated 21537 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/487] 10.0.0.210 () {34 vars in 965 bytes} [Tue Apr 28 07:06:43 2026] GET /v2.0/quotas/6d794fa0518e407bb7d68beb09a5aaf3 => 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: 244/488] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Apr 28 07:06:43 2026] GET /v2.0/networks/eb327ea2-969e-4fc4-9916-fe22b6e30179?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: 245/489] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Apr 28 07:06:43 2026] GET /v2.0/ports?tenant_id=6d794fa0518e407bb7d68beb09a5aaf3&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/490] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Apr 28 07:06:43 2026] GET /v2.0/networks/eb327ea2-969e-4fc4-9916-fe22b6e30179?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) 2026-04-28 07:06:43.600 7 INFO neutron.db.l3_hamode_db [None req-61ac75ff-2309-44da-9bd2-837a02c2bcc3 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 247/491] 10.0.0.210 () {34 vars in 1098 bytes} [Tue Apr 28 07:06:43 2026] GET /v2.0/security-groups?name=tempest-securitygroup--762750042&fields=id&tenant_id=25157cb451d64e8f86cce1ad7771e5c4 => 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: 248/492] 10.0.0.210 () {34 vars in 982 bytes} [Tue Apr 28 07:06:43 2026] GET /v2.0/networks?id=05229a25-b65b-4e5e-a1f3-637994ed5c44 => generated 683 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/493] 10.0.0.210 () {34 vars in 907 bytes} [Tue Apr 28 07:06:43 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: 8|app: 0|req: 250/494] 10.0.0.210 () {34 vars in 965 bytes} [Tue Apr 28 07:06:43 2026] GET /v2.0/quotas/25157cb451d64e8f86cce1ad7771e5c4 => generated 292 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/495] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Apr 28 07:06:43 2026] GET /v2.0/networks/a9f9c091-88e5-4639-864b-54e5c25aae79?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: 252/496] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Apr 28 07:06:43 2026] GET /v2.0/ports?tenant_id=25157cb451d64e8f86cce1ad7771e5c4&fields=id => generated 57 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/497] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Apr 28 07:06:44 2026] GET /v2.0/networks/a9f9c091-88e5-4639-864b-54e5c25aae79?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/498] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Apr 28 07:06:44 2026] GET /v2.0/networks/05229a25-b65b-4e5e-a1f3-637994ed5c44?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: 255/499] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Apr 28 07:06:44 2026] GET /v2.0/networks/05229a25-b65b-4e5e-a1f3-637994ed5c44?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: 256/500] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:44 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/501] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:44 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => 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: 258/502] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:44 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => 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: 245/503] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:06:42 2026] POST /v2.0/routers => generated 735 bytes in 2357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/504] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:45 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/505] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:45 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => 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: 248/506] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:45 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => 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: 259/507] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:06:44 2026] PUT /v2.0/routers/1091c9f7-ff83-4089-b37b-5f683a5e9a96/add_router_interface => generated 309 bytes in 1140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/508] 10.0.0.210 () {38 vars in 971 bytes} [Tue Apr 28 07:06:46 2026] POST /v2.0/security-groups => generated 1684 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/509] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:46 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => 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: 250/510] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:46 2026] GET /v2.0/security-groups/dd87d49c-cec5-46eb-af2e-849626eded51 => generated 1684 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/511] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:46 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => 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: 262/512] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:46 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => 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: 251/513] 10.0.0.210 () {38 vars in 981 bytes} [Tue Apr 28 07:06:46 2026] POST /v2.0/security-group-rules => generated 614 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/514] 10.0.0.210 () {38 vars in 971 bytes} [Tue Apr 28 07:06:46 2026] POST /v2.0/security-groups => generated 1684 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/515] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:46 2026] GET /v2.0/security-groups/c9849d12-de1a-4da6-a1c6-77da27754a54 => generated 1684 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/516] 10.0.0.210 () {38 vars in 981 bytes} [Tue Apr 28 07:06:47 2026] POST /v2.0/security-group-rules => generated 614 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/517] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:47 2026] GET /v2.0/security-groups/c9849d12-de1a-4da6-a1c6-77da27754a54 => generated 2309 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/518] 10.0.0.210 () {38 vars in 981 bytes} [Tue Apr 28 07:06:47 2026] POST /v2.0/security-group-rules => generated 619 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/519] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:47 2026] GET /v2.0/security-groups/c9849d12-de1a-4da6-a1c6-77da27754a54 => generated 2939 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/520] 10.0.0.210 () {34 vars in 1001 bytes} [Tue Apr 28 07:06:47 2026] GET /v2.0/security-group-rules/ca5e2fdd-7424-4fba-bf3d-3ebe68407068 => generated 616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/521] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:47 2026] GET /v2.0/security-groups/c9849d12-de1a-4da6-a1c6-77da27754a54 => generated 2939 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/522] 10.0.0.210 () {36 vars in 1023 bytes} [Tue Apr 28 07:06:47 2026] DELETE /v2.0/security-group-rules/ca5e2fdd-7424-4fba-bf3d-3ebe68407068 => 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: 256/523] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:47 2026] GET /v2.0/security-groups/c9849d12-de1a-4da6-a1c6-77da27754a54 => generated 2309 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/524] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:47 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => 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: 258/525] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:47 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => 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: 268/526] 10.0.0.210 () {36 vars in 1013 bytes} [Tue Apr 28 07:06:47 2026] DELETE /v2.0/security-groups/c9849d12-de1a-4da6-a1c6-77da27754a54 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/527] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:47 2026] GET /v2.0/security-groups/dd87d49c-cec5-46eb-af2e-849626eded51 => generated 2309 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/528] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:47 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => 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: 269/529] 10.0.0.210 () {36 vars in 1013 bytes} [Tue Apr 28 07:06:47 2026] DELETE /v2.0/security-groups/dd87d49c-cec5-46eb-af2e-849626eded51 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:06:48.388 7 INFO neutron_taas.services.taas.taas_plugin [None req-fec0b4a9-cf70-4cfe-b9a4-473d76f1e4f0 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: f3ffe88c-00d8-4c77-b1fc-8b9fb103beee 2026-04-28 07:06:48.395 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fec0b4a9-cf70-4cfe-b9a4-473d76f1e4f0 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: f3ffe88c-00d8-4c77-b1fc-8b9fb103beee [pid: 8|app: 0|req: 270/530] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:48 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => 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: 271/531] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:48 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => 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: 272/532] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:48 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => 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: 261/533] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:06:47 2026] PUT /v2.0/routers/1091c9f7-ff83-4089-b37b-5f683a5e9a96/remove_router_interface => generated 309 bytes in 1135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:06:49.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-fefcdc7f-dfee-4298-9688-ea5111fd8985 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 7c4e69fa-0393-450c-b4fe-77da8d4896f2 2026-04-28 07:06:49.285 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fefcdc7f-dfee-4298-9688-ea5111fd8985 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 7c4e69fa-0393-450c-b4fe-77da8d4896f2 2026-04-28 07:06:49.521 8 INFO neutron_taas.services.taas.taas_plugin [None req-fefcdc7f-dfee-4298-9688-ea5111fd8985 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 9beb3e09-8e27-4af3-a1b5-62d4101f0274 2026-04-28 07:06:49.523 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fefcdc7f-dfee-4298-9688-ea5111fd8985 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 9beb3e09-8e27-4af3-a1b5-62d4101f0274 2026-04-28 07:06:49.608 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-fefcdc7f-dfee-4298-9688-ea5111fd8985 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - 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: 262/534] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:49 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => 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: 263/535] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:49 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:06:50.031 8 INFO neutron.db.l3_hamode_db [None req-fefcdc7f-dfee-4298-9688-ea5111fd8985 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] HA network dd5d2c19-91a7-4bd2-ad33-50172d17bba5 was deleted as no HA routers are present in tenant 3c658c7b462f4434b05982651c9e395f. [pid: 7|app: 0|req: 264/536] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:50 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => 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: 273/537] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:06:49 2026] DELETE /v2.0/routers/1091c9f7-ff83-4089-b37b-5f683a5e9a96 => generated 0 bytes in 995 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/538] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:06:50 2026] DELETE /v2.0/subnets/68ce8a92-3900-4669-a932-3deffbcf6096 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/539] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:06:50 2026] DELETE /v2.0/networks/36026ea5-007c-45b7-b5b1-30fbebc797a9 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:06:50.384 8 INFO neutron.services.segments.plugin [-] Segment 27700542-df65-47e7-876c-2b3590093ba1 resource provider aggregate not found 2026-04-28 07:06:50.396 8 INFO neutron.services.segments.plugin [-] Segment 27700542-df65-47e7-876c-2b3590093ba1 resource provider aggregate not found 2026-04-28 07:06:50.402 8 INFO neutron.services.segments.plugin [-] Segment 27700542-df65-47e7-876c-2b3590093ba1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27700542-df65-47e7-876c-2b3590093ba1 found for delete ", "request_id": "req-fae75161-16d4-49b2-91c9-8b1961a0ea7a"}]} 2026-04-28 07:06:50.416 8 INFO neutron.services.segments.plugin [-] Segment 27700542-df65-47e7-876c-2b3590093ba1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27700542-df65-47e7-876c-2b3590093ba1 found for delete ", "request_id": "req-e71526f7-5fa2-4f87-ae61-4cb0efc10765"}]} [pid: 7|app: 0|req: 266/540] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:06:50 2026] GET /v2.0/security-groups?tenant_id=3c658c7b462f4434b05982651c9e395f&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/541] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:06:50 2026] DELETE /v2.0/security-groups/3da13e93-e5ea-4d2a-8d37-06cce4409fe5 => 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: 267/542] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:50 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/543] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:51 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => 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: 268/544] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:51 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => 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: 270/547] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:52 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => 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: 278/548] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:06:51 2026] GET /v2.0/networks?id=eb327ea2-969e-4fc4-9916-fe22b6e30179 => generated 676 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/549] 199.204.45.250 () {34 vars in 911 bytes} [Tue Apr 28 07:06:52 2026] GET /v2.0/extensions => generated 21537 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/550] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:52 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/551] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:52 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => 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: 280/552] 199.204.45.250 () {34 vars in 1050 bytes} [Tue Apr 28 07:06:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0febb685f9e040d0a10efd752e09ade4 => generated 179 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:06:52.423 8 INFO neutron.services.segments.plugin [-] Segment fe95c3b7-5ccf-46a3-8baa-795e77273f42 resource provider aggregate not found 2026-04-28 07:06:52.436 8 INFO neutron.services.segments.plugin [-] Segment fe95c3b7-5ccf-46a3-8baa-795e77273f42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe95c3b7-5ccf-46a3-8baa-795e77273f42 found for delete ", "request_id": "req-8ca7eb61-0002-4929-beab-0a0a1ddf32c5"}]} 2026-04-28 07:06:52.437 8 INFO neutron.services.segments.plugin [-] Segment fe95c3b7-5ccf-46a3-8baa-795e77273f42 resource provider aggregate not found 2026-04-28 07:06:52.453 8 INFO neutron.services.segments.plugin [-] Segment fe95c3b7-5ccf-46a3-8baa-795e77273f42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe95c3b7-5ccf-46a3-8baa-795e77273f42 found for delete ", "request_id": "req-c4fd692a-1bd6-4cbe-a977-caea95ca37ee"}]} [pid: 7|app: 0|req: 273/553] 199.204.45.250 () {38 vars in 955 bytes} [Tue Apr 28 07:06:52 2026] POST /v2.0/ports => generated 958 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:06:52.776 8 INFO neutron.db.segments_db [None req-5fedf2d9-bf3c-4813-89e5-71a555222b51 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment 2c3ae818-ab71-4de9-8e15-dee5646c3a06 of type vxlan for network 1cb59c40-da54-4c7a-b852-ccdccbf74ea9 [pid: 8|app: 0|req: 281/554] 10.0.0.33 () {34 vars in 670 bytes} [Tue Apr 28 07:06:52 2026] POST /v2.0/networks => generated 726 bytes in 341 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: 274/555] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:06:52 2026] POST /v2.0/subnets => generated 692 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:06:53.193 7 INFO neutron.db.segments_db [None req-eced657b-dace-497a-bd9f-765acc46dc3c dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment 8cbe03c8-cf25-44ee-b85d-957242cbf1d3 of type vxlan for network 18a85a51-fb6d-4fd3-a767-a78770407c98 2026-04-28 07:06:53.487 7 INFO neutron.db.l3_hamode_db [None req-eced657b-dace-497a-bd9f-765acc46dc3c dd57eccc2efd4f5fa3e3c9e3dfad82aa deec564d750947b794a5a20f8b4a2ada - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 282/556] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:06:53 2026] PUT /v2.0/ports/faae483a-332a-4f6e-bca5-8603c8f330cf => generated 1239 bytes in 483 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: 283/557] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:53 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => 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: 284/558] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:53 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 973 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/559] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:06:53 2026] GET /v2.0/networks?id=05229a25-b65b-4e5e-a1f3-637994ed5c44 => generated 683 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/560] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:53 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => 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: 287/561] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:06:53 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/562] 199.204.45.250 () {34 vars in 1050 bytes} [Tue Apr 28 07:06:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=25157cb451d64e8f86cce1ad7771e5c4 => generated 180 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:06:54.133 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f426b932-f3a0-4b60-b224-1952092770ba'] response: {'name': 'network-changed', 'server_uuid': '324f313d-8d6d-43df-80f1-110e77df776d', 'tag': 'faae483a-332a-4f6e-bca5-8603c8f330cf', 'status': 'completed', 'code': 200} 2026-04-28 07:06:54.396 7 INFO neutron.db.l3_hamode_db [None req-eced657b-dace-497a-bd9f-765acc46dc3c dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 289/563] 199.204.45.250 () {38 vars in 955 bytes} [Tue Apr 28 07:06:53 2026] POST /v2.0/ports => generated 954 bytes in 534 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: 290/564] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:06:54 2026] PUT /v2.0/ports/d3d2e634-b945-4199-aa15-54ed2607818a => generated 1235 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 291/565] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:06:54 2026] GET /v2.0/ports?tenant_id=0febb685f9e040d0a10efd752e09ade4&device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 1242 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/566] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:54 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => 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: 293/567] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:54 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/568] 199.204.45.250 () {34 vars in 1060 bytes} [Tue Apr 28 07:06:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=faae483a-332a-4f6e-bca5-8603c8f330cf => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/569] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:55 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => 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: 296/570] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:06:55 2026] GET /v2.0/security-groups?id=5e2fc27f-2c12-4946-a66c-20a1e6a47b82&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: 275/571] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:06:53 2026] POST /v2.0/routers => generated 732 bytes in 2043 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/572] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:06:55 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&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: 8|app: 0|req: 297/573] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:06:55 2026] GET /v2.0/subnets?id=7f03852c-a85e-493e-a3f1-7eb61e218536 => generated 694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/574] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:06:55 2026] GET /v2.0/ports?network_id=eb327ea2-969e-4fc4-9916-fe22b6e30179&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/575] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:06:55 2026] GET /v2.0/networks/eb327ea2-969e-4fc4-9916-fe22b6e30179?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/576] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:06:55 2026] GET /v2.0/networks/eb327ea2-969e-4fc4-9916-fe22b6e30179?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: 301/577] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:06:55 2026] GET /v2.0/networks?id=a9f9c091-88e5-4639-864b-54e5c25aae79 => generated 670 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/578] 199.204.45.250 () {34 vars in 1050 bytes} [Tue Apr 28 07:06:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6d794fa0518e407bb7d68beb09a5aaf3 => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:06:56.235 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dfdaa753-f028-4846-98ad-c1932ded494c'] response: {'name': 'network-changed', 'server_uuid': '465f24db-139b-4620-94f6-f54df5a0846d', 'tag': 'd3d2e634-b945-4199-aa15-54ed2607818a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 277/579] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:06:55 2026] PUT /v2.0/routers/713b757c-11fd-4716-839c-5c9e3b91315d/add_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: 303/580] 199.204.45.250 () {38 vars in 955 bytes} [Tue Apr 28 07:06:55 2026] POST /v2.0/ports => generated 954 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/581] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:06:56 2026] GET /v2.0/ports?tenant_id=25157cb451d64e8f86cce1ad7771e5c4&device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 304/582] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:56 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => generated 957 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/583] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:56 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/584] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:06:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d3d2e634-b945-4199-aa15-54ed2607818a => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/585] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:06:56 2026] GET /v2.0/ports?tenant_id=0febb685f9e040d0a10efd752e09ade4&device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/586] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:06:56 2026] GET /v2.0/security-groups?id=2b603189-d011-41ca-8a7b-fb4cb16ccdc3&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: 283/587] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:06:56 2026] GET /v2.0/security-groups?id=5e2fc27f-2c12-4946-a66c-20a1e6a47b82&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: 284/588] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:06:56 2026] GET /v2.0/subnets?id=a4f63af9-865b-4fcf-9496-96e4d83d997f => generated 701 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/589] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:06:56 2026] GET /v2.0/networks?id=eb327ea2-969e-4fc4-9916-fe22b6e30179 => generated 772 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/590] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:56 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/591] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:06:56 2026] GET /v2.0/ports?network_id=05229a25-b65b-4e5e-a1f3-637994ed5c44&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/592] 199.204.45.250 () {34 vars in 1060 bytes} [Tue Apr 28 07:06:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=faae483a-332a-4f6e-bca5-8603c8f330cf => 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: 289/593] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:06:56 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/594] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:06:56 2026] GET /v2.0/networks/05229a25-b65b-4e5e-a1f3-637994ed5c44?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: 305/595] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:06:56 2026] PUT /v2.0/ports/9f5f4805-6cbf-4537-8ab2-945dcd89922d => generated 1235 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 291/596] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:06:56 2026] GET /v2.0/subnets?id=7f03852c-a85e-493e-a3f1-7eb61e218536 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/597] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:06:56 2026] GET /v2.0/networks/05229a25-b65b-4e5e-a1f3-637994ed5c44?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: 307/598] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:06:56 2026] GET /v2.0/ports?network_id=eb327ea2-969e-4fc4-9916-fe22b6e30179&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/599] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:06:57 2026] GET /v2.0/networks/eb327ea2-969e-4fc4-9916-fe22b6e30179?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/600] 10.0.0.210 () {38 vars in 971 bytes} [Tue Apr 28 07:06:56 2026] POST /v2.0/security-groups => generated 1680 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/601] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:06:57 2026] GET /v2.0/networks/eb327ea2-969e-4fc4-9916-fe22b6e30179?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: 293/602] 10.0.0.210 () {38 vars in 971 bytes} [Tue Apr 28 07:06:57 2026] POST /v2.0/security-groups => generated 1681 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/603] 10.0.0.210 () {38 vars in 971 bytes} [Tue Apr 28 07:06:57 2026] POST /v2.0/security-groups => generated 1681 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/604] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Apr 28 07:06:57 2026] GET /v2.0/security-groups?tenant_id=deec564d750947b794a5a20f8b4a2ada => generated 7907 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/605] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:57 2026] GET /v2.0/security-groups/f4295268-b0aa-4752-a80c-d9a83206d3be => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/606] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:57 2026] GET /v2.0/security-groups/f4295268-b0aa-4752-a80c-d9a83206d3be => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/607] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:57 2026] GET /v2.0/security-groups/3951483d-e900-4880-beb7-21c97325305d => generated 1680 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/608] 10.0.0.210 () {36 vars in 1013 bytes} [Tue Apr 28 07:06:57 2026] DELETE /v2.0/security-groups/3951483d-e900-4880-beb7-21c97325305d => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/609] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:57 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/610] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:06:57 2026] GET /v2.0/security-groups?id=2b603189-d011-41ca-8a7b-fb4cb16ccdc3&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/611] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:57 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:06:57.780 8 INFO neutron.api.v2.resource [req-63f5c5ee-0769-4637-acd4-738911f46493 req-5a204ddc-5f4e-46cc-96d9-3574bb31629a ba773e992f8f4d5f9cdaebfef99306cb deec564d750947b794a5a20f8b4a2ada - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 315/612] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:57 2026] GET /v2.0/security-groups/3951483d-e900-4880-beb7-21c97325305d => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/613] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:06:57 2026] GET /v2.0/security-groups?id=5e2fc27f-2c12-4946-a66c-20a1e6a47b82&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: 316/614] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:57 2026] GET /v2.0/security-groups/de2f595f-f507-4e57-b8a3-223679254fb5 => generated 1681 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/615] 10.0.0.210 () {36 vars in 1013 bytes} [Tue Apr 28 07:06:57 2026] DELETE /v2.0/security-groups/de2f595f-f507-4e57-b8a3-223679254fb5 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/616] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:57 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:06:57.960 8 INFO neutron.api.v2.resource [req-f76a4d54-dffd-473e-8ae4-fea444255845 req-6da6ab3f-566f-4d1a-b707-5584dd2f15f2 ba773e992f8f4d5f9cdaebfef99306cb deec564d750947b794a5a20f8b4a2ada - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 318/617] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:57 2026] GET /v2.0/security-groups/de2f595f-f507-4e57-b8a3-223679254fb5 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/618] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:06:57 2026] GET /v2.0/ports?tenant_id=6d794fa0518e407bb7d68beb09a5aaf3&device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/619] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:06:57 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/620] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:06:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=9f5f4805-6cbf-4537-8ab2-945dcd89922d => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/621] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:06:57 2026] GET /v2.0/ports?tenant_id=25157cb451d64e8f86cce1ad7771e5c4&device_id=465f24db-139b-4620-94f6-f54df5a0846d => 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: 321/622] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:57 2026] GET /v2.0/security-groups/acacee5b-5208-4c22-a8a1-ee94e5074650 => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/623] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/subnets?id=ef410cb1-50fb-4a58-85b6-6d052a48ef65 => generated 688 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/624] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/networks?id=05229a25-b65b-4e5e-a1f3-637994ed5c44 => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/625] 10.0.0.210 () {36 vars in 1013 bytes} [Tue Apr 28 07:06:58 2026] DELETE /v2.0/security-groups/acacee5b-5208-4c22-a8a1-ee94e5074650 => 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: 323/626] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/ports?network_id=a9f9c091-88e5-4639-864b-54e5c25aae79&device_owner=network%3Adhcp => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/627] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d3d2e634-b945-4199-aa15-54ed2607818a => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:06:58.171 8 INFO neutron.api.v2.resource [req-07eee833-5e46-4148-892c-fa4b9ce579ee req-e9b0b415-ed4f-4b61-ad36-365094f612c4 ba773e992f8f4d5f9cdaebfef99306cb deec564d750947b794a5a20f8b4a2ada - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 324/628] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/security-groups/acacee5b-5208-4c22-a8a1-ee94e5074650 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/629] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/subnets?id=a4f63af9-865b-4fcf-9496-96e4d83d997f => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/630] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/networks/a9f9c091-88e5-4639-864b-54e5c25aae79?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: 326/631] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/security-groups?tenant_id=deec564d750947b794a5a20f8b4a2ada => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/632] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/ports?network_id=05229a25-b65b-4e5e-a1f3-637994ed5c44&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:06:58.289 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ecda8823-6393-40e2-8d50-5989448c5445'] response: {'name': 'network-changed', 'server_uuid': '176ad32b-c1ea-4460-a0b6-e21981183ca6', 'tag': '9f5f4805-6cbf-4537-8ab2-945dcd89922d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 307/633] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/security-groups/f4295268-b0aa-4752-a80c-d9a83206d3be => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/634] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/networks/a9f9c091-88e5-4639-864b-54e5c25aae79?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: 328/635] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/security-groups/f4295268-b0aa-4752-a80c-d9a83206d3be => generated 2922 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/636] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/networks/05229a25-b65b-4e5e-a1f3-637994ed5c44?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:06:58.397 7 INFO neutron.api.v2.resource [req-e099a53f-0211-4239-a85b-8d5bafdf4be4 req-d7192066-11bc-4d4c-a5f1-ccd7149be8d5 ba773e992f8f4d5f9cdaebfef99306cb deec564d750947b794a5a20f8b4a2ada - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 309/637] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/security-groups/acacee5b-5208-4c22-a8a1-ee94e5074650 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/638] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/networks/05229a25-b65b-4e5e-a1f3-637994ed5c44?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:06:58.441 7 INFO neutron.api.v2.resource [req-942a1eac-9eba-4a9e-b0d2-620507a46a85 req-5813e7a1-dac6-4203-95d2-e372286b8059 ba773e992f8f4d5f9cdaebfef99306cb deec564d750947b794a5a20f8b4a2ada - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 310/639] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/security-groups/de2f595f-f507-4e57-b8a3-223679254fb5 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:06:58.489 8 INFO neutron.api.v2.resource [req-7694914d-6133-4579-ab78-4e0990342298 req-5f3c6bd6-78a4-43b4-8562-647818a16c46 ba773e992f8f4d5f9cdaebfef99306cb deec564d750947b794a5a20f8b4a2ada - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 330/640] 10.0.0.210 () {34 vars in 991 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/security-groups/3951483d-e900-4880-beb7-21c97325305d => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/641] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => 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: 332/642] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/security-groups?id=2b603189-d011-41ca-8a7b-fb4cb16ccdc3&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/643] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/644] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:06:58 2026] GET /v2.0/security-groups?id=5e2fc27f-2c12-4946-a66c-20a1e6a47b82&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/645] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:59 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:06:59.198 7 INFO neutron_taas.services.taas.taas_plugin [None req-29c3b1b0-fb47-40c3-9dc6-1f608ad9e783 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 68cf3c64-17e3-4029-b5b5-83570b328e49 2026-04-28 07:06:59.201 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29c3b1b0-fb47-40c3-9dc6-1f608ad9e783 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 68cf3c64-17e3-4029-b5b5-83570b328e49 [pid: 8|app: 0|req: 336/646] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:06:59 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/647] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:06:59 2026] GET /v2.0/ports?tenant_id=6d794fa0518e407bb7d68beb09a5aaf3&device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/648] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:06:59 2026] GET /v2.0/networks?id=a9f9c091-88e5-4639-864b-54e5c25aae79 => generated 766 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/649] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:06:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=9f5f4805-6cbf-4537-8ab2-945dcd89922d => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/650] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:06:59 2026] GET /v2.0/subnets?id=ef410cb1-50fb-4a58-85b6-6d052a48ef65 => generated 688 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/651] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:06:59 2026] GET /v2.0/ports?network_id=a9f9c091-88e5-4639-864b-54e5c25aae79&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: 342/652] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:06:59 2026] GET /v2.0/networks/a9f9c091-88e5-4639-864b-54e5c25aae79?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/653] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:06:59 2026] GET /v2.0/networks/a9f9c091-88e5-4639-864b-54e5c25aae79?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: 311/654] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:06:58 2026] PUT /v2.0/routers/713b757c-11fd-4716-839c-5c9e3b91315d/remove_router_interface => generated 309 bytes in 1189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:06:59.953 8 INFO neutron_taas.services.taas.taas_plugin [None req-9daa8be7-2a97-44e5-acdd-838c42537055 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: c2c048e8-231a-4969-bfc3-64a1ffb9a226 2026-04-28 07:06:59.957 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9daa8be7-2a97-44e5-acdd-838c42537055 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: c2c048e8-231a-4969-bfc3-64a1ffb9a226 [pid: 7|app: 0|req: 312/655] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:06:59 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/656] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:00 2026] GET /v2.0/security-groups?id=2b603189-d011-41ca-8a7b-fb4cb16ccdc3&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/657] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:00 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => 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: 315/658] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:00 2026] GET /v2.0/security-groups?id=5e2fc27f-2c12-4946-a66c-20a1e6a47b82&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:00.199 8 INFO neutron_taas.services.taas.taas_plugin [None req-9daa8be7-2a97-44e5-acdd-838c42537055 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 8050f003-4ef3-4675-ba69-ec55d4931df4 2026-04-28 07:07:00.202 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9daa8be7-2a97-44e5-acdd-838c42537055 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 8050f003-4ef3-4675-ba69-ec55d4931df4 [pid: 7|app: 0|req: 316/659] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:00 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/660] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:00 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&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 07:07:00.556 8 INFO neutron.services.segments.plugin [-] Segment 8cbe03c8-cf25-44ee-b85d-957242cbf1d3 resource provider aggregate not found 2026-04-28 07:07:00.562 8 INFO neutron.services.segments.plugin [-] Segment 8cbe03c8-cf25-44ee-b85d-957242cbf1d3 resource provider aggregate not found 2026-04-28 07:07:00.575 8 INFO neutron.services.segments.plugin [-] Segment 8cbe03c8-cf25-44ee-b85d-957242cbf1d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cbe03c8-cf25-44ee-b85d-957242cbf1d3 found for delete ", "request_id": "req-89532511-4515-4a6c-96e7-d53929917c8f"}]} 2026-04-28 07:07:00.580 8 INFO neutron.db.l3_hamode_db [None req-9daa8be7-2a97-44e5-acdd-838c42537055 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] HA network 18a85a51-fb6d-4fd3-a767-a78770407c98 was deleted as no HA routers are present in tenant deec564d750947b794a5a20f8b4a2ada. 2026-04-28 07:07:00.586 8 INFO neutron.services.segments.plugin [-] Segment 8cbe03c8-cf25-44ee-b85d-957242cbf1d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cbe03c8-cf25-44ee-b85d-957242cbf1d3 found for delete ", "request_id": "req-1f0da679-c582-4f1e-b07c-70b7ac5b5a9b"}]} [pid: 8|app: 0|req: 344/661] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:06:59 2026] DELETE /v2.0/routers/713b757c-11fd-4716-839c-5c9e3b91315d => 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: 318/662] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:07:00 2026] DELETE /v2.0/subnets/27462bfa-67af-4b47-90a8-8d2c4f9dbd51 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/663] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:07:00 2026] DELETE /v2.0/networks/1cb59c40-da54-4c7a-b852-ccdccbf74ea9 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/664] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:00 2026] GET /v2.0/security-groups?tenant_id=deec564d750947b794a5a20f8b4a2ada&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: 346/665] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:00 2026] DELETE /v2.0/security-groups/f4295268-b0aa-4752-a80c-d9a83206d3be => 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: 320/666] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:01 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/667] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:01 2026] GET /v2.0/security-groups?id=2b603189-d011-41ca-8a7b-fb4cb16ccdc3&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: 321/668] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:01 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/669] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:01 2026] GET /v2.0/security-groups?id=5e2fc27f-2c12-4946-a66c-20a1e6a47b82&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/670] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:01 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/671] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:01 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&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: 323/672] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:02 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/673] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:02 2026] GET /v2.0/security-groups?id=2b603189-d011-41ca-8a7b-fb4cb16ccdc3&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/674] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:02 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:02.601 8 INFO neutron.services.segments.plugin [-] Segment 2c3ae818-ab71-4de9-8e15-dee5646c3a06 resource provider aggregate not found [pid: 8|app: 0|req: 351/675] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:02 2026] GET /v2.0/security-groups?id=5e2fc27f-2c12-4946-a66c-20a1e6a47b82&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:02.612 8 INFO neutron.services.segments.plugin [-] Segment 2c3ae818-ab71-4de9-8e15-dee5646c3a06 resource provider aggregate not found 2026-04-28 07:07:02.621 8 INFO neutron.services.segments.plugin [-] Segment 2c3ae818-ab71-4de9-8e15-dee5646c3a06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c3ae818-ab71-4de9-8e15-dee5646c3a06 found for delete ", "request_id": "req-1843cf80-3092-4b8e-9630-1839993f2e68"}]} 2026-04-28 07:07:02.638 8 INFO neutron.services.segments.plugin [-] Segment 2c3ae818-ab71-4de9-8e15-dee5646c3a06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c3ae818-ab71-4de9-8e15-dee5646c3a06 found for delete ", "request_id": "req-c24d22d1-ea6c-401c-ab49-b2b897949b3a"}]} [pid: 7|app: 0|req: 325/676] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:02 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/677] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:02 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/678] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:03 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/679] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:03 2026] GET /v2.0/security-groups?id=2b603189-d011-41ca-8a7b-fb4cb16ccdc3&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: 327/680] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:03 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/681] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:03 2026] GET /v2.0/security-groups?id=5e2fc27f-2c12-4946-a66c-20a1e6a47b82&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/682] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:03 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/683] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:03 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/684] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:04 2026] GET /v2.0/security-groups?tenant_id=ef6af7e4cb1a4c71884f384727b95410&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/685] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:04 2026] DELETE /v2.0/security-groups/c9582045-0dfa-482a-8c58-691098ae367a => 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: 330/686] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:04 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/687] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:04 2026] GET /v2.0/security-groups?id=2b603189-d011-41ca-8a7b-fb4cb16ccdc3&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: 331/688] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:04 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => 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: 358/689] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:04 2026] GET /v2.0/security-groups?id=5e2fc27f-2c12-4946-a66c-20a1e6a47b82&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: 332/690] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:04 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/691] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:05 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&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: 7|app: 0|req: 333/692] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:05 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => 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: 360/693] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:06 2026] GET /v2.0/security-groups?id=2b603189-d011-41ca-8a7b-fb4cb16ccdc3&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/694] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:06 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/695] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:06 2026] GET /v2.0/security-groups?id=5e2fc27f-2c12-4946-a66c-20a1e6a47b82&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: 335/696] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:06 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/697] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:06 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => 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: 337/698] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:06 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&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 07:07:07.124 8 INFO neutron.db.l3_db [None req-2628691d-9ef4-4859-82fb-b20dd9d321c4 c89c3f06ae9f4b899c409e7b6e32b239 6d794fa0518e407bb7d68beb09a5aaf3 - - default default] Floating IP 3865ba4c-f3f8-4bcf-abf2-c86d107d13d9 associated. External IP: 10.96.250.215, port: 9f5f4805-6cbf-4537-8ab2-945dcd89922d. [pid: 7|app: 0|req: 340/701] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:07 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/702] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:07 2026] GET /v2.0/security-groups?id=5e2fc27f-2c12-4946-a66c-20a1e6a47b82&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: 362/703] 10.0.0.33 () {34 vars in 748 bytes} [Tue Apr 28 07:07:06 2026] PUT /v2.0/floatingips/3865ba4c-f3f8-4bcf-abf2-c86d107d13d9 => generated 855 bytes in 1224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:07.493 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7aab4ddf-6f82-4301-bb2d-81b8618a2b07'] response: {'name': 'network-changed', 'server_uuid': '176ad32b-c1ea-4460-a0b6-e21981183ca6', 'tag': '9f5f4805-6cbf-4537-8ab2-945dcd89922d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 342/704] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:07 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/705] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:07 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/706] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:07 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => 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: 364/707] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:07 2026] GET /v2.0/security-groups?id=2b603189-d011-41ca-8a7b-fb4cb16ccdc3&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/708] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:07:08 2026] GET /v2.0/ports?tenant_id=6d794fa0518e407bb7d68beb09a5aaf3&device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/709] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:07:08 2026] GET /v2.0/networks?id=a9f9c091-88e5-4639-864b-54e5c25aae79 => generated 766 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/710] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:08 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/711] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:07:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=9f5f4805-6cbf-4537-8ab2-945dcd89922d => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/712] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:07:08 2026] GET /v2.0/subnets?id=ef410cb1-50fb-4a58-85b6-6d052a48ef65 => generated 688 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/713] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:08 2026] GET /v2.0/security-groups?id=2b603189-d011-41ca-8a7b-fb4cb16ccdc3&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/714] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:07:08 2026] GET /v2.0/ports?network_id=a9f9c091-88e5-4639-864b-54e5c25aae79&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/715] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:07:08 2026] GET /v2.0/networks/a9f9c091-88e5-4639-864b-54e5c25aae79?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/716] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:07:08 2026] GET /v2.0/networks/a9f9c091-88e5-4639-864b-54e5c25aae79?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: 348/717] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:08 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => 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: 370/718] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:08 2026] GET /v2.0/security-groups?id=5e2fc27f-2c12-4946-a66c-20a1e6a47b82&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: 349/719] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:08 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => 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: 350/720] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:08 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/721] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:08 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/722] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:08 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:09.248 8 INFO neutron.db.l3_db [None req-2ccab063-6736-431e-8437-1c2431f47012 21ed6f7082e341a09a8bab97f9a0458c 0febb685f9e040d0a10efd752e09ade4 - - default default] Floating IP 6eb22057-fcd8-44a4-bb56-39de32506bec associated. External IP: 10.96.250.203, port: faae483a-332a-4f6e-bca5-8603c8f330cf. 2026-04-28 07:07:09.309 7 INFO neutron.db.l3_db [None req-b0433ef9-74c0-49c6-8406-0d9285b65845 6d56a36d4b2c4b078d6253f8111567e7 25157cb451d64e8f86cce1ad7771e5c4 - - default default] Floating IP d5bce6ac-0ab5-4450-a143-5fe01f9bd770 associated. External IP: 10.96.250.219, port: d3d2e634-b945-4199-aa15-54ed2607818a. [pid: 8|app: 0|req: 373/723] 10.0.0.33 () {34 vars in 748 bytes} [Tue Apr 28 07:07:08 2026] PUT /v2.0/floatingips/6eb22057-fcd8-44a4-bb56-39de32506bec => generated 856 bytes in 624 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:09.566 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-98b20b3e-f236-40c0-a84c-64067438775b'] response: {'name': 'network-changed', 'server_uuid': '324f313d-8d6d-43df-80f1-110e77df776d', 'tag': 'faae483a-332a-4f6e-bca5-8603c8f330cf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 351/724] 10.0.0.33 () {34 vars in 748 bytes} [Tue Apr 28 07:07:08 2026] PUT /v2.0/floatingips/d5bce6ac-0ab5-4450-a143-5fe01f9bd770 => generated 855 bytes in 825 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/725] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:09 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/726] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:09 2026] GET /v2.0/security-groups?id=2b603189-d011-41ca-8a7b-fb4cb16ccdc3&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: 375/727] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:09 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => 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: 353/728] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:09 2026] GET /v2.0/security-groups?id=5e2fc27f-2c12-4946-a66c-20a1e6a47b82&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: 376/729] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:07:10 2026] GET /v2.0/ports?tenant_id=0febb685f9e040d0a10efd752e09ade4&device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/730] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:07:10 2026] GET /v2.0/networks?id=eb327ea2-969e-4fc4-9916-fe22b6e30179 => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:10.178 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2202722b-b52b-4219-9754-3305015696c6'] response: {'name': 'network-changed', 'server_uuid': '465f24db-139b-4620-94f6-f54df5a0846d', 'tag': 'd3d2e634-b945-4199-aa15-54ed2607818a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 377/731] 199.204.45.250 () {34 vars in 1060 bytes} [Tue Apr 28 07:07:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=faae483a-332a-4f6e-bca5-8603c8f330cf => generated 859 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/732] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:07:10 2026] GET /v2.0/subnets?id=7f03852c-a85e-493e-a3f1-7eb61e218536 => generated 694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/733] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:07:10 2026] GET /v2.0/ports?network_id=eb327ea2-969e-4fc4-9916-fe22b6e30179&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/734] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:07:10 2026] GET /v2.0/networks/eb327ea2-969e-4fc4-9916-fe22b6e30179?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: 379/735] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:07:10 2026] GET /v2.0/networks/eb327ea2-969e-4fc4-9916-fe22b6e30179?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/736] 199.204.45.250 () {34 vars in 994 bytes} [Tue Apr 28 07:07:10 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:10.690 7 INFO neutron_taas.services.taas.taas_plugin [req-0cfdf3a4-3ba0-4ee3-9651-526a89de6fc0 req-b4e9b592-c190-498d-9e54-db6f274dc1db c89c3f06ae9f4b899c409e7b6e32b239 6d794fa0518e407bb7d68beb09a5aaf3 - - default default] TaaS: Handle Delete Port: 9f5f4805-6cbf-4537-8ab2-945dcd89922d 2026-04-28 07:07:10.696 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0cfdf3a4-3ba0-4ee3-9651-526a89de6fc0 req-b4e9b592-c190-498d-9e54-db6f274dc1db c89c3f06ae9f4b899c409e7b6e32b239 6d794fa0518e407bb7d68beb09a5aaf3 - - default default] Tap Mirror: Handle Delete Port: 9f5f4805-6cbf-4537-8ab2-945dcd89922d [pid: 8|app: 0|req: 380/737] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:10 2026] GET /v2.0/security-groups?tenant_id=e2d6875b289c42ba86ac970207699587&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/738] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:07:10 2026] GET /v2.0/ports?tenant_id=25157cb451d64e8f86cce1ad7771e5c4&device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:07:10.920 7 INFO neutron.db.l3_db [req-0cfdf3a4-3ba0-4ee3-9651-526a89de6fc0 req-b4e9b592-c190-498d-9e54-db6f274dc1db c89c3f06ae9f4b899c409e7b6e32b239 6d794fa0518e407bb7d68beb09a5aaf3 - - default default] Floating IP 3865ba4c-f3f8-4bcf-abf2-c86d107d13d9 disassociated. External IP: 10.96.250.215, port: 9f5f4805-6cbf-4537-8ab2-945dcd89922d. [pid: 8|app: 0|req: 382/739] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:10 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/740] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:10 2026] DELETE /v2.0/security-groups/80fe1a9a-ce4f-4677-b54c-3422ec8a7a26 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/741] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:07:11 2026] GET /v2.0/networks?id=05229a25-b65b-4e5e-a1f3-637994ed5c44 => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/742] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:11 2026] GET /v2.0/security-groups?id=2b603189-d011-41ca-8a7b-fb4cb16ccdc3&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: 386/743] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:07:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d3d2e634-b945-4199-aa15-54ed2607818a => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/744] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:11 2026] GET /v2.0/security-groups?tenant_id=45491311f46e4e278a00353620ee2a92&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/745] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:07:11 2026] GET /v2.0/subnets?id=a4f63af9-865b-4fcf-9496-96e4d83d997f => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/746] 199.204.45.250 () {36 vars in 997 bytes} [Tue Apr 28 07:07:10 2026] DELETE /v2.0/ports/9f5f4805-6cbf-4537-8ab2-945dcd89922d => generated 0 bytes in 784 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/747] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:07:11 2026] GET /v2.0/ports?network_id=05229a25-b65b-4e5e-a1f3-637994ed5c44&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/748] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:07:11 2026] GET /v2.0/networks/05229a25-b65b-4e5e-a1f3-637994ed5c44?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: 389/749] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:11 2026] DELETE /v2.0/security-groups/b969da90-c04d-499e-9232-efe08601c44a => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/750] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:07:11 2026] GET /v2.0/networks/05229a25-b65b-4e5e-a1f3-637994ed5c44?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:07:12.220 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-825c42d3-8543-4ff4-8f9e-2c0feeb5f16c'] response: {'server_uuid': '176ad32b-c1ea-4460-a0b6-e21981183ca6', 'name': 'network-vif-deleted', 'tag': '9f5f4805-6cbf-4537-8ab2-945dcd89922d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 390/751] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:12 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => 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: 362/752] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:13 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => 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: 391/753] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:14 2026] GET /v2.0/ports?device_id=176ad32b-c1ea-4460-a0b6-e21981183ca6 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/754] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:15 2026] DELETE /v2.0/security-groups/2b603189-d011-41ca-8a7b-fb4cb16ccdc3 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:07:15.743 8 INFO neutron.api.v2.resource [None req-cf133e61-4e21-430b-91ac-ea8747e2d3ce c89c3f06ae9f4b899c409e7b6e32b239 6d794fa0518e407bb7d68beb09a5aaf3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 392/755] 10.0.0.33 () {32 vars in 736 bytes} [Tue Apr 28 07:07:15 2026] GET /v2.0/security-groups/2b603189-d011-41ca-8a7b-fb4cb16ccdc3 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:07:15.864 7 INFO neutron_taas.services.taas.taas_plugin [None req-da7cec5f-9072-43f5-8749-7de62911b048 c89c3f06ae9f4b899c409e7b6e32b239 6d794fa0518e407bb7d68beb09a5aaf3 - - default default] TaaS: Handle Delete Port: 70d98193-ddf0-4cca-8306-4901c3ba831a 2026-04-28 07:07:15.866 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da7cec5f-9072-43f5-8749-7de62911b048 c89c3f06ae9f4b899c409e7b6e32b239 6d794fa0518e407bb7d68beb09a5aaf3 - - default default] Tap Mirror: Handle Delete Port: 70d98193-ddf0-4cca-8306-4901c3ba831a [pid: 7|app: 0|req: 364/756] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:07:15 2026] DELETE /v2.0/floatingips/3865ba4c-f3f8-4bcf-abf2-c86d107d13d9 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:07:16.466 8 INFO neutron_taas.services.taas.taas_plugin [None req-886f4a2a-4985-469f-9114-db6876c83d8a dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 255b6c99-565c-4be9-8fb9-82a70e968ada 2026-04-28 07:07:16.469 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-886f4a2a-4985-469f-9114-db6876c83d8a dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 255b6c99-565c-4be9-8fb9-82a70e968ada [pid: 8|app: 0|req: 393/757] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:07:16 2026] PUT /v2.0/routers/279e73e0-80a9-4f53-bde0-e1162a75bf91/remove_router_interface => generated 309 bytes in 1067 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:17.359 7 INFO neutron_taas.services.taas.taas_plugin [None req-646ef415-5122-4448-a4ab-8d9ab31ef157 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: ccaa10e6-bb51-41ea-9722-4e948523f825 2026-04-28 07:07:17.362 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-646ef415-5122-4448-a4ab-8d9ab31ef157 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: ccaa10e6-bb51-41ea-9722-4e948523f825 2026-04-28 07:07:17.608 7 INFO neutron_taas.services.taas.taas_plugin [None req-646ef415-5122-4448-a4ab-8d9ab31ef157 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 16810d89-1b9d-4187-9fad-eef6b09bd9d2 2026-04-28 07:07:17.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-646ef415-5122-4448-a4ab-8d9ab31ef157 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 16810d89-1b9d-4187-9fad-eef6b09bd9d2 2026-04-28 07:07:17.695 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-646ef415-5122-4448-a4ab-8d9ab31ef157 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-04-28 07:07:18.033 7 INFO neutron.db.l3_hamode_db [None req-646ef415-5122-4448-a4ab-8d9ab31ef157 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] HA network 2015644b-2b2f-4198-ab8b-93f423b2c223 was deleted as no HA routers are present in tenant 6d794fa0518e407bb7d68beb09a5aaf3. [pid: 7|app: 0|req: 365/758] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:07:17 2026] DELETE /v2.0/routers/279e73e0-80a9-4f53-bde0-e1162a75bf91 => generated 0 bytes in 899 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/759] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:07:18 2026] DELETE /v2.0/subnets/ef410cb1-50fb-4a58-85b6-6d052a48ef65 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:07:18.395 7 INFO neutron_taas.services.taas.taas_plugin [None req-06e05cab-efb8-48ff-bd1e-2eabc6611fa9 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: f4b2f29e-eb2b-4b7c-b904-a230d29ef466 2026-04-28 07:07:18.398 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06e05cab-efb8-48ff-bd1e-2eabc6611fa9 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: f4b2f29e-eb2b-4b7c-b904-a230d29ef466 2026-04-28 07:07:18.459 7 INFO neutron.services.segments.plugin [-] Segment 97338289-c469-408b-a8ea-a13df5772773 resource provider aggregate not found 2026-04-28 07:07:18.481 7 INFO neutron.services.segments.plugin [-] Segment 97338289-c469-408b-a8ea-a13df5772773 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97338289-c469-408b-a8ea-a13df5772773 found for delete ", "request_id": "req-04526632-bd89-41c6-8fc0-b2575032e474"}]} 2026-04-28 07:07:18.504 7 INFO neutron.services.segments.plugin [-] Segment 97338289-c469-408b-a8ea-a13df5772773 resource provider aggregate not found 2026-04-28 07:07:18.524 7 INFO neutron.services.segments.plugin [-] Segment 97338289-c469-408b-a8ea-a13df5772773 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97338289-c469-408b-a8ea-a13df5772773 found for delete ", "request_id": "req-5b8c3748-66f7-4186-9e31-b44e308d9f95"}]} [pid: 8|app: 0|req: 395/760] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:18 2026] GET /v2.0/security-groups?tenant_id=6d27ab79f3cc4fab88e5bb93a6fa5e26&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/761] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:07:18 2026] DELETE /v2.0/networks/a9f9c091-88e5-4639-864b-54e5c25aae79 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/762] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:18 2026] DELETE /v2.0/security-groups/a9e39550-0f71-47c4-8f32-13a09c5f4256 => 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: 367/763] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:18 2026] GET /v2.0/security-groups?tenant_id=6d794fa0518e407bb7d68beb09a5aaf3&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/764] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:18 2026] DELETE /v2.0/security-groups/007ab538-a570-4921-8f85-88c0832d3279 => 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: 397/765] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:18 2026] GET /v2.0/security-groups?tenant_id=d7118ea018ac4f628c912b878bdacf8f&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/766] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:18 2026] DELETE /v2.0/security-groups/3d16e9ba-527a-4a88-859f-ea35c481611b => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:07:20.507 7 INFO neutron.services.segments.plugin [-] Segment ea24c448-efd9-4ebe-a349-bdfc0ad18b38 resource provider aggregate not found 2026-04-28 07:07:20.530 7 INFO neutron.services.segments.plugin [-] Segment ea24c448-efd9-4ebe-a349-bdfc0ad18b38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea24c448-efd9-4ebe-a349-bdfc0ad18b38 found for delete ", "request_id": "req-71455586-adf7-49ae-bdbf-7893801eac6f"}]} 2026-04-28 07:07:20.552 7 INFO neutron.services.segments.plugin [-] Segment ea24c448-efd9-4ebe-a349-bdfc0ad18b38 resource provider aggregate not found 2026-04-28 07:07:20.568 7 INFO neutron.services.segments.plugin [-] Segment ea24c448-efd9-4ebe-a349-bdfc0ad18b38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea24c448-efd9-4ebe-a349-bdfc0ad18b38 found for delete ", "request_id": "req-03d73ec0-f223-4dcf-9332-593dcd68aa29"}]} [pid: 8|app: 0|req: 398/767] 10.0.0.50 () {34 vars in 989 bytes} [Tue Apr 28 07:07:20 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 1244 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/768] 10.0.0.50 () {34 vars in 1039 bytes} [Tue Apr 28 07:07:20 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/769] 10.0.0.50 () {34 vars in 989 bytes} [Tue Apr 28 07:07:20 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 1240 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/770] 10.0.0.50 () {34 vars in 1039 bytes} [Tue Apr 28 07:07:20 2026] GET /v2.0/security-groups?id=5e2fc27f-2c12-4946-a66c-20a1e6a47b82&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:20.866 8 INFO neutron.db.segments_db [None req-16761ae4-f554-4fec-b729-c215506ab730 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment 13bb6e2c-a233-4cfa-987b-e8a087931022 of type vxlan for network 44fc0625-a29c-4ed2-b995-8bf557495837 [pid: 8|app: 0|req: 400/771] 10.0.0.33 () {34 vars in 670 bytes} [Tue Apr 28 07:07:20 2026] POST /v2.0/networks => generated 726 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/772] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:07:20 2026] POST /v2.0/subnets => generated 692 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:07:21.217 8 INFO neutron.db.segments_db [None req-2701dd61-3fc3-4910-b3b3-e6a983870e70 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment 1650f1ca-7482-4f96-a266-e65e7d9c10ed of type vxlan for network 96d94aed-f3a5-4a54-97d8-196582944627 2026-04-28 07:07:21.479 8 INFO neutron.db.l3_hamode_db [None req-2701dd61-3fc3-4910-b3b3-e6a983870e70 dd57eccc2efd4f5fa3e3c9e3dfad82aa d8ff1c39256c47969e448d9d441cc03b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:07:22.276 8 INFO neutron.db.l3_hamode_db [None req-2701dd61-3fc3-4910-b3b3-e6a983870e70 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 401/775] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:07:21 2026] POST /v2.0/routers => generated 732 bytes in 2019 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/776] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:07:23 2026] PUT /v2.0/routers/67f65a2e-c6c5-4f53-b5b4-d6f63e8c1bb8/add_router_interface => generated 309 bytes in 1135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/777] 10.0.0.210 () {34 vars in 982 bytes} [Tue Apr 28 07:07:25 2026] GET /v2.0/networks?id=44fc0625-a29c-4ed2-b995-8bf557495837 => generated 677 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/778] 10.0.0.210 () {34 vars in 965 bytes} [Tue Apr 28 07:07:25 2026] GET /v2.0/quotas/d8ff1c39256c47969e448d9d441cc03b => 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: 402/779] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:25 2026] GET /v2.0/security-groups?tenant_id=02570b6cd8f04087a08d9d519d01834a&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/780] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Apr 28 07:07:25 2026] GET /v2.0/ports?tenant_id=d8ff1c39256c47969e448d9d441cc03b&fields=id => generated 103 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/781] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:25 2026] DELETE /v2.0/security-groups/068db40c-7675-48d1-b68e-fb1d2915f0b3 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/782] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Apr 28 07:07:25 2026] GET /v2.0/networks/44fc0625-a29c-4ed2-b995-8bf557495837?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: 404/783] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Apr 28 07:07:25 2026] GET /v2.0/networks/44fc0625-a29c-4ed2-b995-8bf557495837?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: 405/784] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:25 2026] GET /v2.0/ports?device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => 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: 380/785] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:25 2026] GET /v2.0/security-groups?tenant_id=95d9622914e74132a56a5b969891f444&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/786] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:25 2026] DELETE /v2.0/security-groups/e8d93011-59ec-422e-85a9-0a5b10601238 => 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: 381/787] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:26 2026] GET /v2.0/ports?device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => 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: 382/788] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:28 2026] GET /v2.0/ports?device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:07:28.237 8 INFO neutron.db.segments_db [None req-ac480821-2c62-46d2-bc24-bd2d74c10300 134cf9f279064491b66e43dc71e31d21 a793fba2eef741228f24bc9b262a4754 - - default default] Added segment 741c77e7-c907-42c3-bdb3-01c69db5c42b of type vxlan for network 926dab87-6089-4b37-8969-9ec826c8ede9 2026-04-28 07:07:28.320 8 INFO neutron.db.segments_db [None req-ac480821-2c62-46d2-bc24-bd2d74c10300 134cf9f279064491b66e43dc71e31d21 a793fba2eef741228f24bc9b262a4754 - - default default] Added segment 980cdaee-c75f-465a-aeae-66211e36ffcb of type vxlan for network e151b7f8-bc1e-43ac-86fb-3d62c28ae3b4 [pid: 8|app: 0|req: 407/789] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:07:27 2026] POST /v2.0/networks => generated 1208 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/790] 10.0.0.33 () {32 vars in 648 bytes} [Tue Apr 28 07:07:28 2026] GET /v2.0/networks => generated 1845 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:07:28.673 8 INFO neutron.services.segments.plugin [-] Segment 741c77e7-c907-42c3-bdb3-01c69db5c42b resource provider aggregate not found 2026-04-28 07:07:28.681 8 INFO neutron.services.segments.plugin [-] Segment 741c77e7-c907-42c3-bdb3-01c69db5c42b resource provider aggregate not found 2026-04-28 07:07:28.696 8 INFO neutron.services.segments.plugin [-] Segment 741c77e7-c907-42c3-bdb3-01c69db5c42b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 741c77e7-c907-42c3-bdb3-01c69db5c42b found for delete ", "request_id": "req-31e0473e-a680-4f5e-95d7-bbdab81ec7e4"}]} [pid: 8|app: 0|req: 408/791] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:07:28 2026] DELETE /v2.0/networks/926dab87-6089-4b37-8969-9ec826c8ede9 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:07:28.711 8 INFO neutron.services.segments.plugin [-] Segment 741c77e7-c907-42c3-bdb3-01c69db5c42b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 741c77e7-c907-42c3-bdb3-01c69db5c42b found for delete ", "request_id": "req-c740bf22-82c9-44e8-96d6-bf92eb3f33ae"}]} 2026-04-28 07:07:28.852 7 INFO neutron.services.segments.plugin [-] Segment 980cdaee-c75f-465a-aeae-66211e36ffcb resource provider aggregate not found 2026-04-28 07:07:28.881 7 INFO neutron.services.segments.plugin [-] Segment 980cdaee-c75f-465a-aeae-66211e36ffcb resource provider aggregate not found 2026-04-28 07:07:28.888 7 INFO neutron.services.segments.plugin [-] Segment 980cdaee-c75f-465a-aeae-66211e36ffcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 980cdaee-c75f-465a-aeae-66211e36ffcb found for delete ", "request_id": "req-0c722d93-9905-4553-aa6a-159342890c94"}]} [pid: 7|app: 0|req: 384/792] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:07:28 2026] DELETE /v2.0/networks/e151b7f8-bc1e-43ac-86fb-3d62c28ae3b4 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:07:28.904 7 INFO neutron.services.segments.plugin [-] Segment 980cdaee-c75f-465a-aeae-66211e36ffcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 980cdaee-c75f-465a-aeae-66211e36ffcb found for delete ", "request_id": "req-11772a3e-5d1e-45a4-9ade-13b4f2e15a2a"}]} [pid: 8|app: 0|req: 409/793] 10.0.0.33 () {32 vars in 648 bytes} [Tue Apr 28 07:07:28 2026] GET /v2.0/networks => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:29.030 7 INFO neutron.db.segments_db [None req-c5a86fa7-3f3e-40b6-851c-77b853f81027 134cf9f279064491b66e43dc71e31d21 a793fba2eef741228f24bc9b262a4754 - - default default] Added segment f7ff665d-1c37-4dfc-83e1-703cbb7cda39 of type vxlan for network d33e0447-795d-4e72-b101-7dd096f00d57 [pid: 7|app: 0|req: 385/794] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:07:28 2026] POST /v2.0/networks => generated 631 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/795] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:29 2026] GET /v2.0/ports?device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:07:29.209 8 INFO neutron.db.segments_db [None req-20761492-dbac-4225-8419-cbda0ea4be32 134cf9f279064491b66e43dc71e31d21 a793fba2eef741228f24bc9b262a4754 - - default default] Added segment d8adfa21-2b3a-4a98-989b-1d4510416518 of type vxlan for network 38261ecc-6a40-4bbf-be10-578961b1e1c5 [pid: 8|app: 0|req: 410/796] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:07:29 2026] POST /v2.0/networks => generated 630 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/797] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:29 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/798] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:29 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/799] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:29 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/800] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:29 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/801] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:29 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/802] 10.0.0.33 () {34 vars in 664 bytes} [Tue Apr 28 07:07:29 2026] POST /v2.0/ports => generated 1506 bytes in 706 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: 416/803] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:30 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/804] 10.0.0.33 () {32 vars in 642 bytes} [Tue Apr 28 07:07:30 2026] GET /v2.0/ports => generated 1506 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/805] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:07:30 2026] GET /v2.0/networks?id=44fc0625-a29c-4ed2-b995-8bf557495837 => generated 677 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:30.277 8 INFO neutron_taas.services.taas.taas_plugin [None req-183f60b0-b977-4c55-ac13-d0afd5624b9b 134cf9f279064491b66e43dc71e31d21 a793fba2eef741228f24bc9b262a4754 - - default default] TaaS: Handle Delete Port: 69333069-0477-45cb-baf4-8c0c46f39e5d 2026-04-28 07:07:30.285 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-183f60b0-b977-4c55-ac13-d0afd5624b9b 134cf9f279064491b66e43dc71e31d21 a793fba2eef741228f24bc9b262a4754 - - default default] Tap Mirror: Handle Delete Port: 69333069-0477-45cb-baf4-8c0c46f39e5d [pid: 7|app: 0|req: 390/806] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:30 2026] GET /v2.0/ports?device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => 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: 417/807] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:07:30 2026] DELETE /v2.0/ports/69333069-0477-45cb-baf4-8c0c46f39e5d => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:07:30.540 8 INFO neutron_taas.services.taas.taas_plugin [None req-518ae71c-d0e5-4d65-8913-b8b7977b6af6 134cf9f279064491b66e43dc71e31d21 a793fba2eef741228f24bc9b262a4754 - - default default] TaaS: Handle Delete Port: 7644fdc4-4443-4540-99a3-e3713b709769 2026-04-28 07:07:30.543 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-518ae71c-d0e5-4d65-8913-b8b7977b6af6 134cf9f279064491b66e43dc71e31d21 a793fba2eef741228f24bc9b262a4754 - - default default] Tap Mirror: Handle Delete Port: 7644fdc4-4443-4540-99a3-e3713b709769 [pid: 8|app: 0|req: 418/808] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:07:30 2026] DELETE /v2.0/ports/7644fdc4-4443-4540-99a3-e3713b709769 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/809] 10.0.0.33 () {32 vars in 642 bytes} [Tue Apr 28 07:07:30 2026] GET /v2.0/ports => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:07:30.730 8 INFO neutron.db.segments_db [None req-0d7728c6-b84b-4e7b-adae-83c81fc97b5a 134cf9f279064491b66e43dc71e31d21 a793fba2eef741228f24bc9b262a4754 - - default default] Added segment 5cbd588f-5910-45df-aec0-1aa9d8757893 of type vxlan for network 394f78d5-df0c-4ae8-b799-00c30b407bff [pid: 8|app: 0|req: 420/810] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:07:30 2026] POST /v2.0/networks => generated 630 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:07:30.893 8 INFO neutron.db.segments_db [None req-5828125d-07c8-4bc9-aa86-326cb08446ba 134cf9f279064491b66e43dc71e31d21 a793fba2eef741228f24bc9b262a4754 - - default default] Added segment 47dcd0ed-9ef4-4054-9f6f-fa1982087f6a of type vxlan for network 7c8ce6eb-5318-461c-806b-91fbebbacb44 [pid: 8|app: 0|req: 421/811] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:07:30 2026] POST /v2.0/networks => generated 631 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/812] 199.204.45.250 () {38 vars in 955 bytes} [Tue Apr 28 07:07:30 2026] POST /v2.0/ports => generated 958 bytes in 813 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: 422/813] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:07:31 2026] POST /v2.0/subnets => generated 1274 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/814] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:31 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/815] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:31 2026] GET /v2.0/ports?device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/816] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:07:31 2026] PUT /v2.0/ports/2c328757-1ead-41e7-8952-e3d8db753605 => generated 1239 bytes in 454 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: 425/817] 10.0.0.33 () {32 vars in 646 bytes} [Tue Apr 28 07:07:31 2026] GET /v2.0/subnets => generated 1910 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/818] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:31 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/819] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:07:31 2026] GET /v2.0/ports?tenant_id=0febb685f9e040d0a10efd752e09ade4&device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/820] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:31 2026] GET /v2.0/security-groups?id=511e60ef-37f6-4b4a-b05f-1e453220a113&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:07:31.657 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6f97d27-b2ef-4165-b11c-6554181c71b8'] response: {'name': 'network-changed', 'server_uuid': '2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed', 'tag': '2c328757-1ead-41e7-8952-e3d8db753605', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 395/821] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:07:31 2026] GET /v2.0/networks?id=eb327ea2-969e-4fc4-9916-fe22b6e30179 => generated 772 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/822] 199.204.45.250 () {34 vars in 1060 bytes} [Tue Apr 28 07:07:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=faae483a-332a-4f6e-bca5-8603c8f330cf => generated 861 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/823] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:07:31 2026] DELETE /v2.0/subnets/6936a40a-bcef-4a1f-85d2-bd6e73558ba7 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/824] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:07:31 2026] GET /v2.0/subnets?id=7f03852c-a85e-493e-a3f1-7eb61e218536 => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/825] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:07:31 2026] GET /v2.0/ports?network_id=eb327ea2-969e-4fc4-9916-fe22b6e30179&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/826] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:07:31 2026] GET /v2.0/networks/eb327ea2-969e-4fc4-9916-fe22b6e30179?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: 428/827] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:07:31 2026] DELETE /v2.0/subnets/9912f151-b26e-4b52-bb83-b40b97b89d04 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/828] 10.0.0.33 () {32 vars in 646 bytes} [Tue Apr 28 07:07:31 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/829] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:07:31 2026] GET /v2.0/networks/eb327ea2-969e-4fc4-9916-fe22b6e30179?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) 2026-04-28 07:07:32.042 8 INFO neutron.services.segments.plugin [-] Segment 47dcd0ed-9ef4-4054-9f6f-fa1982087f6a resource provider aggregate not found 2026-04-28 07:07:32.049 8 INFO neutron.services.segments.plugin [-] Segment 47dcd0ed-9ef4-4054-9f6f-fa1982087f6a resource provider aggregate not found 2026-04-28 07:07:32.071 8 INFO neutron.services.segments.plugin [-] Segment 47dcd0ed-9ef4-4054-9f6f-fa1982087f6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47dcd0ed-9ef4-4054-9f6f-fa1982087f6a found for delete ", "request_id": "req-45be9d21-9631-471e-951d-8894980e195a"}]} 2026-04-28 07:07:32.072 8 INFO neutron.services.segments.plugin [-] Segment 47dcd0ed-9ef4-4054-9f6f-fa1982087f6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47dcd0ed-9ef4-4054-9f6f-fa1982087f6a found for delete ", "request_id": "req-f78c9468-4fcd-4949-ada2-e3ff393c6658"}]} [pid: 8|app: 0|req: 430/830] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:07:31 2026] DELETE /v2.0/networks/7c8ce6eb-5318-461c-806b-91fbebbacb44 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/831] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:07:32 2026] GET /v2.0/ports?tenant_id=d8ff1c39256c47969e448d9d441cc03b&device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:07:32.201 7 INFO neutron.services.segments.plugin [-] Segment 5cbd588f-5910-45df-aec0-1aa9d8757893 resource provider aggregate not found 2026-04-28 07:07:32.213 7 INFO neutron.services.segments.plugin [-] Segment 5cbd588f-5910-45df-aec0-1aa9d8757893 resource provider aggregate not found 2026-04-28 07:07:32.220 7 INFO neutron.services.segments.plugin [-] Segment 5cbd588f-5910-45df-aec0-1aa9d8757893 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cbd588f-5910-45df-aec0-1aa9d8757893 found for delete ", "request_id": "req-23ed406e-a4bd-4cbf-996d-8f413b17a861"}]} 2026-04-28 07:07:32.233 7 INFO neutron.services.segments.plugin [-] Segment 5cbd588f-5910-45df-aec0-1aa9d8757893 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cbd588f-5910-45df-aec0-1aa9d8757893 found for delete ", "request_id": "req-eb5c86b2-4ca8-4c15-9da9-ed9c6bf6220f"}]} [pid: 8|app: 0|req: 432/832] 199.204.45.250 () {34 vars in 1018 bytes} [Tue Apr 28 07:07:32 2026] GET /v2.0/networks?tenant_id=d8ff1c39256c47969e448d9d441cc03b&shared=False => generated 773 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/833] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:07:32 2026] DELETE /v2.0/networks/394f78d5-df0c-4ae8-b799-00c30b407bff => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/834] 199.204.45.250 () {34 vars in 930 bytes} [Tue Apr 28 07:07:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/835] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:07:32 2026] DELETE /v2.0/networks/38261ecc-6a40-4bbf-be10-578961b1e1c5 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/836] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:07:32 2026] DELETE /v2.0/networks/d33e0447-795d-4e72-b101-7dd096f00d57 => 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: 435/837] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:32 2026] GET /v2.0/ports?device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/838] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:32 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/839] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:32 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/840] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:32 2026] GET /v2.0/security-groups?id=511e60ef-37f6-4b4a-b05f-1e453220a113&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/841] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:33 2026] GET /v2.0/security-groups?tenant_id=a793fba2eef741228f24bc9b262a4754&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/842] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:33 2026] DELETE /v2.0/security-groups/bf5eafa3-ebea-4e31-9ade-8e3068453c8e => 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: 406/843] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:07:33 2026] GET /v2.0/ports?tenant_id=d8ff1c39256c47969e448d9d441cc03b&device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/844] 199.204.45.250 () {34 vars in 1060 bytes} [Tue Apr 28 07:07:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=2c328757-1ead-41e7-8952-e3d8db753605 => 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: 407/845] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:07:33 2026] GET /v2.0/subnets?id=f103c210-4673-424c-8530-d4c4aef44bfb => generated 695 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/846] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:07:33 2026] GET /v2.0/ports?network_id=44fc0625-a29c-4ed2-b995-8bf557495837&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/847] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:07:33 2026] GET /v2.0/networks/44fc0625-a29c-4ed2-b995-8bf557495837?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: 440/848] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:07:33 2026] GET /v2.0/networks/44fc0625-a29c-4ed2-b995-8bf557495837?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/849] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:33 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => 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: 441/850] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:33 2026] GET /v2.0/ports?device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/851] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:33 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/852] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:33 2026] GET /v2.0/security-groups?id=511e60ef-37f6-4b4a-b05f-1e453220a113&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:07:34.090 8 INFO neutron.services.segments.plugin [-] Segment f7ff665d-1c37-4dfc-83e1-703cbb7cda39 resource provider aggregate not found 2026-04-28 07:07:34.103 8 INFO neutron.services.segments.plugin [-] Segment f7ff665d-1c37-4dfc-83e1-703cbb7cda39 resource provider aggregate not found 2026-04-28 07:07:34.108 8 INFO neutron.services.segments.plugin [-] Segment f7ff665d-1c37-4dfc-83e1-703cbb7cda39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7ff665d-1c37-4dfc-83e1-703cbb7cda39 found for delete ", "request_id": "req-531f0611-7c87-4ea9-a91a-864ec11a2adc"}]} 2026-04-28 07:07:34.133 8 INFO neutron.services.segments.plugin [-] Segment f7ff665d-1c37-4dfc-83e1-703cbb7cda39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7ff665d-1c37-4dfc-83e1-703cbb7cda39 found for delete ", "request_id": "req-ecd4b769-b673-4661-852c-45e36d7ae453"}]} 2026-04-28 07:07:34.265 7 INFO neutron.services.segments.plugin [-] Segment d8adfa21-2b3a-4a98-989b-1d4510416518 resource provider aggregate not found 2026-04-28 07:07:34.270 7 INFO neutron.services.segments.plugin [-] Segment d8adfa21-2b3a-4a98-989b-1d4510416518 resource provider aggregate not found 2026-04-28 07:07:34.284 7 INFO neutron.services.segments.plugin [-] Segment d8adfa21-2b3a-4a98-989b-1d4510416518 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8adfa21-2b3a-4a98-989b-1d4510416518 found for delete ", "request_id": "req-b5652575-6a52-4bf5-a609-77bc277eaf38"}]} 2026-04-28 07:07:34.286 7 INFO neutron.services.segments.plugin [-] Segment d8adfa21-2b3a-4a98-989b-1d4510416518 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8adfa21-2b3a-4a98-989b-1d4510416518 found for delete ", "request_id": "req-0a80839d-c41d-43e0-ba5d-4a24d7d0c910"}]} [pid: 8|app: 0|req: 443/853] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:35 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/854] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:35 2026] GET /v2.0/ports?device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/855] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:35 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/856] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:35 2026] GET /v2.0/security-groups?id=511e60ef-37f6-4b4a-b05f-1e453220a113&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 07:07:35.296 7 INFO neutron.db.segments_db [None req-a61d8c53-ea9d-4c3d-875a-b0bc46658b23 0535aabe01284f48957be7b4cd818896 bfb4f5cf7af944259070b1486f62143a - - default default] Added segment 44697017-fcb7-42ca-8bf5-d3c93c09bf3d of type vxlan for network 4b3a483f-ee8b-42fb-bd87-a474926eebd0 [pid: 7|app: 0|req: 411/857] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:07:34 2026] POST /v2.0/networks => generated 628 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/858] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:07:35 2026] POST /v2.0/subnets => generated 673 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/859] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:36 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:36.289 7 INFO neutron.db.segments_db [None req-ea4caf26-fee9-43fe-8d20-e05a0604ada2 0535aabe01284f48957be7b4cd818896 bfb4f5cf7af944259070b1486f62143a - - default default] Added segment 196300d9-8e30-4063-9778-3fc88a7e3f49 of type vxlan for network 814851d0-b2ce-4867-bbc6-c6ab28c00911 [pid: 8|app: 0|req: 449/860] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:36 2026] GET /v2.0/ports?device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/861] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:36 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/862] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:36 2026] GET /v2.0/security-groups?id=511e60ef-37f6-4b4a-b05f-1e453220a113&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/863] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:07:36 2026] POST /v2.0/networks => generated 628 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/864] 10.0.0.33 () {34 vars in 742 bytes} [Tue Apr 28 07:07:36 2026] PUT /v2.0/networks/814851d0-b2ce-4867-bbc6-c6ab28c00911 => generated 592 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/867] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:07:36 2026] POST /v2.0/subnets => generated 646 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/868] 10.0.0.33 () {34 vars in 740 bytes} [Tue Apr 28 07:07:36 2026] PUT /v2.0/subnets/f2ae8a1c-52b2-4888-b6e4-c5ceea2170a5 => generated 656 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:37.094 7 INFO neutron.services.segments.plugin [-] Segment 196300d9-8e30-4063-9778-3fc88a7e3f49 resource provider aggregate not found 2026-04-28 07:07:37.103 7 INFO neutron.services.segments.plugin [-] Segment 196300d9-8e30-4063-9778-3fc88a7e3f49 resource provider aggregate not found 2026-04-28 07:07:37.123 7 INFO neutron.services.segments.plugin [-] Segment 196300d9-8e30-4063-9778-3fc88a7e3f49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 196300d9-8e30-4063-9778-3fc88a7e3f49 found for delete ", "request_id": "req-d11b0d60-2dda-4a3d-835d-5db25f429b51"}]} 2026-04-28 07:07:37.125 7 INFO neutron.services.segments.plugin [-] Segment 196300d9-8e30-4063-9778-3fc88a7e3f49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 196300d9-8e30-4063-9778-3fc88a7e3f49 found for delete ", "request_id": "req-bf7130ca-9c9c-496f-8b5a-1cc68a6de932"}]} [pid: 7|app: 0|req: 414/869] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:07:36 2026] DELETE /v2.0/networks/814851d0-b2ce-4867-bbc6-c6ab28c00911 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:07:37.152 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6e5c0261-ae53-4993-bebf-5e7d1b6fc8ca 0535aabe01284f48957be7b4cd818896 bfb4f5cf7af944259070b1486f62143a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 456/870] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:07:37 2026] DELETE /v2.0/networks/814851d0-b2ce-4867-bbc6-c6ab28c00911 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/871] 10.0.0.33 () {32 vars in 693 bytes} [Tue Apr 28 07:07:37 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/872] 10.0.0.33 () {32 vars in 741 bytes} [Tue Apr 28 07:07:37 2026] GET /v2.0/subnets?network_id=49158b93-9d14-4cc9-a5cc-b1c9b7b8da2a => generated 649 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/873] 10.0.0.33 () {32 vars in 652 bytes} [Tue Apr 28 07:07:37 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/874] 10.0.0.33 () {32 vars in 648 bytes} [Tue Apr 28 07:07:37 2026] GET /v2.0/networks => generated 1312 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/875] 10.0.0.33 () {32 vars in 646 bytes} [Tue Apr 28 07:07:37 2026] GET /v2.0/subnets => generated 1312 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/876] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:37 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/877] 10.0.0.33 () {32 vars in 722 bytes} [Tue Apr 28 07:07:37 2026] GET /v2.0/networks/4b3a483f-ee8b-42fb-bd87-a474926eebd0 => generated 672 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/878] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:37 2026] GET /v2.0/ports?device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/879] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:37 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/880] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:07:37 2026] GET /v2.0/subnets/5f8ecf35-927e-46b2-96fa-9c86775f95b8 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/881] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:37 2026] GET /v2.0/security-groups?id=511e60ef-37f6-4b4a-b05f-1e453220a113&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:07:37.575 7 INFO neutron.pecan_wsgi.hooks.translation [None req-52f73955-69b9-4f9e-81ad-1eafdae1a665 0535aabe01284f48957be7b4cd818896 bfb4f5cf7af944259070b1486f62143a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 420/882] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:07:37 2026] DELETE /v2.0/subnets/f2ae8a1c-52b2-4888-b6e4-c5ceea2170a5 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:07:37.602 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a39dc67-5b77-4dc0-a728-8d753b8eb2a3 0535aabe01284f48957be7b4cd818896 bfb4f5cf7af944259070b1486f62143a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 463/883] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:07:37 2026] DELETE /v2.0/networks/814851d0-b2ce-4867-bbc6-c6ab28c00911 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/884] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:07:37 2026] DELETE /v2.0/subnets/5f8ecf35-927e-46b2-96fa-9c86775f95b8 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:07:37.889 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0c7f081-bd88-43fa-9fef-8bf9c112ce53 0535aabe01284f48957be7b4cd818896 bfb4f5cf7af944259070b1486f62143a - - default default] TaaS: Handle Delete Port: 81d77a4f-4826-4476-bacd-b56e9f5a8841 2026-04-28 07:07:37.902 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0c7f081-bd88-43fa-9fef-8bf9c112ce53 0535aabe01284f48957be7b4cd818896 bfb4f5cf7af944259070b1486f62143a - - default default] Tap Mirror: Handle Delete Port: 81d77a4f-4826-4476-bacd-b56e9f5a8841 2026-04-28 07:07:38.103 8 INFO neutron.services.segments.plugin [-] Segment 44697017-fcb7-42ca-8bf5-d3c93c09bf3d resource provider aggregate not found 2026-04-28 07:07:38.103 8 INFO neutron.services.segments.plugin [-] Segment 44697017-fcb7-42ca-8bf5-d3c93c09bf3d resource provider aggregate not found 2026-04-28 07:07:38.135 8 INFO neutron.services.segments.plugin [-] Segment 44697017-fcb7-42ca-8bf5-d3c93c09bf3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44697017-fcb7-42ca-8bf5-d3c93c09bf3d found for delete ", "request_id": "req-fe4170ac-f229-4670-b944-d7053b010381"}]} 2026-04-28 07:07:38.135 8 INFO neutron.services.segments.plugin [-] Segment 44697017-fcb7-42ca-8bf5-d3c93c09bf3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44697017-fcb7-42ca-8bf5-d3c93c09bf3d found for delete ", "request_id": "req-944aaf42-6078-463b-8749-8e0dd23b3227"}]} [pid: 8|app: 0|req: 464/885] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:07:37 2026] DELETE /v2.0/networks/4b3a483f-ee8b-42fb-bd87-a474926eebd0 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/886] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:38 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/887] 10.0.0.210 () {34 vars in 971 bytes} [Tue Apr 28 07:07:38 2026] GET /v2.0/ports/d3d2e634-b945-4199-aa15-54ed2607818a => generated 968 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/888] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:38 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/889] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:38 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&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: 466/890] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:38 2026] GET /v2.0/ports?device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/891] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:38 2026] GET /v2.0/security-groups?id=511e60ef-37f6-4b4a-b05f-1e453220a113&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/892] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:38 2026] GET /v2.0/security-groups?tenant_id=bfb4f5cf7af944259070b1486f62143a&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/893] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:38 2026] DELETE /v2.0/security-groups/38711655-ad09-4947-b378-0d2fcbbf6f64 => 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: 468/894] 199.204.45.250 () {34 vars in 1000 bytes} [Tue Apr 28 07:07:39 2026] GET /v2.0/subnets?network_id=05229a25-b65b-4e5e-a1f3-637994ed5c44 => generated 683 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/895] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:39 2026] GET /v2.0/ports?device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/896] 199.204.45.250 () {34 vars in 1146 bytes} [Tue Apr 28 07:07:39 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d&device_owner=compute%3Anova&network_id=05229a25-b65b-4e5e-a1f3-637994ed5c44 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/897] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:39 2026] GET /v2.0/security-groups?id=511e60ef-37f6-4b4a-b05f-1e453220a113&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/898] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:39 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => 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: 430/899] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:39 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/900] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:07:39 2026] PUT /v2.0/ports/d3d2e634-b945-4199-aa15-54ed2607818a => generated 1149 bytes in 835 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:07:40.083 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-37f38d02-7035-40bb-b927-33c40ec44a46'] response: {'name': 'network-changed', 'server_uuid': '465f24db-139b-4620-94f6-f54df5a0846d', 'tag': 'd3d2e634-b945-4199-aa15-54ed2607818a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 431/901] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:40 2026] GET /v2.0/ports?device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 471/902] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:40 2026] GET /v2.0/security-groups?id=511e60ef-37f6-4b4a-b05f-1e453220a113&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: 432/903] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:07:40 2026] GET /v2.0/ports?tenant_id=25157cb451d64e8f86cce1ad7771e5c4&device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 1421 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/904] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:07:40 2026] GET /v2.0/networks?id=05229a25-b65b-4e5e-a1f3-637994ed5c44 => generated 779 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/905] 199.204.45.250 () {34 vars in 1060 bytes} [Tue Apr 28 07:07:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d3d2e634-b945-4199-aa15-54ed2607818a => 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: 434/906] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:41 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/907] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:07:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d3d2e634-b945-4199-aa15-54ed2607818a => generated 860 bytes in 694 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/908] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:41 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&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: 8|app: 0|req: 475/909] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:07:41 2026] GET /v2.0/subnets?id=a4f63af9-865b-4fcf-9496-96e4d83d997f => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/910] 10.0.0.33 () {34 vars in 683 bytes} [Tue Apr 28 07:07:41 2026] POST /v2.0/security-groups => generated 1624 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/911] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:07:41 2026] GET /v2.0/ports?network_id=05229a25-b65b-4e5e-a1f3-637994ed5c44&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: 476/912] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:41 2026] GET /v2.0/ports?device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/913] 10.0.0.33 () {32 vars in 662 bytes} [Tue Apr 28 07:07:41 2026] GET /v2.0/security-groups => generated 4529 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/914] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:41 2026] GET /v2.0/security-groups?id=511e60ef-37f6-4b4a-b05f-1e453220a113&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: 438/915] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:07:41 2026] GET /v2.0/networks/05229a25-b65b-4e5e-a1f3-637994ed5c44?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/916] 199.204.45.250 () {34 vars in 994 bytes} [Tue Apr 28 07:07:41 2026] GET /v2.0/ports?device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => 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: 478/917] 10.0.0.33 () {34 vars in 757 bytes} [Tue Apr 28 07:07:41 2026] PUT /v2.0/security-groups/99d289b0-9e28-4b76-9ad9-058a84e355cb => generated 1664 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/918] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:07:41 2026] GET /v2.0/networks/05229a25-b65b-4e5e-a1f3-637994ed5c44?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: 441/919] 10.0.0.33 () {32 vars in 736 bytes} [Tue Apr 28 07:07:41 2026] GET /v2.0/security-groups/99d289b0-9e28-4b76-9ad9-058a84e355cb => generated 1664 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:07:41.785 8 INFO neutron_taas.services.taas.taas_plugin [req-b8f192ee-2636-4a7b-aeeb-7c9990406db2 req-553c537f-69f5-4def-a18a-61cd4a630613 c84ed125fd864daabd0b4ed4b2f3c2f5 d8ff1c39256c47969e448d9d441cc03b - - default default] TaaS: Handle Delete Port: 2c328757-1ead-41e7-8952-e3d8db753605 2026-04-28 07:07:41.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b8f192ee-2636-4a7b-aeeb-7c9990406db2 req-553c537f-69f5-4def-a18a-61cd4a630613 c84ed125fd864daabd0b4ed4b2f3c2f5 d8ff1c39256c47969e448d9d441cc03b - - default default] Tap Mirror: Handle Delete Port: 2c328757-1ead-41e7-8952-e3d8db753605 [pid: 7|app: 0|req: 442/920] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:41 2026] DELETE /v2.0/security-groups/99d289b0-9e28-4b76-9ad9-058a84e355cb => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/921] 10.0.0.33 () {32 vars in 662 bytes} [Tue Apr 28 07:07:41 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/922] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:41 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 1152 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:07:41.901 7 INFO neutron.api.v2.resource [None req-dde5fe52-6589-448e-84f2-ecf536a4ee4c f6b217636a9c49b89720c3ae55a67208 a9bcb1a277a442ae9c5311ad9bfb48fd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 445/923] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:41 2026] DELETE /v2.0/security-groups/99d289b0-9e28-4b76-9ad9-058a84e355cb => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/924] 199.204.45.250 () {36 vars in 997 bytes} [Tue Apr 28 07:07:41 2026] DELETE /v2.0/ports/2c328757-1ead-41e7-8952-e3d8db753605 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/925] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:41 2026] GET /v2.0/security-groups?id=5e2fc27f-2c12-4946-a66c-20a1e6a47b82&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: 480/926] 10.0.0.33 () {34 vars in 683 bytes} [Tue Apr 28 07:07:41 2026] POST /v2.0/security-groups => generated 1625 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 07:07:42.142 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ccc652f-cc42-4a6d-9930-356aac7c075d'] response: {'server_uuid': '2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed', 'name': 'network-vif-deleted', 'tag': '2c328757-1ead-41e7-8952-e3d8db753605', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 447/927] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:07:42 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: 8|app: 0|req: 481/928] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:07:42 2026] GET /v2.0/security-group-rules/bd939e4f-6270-48ee-9bdf-65b0727357e6 => generated 601 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/929] 10.0.0.33 () {32 vars in 672 bytes} [Tue Apr 28 07:07:42 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/930] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:07:42 2026] DELETE /v2.0/security-group-rules/bd939e4f-6270-48ee-9bdf-65b0727357e6 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/931] 10.0.0.33 () {32 vars in 672 bytes} [Tue Apr 28 07:07:42 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/932] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:07:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/933] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:07:42 2026] GET /v2.0/security-group-rules/2c438af9-08df-4da6-a5fc-ab33c00a6616 => 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: 484/934] 10.0.0.33 () {32 vars in 672 bytes} [Tue Apr 28 07:07:42 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/935] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:42 2026] GET /v2.0/ports?device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => 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: 451/936] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:07:42 2026] DELETE /v2.0/security-group-rules/2c438af9-08df-4da6-a5fc-ab33c00a6616 => 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: 486/937] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:07:42 2026] GET /v2.0/ports?tenant_id=25157cb451d64e8f86cce1ad7771e5c4&device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 1421 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/938] 10.0.0.33 () {32 vars in 672 bytes} [Tue Apr 28 07:07:42 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/939] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:07:42 2026] GET /v2.0/networks?id=05229a25-b65b-4e5e-a1f3-637994ed5c44 => generated 779 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:42.857 7 INFO neutron.db.securitygroups_db [None req-4d4413fd-297a-4b40-8508-8b25e12e838e f6b217636a9c49b89720c3ae55a67208 a9bcb1a277a442ae9c5311ad9bfb48fd - - default default] Project a9bcb1a277a442ae9c5311ad9bfb48fd 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: 488/940] 199.204.45.250 () {34 vars in 1060 bytes} [Tue Apr 28 07:07:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d3d2e634-b945-4199-aa15-54ed2607818a => 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: 489/941] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:07:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d3d2e634-b945-4199-aa15-54ed2607818a => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/942] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:07:42 2026] POST /v2.0/security-group-rules => generated 607 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/943] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:07:42 2026] GET /v2.0/subnets?id=a4f63af9-865b-4fcf-9496-96e4d83d997f => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/944] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:07:42 2026] GET /v2.0/security-group-rules/3b4ffe0c-ad6d-4add-864f-31f65e99630d => generated 607 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/945] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:07:42 2026] GET /v2.0/ports?network_id=05229a25-b65b-4e5e-a1f3-637994ed5c44&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: 455/946] 10.0.0.33 () {32 vars in 672 bytes} [Tue Apr 28 07:07:42 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: 8|app: 0|req: 492/947] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:07:42 2026] GET /v2.0/networks/05229a25-b65b-4e5e-a1f3-637994ed5c44?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: 456/948] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:07:43 2026] DELETE /v2.0/security-group-rules/3b4ffe0c-ad6d-4add-864f-31f65e99630d => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/949] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:07:43 2026] GET /v2.0/networks/05229a25-b65b-4e5e-a1f3-637994ed5c44?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: 457/950] 10.0.0.33 () {32 vars in 672 bytes} [Tue Apr 28 07:07:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/951] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:43 2026] DELETE /v2.0/security-groups/198c5005-195a-4faf-87e6-7e71e702e829 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/952] 10.0.0.33 () {32 vars in 662 bytes} [Tue Apr 28 07:07:43 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/953] 10.0.0.33 () {32 vars in 662 bytes} [Tue Apr 28 07:07:43 2026] GET /v2.0/security-groups => 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: 459/954] 199.204.45.250 () {34 vars in 1120 bytes} [Tue Apr 28 07:07:43 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.13 => generated 1152 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/955] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:43 2026] GET /v2.0/ports?device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => 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: 461/956] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:43 2026] GET /v2.0/security-groups?tenant_id=a9bcb1a277a442ae9c5311ad9bfb48fd&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/957] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:43 2026] DELETE /v2.0/security-groups/34ad0521-3549-48ca-9a0f-6c759ff9b6b9 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/958] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:07:43 2026] PUT /v2.0/ports/d3d2e634-b945-4199-aa15-54ed2607818a => generated 968 bytes in 694 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:44.459 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-68a6a12a-0706-4bd0-9427-6d0d8c611633'] response: {'name': 'network-changed', 'server_uuid': '465f24db-139b-4620-94f6-f54df5a0846d', 'tag': 'd3d2e634-b945-4199-aa15-54ed2607818a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 463/959] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:44 2026] GET /v2.0/ports?device_id=2cc406c9-3604-4ecf-9d4f-a0ef640dc9ed => generated 12 bytes in 21 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: 497/960] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:07:44 2026] GET /v2.0/ports?tenant_id=25157cb451d64e8f86cce1ad7771e5c4&device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/961] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:07:44 2026] GET /v2.0/networks?id=05229a25-b65b-4e5e-a1f3-637994ed5c44 => generated 779 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/962] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:07:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d3d2e634-b945-4199-aa15-54ed2607818a => 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: 465/963] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:07:45 2026] GET /v2.0/subnets?id=a4f63af9-865b-4fcf-9496-96e4d83d997f => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/964] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:07:45 2026] GET /v2.0/ports?network_id=05229a25-b65b-4e5e-a1f3-637994ed5c44&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/965] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:07:45 2026] GET /v2.0/networks/05229a25-b65b-4e5e-a1f3-637994ed5c44?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: 500/966] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:07:45 2026] GET /v2.0/networks/05229a25-b65b-4e5e-a1f3-637994ed5c44?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/967] 10.0.0.33 () {34 vars in 683 bytes} [Tue Apr 28 07:07:45 2026] POST /v2.0/security-groups => generated 1625 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/968] 10.0.0.33 () {32 vars in 662 bytes} [Tue Apr 28 07:07:46 2026] GET /v2.0/security-groups => generated 4530 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/969] 10.0.0.33 () {34 vars in 757 bytes} [Tue Apr 28 07:07:46 2026] PUT /v2.0/security-groups/7c6c5a48-98a3-456a-a747-87cc21cccb95 => generated 1663 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/970] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:07:46 2026] GET /v2.0/ports?tenant_id=25157cb451d64e8f86cce1ad7771e5c4&device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:07:46.414 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b9f1801-329d-423f-962c-784736c988f5 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: d2354827-5f76-45e8-9a63-4ae0a68799dd 2026-04-28 07:07:46.417 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b9f1801-329d-423f-962c-784736c988f5 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: d2354827-5f76-45e8-9a63-4ae0a68799dd [pid: 7|app: 0|req: 471/971] 10.0.0.33 () {32 vars in 736 bytes} [Tue Apr 28 07:07:46 2026] GET /v2.0/security-groups/7c6c5a48-98a3-456a-a747-87cc21cccb95 => generated 1663 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/972] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:07:46 2026] GET /v2.0/networks?id=05229a25-b65b-4e5e-a1f3-637994ed5c44 => generated 779 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/973] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:46 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/974] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:46 2026] DELETE /v2.0/security-groups/7c6c5a48-98a3-456a-a747-87cc21cccb95 => 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: 475/975] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:07:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d3d2e634-b945-4199-aa15-54ed2607818a => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/976] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:46 2026] GET /v2.0/security-groups?id=5e2fc27f-2c12-4946-a66c-20a1e6a47b82&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: 477/977] 10.0.0.33 () {32 vars in 662 bytes} [Tue Apr 28 07:07:46 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) [pid: 7|app: 0|req: 478/978] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:07:46 2026] GET /v2.0/subnets?id=a4f63af9-865b-4fcf-9496-96e4d83d997f => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:46.753 7 INFO neutron.api.v2.resource [None req-8f290847-ea00-428b-a293-46071aeef8b8 607c51be4fa049dfa16d4c9d90734234 aaf6b92c3bfa453f835f0013dd320b06 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 479/979] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:46 2026] DELETE /v2.0/security-groups/7c6c5a48-98a3-456a-a747-87cc21cccb95 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/980] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:07:46 2026] GET /v2.0/ports?network_id=05229a25-b65b-4e5e-a1f3-637994ed5c44&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/981] 10.0.0.33 () {34 vars in 683 bytes} [Tue Apr 28 07:07:46 2026] POST /v2.0/security-groups => generated 1625 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/982] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:07:46 2026] GET /v2.0/networks/05229a25-b65b-4e5e-a1f3-637994ed5c44?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: 501/983] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:07:45 2026] PUT /v2.0/routers/67f65a2e-c6c5-4f53-b5b4-d6f63e8c1bb8/remove_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/984] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:07:46 2026] GET /v2.0/networks/05229a25-b65b-4e5e-a1f3-637994ed5c44?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: 483/985] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:07:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/986] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:07:47 2026] GET /v2.0/security-group-rules/0c2a01da-f57d-4e31-a649-dd67177b702b => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/987] 10.0.0.33 () {32 vars in 672 bytes} [Tue Apr 28 07:07:47 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:07:47.222 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3ea3fb3-99b7-461c-a905-f6583903615d dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: cffdaaa2-e4e9-4448-ae1a-5d1b8c11a529 2026-04-28 07:07:47.225 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3ea3fb3-99b7-461c-a905-f6583903615d dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: cffdaaa2-e4e9-4448-ae1a-5d1b8c11a529 [pid: 7|app: 0|req: 486/988] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:07:47 2026] DELETE /v2.0/security-group-rules/0c2a01da-f57d-4e31-a649-dd67177b702b => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/989] 10.0.0.33 () {32 vars in 672 bytes} [Tue Apr 28 07:07:47 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: 488/990] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:07:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/991] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:07:47 2026] GET /v2.0/security-group-rules/b9a30e2c-f751-438f-be65-360a418df782 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:47.542 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3ea3fb3-99b7-461c-a905-f6583903615d dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 24f9f4c8-6777-4f20-acec-bbb7b9a8b3e0 2026-04-28 07:07:47.545 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3ea3fb3-99b7-461c-a905-f6583903615d dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 24f9f4c8-6777-4f20-acec-bbb7b9a8b3e0 [pid: 7|app: 0|req: 490/992] 10.0.0.33 () {32 vars in 672 bytes} [Tue Apr 28 07:07:47 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/993] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:07:47 2026] DELETE /v2.0/security-group-rules/b9a30e2c-f751-438f-be65-360a418df782 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/994] 10.0.0.33 () {32 vars in 672 bytes} [Tue Apr 28 07:07:47 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/995] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:07:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/996] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:47 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/997] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:07:47 2026] GET /v2.0/security-group-rules/31ed4efe-9885-43af-8e3a-a950031799b4 => generated 602 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/998] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:47 2026] GET /v2.0/security-groups?id=5e2fc27f-2c12-4946-a66c-20a1e6a47b82&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:47.940 8 INFO neutron.services.segments.plugin [-] Segment 1650f1ca-7482-4f96-a266-e65e7d9c10ed resource provider aggregate not found 2026-04-28 07:07:47.944 8 INFO neutron.services.segments.plugin [-] Segment 1650f1ca-7482-4f96-a266-e65e7d9c10ed resource provider aggregate not found [pid: 7|app: 0|req: 497/999] 10.0.0.33 () {32 vars in 672 bytes} [Tue Apr 28 07:07:47 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:07:47.960 8 INFO neutron.services.segments.plugin [-] Segment 1650f1ca-7482-4f96-a266-e65e7d9c10ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1650f1ca-7482-4f96-a266-e65e7d9c10ed found for delete ", "request_id": "req-4837da65-6a77-4d74-91dc-c1d30bbc2ea1"}]} 2026-04-28 07:07:47.966 8 INFO neutron.services.segments.plugin [-] Segment 1650f1ca-7482-4f96-a266-e65e7d9c10ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1650f1ca-7482-4f96-a266-e65e7d9c10ed found for delete ", "request_id": "req-e354dd7e-3f3d-45db-8133-282cbc25ae59"}]} 2026-04-28 07:07:47.979 8 INFO neutron.db.l3_hamode_db [None req-b3ea3fb3-99b7-461c-a905-f6583903615d dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] HA network 96d94aed-f3a5-4a54-97d8-196582944627 was deleted as no HA routers are present in tenant d8ff1c39256c47969e448d9d441cc03b. [pid: 8|app: 0|req: 503/1000] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:07:47 2026] DELETE /v2.0/routers/67f65a2e-c6c5-4f53-b5b4-d6f63e8c1bb8 => generated 0 bytes in 958 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1001] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:07:47 2026] DELETE /v2.0/security-group-rules/31ed4efe-9885-43af-8e3a-a950031799b4 => 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: 499/1002] 10.0.0.33 () {32 vars in 672 bytes} [Tue Apr 28 07:07:48 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: 504/1003] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:07:47 2026] DELETE /v2.0/subnets/f103c210-4673-424c-8530-d4c4aef44bfb => 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: 500/1004] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:48 2026] DELETE /v2.0/security-groups/004aed27-2691-4675-a6f0-b4f8cd501019 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1005] 10.0.0.33 () {32 vars in 662 bytes} [Tue Apr 28 07:07:48 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1006] 10.0.0.33 () {32 vars in 662 bytes} [Tue Apr 28 07:07:48 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:07:48.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-493a3c41-92e4-49bf-b237-549f521615e7 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 75789698-58c3-46e6-8ec0-f393a89a2c4f 2026-04-28 07:07:48.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-493a3c41-92e4-49bf-b237-549f521615e7 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 75789698-58c3-46e6-8ec0-f393a89a2c4f [pid: 8|app: 0|req: 505/1007] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:07:48 2026] DELETE /v2.0/networks/44fc0625-a29c-4ed2-b995-8bf557495837 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1008] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:48 2026] GET /v2.0/security-groups?tenant_id=d8ff1c39256c47969e448d9d441cc03b&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1009] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:48 2026] DELETE /v2.0/security-groups/511e60ef-37f6-4b4a-b05f-1e453220a113 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1010] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:48 2026] GET /v2.0/security-groups?tenant_id=aaf6b92c3bfa453f835f0013dd320b06&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1011] 199.204.45.250 () {34 vars in 994 bytes} [Tue Apr 28 07:07:48 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => 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: 505/1012] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:48 2026] DELETE /v2.0/security-groups/030a76f7-8f0e-42fb-b99e-587b9cddd440 => 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: 506/1013] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:48 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:49.079 8 INFO neutron_taas.services.taas.taas_plugin [req-7bf3d29c-abc7-419c-b3b6-8ae61d2c368d req-32bb54f3-b874-4a82-b596-9462f8ba3bfa 6d56a36d4b2c4b078d6253f8111567e7 25157cb451d64e8f86cce1ad7771e5c4 - - default default] TaaS: Handle Delete Port: d3d2e634-b945-4199-aa15-54ed2607818a 2026-04-28 07:07:49.083 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7bf3d29c-abc7-419c-b3b6-8ae61d2c368d req-32bb54f3-b874-4a82-b596-9462f8ba3bfa 6d56a36d4b2c4b078d6253f8111567e7 25157cb451d64e8f86cce1ad7771e5c4 - - default default] Tap Mirror: Handle Delete Port: d3d2e634-b945-4199-aa15-54ed2607818a [pid: 7|app: 0|req: 507/1014] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:49 2026] GET /v2.0/security-groups?id=5e2fc27f-2c12-4946-a66c-20a1e6a47b82&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:49.268 8 INFO neutron.db.l3_db [req-7bf3d29c-abc7-419c-b3b6-8ae61d2c368d req-32bb54f3-b874-4a82-b596-9462f8ba3bfa 6d56a36d4b2c4b078d6253f8111567e7 25157cb451d64e8f86cce1ad7771e5c4 - - default default] Floating IP d5bce6ac-0ab5-4450-a143-5fe01f9bd770 disassociated. External IP: 10.96.250.219, port: d3d2e634-b945-4199-aa15-54ed2607818a. [pid: 8|app: 0|req: 508/1015] 199.204.45.250 () {36 vars in 997 bytes} [Tue Apr 28 07:07:48 2026] DELETE /v2.0/ports/d3d2e634-b945-4199-aa15-54ed2607818a => generated 0 bytes in 749 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:07:49.796 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b0eb601-5afd-479a-aaca-50bcaef85a2b'] response: {'server_uuid': '465f24db-139b-4620-94f6-f54df5a0846d', 'name': 'network-vif-deleted', 'tag': 'd3d2e634-b945-4199-aa15-54ed2607818a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 508/1016] 10.0.0.50 () {34 vars in 989 bytes} [Tue Apr 28 07:07:49 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1017] 10.0.0.50 () {34 vars in 1039 bytes} [Tue Apr 28 07:07:49 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:50.005 8 INFO neutron.services.segments.plugin [-] Segment 13bb6e2c-a233-4cfa-987b-e8a087931022 resource provider aggregate not found 2026-04-28 07:07:50.021 8 INFO neutron.services.segments.plugin [-] Segment 13bb6e2c-a233-4cfa-987b-e8a087931022 resource provider aggregate not found 2026-04-28 07:07:50.037 8 INFO neutron.services.segments.plugin [-] Segment 13bb6e2c-a233-4cfa-987b-e8a087931022 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13bb6e2c-a233-4cfa-987b-e8a087931022 found for delete ", "request_id": "req-67aebc62-3172-4481-bb7f-86da545dbfdc"}]} 2026-04-28 07:07:50.044 8 INFO neutron.services.segments.plugin [-] Segment 13bb6e2c-a233-4cfa-987b-e8a087931022 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13bb6e2c-a233-4cfa-987b-e8a087931022 found for delete ", "request_id": "req-e233df1d-2a37-4cbc-9f1c-ae3760a307ee"}]} [pid: 7|app: 0|req: 509/1018] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:50 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => 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: 510/1019] 10.0.0.33 () {32 vars in 622 bytes} [Tue Apr 28 07:07:51 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: 510/1020] 10.0.0.33 () {32 vars in 632 bytes} [Tue Apr 28 07:07:51 2026] GET /v2.0/ => generated 632 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1021] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:51 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => 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: 512/1024] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:51 2026] GET /v2.0/security-groups?tenant_id=9ff4fc81657548f3b2debb5c9255b216&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1025] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:52 2026] DELETE /v2.0/security-groups/55be7544-bd76-4705-81d1-f2226412a2d4 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1026] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:52 2026] GET /v2.0/ports?device_id=465f24db-139b-4620-94f6-f54df5a0846d => 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: 514/1027] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:52 2026] GET /v2.0/security-groups?tenant_id=eed3f1ce91974c8f8605b8433048115e&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: 514/1028] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:52 2026] DELETE /v2.0/security-groups/7820286e-b763-498a-ba9f-1f215ca3993f => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1029] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:53 2026] GET /v2.0/security-groups?tenant_id=57145a5cc81d417f99e8c0ebabc7663a&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1030] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:53 2026] DELETE /v2.0/security-groups/99224445-8a75-4995-b652-3fe675db55dd => 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: 516/1031] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:53 2026] DELETE /v2.0/security-groups/5e2fc27f-2c12-4946-a66c-20a1e6a47b82 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:07:53.656 7 INFO neutron.api.v2.resource [None req-85cd6f08-9897-416c-a29b-a4f187a710be 6d56a36d4b2c4b078d6253f8111567e7 25157cb451d64e8f86cce1ad7771e5c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 516/1032] 10.0.0.33 () {32 vars in 736 bytes} [Tue Apr 28 07:07:53 2026] GET /v2.0/security-groups/5e2fc27f-2c12-4946-a66c-20a1e6a47b82 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:07:53.767 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae978901-3339-4680-95a6-c0807e7a47a1 6d56a36d4b2c4b078d6253f8111567e7 25157cb451d64e8f86cce1ad7771e5c4 - - default default] TaaS: Handle Delete Port: 9b30c9d0-27e5-4845-a1d1-98683cb05d50 2026-04-28 07:07:53.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae978901-3339-4680-95a6-c0807e7a47a1 6d56a36d4b2c4b078d6253f8111567e7 25157cb451d64e8f86cce1ad7771e5c4 - - default default] Tap Mirror: Handle Delete Port: 9b30c9d0-27e5-4845-a1d1-98683cb05d50 [pid: 8|app: 0|req: 517/1033] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:07:53 2026] DELETE /v2.0/floatingips/d5bce6ac-0ab5-4450-a143-5fe01f9bd770 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:07:54.414 7 INFO neutron_taas.services.taas.taas_plugin [None req-20cdaa56-126b-4aed-a935-d152df15bfe7 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 30ea7278-7846-4427-a202-eedae8fb5098 2026-04-28 07:07:54.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20cdaa56-126b-4aed-a935-d152df15bfe7 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 30ea7278-7846-4427-a202-eedae8fb5098 [pid: 7|app: 0|req: 517/1034] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:07:54 2026] PUT /v2.0/routers/3f2ada44-29a6-45d8-a950-8f844d07cf44/remove_router_interface => generated 309 bytes in 1073 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:55.323 7 INFO neutron_taas.services.taas.taas_plugin [None req-358e2176-71b1-40eb-9d10-3a1495dd91c5 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 9a4ec4d2-48a9-4685-a4c7-7e76c4b8d2bc 2026-04-28 07:07:55.326 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-358e2176-71b1-40eb-9d10-3a1495dd91c5 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 9a4ec4d2-48a9-4685-a4c7-7e76c4b8d2bc 2026-04-28 07:07:55.461 8 INFO neutron.db.segments_db [None req-5269c5c2-c7df-419a-b5a3-079f047266aa fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] Added segment d7db5468-4ef5-4e98-ab3f-309c19eff451 of type vxlan for network 26ed014b-4ec3-4968-9176-c6ced6b83582 [pid: 8|app: 0|req: 518/1035] 10.0.0.33 () {34 vars in 670 bytes} [Tue Apr 28 07:07:55 2026] POST /v2.0/networks => generated 613 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:07:55.591 8 INFO neutron.db.segments_db [None req-2a871068-3fa9-4b48-af23-dcedbb0cb4cc fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] Added segment 97417034-6c4e-4014-ba9f-a22a03c90255 of type vxlan for network 662b1af2-a706-4f15-a4b2-c35bef3c82bc 2026-04-28 07:07:55.606 7 INFO neutron_taas.services.taas.taas_plugin [None req-358e2176-71b1-40eb-9d10-3a1495dd91c5 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: ae65a9cd-c1c9-461d-bdd3-c5ccd1b1c0f6 2026-04-28 07:07:55.609 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-358e2176-71b1-40eb-9d10-3a1495dd91c5 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: ae65a9cd-c1c9-461d-bdd3-c5ccd1b1c0f6 2026-04-28 07:07:55.841 8 INFO neutron.db.l3_hamode_db [None req-2a871068-3fa9-4b48-af23-dcedbb0cb4cc fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:07:55.976 7 INFO neutron.services.segments.plugin [-] Segment 1d308633-fdc5-4129-9433-9e003f0958be resource provider aggregate not found 2026-04-28 07:07:55.982 7 INFO neutron.services.segments.plugin [-] Segment 1d308633-fdc5-4129-9433-9e003f0958be resource provider aggregate not found 2026-04-28 07:07:56.003 7 INFO neutron.db.l3_hamode_db [None req-358e2176-71b1-40eb-9d10-3a1495dd91c5 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] HA network ec08c3c4-c222-44e2-a682-a4508ce08b4a was deleted as no HA routers are present in tenant 25157cb451d64e8f86cce1ad7771e5c4. 2026-04-28 07:07:56.006 7 INFO neutron.services.segments.plugin [-] Segment 1d308633-fdc5-4129-9433-9e003f0958be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d308633-fdc5-4129-9433-9e003f0958be found for delete ", "request_id": "req-85742bc8-bfc4-4b6f-9ed7-593a28b58b76"}]} 2026-04-28 07:07:56.011 7 INFO neutron.services.segments.plugin [-] Segment 1d308633-fdc5-4129-9433-9e003f0958be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d308633-fdc5-4129-9433-9e003f0958be found for delete ", "request_id": "req-a8ea8157-bad7-4a3a-b300-415731be2df8"}]} [pid: 7|app: 0|req: 518/1036] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:07:55 2026] DELETE /v2.0/routers/3f2ada44-29a6-45d8-a950-8f844d07cf44 => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1037] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:07:56 2026] DELETE /v2.0/subnets/a4f63af9-865b-4fcf-9496-96e4d83d997f => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:07:56.296 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ca63020-dc9b-4f52-a2b2-3bb3b0fda075 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 58ed89b1-512e-462a-91d0-0c66cdbb855a 2026-04-28 07:07:56.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ca63020-dc9b-4f52-a2b2-3bb3b0fda075 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 58ed89b1-512e-462a-91d0-0c66cdbb855a [pid: 7|app: 0|req: 520/1038] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:07:56 2026] DELETE /v2.0/networks/05229a25-b65b-4e5e-a1f3-637994ed5c44 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:07:56.635 8 INFO neutron.db.l3_hamode_db [None req-2a871068-3fa9-4b48-af23-dcedbb0cb4cc fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 521/1039] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:56 2026] GET /v2.0/security-groups?tenant_id=25157cb451d64e8f86cce1ad7771e5c4&name=default => generated 2921 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1040] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:56 2026] DELETE /v2.0/security-groups/8b140c86-2a6a-48b8-a02e-506d17e4d844 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1041] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:07:55 2026] POST /v2.0/routers => generated 695 bytes in 2029 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1042] 10.0.0.33 () {32 vars in 775 bytes} [Tue Apr 28 07:07:57 2026] GET /v2.0/subnets?project_id=c88a8337e7ff45ef83c0aa32ed724962&cidr=10.100.0.0%2F28 => generated 14 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1043] 10.0.0.33 () {32 vars in 693 bytes} [Tue Apr 28 07:07:57 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1044] 10.0.0.33 () {32 vars in 783 bytes} [Tue Apr 28 07:07:57 2026] GET /v2.0/subnets?network_id=49158b93-9d14-4cc9-a5cc-b1c9b7b8da2a&cidr=10.100.0.0%2F28 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:07:58.037 7 INFO neutron.services.segments.plugin [-] Segment a216def1-b49f-4bf5-bf07-5000aa6df3e0 resource provider aggregate not found 2026-04-28 07:07:58.040 7 INFO neutron.services.segments.plugin [-] Segment a216def1-b49f-4bf5-bf07-5000aa6df3e0 resource provider aggregate not found 2026-04-28 07:07:58.061 7 INFO neutron.services.segments.plugin [-] Segment a216def1-b49f-4bf5-bf07-5000aa6df3e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a216def1-b49f-4bf5-bf07-5000aa6df3e0 found for delete ", "request_id": "req-377fd291-b4a7-4680-b508-08f75fe53517"}]} 2026-04-28 07:07:58.067 7 INFO neutron.services.segments.plugin [-] Segment a216def1-b49f-4bf5-bf07-5000aa6df3e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a216def1-b49f-4bf5-bf07-5000aa6df3e0 found for delete ", "request_id": "req-e0977815-4aa8-4686-b919-d458f960b260"}]} [pid: 7|app: 0|req: 524/1045] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:57 2026] GET /v2.0/security-groups?tenant_id=299aea2af48249f08f2b6a16bad1265f&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1046] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:07:57 2026] POST /v2.0/subnets => generated 657 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1047] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:58 2026] DELETE /v2.0/security-groups/6766c62e-d624-49fa-a4c8-4d8210c73dc5 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1048] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:07:58 2026] GET /v2.0/security-groups?tenant_id=7348b4cb88b445b0b3ef6cefaad37bb5&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1049] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:07:58 2026] DELETE /v2.0/security-groups/5fb08dbe-ff96-4361-8528-e87c18023ad7 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:07:59.076 7 INFO neutron.db.segments_db [None req-d0133a6b-a77c-410d-a442-e38ad9be605c dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment f757738d-8853-4f1f-b996-8514e06a0d04 of type vxlan for network 05395a2d-1d0a-46f5-9949-22b5d0562c67 [pid: 7|app: 0|req: 528/1050] 10.0.0.33 () {34 vars in 670 bytes} [Tue Apr 28 07:07:58 2026] POST /v2.0/networks => generated 729 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1051] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:07:59 2026] POST /v2.0/subnets => generated 695 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1052] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:59 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:07:59.505 7 INFO neutron.db.segments_db [None req-20158ca9-9093-4b08-9ee5-cbd90e06bb0b dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment 99066f2f-d269-48cd-8a82-c59305f670c5 of type vxlan for network cabb5edf-9f02-4139-bb69-e4c05e50eb5f [pid: 8|app: 0|req: 523/1053] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:07:58 2026] PUT /v2.0/routers/f8956931-7489-4720-ba39-ea2cac184e69/add_router_interface => generated 309 bytes in 1358 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1054] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:07:59 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&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: 8|app: 0|req: 525/1055] 10.0.0.33 () {32 vars in 648 bytes} [Tue Apr 28 07:07:59 2026] GET /v2.0/networks => generated 6474 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1056] 10.0.0.33 () {32 vars in 646 bytes} [Tue Apr 28 07:07:59 2026] GET /v2.0/subnets => generated 5205 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:07:59.774 7 INFO neutron.db.l3_hamode_db [None req-20158ca9-9093-4b08-9ee5-cbd90e06bb0b dd57eccc2efd4f5fa3e3c9e3dfad82aa e9c9f08ac2f94b129bc6ec3b0d4885bc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 527/1057] 10.0.0.33 () {32 vars in 646 bytes} [Tue Apr 28 07:07:59 2026] GET /v2.0/routers => generated 1465 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1058] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:07:59 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1059] 10.0.0.33 () {34 vars in 684 bytes} [Tue Apr 28 07:07:59 2026] POST /v2.0/security-groups => generated 1673 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1060] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:00 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1061] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:08:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1062] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:08:00 2026] POST /v2.0/security-group-rules => generated 596 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1063] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:08:00 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) 2026-04-28 07:08:00.618 7 INFO neutron.db.l3_hamode_db [None req-20158ca9-9093-4b08-9ee5-cbd90e06bb0b dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 534/1064] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:08:00 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 07:08:00.668 8 INFO neutron.db.securitygroups_db [None req-682aa011-0882-404f-ad2a-a33fca459e63 fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] Project c88a8337e7ff45ef83c0aa32ed724962 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: 535/1065] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:08:00 2026] POST /v2.0/security-group-rules => generated 607 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:08:00.790 8 INFO neutron.db.securitygroups_db [None req-797a82b2-d1f1-4e94-b91d-043f6c0b7872 fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] Project c88a8337e7ff45ef83c0aa32ed724962 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: 536/1066] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:08:00 2026] POST /v2.0/security-group-rules => generated 606 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1067] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:01 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1068] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:01 2026] GET /v2.0/security-groups?id=eacd7b36-4600-4ec5-94e1-d3968ac0681f&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1069] 10.0.0.33 () {32 vars in 648 bytes} [Tue Apr 28 07:08:01 2026] GET /v2.0/networks => generated 1297 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1070] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:07:59 2026] POST /v2.0/routers => generated 735 bytes in 2257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1071] 10.0.0.210 () {34 vars in 1098 bytes} [Tue Apr 28 07:08:01 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-691600550&fields=id&tenant_id=c88a8337e7ff45ef83c0aa32ed724962 => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1072] 10.0.0.210 () {34 vars in 982 bytes} [Tue Apr 28 07:08:01 2026] GET /v2.0/networks?id=26ed014b-4ec3-4968-9176-c6ced6b83582 => generated 660 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1073] 10.0.0.210 () {34 vars in 965 bytes} [Tue Apr 28 07:08:01 2026] GET /v2.0/quotas/c88a8337e7ff45ef83c0aa32ed724962 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1074] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Apr 28 07:08:01 2026] GET /v2.0/ports?tenant_id=c88a8337e7ff45ef83c0aa32ed724962&fields=id => generated 103 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1075] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Apr 28 07:08:01 2026] GET /v2.0/networks/26ed014b-4ec3-4968-9176-c6ced6b83582?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1076] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Apr 28 07:08:01 2026] GET /v2.0/networks/26ed014b-4ec3-4968-9176-c6ced6b83582?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: 546/1077] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:02 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1078] 199.204.45.250 () {34 vars in 994 bytes} [Tue Apr 28 07:08:02 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:02.494 8 INFO neutron_taas.services.taas.taas_plugin [req-bab2a141-b39b-429c-a146-b40fd77cc66e req-2bd6d4de-309b-4b42-8f54-7b5f830a215a 21ed6f7082e341a09a8bab97f9a0458c 0febb685f9e040d0a10efd752e09ade4 - - default default] TaaS: Handle Delete Port: faae483a-332a-4f6e-bca5-8603c8f330cf 2026-04-28 07:08:02.497 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bab2a141-b39b-429c-a146-b40fd77cc66e req-2bd6d4de-309b-4b42-8f54-7b5f830a215a 21ed6f7082e341a09a8bab97f9a0458c 0febb685f9e040d0a10efd752e09ade4 - - default default] Tap Mirror: Handle Delete Port: faae483a-332a-4f6e-bca5-8603c8f330cf 2026-04-28 07:08:02.629 8 INFO neutron.db.l3_db [req-bab2a141-b39b-429c-a146-b40fd77cc66e req-2bd6d4de-309b-4b42-8f54-7b5f830a215a 21ed6f7082e341a09a8bab97f9a0458c 0febb685f9e040d0a10efd752e09ade4 - - default default] Floating IP 6eb22057-fcd8-44a4-bb56-39de32506bec disassociated. External IP: 10.96.250.203, port: faae483a-332a-4f6e-bca5-8603c8f330cf. [pid: 7|app: 0|req: 532/1079] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:08:01 2026] PUT /v2.0/routers/77c59a1c-9721-4d12-b727-f3c8e458790b/add_router_interface => generated 309 bytes in 1244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1080] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:02 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => 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: 548/1081] 199.204.45.250 () {36 vars in 997 bytes} [Tue Apr 28 07:08:02 2026] DELETE /v2.0/ports/faae483a-332a-4f6e-bca5-8603c8f330cf => generated 0 bytes in 653 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:08:03.079 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0762d982-1e07-437e-bb10-733b82cd2661'] response: {'server_uuid': '324f313d-8d6d-43df-80f1-110e77df776d', 'name': 'network-vif-deleted', 'tag': 'faae483a-332a-4f6e-bca5-8603c8f330cf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 549/1082] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:03 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => 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: 534/1083] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:08:03 2026] GET /v2.0/security-groups?tenant_id=8bd0d5487f88443db4792cb99c0f4f04&name=default => generated 2925 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1084] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:08:03 2026] DELETE /v2.0/security-groups/c66f7706-9a11-40c9-b502-092f00bbb357 => 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: 535/1085] 10.0.0.33 () {34 vars in 684 bytes} [Tue Apr 28 07:08:03 2026] POST /v2.0/security-groups => generated 1660 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1086] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:08:03 2026] GET /v2.0/security-groups?tenant_id=6dcb098b0e5e426e87ce0583d74a0575&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1087] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:08:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1088] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:08:03 2026] DELETE /v2.0/security-groups/7f3365a9-ae13-4eff-ae22-31b140cb7f55 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1089] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:08:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1090] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:04 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => 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: 539/1091] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:04 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => 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: 553/1092] 10.0.0.33 () {34 vars in 675 bytes} [Tue Apr 28 07:08:04 2026] POST /v2.0/floatingips => generated 552 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1093] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:05 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => 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: 554/1094] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:05 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => 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: 541/1095] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:06 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1096] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:08:06 2026] GET /v2.0/networks?id=26ed014b-4ec3-4968-9176-c6ced6b83582 => generated 660 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1097] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:06 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => 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: 542/1100] 199.204.45.250 () {34 vars in 1050 bytes} [Tue Apr 28 07:08:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c88a8337e7ff45ef83c0aa32ed724962 => generated 180 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1101] 199.204.45.250 () {38 vars in 955 bytes} [Tue Apr 28 07:08:06 2026] POST /v2.0/ports => generated 958 bytes in 414 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: 560/1102] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:07 2026] GET /v2.0/ports?device_id=324f313d-8d6d-43df-80f1-110e77df776d => 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: 543/1103] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:08:07 2026] PUT /v2.0/ports/2b37f34d-bf09-4f7a-8263-0e9c404d2aa0 => generated 1239 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:08:07.592 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3bcdbf3d-a36d-4438-af77-8201065322d3'] response: {'name': 'network-changed', 'server_uuid': '75a8c48e-a7aa-463b-9a79-03d18838de25', 'tag': '2b37f34d-bf09-4f7a-8263-0e9c404d2aa0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 561/1104] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:07 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 544/1105] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:07 2026] GET /v2.0/security-groups?id=381b423f-6c1d-4948-863f-3a8b5f6376b2&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1106] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:08:08 2026] GET /v2.0/ports?tenant_id=c88a8337e7ff45ef83c0aa32ed724962&device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1107] 199.204.45.250 () {34 vars in 1018 bytes} [Tue Apr 28 07:08:08 2026] GET /v2.0/networks?tenant_id=c88a8337e7ff45ef83c0aa32ed724962&shared=False => generated 756 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1108] 199.204.45.250 () {34 vars in 930 bytes} [Tue Apr 28 07:08:08 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: 7|app: 0|req: 546/1109] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:08:08 2026] DELETE /v2.0/security-groups/eacd7b36-4600-4ec5-94e1-d3968ac0681f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:08:08.770 8 INFO neutron.api.v2.resource [None req-6e7cfa23-9742-4bed-b513-878937ac4f2b 21ed6f7082e341a09a8bab97f9a0458c 0febb685f9e040d0a10efd752e09ade4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 564/1110] 10.0.0.33 () {32 vars in 736 bytes} [Tue Apr 28 07:08:08 2026] GET /v2.0/security-groups/eacd7b36-4600-4ec5-94e1-d3968ac0681f => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:08:08.890 7 INFO neutron_taas.services.taas.taas_plugin [None req-71e623ef-07fc-427f-9f1f-e729d56f1e8f 21ed6f7082e341a09a8bab97f9a0458c 0febb685f9e040d0a10efd752e09ade4 - - default default] TaaS: Handle Delete Port: b542c551-90dd-4eb2-8d23-5460136a67bd 2026-04-28 07:08:08.894 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71e623ef-07fc-427f-9f1f-e729d56f1e8f 21ed6f7082e341a09a8bab97f9a0458c 0febb685f9e040d0a10efd752e09ade4 - - default default] Tap Mirror: Handle Delete Port: b542c551-90dd-4eb2-8d23-5460136a67bd [pid: 8|app: 0|req: 565/1111] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:08 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => 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: 566/1112] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:08 2026] GET /v2.0/security-groups?id=381b423f-6c1d-4948-863f-3a8b5f6376b2&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: 547/1113] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:08:08 2026] DELETE /v2.0/floatingips/6eb22057-fcd8-44a4-bb56-39de32506bec => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1114] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:08:09 2026] GET /v2.0/ports?tenant_id=c88a8337e7ff45ef83c0aa32ed724962&device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:08:09.370 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c16aec5-4f7f-4d04-a6cb-10792474970c dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: a399cf5b-e344-43da-888b-59e1024aba9a 2026-04-28 07:08:09.373 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c16aec5-4f7f-4d04-a6cb-10792474970c dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: a399cf5b-e344-43da-888b-59e1024aba9a [pid: 7|app: 0|req: 549/1115] 199.204.45.250 () {34 vars in 1060 bytes} [Tue Apr 28 07:08:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2b37f34d-bf09-4f7a-8263-0e9c404d2aa0 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1116] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:08:09 2026] GET /v2.0/subnets?id=fce66bf3-11ff-4835-85c4-b96ccfc7c93e => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1117] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:08:09 2026] GET /v2.0/ports?network_id=26ed014b-4ec3-4968-9176-c6ced6b83582&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: 552/1118] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:08:09 2026] GET /v2.0/networks/26ed014b-4ec3-4968-9176-c6ced6b83582?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: 553/1119] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:08:09 2026] GET /v2.0/networks/26ed014b-4ec3-4968-9176-c6ced6b83582?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: 554/1120] 10.0.0.210 () {34 vars in 1098 bytes} [Tue Apr 28 07:08:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--685523943&fields=id&tenant_id=e9c9f08ac2f94b129bc6ec3b0d4885bc => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1121] 10.0.0.210 () {34 vars in 982 bytes} [Tue Apr 28 07:08:09 2026] GET /v2.0/networks?id=05395a2d-1d0a-46f5-9949-22b5d0562c67 => generated 680 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1122] 10.0.0.210 () {34 vars in 965 bytes} [Tue Apr 28 07:08:09 2026] GET /v2.0/quotas/e9c9f08ac2f94b129bc6ec3b0d4885bc => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1123] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:08:09 2026] PUT /v2.0/routers/44956b90-6c5e-4bad-8c3d-27238c078aca/remove_router_interface => generated 309 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1124] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Apr 28 07:08:09 2026] GET /v2.0/ports?tenant_id=e9c9f08ac2f94b129bc6ec3b0d4885bc&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1125] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Apr 28 07:08:09 2026] GET /v2.0/networks/05395a2d-1d0a-46f5-9949-22b5d0562c67?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: 559/1126] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:10 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1127] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Apr 28 07:08:10 2026] GET /v2.0/networks/05395a2d-1d0a-46f5-9949-22b5d0562c67?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: 561/1128] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:10 2026] GET /v2.0/security-groups?id=381b423f-6c1d-4948-863f-3a8b5f6376b2&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:10.213 8 INFO neutron_taas.services.taas.taas_plugin [None req-e505444d-a9fe-4006-8d94-79c07f10bce9 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 59046180-6106-4f55-a5eb-7d22cbce9f23 2026-04-28 07:08:10.215 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e505444d-a9fe-4006-8d94-79c07f10bce9 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 59046180-6106-4f55-a5eb-7d22cbce9f23 2026-04-28 07:08:10.507 8 INFO neutron_taas.services.taas.taas_plugin [None req-e505444d-a9fe-4006-8d94-79c07f10bce9 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: c33e1793-8dac-48bb-a665-c4499dc8ef2f 2026-04-28 07:08:10.510 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e505444d-a9fe-4006-8d94-79c07f10bce9 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: c33e1793-8dac-48bb-a665-c4499dc8ef2f [pid: 7|app: 0|req: 562/1129] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:08:10 2026] GET /v2.0/security-groups?tenant_id=945a716244c84fc9be07fe3b106372fe&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: 563/1130] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:10 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => 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: 564/1131] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:08:10 2026] DELETE /v2.0/security-groups/96875221-c118-4213-8209-64a91a8907f9 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:08:10.887 8 INFO neutron.services.segments.plugin [-] Segment 6d9c568b-7495-4101-9a5c-2021afb52d5f resource provider aggregate not found 2026-04-28 07:08:10.890 8 INFO neutron.services.segments.plugin [-] Segment 6d9c568b-7495-4101-9a5c-2021afb52d5f resource provider aggregate not found 2026-04-28 07:08:10.914 8 INFO neutron.services.segments.plugin [-] Segment 6d9c568b-7495-4101-9a5c-2021afb52d5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d9c568b-7495-4101-9a5c-2021afb52d5f found for delete ", "request_id": "req-64bd7e5a-5dae-42a3-b463-a532f53d0502"}]} 2026-04-28 07:08:10.916 8 INFO neutron.services.segments.plugin [-] Segment 6d9c568b-7495-4101-9a5c-2021afb52d5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d9c568b-7495-4101-9a5c-2021afb52d5f found for delete ", "request_id": "req-b930a2d0-1910-4538-820d-ddb432ddbd21"}]} [pid: 7|app: 0|req: 565/1132] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:08:10 2026] GET /v2.0/security-groups?tenant_id=80e5aba0389c4c899bf767071111ad6f&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:08:10.946 8 INFO neutron.db.l3_hamode_db [None req-e505444d-a9fe-4006-8d94-79c07f10bce9 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] HA network 7c3d770b-091d-4092-b265-04b67a587e0f was deleted as no HA routers are present in tenant 0febb685f9e040d0a10efd752e09ade4. [pid: 8|app: 0|req: 568/1133] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:08:09 2026] DELETE /v2.0/routers/44956b90-6c5e-4bad-8c3d-27238c078aca => generated 0 bytes in 1005 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1134] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:08:10 2026] DELETE /v2.0/security-groups/18f250ab-5410-4a80-aabd-da26d4321f32 => 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: 569/1135] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:08:10 2026] DELETE /v2.0/subnets/7f03852c-a85e-493e-a3f1-7eb61e218536 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:08:11.228 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7f2ea39-d701-4da0-8edb-fc2f92955040 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: fc725c80-cd4b-4861-a1cf-2bfbdea2e52d 2026-04-28 07:08:11.230 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7f2ea39-d701-4da0-8edb-fc2f92955040 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: fc725c80-cd4b-4861-a1cf-2bfbdea2e52d [pid: 8|app: 0|req: 570/1136] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:11 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1137] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:11 2026] GET /v2.0/security-groups?id=381b423f-6c1d-4948-863f-3a8b5f6376b2&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:11.403 7 INFO neutron.services.segments.plugin [-] Segment 039a1410-ab0a-4dd7-967d-7d107102884f resource provider aggregate not found 2026-04-28 07:08:11.408 7 INFO neutron.services.segments.plugin [-] Segment 039a1410-ab0a-4dd7-967d-7d107102884f resource provider aggregate not found 2026-04-28 07:08:11.422 7 INFO neutron.services.segments.plugin [-] Segment 039a1410-ab0a-4dd7-967d-7d107102884f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 039a1410-ab0a-4dd7-967d-7d107102884f found for delete ", "request_id": "req-9539a194-4e43-43f5-98a3-86b3517b1038"}]} 2026-04-28 07:08:11.427 7 INFO neutron.services.segments.plugin [-] Segment 039a1410-ab0a-4dd7-967d-7d107102884f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 039a1410-ab0a-4dd7-967d-7d107102884f found for delete ", "request_id": "req-4300ccc2-d4ef-46e5-81fe-5e379a222b4f"}]} [pid: 7|app: 0|req: 567/1138] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:08:11 2026] DELETE /v2.0/networks/eb327ea2-969e-4fc4-9916-fe22b6e30179 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1139] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:08:11 2026] GET /v2.0/security-groups?tenant_id=0febb685f9e040d0a10efd752e09ade4&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1140] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:11 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => 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: 573/1141] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:08:11 2026] DELETE /v2.0/security-groups/33d0fb85-928d-4fdb-b2ef-b8b95697c467 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1142] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:12 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1143] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:12 2026] GET /v2.0/security-groups?id=381b423f-6c1d-4948-863f-3a8b5f6376b2&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1144] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:12 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => 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: 575/1145] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:13 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1146] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:13 2026] GET /v2.0/security-groups?id=381b423f-6c1d-4948-863f-3a8b5f6376b2&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: 576/1147] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:13 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => 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: 572/1148] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:08:14 2026] GET /v2.0/security-groups?tenant_id=20b7520078c44316947c3993151b54d2&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: 577/1149] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:08:14 2026] GET /v2.0/networks?id=05395a2d-1d0a-46f5-9949-22b5d0562c67 => generated 680 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1150] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:14 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1151] 199.204.45.250 () {34 vars in 1050 bytes} [Tue Apr 28 07:08:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e9c9f08ac2f94b129bc6ec3b0d4885bc => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1152] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:08:14 2026] DELETE /v2.0/security-groups/ed1f64d8-1216-4ff2-a1b2-5e348231d35c => 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: 580/1153] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:14 2026] GET /v2.0/security-groups?id=381b423f-6c1d-4948-863f-3a8b5f6376b2&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1154] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:14 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => 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: 582/1155] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:14 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1156] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:15 2026] GET /v2.0/security-groups?id=381b423f-6c1d-4948-863f-3a8b5f6376b2&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: 584/1157] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:08:15 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => 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: 574/1158] 199.204.45.250 () {38 vars in 955 bytes} [Tue Apr 28 07:08:14 2026] POST /v2.0/ports => generated 954 bytes in 514 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: 575/1159] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:08:15 2026] PUT /v2.0/ports/69484850-cf3a-49c6-b79c-76c6810f0952 => generated 1235 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:08:15.829 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d0ddf37-de83-47cd-bebc-8a00c717998b'] response: {'name': 'network-changed', 'server_uuid': 'bbb4dcea-19f2-411c-a083-61e580736645', 'tag': '69484850-cf3a-49c6-b79c-76c6810f0952', '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, ' 2026-04-28 07:08:16.020 8 INFO neutron.db.l3_db [None req-f73f6516-ae3e-45c4-89c9-3c18c9d003fd fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] Floating IP 9e1bec9a-ed86-4b27-950d-8253fe9fabf6 associated. External IP: 10.96.250.205, port: 2b37f34d-bf09-4f7a-8263-0e9c404d2aa0. [pid: 7|app: 0|req: 576/1160] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:08:15 2026] GET /v2.0/security-groups?tenant_id=62daea588e21404cb6b7641ad1544e1c&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1161] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:16 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1162] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:08:16 2026] DELETE /v2.0/security-groups/59b48136-4afe-4aa8-9ed7-a2f20b63fc1c => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1163] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:16 2026] GET /v2.0/security-groups?id=24876dac-7f1d-4df4-9e2b-dceb246340f0&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: 585/1164] 10.0.0.33 () {34 vars in 676 bytes} [Tue Apr 28 07:08:15 2026] POST /v2.0/floatingips => generated 856 bytes in 1193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1165] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:08:16 2026] GET /v2.0/ports?tenant_id=e9c9f08ac2f94b129bc6ec3b0d4885bc&device_id=bbb4dcea-19f2-411c-a083-61e580736645 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:08:16.395 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-81860dd0-113b-483d-b040-e9503759b170'] response: {'name': 'network-changed', 'server_uuid': '75a8c48e-a7aa-463b-9a79-03d18838de25', 'tag': '2b37f34d-bf09-4f7a-8263-0e9c404d2aa0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 586/1166] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:08:16 2026] GET /v2.0/floatingips/9e1bec9a-ed86-4b27-950d-8253fe9fabf6 => generated 856 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1167] 199.204.45.250 () {34 vars in 1018 bytes} [Tue Apr 28 07:08:16 2026] GET /v2.0/networks?tenant_id=e9c9f08ac2f94b129bc6ec3b0d4885bc&shared=False => generated 776 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1168] 199.204.45.250 () {34 vars in 930 bytes} [Tue Apr 28 07:08:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1169] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:08:16 2026] GET /v2.0/ports?tenant_id=c88a8337e7ff45ef83c0aa32ed724962&device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1170] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:08:16 2026] GET /v2.0/networks?id=26ed014b-4ec3-4968-9176-c6ced6b83582 => generated 756 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1171] 199.204.45.250 () {34 vars in 1060 bytes} [Tue Apr 28 07:08:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2b37f34d-bf09-4f7a-8263-0e9c404d2aa0 => generated 859 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1172] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:08:17 2026] GET /v2.0/subnets?id=fce66bf3-11ff-4835-85c4-b96ccfc7c93e => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1173] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:08:17 2026] GET /v2.0/ports?network_id=26ed014b-4ec3-4968-9176-c6ced6b83582&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: 590/1174] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:08:17 2026] GET /v2.0/networks/26ed014b-4ec3-4968-9176-c6ced6b83582?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: 585/1175] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:08:17 2026] GET /v2.0/networks/26ed014b-4ec3-4968-9176-c6ced6b83582?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: 586/1176] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:17 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => 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: 587/1177] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:17 2026] GET /v2.0/security-groups?id=24876dac-7f1d-4df4-9e2b-dceb246340f0&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: 588/1178] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:08:17 2026] GET /v2.0/floatingips/9e1bec9a-ed86-4b27-950d-8253fe9fabf6 => generated 856 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1179] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:08:17 2026] GET /v2.0/ports?tenant_id=e9c9f08ac2f94b129bc6ec3b0d4885bc&device_id=bbb4dcea-19f2-411c-a083-61e580736645 => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1180] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:08:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=69484850-cf3a-49c6-b79c-76c6810f0952 => 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: 591/1181] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:08:17 2026] GET /v2.0/subnets?id=4441a9a7-2fd8-4fb5-aba1-e7739434d8cc => generated 698 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1182] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:08:17 2026] GET /v2.0/security-groups?tenant_id=e2fa220d60184df89994db9b1962a875&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1183] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:08:17 2026] GET /v2.0/ports?network_id=05395a2d-1d0a-46f5-9949-22b5d0562c67&device_owner=network%3Adhcp => generated 1244 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1184] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:08:17 2026] GET /v2.0/networks/05395a2d-1d0a-46f5-9949-22b5d0562c67?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: 592/1185] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:08:17 2026] DELETE /v2.0/security-groups/b50955fc-062a-4053-9411-5d977b4a5635 => 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: 594/1186] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:08:17 2026] GET /v2.0/networks/05395a2d-1d0a-46f5-9949-22b5d0562c67?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1187] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:08:18 2026] GET /v2.0/floatingips/9e1bec9a-ed86-4b27-950d-8253fe9fabf6 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1188] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:18 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1189] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:18 2026] GET /v2.0/security-groups?id=24876dac-7f1d-4df4-9e2b-dceb246340f0&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1190] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:19 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1191] 10.0.0.33 () {32 vars in 652 bytes} [Tue Apr 28 07:08:19 2026] GET /v2.0/extensions => generated 21537 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1192] 10.0.0.33 () {32 vars in 680 bytes} [Tue Apr 28 07:08:19 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1193] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:19 2026] GET /v2.0/security-groups?id=24876dac-7f1d-4df4-9e2b-dceb246340f0&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: 598/1194] 10.0.0.33 () {32 vars in 680 bytes} [Tue Apr 28 07:08:19 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1195] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:08:19 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1196] 10.0.0.33 () {32 vars in 664 bytes} [Tue Apr 28 07:08:19 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: 598/1197] 10.0.0.33 () {32 vars in 698 bytes} [Tue Apr 28 07:08:19 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1198] 10.0.0.33 () {32 vars in 696 bytes} [Tue Apr 28 07:08:19 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: 599/1199] 10.0.0.33 () {32 vars in 700 bytes} [Tue Apr 28 07:08:19 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1200] 10.0.0.33 () {32 vars in 688 bytes} [Tue Apr 28 07:08:19 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1201] 10.0.0.33 () {32 vars in 702 bytes} [Tue Apr 28 07:08:19 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1202] 10.0.0.33 () {32 vars in 692 bytes} [Tue Apr 28 07:08:19 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: 601/1203] 10.0.0.33 () {32 vars in 694 bytes} [Tue Apr 28 07:08:19 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1204] 10.0.0.33 () {32 vars in 684 bytes} [Tue Apr 28 07:08:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1205] 10.0.0.33 () {32 vars in 686 bytes} [Tue Apr 28 07:08:19 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1206] 10.0.0.33 () {32 vars in 660 bytes} [Tue Apr 28 07:08:19 2026] GET /v2.0/extensions/dvr => 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: 603/1207] 10.0.0.33 () {32 vars in 698 bytes} [Tue Apr 28 07:08:19 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1208] 10.0.0.33 () {32 vars in 678 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1209] 10.0.0.33 () {32 vars in 682 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1210] 10.0.0.33 () {32 vars in 674 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1211] 10.0.0.33 () {32 vars in 688 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1212] 10.0.0.33 () {32 vars in 722 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1213] 10.0.0.33 () {32 vars in 686 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1214] 10.0.0.33 () {32 vars in 668 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1215] 10.0.0.33 () {32 vars in 686 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1216] 10.0.0.33 () {32 vars in 680 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1217] 10.0.0.33 () {32 vars in 698 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1218] 10.0.0.33 () {32 vars in 678 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/l2_adjacency => 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: 609/1219] 10.0.0.33 () {32 vars in 666 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1220] 10.0.0.33 () {32 vars in 676 bytes} [Tue Apr 28 07:08:20 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: 610/1221] 10.0.0.33 () {32 vars in 664 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1222] 10.0.0.33 () {32 vars in 674 bytes} [Tue Apr 28 07:08:20 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: 611/1223] 10.0.0.33 () {32 vars in 712 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1224] 10.0.0.33 () {32 vars in 690 bytes} [Tue Apr 28 07:08:20 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: 612/1225] 10.0.0.33 () {32 vars in 682 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1226] 10.0.0.33 () {32 vars in 668 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1227] 10.0.0.33 () {32 vars in 686 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1228] 10.0.0.33 () {32 vars in 704 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1229] 10.0.0.33 () {32 vars in 674 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1230] 10.0.0.33 () {32 vars in 700 bytes} [Tue Apr 28 07:08:20 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: 615/1231] 10.0.0.33 () {32 vars in 674 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1232] 10.0.0.33 () {32 vars in 692 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1233] 10.0.0.33 () {32 vars in 688 bytes} [Tue Apr 28 07:08:20 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: 7|app: 0|req: 618/1234] 10.0.0.33 () {32 vars in 708 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1235] 10.0.0.33 () {32 vars in 704 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1236] 10.0.0.33 () {32 vars in 718 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1237] 10.0.0.33 () {32 vars in 696 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1238] 10.0.0.33 () {32 vars in 710 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1239] 10.0.0.33 () {32 vars in 668 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1240] 10.0.0.33 () {32 vars in 686 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1241] 10.0.0.33 () {32 vars in 680 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1242] 10.0.0.33 () {32 vars in 674 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1243] 10.0.0.33 () {32 vars in 670 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1244] 10.0.0.33 () {32 vars in 660 bytes} [Tue Apr 28 07:08:20 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: 623/1245] 10.0.0.33 () {32 vars in 698 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1246] 10.0.0.33 () {32 vars in 698 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1247] 10.0.0.33 () {32 vars in 676 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1248] 10.0.0.33 () {32 vars in 668 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1249] 10.0.0.33 () {32 vars in 682 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1250] 10.0.0.33 () {32 vars in 700 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1251] 10.0.0.33 () {32 vars in 684 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1252] 10.0.0.33 () {32 vars in 706 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1253] 10.0.0.33 () {32 vars in 668 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1254] 10.0.0.33 () {32 vars in 696 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1255] 10.0.0.33 () {32 vars in 694 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 3 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.33 () {32 vars in 684 bytes} [Tue Apr 28 07:08:20 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: 635/1257] 10.0.0.33 () {32 vars in 688 bytes} [Tue Apr 28 07:08:20 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: 8|app: 0|req: 636/1258] 10.0.0.33 () {32 vars in 704 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1259] 10.0.0.33 () {32 vars in 666 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1260] 10.0.0.33 () {32 vars in 680 bytes} [Tue Apr 28 07:08:20 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: 8|app: 0|req: 639/1261] 10.0.0.33 () {32 vars in 680 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/rbac-policies => 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: 640/1262] 10.0.0.33 () {32 vars in 690 bytes} [Tue Apr 28 07:08:20 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: 8|app: 0|req: 641/1263] 10.0.0.33 () {32 vars in 690 bytes} [Tue Apr 28 07:08:20 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: 8|app: 0|req: 642/1264] 10.0.0.33 () {32 vars in 694 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1265] 10.0.0.33 () {32 vars in 684 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1266] 10.0.0.33 () {32 vars in 688 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1267] 10.0.0.33 () {32 vars in 700 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1268] 10.0.0.33 () {32 vars in 702 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1269] 10.0.0.33 () {32 vars in 712 bytes} [Tue Apr 28 07:08:20 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: 623/1270] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/security-groups?tenant_id=3f379e27fb8c41418d0f4c24206f0b8e&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1271] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1272] 10.0.0.33 () {32 vars in 714 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1273] 10.0.0.33 () {32 vars in 726 bytes} [Tue Apr 28 07:08:20 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: 8|app: 0|req: 651/1274] 10.0.0.33 () {32 vars in 740 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1275] 10.0.0.33 () {32 vars in 718 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1276] 10.0.0.33 () {32 vars in 682 bytes} [Tue Apr 28 07:08:20 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: 654/1277] 10.0.0.33 () {32 vars in 668 bytes} [Tue Apr 28 07:08:20 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: 8|app: 0|req: 655/1278] 10.0.0.33 () {32 vars in 718 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1279] 10.0.0.33 () {32 vars in 678 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1280] 10.0.0.33 () {32 vars in 668 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1281] 10.0.0.33 () {32 vars in 696 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1282] 10.0.0.33 () {32 vars in 704 bytes} [Tue Apr 28 07:08:20 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: 660/1283] 10.0.0.33 () {32 vars in 700 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1284] 10.0.0.33 () {32 vars in 700 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/subnet-external-network => 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: 624/1285] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:08:20 2026] DELETE /v2.0/security-groups/3c0690ad-1436-44f7-b1df-f67a8c48da42 => 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: 662/1286] 10.0.0.33 () {32 vars in 682 bytes} [Tue Apr 28 07:08:20 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: 7|app: 0|req: 625/1287] 10.0.0.33 () {32 vars in 704 bytes} [Tue Apr 28 07:08:20 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: 663/1288] 10.0.0.33 () {32 vars in 694 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1289] 10.0.0.33 () {32 vars in 688 bytes} [Tue Apr 28 07:08:20 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: 664/1290] 10.0.0.33 () {32 vars in 696 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1291] 10.0.0.33 () {32 vars in 678 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1292] 10.0.0.33 () {32 vars in 688 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1293] 10.0.0.33 () {32 vars in 700 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1294] 10.0.0.33 () {32 vars in 664 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1295] 10.0.0.33 () {32 vars in 680 bytes} [Tue Apr 28 07:08:20 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: 8|app: 0|req: 667/1296] 10.0.0.33 () {32 vars in 676 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1297] 10.0.0.33 () {32 vars in 692 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1298] 10.0.0.33 () {32 vars in 676 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1299] 10.0.0.33 () {32 vars in 666 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1300] 10.0.0.33 () {32 vars in 662 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/taas => generated 175 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1301] 10.0.0.33 () {32 vars in 674 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1302] 10.0.0.33 () {32 vars in 686 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1303] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:20 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => generated 969 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1304] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:21 2026] GET /v2.0/security-groups?id=24876dac-7f1d-4df4-9e2b-dceb246340f0&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: 634/1307] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:08:21 2026] GET /v2.0/security-groups?tenant_id=04a5bff204d14156ad680176ed7ee034&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1308] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:08:21 2026] DELETE /v2.0/security-groups/afa85e15-1c12-4eb6-a983-dfdb61a63385 => 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: 635/1309] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:22 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => 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: 675/1310] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:22 2026] GET /v2.0/security-groups?id=24876dac-7f1d-4df4-9e2b-dceb246340f0&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1311] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:23 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1312] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:23 2026] GET /v2.0/security-groups?id=24876dac-7f1d-4df4-9e2b-dceb246340f0&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:23.978 7 INFO neutron.db.segments_db [None req-abeee916-263e-463b-9ac5-61fac95945ad 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] Added segment 1a49f5bf-299d-433b-b3fd-497a4ae43cfc of type vxlan for network 1a32bab1-dca5-4cd6-84b3-3f36a75dfab4 [pid: 7|app: 0|req: 637/1313] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:08:23 2026] POST /v2.0/networks => generated 631 bytes in 577 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1314] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:08:24 2026] POST /v2.0/subnets => generated 627 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:08:24.472 8 INFO neutron.db.segments_db [None req-8df80f37-1977-4e78-b5b7-52d8392bb303 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] Added segment f7173150-fa62-4cf8-ae6b-8694d5c3d880 of type vxlan for network 02d891b1-fcae-4b6d-8a92-12ec5f09d7d7 [pid: 7|app: 0|req: 638/1315] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:08:24 2026] GET /v2.0/security-groups?tenant_id=a9b5f4d833a24ee0a6f6984250fff7d6&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:08:24.707 8 INFO neutron.db.l3_hamode_db [None req-8df80f37-1977-4e78-b5b7-52d8392bb303 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 639/1316] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:24 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1317] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:08:24 2026] DELETE /v2.0/security-groups/e30de1a1-41c6-4989-8971-0153dec5b7ff => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1318] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:24 2026] GET /v2.0/security-groups?id=24876dac-7f1d-4df4-9e2b-dceb246340f0&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 07:08:25.720 8 INFO neutron.db.l3_hamode_db [None req-8df80f37-1977-4e78-b5b7-52d8392bb303 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 642/1319] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:25 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1320] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:26 2026] GET /v2.0/security-groups?id=24876dac-7f1d-4df4-9e2b-dceb246340f0&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: 644/1321] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:26 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1322] 10.0.0.50 () {34 vars in 989 bytes} [Tue Apr 28 07:08:26 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:08:26.660 7 INFO neutron.db.l3_db [None req-5a450160-8d49-4bca-9d2d-e62a8b6965ff 9a97e5cd578749789e76a0516ceee42d e9c9f08ac2f94b129bc6ec3b0d4885bc - - default default] Floating IP d4fe8353-12a3-4bc8-8bb3-8335cdce0c52 associated. External IP: 10.96.250.212, port: 69484850-cf3a-49c6-b79c-76c6810f0952. [pid: 7|app: 0|req: 646/1323] 10.0.0.33 () {34 vars in 748 bytes} [Tue Apr 28 07:08:26 2026] PUT /v2.0/floatingips/d4fe8353-12a3-4bc8-8bb3-8335cdce0c52 => generated 855 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:27.080 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a235f25-0b45-4921-b7d5-999226659462'] response: {'name': 'network-changed', 'server_uuid': 'bbb4dcea-19f2-411c-a083-61e580736645', 'tag': '69484850-cf3a-49c6-b79c-76c6810f0952', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 647/1324] 10.0.0.50 () {34 vars in 1039 bytes} [Tue Apr 28 07:08:27 2026] GET /v2.0/security-groups?id=381b423f-6c1d-4948-863f-3a8b5f6376b2&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: 7|app: 0|req: 648/1325] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:27 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => 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: 649/1326] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:27 2026] GET /v2.0/security-groups?id=24876dac-7f1d-4df4-9e2b-dceb246340f0&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: 678/1327] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:08:24 2026] POST /v2.0/routers => generated 694 bytes in 2794 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1328] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:27 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1329] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:27 2026] GET /v2.0/security-groups?id=24876dac-7f1d-4df4-9e2b-dceb246340f0&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: 681/1330] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:08:27 2026] GET /v2.0/ports?tenant_id=e9c9f08ac2f94b129bc6ec3b0d4885bc&device_id=bbb4dcea-19f2-411c-a083-61e580736645 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1331] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:08:27 2026] GET /v2.0/networks?id=05395a2d-1d0a-46f5-9949-22b5d0562c67 => generated 776 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1332] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:08:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=69484850-cf3a-49c6-b79c-76c6810f0952 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1333] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:08:27 2026] GET /v2.0/subnets?id=4441a9a7-2fd8-4fb5-aba1-e7739434d8cc => generated 698 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1334] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:08:27 2026] GET /v2.0/ports?network_id=05395a2d-1d0a-46f5-9949-22b5d0562c67&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: 686/1335] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:08:27 2026] GET /v2.0/networks/05395a2d-1d0a-46f5-9949-22b5d0562c67?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: 687/1336] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:08:27 2026] GET /v2.0/networks/05395a2d-1d0a-46f5-9949-22b5d0562c67?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1337] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:08:28 2026] GET /v2.0/security-groups?tenant_id=f533eb26249942dda83f73f5005f0c34&name=default => generated 2925 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1338] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:28 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1339] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:08:28 2026] DELETE /v2.0/security-groups/416a0ebe-998e-49ee-9838-2f150ea3daff => 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: 691/1340] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:28 2026] GET /v2.0/security-groups?id=24876dac-7f1d-4df4-9e2b-dceb246340f0&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: 650/1341] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:08:27 2026] PUT /v2.0/routers/1a49b5dd-63ce-4769-b761-b59e5065c4b3/add_router_interface => generated 309 bytes in 1900 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1342] 10.0.0.33 () {34 vars in 664 bytes} [Tue Apr 28 07:08:29 2026] POST /v2.0/ports => generated 954 bytes in 429 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/1343] 199.204.45.250 () {34 vars in 994 bytes} [Tue Apr 28 07:08:29 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => 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: 651/1344] 10.0.0.33 () {34 vars in 664 bytes} [Tue Apr 28 07:08:29 2026] POST /v2.0/ports => generated 954 bytes in 439 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 07:08:30.115 8 INFO neutron_taas.services.taas.taas_plugin [req-afd9f679-ae8e-47be-b511-f83714d84585 req-59a3f75a-b677-45d0-9638-977e9f04090c 9a97e5cd578749789e76a0516ceee42d e9c9f08ac2f94b129bc6ec3b0d4885bc - - default default] TaaS: Handle Delete Port: 69484850-cf3a-49c6-b79c-76c6810f0952 2026-04-28 07:08:30.118 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-afd9f679-ae8e-47be-b511-f83714d84585 req-59a3f75a-b677-45d0-9638-977e9f04090c 9a97e5cd578749789e76a0516ceee42d e9c9f08ac2f94b129bc6ec3b0d4885bc - - default default] Tap Mirror: Handle Delete Port: 69484850-cf3a-49c6-b79c-76c6810f0952 2026-04-28 07:08:30.249 8 INFO neutron.db.l3_db [req-afd9f679-ae8e-47be-b511-f83714d84585 req-59a3f75a-b677-45d0-9638-977e9f04090c 9a97e5cd578749789e76a0516ceee42d e9c9f08ac2f94b129bc6ec3b0d4885bc - - default default] Floating IP d4fe8353-12a3-4bc8-8bb3-8335cdce0c52 disassociated. External IP: 10.96.250.212, port: 69484850-cf3a-49c6-b79c-76c6810f0952. [pid: 8|app: 0|req: 694/1345] 199.204.45.250 () {36 vars in 997 bytes} [Tue Apr 28 07:08:29 2026] DELETE /v2.0/ports/69484850-cf3a-49c6-b79c-76c6810f0952 => generated 0 bytes in 661 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1346] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:30 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:08:30.656 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-79e4522f-baa5-4bd5-95c9-fa2e6e6f5d44'] response: {'server_uuid': 'bbb4dcea-19f2-411c-a083-61e580736645', 'name': 'network-vif-deleted', 'tag': '69484850-cf3a-49c6-b79c-76c6810f0952', 'status': 'completed', 'code': 200} 2026-04-28 07:08:30.918 7 INFO neutron.db.l3_db [None req-17bb4772-8b7b-41df-8a8d-aa96878af193 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] Floating IP 79756c41-da75-44cb-a664-631bc0b450cd associated. External IP: 10.96.250.220, port: 765cc3a4-cb97-451f-8e93-6ab4c67824b4. [pid: 7|app: 0|req: 652/1347] 10.0.0.33 () {34 vars in 676 bytes} [Tue Apr 28 07:08:30 2026] POST /v2.0/floatingips => generated 841 bytes in 1202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:08:31.349 8 INFO neutron.db.l3_db [None req-39e7d826-7334-4e87-b3f3-7b4ebab98a89 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] Floating IP 79756c41-da75-44cb-a664-631bc0b450cd disassociated. External IP: 10.96.250.220, port: 765cc3a4-cb97-451f-8e93-6ab4c67824b4. [pid: 8|app: 0|req: 696/1348] 10.0.0.33 () {34 vars in 748 bytes} [Tue Apr 28 07:08:31 2026] PUT /v2.0/floatingips/79756c41-da75-44cb-a664-631bc0b450cd => generated 552 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1349] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:31 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:08:31.776 7 INFO neutron_taas.services.taas.taas_plugin [None req-b06e3710-ea33-426b-a853-dacfbc5179a7 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] TaaS: Handle Delete Port: c4c92eac-abed-4761-aba7-38d217ce42f4 2026-04-28 07:08:31.780 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b06e3710-ea33-426b-a853-dacfbc5179a7 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] Tap Mirror: Handle Delete Port: c4c92eac-abed-4761-aba7-38d217ce42f4 [pid: 7|app: 0|req: 653/1350] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:08:31 2026] DELETE /v2.0/floatingips/79756c41-da75-44cb-a664-631bc0b450cd => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:08:32.802 8 INFO neutron.db.l3_db [None req-22dcb13e-0432-48a1-93c9-7c27207ee102 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] Floating IP 9229cdd3-c2f3-4b78-8777-46f8bda8c3d5 associated. External IP: 10.96.250.201, port: b0b2d4a5-ca76-4fa1-a6d2-e87a0f6747a2. [pid: 7|app: 0|req: 654/1351] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:32 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => 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: 698/1352] 10.0.0.33 () {34 vars in 676 bytes} [Tue Apr 28 07:08:31 2026] POST /v2.0/floatingips => generated 841 bytes in 1174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1353] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:08:33 2026] GET /v2.0/floatingips/9229cdd3-c2f3-4b78-8777-46f8bda8c3d5 => generated 841 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1354] 10.0.0.33 () {32 vars in 654 bytes} [Tue Apr 28 07:08:33 2026] GET /v2.0/floatingips => generated 844 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:33.695 7 INFO neutron.db.l3_db [None req-fd48317b-eeec-4305-a244-84e0623424c9 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] Floating IP 9229cdd3-c2f3-4b78-8777-46f8bda8c3d5 associated. External IP: 10.96.250.201, port: b0b2d4a5-ca76-4fa1-a6d2-e87a0f6747a2. [pid: 8|app: 0|req: 700/1355] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:33 2026] GET /v2.0/ports?device_id=bbb4dcea-19f2-411c-a083-61e580736645 => 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: 701/1356] 10.0.0.24 () {32 vars in 800 bytes} [Tue Apr 28 07:08:33 2026] GET /v2.0/extensions => generated 21537 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1357] 10.0.0.33 () {34 vars in 748 bytes} [Tue Apr 28 07:08:33 2026] PUT /v2.0/floatingips/9229cdd3-c2f3-4b78-8777-46f8bda8c3d5 => generated 841 bytes in 1126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1358] 10.0.0.24 () {30 vars in 723 bytes} [Tue Apr 28 07:08:34 2026] GET /v2.0/quotas/186c17860ce64327b77b2c3fe35bc6b7/details => generated 847 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:34.551 7 INFO neutron.db.l3_db [None req-912014f6-21cf-404d-8721-29dfdb328164 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] Floating IP 9229cdd3-c2f3-4b78-8777-46f8bda8c3d5 disassociated. External IP: 10.96.250.201, port: 765cc3a4-cb97-451f-8e93-6ab4c67824b4. [pid: 7|app: 0|req: 657/1359] 10.0.0.33 () {34 vars in 748 bytes} [Tue Apr 28 07:08:34 2026] PUT /v2.0/floatingips/9229cdd3-c2f3-4b78-8777-46f8bda8c3d5 => generated 552 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:35.045 8 INFO neutron_taas.services.taas.taas_plugin [None req-83f25c29-a86f-4675-ba9e-6c897afc8754 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] TaaS: Handle Delete Port: 16b7a3c1-ca1e-4f87-92b7-e86e6dc1f728 2026-04-28 07:08:35.048 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83f25c29-a86f-4675-ba9e-6c897afc8754 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] Tap Mirror: Handle Delete Port: 16b7a3c1-ca1e-4f87-92b7-e86e6dc1f728 [pid: 7|app: 0|req: 658/1360] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:08:35 2026] DELETE /v2.0/security-groups/24876dac-7f1d-4df4-9e2b-dceb246340f0 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:08:35.138 7 INFO neutron.api.v2.resource [None req-91aab9eb-cb7d-427b-8c94-6850cb7b95e0 9a97e5cd578749789e76a0516ceee42d e9c9f08ac2f94b129bc6ec3b0d4885bc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 659/1361] 10.0.0.33 () {32 vars in 736 bytes} [Tue Apr 28 07:08:35 2026] GET /v2.0/security-groups/24876dac-7f1d-4df4-9e2b-dceb246340f0 => 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: 703/1362] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:08:34 2026] DELETE /v2.0/floatingips/9229cdd3-c2f3-4b78-8777-46f8bda8c3d5 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:08:35.253 7 INFO neutron_taas.services.taas.taas_plugin [None req-e51528a2-019d-4e10-b902-110eca9b7772 9a97e5cd578749789e76a0516ceee42d e9c9f08ac2f94b129bc6ec3b0d4885bc - - default default] TaaS: Handle Delete Port: 1d14821c-67d4-43c3-8d47-7d2c094fbc12 2026-04-28 07:08:35.257 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e51528a2-019d-4e10-b902-110eca9b7772 9a97e5cd578749789e76a0516ceee42d e9c9f08ac2f94b129bc6ec3b0d4885bc - - default default] Tap Mirror: Handle Delete Port: 1d14821c-67d4-43c3-8d47-7d2c094fbc12 2026-04-28 07:08:35.282 8 INFO neutron.api.v2.resource [None req-b03fdb23-da99-47eb-af69-360fa94d8e8a 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 704/1363] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:08:35 2026] DELETE /v2.0/floatingips/9229cdd3-c2f3-4b78-8777-46f8bda8c3d5 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:08:35.430 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7933f4b-13b2-4c1e-9ca9-d4ce0cd837b8 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] TaaS: Handle Delete Port: 765cc3a4-cb97-451f-8e93-6ab4c67824b4 2026-04-28 07:08:35.433 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7933f4b-13b2-4c1e-9ca9-d4ce0cd837b8 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] Tap Mirror: Handle Delete Port: 765cc3a4-cb97-451f-8e93-6ab4c67824b4 [pid: 7|app: 0|req: 660/1364] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:08:35 2026] DELETE /v2.0/floatingips/d4fe8353-12a3-4bc8-8bb3-8335cdce0c52 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1365] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:08:35 2026] DELETE /v2.0/ports/765cc3a4-cb97-451f-8e93-6ab4c67824b4 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:08:35.744 8 INFO neutron_taas.services.taas.taas_plugin [None req-21f2b382-08c2-440c-a9ef-096684efe11c 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] TaaS: Handle Delete Port: b0b2d4a5-ca76-4fa1-a6d2-e87a0f6747a2 2026-04-28 07:08:35.747 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21f2b382-08c2-440c-a9ef-096684efe11c 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] Tap Mirror: Handle Delete Port: b0b2d4a5-ca76-4fa1-a6d2-e87a0f6747a2 2026-04-28 07:08:35.840 7 INFO neutron_taas.services.taas.taas_plugin [None req-9863c320-1ca0-4d63-a7b0-30aee3a40670 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: bc09bf8d-9684-4f45-a58e-d08c88b3ad51 2026-04-28 07:08:35.843 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9863c320-1ca0-4d63-a7b0-30aee3a40670 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: bc09bf8d-9684-4f45-a58e-d08c88b3ad51 [pid: 8|app: 0|req: 706/1366] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:08:35 2026] DELETE /v2.0/ports/b0b2d4a5-ca76-4fa1-a6d2-e87a0f6747a2 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1367] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:08:35 2026] GET /v2.0/ports?device_id=1a49b5dd-63ce-4769-b761-b59e5065c4b3 => generated 958 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:36.413 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb546344-09b0-4b0f-81d0-42096411856d 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] TaaS: Handle Delete Port: 06c5f686-a1fe-4eb4-bfe9-362b36e5a88b 2026-04-28 07:08:36.416 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb546344-09b0-4b0f-81d0-42096411856d 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] Tap Mirror: Handle Delete Port: 06c5f686-a1fe-4eb4-bfe9-362b36e5a88b [pid: 7|app: 0|req: 661/1368] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:08:35 2026] PUT /v2.0/routers/77c59a1c-9721-4d12-b727-f3c8e458790b/remove_router_interface => generated 309 bytes in 964 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:36.669 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6743b65-2961-4fd6-a633-9df1a8bbe18d dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 5ec58899-4e67-4d4a-a211-e63739230e9d 2026-04-28 07:08:36.673 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6743b65-2961-4fd6-a633-9df1a8bbe18d dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 5ec58899-4e67-4d4a-a211-e63739230e9d [pid: 8|app: 0|req: 708/1369] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:08:35 2026] PUT /v2.0/routers/1a49b5dd-63ce-4769-b761-b59e5065c4b3/remove_router_interface => generated 309 bytes in 975 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:36.955 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6743b65-2961-4fd6-a633-9df1a8bbe18d dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: d3f88e47-97a0-4212-9bc2-70351ff4ce28 2026-04-28 07:08:36.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6743b65-2961-4fd6-a633-9df1a8bbe18d dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: d3f88e47-97a0-4212-9bc2-70351ff4ce28 2026-04-28 07:08:37.209 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ffc910c-b185-4835-9923-95dcd51e8d45 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] TaaS: Handle Delete Port: fdd23612-061f-4904-be0d-d22b8a7c6aa4 2026-04-28 07:08:37.212 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ffc910c-b185-4835-9923-95dcd51e8d45 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] Tap Mirror: Handle Delete Port: fdd23612-061f-4904-be0d-d22b8a7c6aa4 2026-04-28 07:08:37.354 7 INFO neutron.services.segments.plugin [-] Segment 99066f2f-d269-48cd-8a82-c59305f670c5 resource provider aggregate not found 2026-04-28 07:08:37.355 7 INFO neutron.services.segments.plugin [-] Segment 99066f2f-d269-48cd-8a82-c59305f670c5 resource provider aggregate not found 2026-04-28 07:08:37.377 7 INFO neutron.services.segments.plugin [-] Segment 99066f2f-d269-48cd-8a82-c59305f670c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99066f2f-d269-48cd-8a82-c59305f670c5 found for delete ", "request_id": "req-162c3b06-0171-4016-b715-7bbfafa240d6"}]} 2026-04-28 07:08:37.383 7 INFO neutron.services.segments.plugin [-] Segment 99066f2f-d269-48cd-8a82-c59305f670c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99066f2f-d269-48cd-8a82-c59305f670c5 found for delete ", "request_id": "req-1a91e064-9a39-4f3c-8015-389822e86c2f"}]} 2026-04-28 07:08:37.386 7 INFO neutron.db.l3_hamode_db [None req-c6743b65-2961-4fd6-a633-9df1a8bbe18d dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] HA network cabb5edf-9f02-4139-bb69-e4c05e50eb5f was deleted as no HA routers are present in tenant e9c9f08ac2f94b129bc6ec3b0d4885bc. [pid: 7|app: 0|req: 662/1372] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:08:36 2026] DELETE /v2.0/routers/77c59a1c-9721-4d12-b727-f3c8e458790b => generated 0 bytes in 959 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:08:37.523 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ffc910c-b185-4835-9923-95dcd51e8d45 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] TaaS: Handle Delete Port: 97360842-f531-4f4e-9fc4-e4bd2c0290be 2026-04-28 07:08:37.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ffc910c-b185-4835-9923-95dcd51e8d45 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] Tap Mirror: Handle Delete Port: 97360842-f531-4f4e-9fc4-e4bd2c0290be [pid: 7|app: 0|req: 663/1373] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:08:37 2026] DELETE /v2.0/subnets/4441a9a7-2fd8-4fb5-aba1-e7739434d8cc => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1374] 10.0.0.24 () {32 vars in 800 bytes} [Tue Apr 28 07:08:37 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-28 07:08:37.627 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8ffc8b1-ae79-4001-b33d-09f3145ae2ab dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 48049c9f-89c6-4ba8-9568-1d18f50abfa7 2026-04-28 07:08:37.630 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8ffc8b1-ae79-4001-b33d-09f3145ae2ab dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 48049c9f-89c6-4ba8-9568-1d18f50abfa7 [pid: 7|app: 0|req: 665/1375] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:08:37 2026] DELETE /v2.0/networks/05395a2d-1d0a-46f5-9949-22b5d0562c67 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:08:37.901 8 INFO neutron.services.segments.plugin [-] Segment f7173150-fa62-4cf8-ae6b-8694d5c3d880 resource provider aggregate not found 2026-04-28 07:08:37.909 8 INFO neutron.services.segments.plugin [-] Segment f7173150-fa62-4cf8-ae6b-8694d5c3d880 resource provider aggregate not found 2026-04-28 07:08:37.929 8 INFO neutron.services.segments.plugin [-] Segment f7173150-fa62-4cf8-ae6b-8694d5c3d880 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7173150-fa62-4cf8-ae6b-8694d5c3d880 found for delete ", "request_id": "req-0b45bc75-1401-4e88-a2c1-45d96d8c88e3"}]} 2026-04-28 07:08:37.932 8 INFO neutron.services.segments.plugin [-] Segment f7173150-fa62-4cf8-ae6b-8694d5c3d880 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7173150-fa62-4cf8-ae6b-8694d5c3d880 found for delete ", "request_id": "req-537d23b3-409d-4be1-b964-b7fd2a336a61"}]} 2026-04-28 07:08:37.946 8 INFO neutron.db.l3_hamode_db [None req-9ffc910c-b185-4835-9923-95dcd51e8d45 315c1ebe77d744a0adbfbd8b0b3b7df8 defca55418e840348d14979c896c47a2 - - default default] HA network 02d891b1-fcae-4b6d-8a92-12ec5f09d7d7 was deleted as no HA routers are present in tenant defca55418e840348d14979c896c47a2. [pid: 8|app: 0|req: 711/1376] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:08:36 2026] DELETE /v2.0/routers/1a49b5dd-63ce-4769-b761-b59e5065c4b3 => generated 0 bytes in 993 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1377] 10.0.0.24 () {30 vars in 723 bytes} [Tue Apr 28 07:08:37 2026] GET /v2.0/quotas/186c17860ce64327b77b2c3fe35bc6b7/details => generated 847 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1378] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:08:37 2026] DELETE /v2.0/subnets/a6756232-c353-4130-8700-84e13c32bca2 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1379] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:08:38 2026] GET /v2.0/security-groups?tenant_id=e9c9f08ac2f94b129bc6ec3b0d4885bc&name=default => 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: 668/1380] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:08:38 2026] DELETE /v2.0/security-groups/a7a5502a-5ec9-4045-a801-b4e723aca649 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1381] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:08:38 2026] DELETE /v2.0/networks/1a32bab1-dca5-4cd6-84b3-3f36a75dfab4 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1382] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:08:38 2026] GET /v2.0/security-groups?tenant_id=defca55418e840348d14979c896c47a2&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1383] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:08:38 2026] DELETE /v2.0/security-groups/bc47bcf9-697d-44b3-af01-e7642cb25be2 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:08:39.399 7 INFO neutron.services.segments.plugin [-] Segment f757738d-8853-4f1f-b996-8514e06a0d04 resource provider aggregate not found 2026-04-28 07:08:39.402 7 INFO neutron.services.segments.plugin [-] Segment f757738d-8853-4f1f-b996-8514e06a0d04 resource provider aggregate not found 2026-04-28 07:08:39.413 7 INFO neutron.services.segments.plugin [-] Segment f757738d-8853-4f1f-b996-8514e06a0d04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f757738d-8853-4f1f-b996-8514e06a0d04 found for delete ", "request_id": "req-df8a6ae1-3fcd-44f7-b04c-a53b30a2d803"}]} 2026-04-28 07:08:39.416 7 INFO neutron.services.segments.plugin [-] Segment f757738d-8853-4f1f-b996-8514e06a0d04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f757738d-8853-4f1f-b996-8514e06a0d04 found for delete ", "request_id": "req-487340ba-bbd2-4edc-9681-2d9be5328ec0"}]} 2026-04-28 07:08:39.947 8 INFO neutron.services.segments.plugin [-] Segment 1a49f5bf-299d-433b-b3fd-497a4ae43cfc resource provider aggregate not found 2026-04-28 07:08:39.952 8 INFO neutron.services.segments.plugin [-] Segment 1a49f5bf-299d-433b-b3fd-497a4ae43cfc resource provider aggregate not found 2026-04-28 07:08:39.972 8 INFO neutron.services.segments.plugin [-] Segment 1a49f5bf-299d-433b-b3fd-497a4ae43cfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a49f5bf-299d-433b-b3fd-497a4ae43cfc found for delete ", "request_id": "req-ae1741e6-7a8b-4f13-b184-c37a97b078bc"}]} 2026-04-28 07:08:39.973 8 INFO neutron.services.segments.plugin [-] Segment 1a49f5bf-299d-433b-b3fd-497a4ae43cfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a49f5bf-299d-433b-b3fd-497a4ae43cfc found for delete ", "request_id": "req-b3958351-7823-4c46-b0c3-f61751240a5d"}]} 2026-04-28 07:08:40.477 7 INFO neutron.db.segments_db [None req-f714ca48-e4d6-4bcb-a661-1ffda18777a5 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment bde62ce5-359f-4fd1-be6d-18e18d3bfbb5 of type vxlan for network 3b966d0c-4779-4e10-aaac-bd0a3a459340 [pid: 8|app: 0|req: 715/1384] 10.0.0.33 () {32 vars in 825 bytes} [Tue Apr 28 07:08:40 2026] GET /v2.0/ports?project_id=c88a8337e7ff45ef83c0aa32ed724962&network_id=26ed014b-4ec3-4968-9176-c6ced6b83582 => generated 3695 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1385] 10.0.0.33 () {34 vars in 670 bytes} [Tue Apr 28 07:08:40 2026] POST /v2.0/networks => generated 725 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1386] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:08:40 2026] POST /v2.0/subnets => generated 691 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:08:40.850 7 INFO neutron.db.segments_db [None req-483337a9-c5e5-49d0-8afa-82161d1e2262 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment 7b169ddb-587e-40fc-94bc-73ab8d8a727c of type vxlan for network e2e1d1dc-89b7-457b-8c98-1b11017133dd 2026-04-28 07:08:41.114 7 INFO neutron.db.l3_hamode_db [None req-483337a9-c5e5-49d0-8afa-82161d1e2262 dd57eccc2efd4f5fa3e3c9e3dfad82aa 9651a7b0576a4cc697de43bf6ba18fb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:08:41.195 8 INFO neutron.db.segments_db [None req-9de7fcd5-0128-4265-8e07-3684769cf04c 287902a3d3664ce2bd3851d3d91aec15 d9a51aecf97a47e686980432d6d9a850 - - default default] Added segment 41c3bc18-46b9-442a-b4fc-2ed71f0962dd of type vxlan for network 60aa7b02-29b1-44f4-bd09-3113b128b8dc [pid: 8|app: 0|req: 717/1387] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:08:40 2026] POST /v2.0/networks => generated 625 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1388] 10.0.0.33 () {32 vars in 741 bytes} [Tue Apr 28 07:08:41 2026] GET /v2.0/subnets?network_id=49158b93-9d14-4cc9-a5cc-b1c9b7b8da2a => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1389] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:08:41 2026] GET /v2.0/security-groups?tenant_id=186c17860ce64327b77b2c3fe35bc6b7&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1390] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:08:41 2026] POST /v2.0/subnets => generated 641 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1391] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:08:41 2026] DELETE /v2.0/security-groups/b7b0a803-85aa-43b2-a5dc-9bef467c1994 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:08:41.934 7 INFO neutron.db.l3_hamode_db [None req-483337a9-c5e5-49d0-8afa-82161d1e2262 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:08:42.013 8 INFO neutron.db.l3_db [None req-6605b129-6474-471e-b0df-966a3b57e997 fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] Floating IP 9e1bec9a-ed86-4b27-950d-8253fe9fabf6 disassociated. External IP: 10.96.250.205, port: 2b37f34d-bf09-4f7a-8263-0e9c404d2aa0. [pid: 8|app: 0|req: 722/1392] 10.0.0.33 () {34 vars in 748 bytes} [Tue Apr 28 07:08:41 2026] PUT /v2.0/floatingips/9e1bec9a-ed86-4b27-950d-8253fe9fabf6 => generated 554 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:42.414 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-85b5c4a1-864b-4313-9bee-b7f73fe029b6'] response: {'name': 'network-changed', 'server_uuid': '75a8c48e-a7aa-463b-9a79-03d18838de25', 'tag': '2b37f34d-bf09-4f7a-8263-0e9c404d2aa0', 'status': 'completed', 'code': 200} 2026-04-28 07:08:42.447 8 INFO neutron.db.segments_db [None req-d4afe1c2-ed9c-45b8-aad1-5aca6fdc04f7 287902a3d3664ce2bd3851d3d91aec15 d9a51aecf97a47e686980432d6d9a850 - - default default] Added segment 48b0d2f1-a6d9-4ba8-a4f4-e75772345f78 of type vxlan for network 749d2379-a2b4-40b4-9a88-5a282a1a5b90 [pid: 8|app: 0|req: 723/1393] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:08:42 2026] POST /v2.0/networks => generated 624 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1394] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:08:42 2026] GET /v2.0/floatingips/9e1bec9a-ed86-4b27-950d-8253fe9fabf6 => generated 554 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1395] 10.0.0.33 () {34 vars in 742 bytes} [Tue Apr 28 07:08:42 2026] PUT /v2.0/networks/749d2379-a2b4-40b4-9a88-5a282a1a5b90 => generated 592 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1396] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:08:40 2026] POST /v2.0/routers => generated 731 bytes in 1994 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1397] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:08:42 2026] POST /v2.0/subnets => generated 626 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1398] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:08:43 2026] GET /v2.0/ports?tenant_id=c88a8337e7ff45ef83c0aa32ed724962&device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => 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: 728/1399] 10.0.0.33 () {34 vars in 740 bytes} [Tue Apr 28 07:08:43 2026] PUT /v2.0/subnets/53346c8a-196b-4c96-9516-30bdc0996402 => generated 636 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1400] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:08:43 2026] GET /v2.0/networks?id=26ed014b-4ec3-4968-9176-c6ced6b83582 => generated 756 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:43.502 8 INFO neutron.services.segments.plugin [-] Segment 48b0d2f1-a6d9-4ba8-a4f4-e75772345f78 resource provider aggregate not found 2026-04-28 07:08:43.508 8 INFO neutron.services.segments.plugin [-] Segment 48b0d2f1-a6d9-4ba8-a4f4-e75772345f78 resource provider aggregate not found 2026-04-28 07:08:43.525 8 INFO neutron.services.segments.plugin [-] Segment 48b0d2f1-a6d9-4ba8-a4f4-e75772345f78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48b0d2f1-a6d9-4ba8-a4f4-e75772345f78 found for delete ", "request_id": "req-046bff95-f80c-4dac-a126-bb3abcae1e94"}]} 2026-04-28 07:08:43.535 8 INFO neutron.services.segments.plugin [-] Segment 48b0d2f1-a6d9-4ba8-a4f4-e75772345f78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48b0d2f1-a6d9-4ba8-a4f4-e75772345f78 found for delete ", "request_id": "req-c18cdda7-0f70-43c0-9cf0-7569b24914d8"}]} [pid: 8|app: 0|req: 730/1401] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:08:43 2026] DELETE /v2.0/networks/749d2379-a2b4-40b4-9a88-5a282a1a5b90 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1402] 199.204.45.250 () {34 vars in 1060 bytes} [Tue Apr 28 07:08:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2b37f34d-bf09-4f7a-8263-0e9c404d2aa0 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:08:43.579 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df4ccaf0-b407-4763-8603-0ba023673610 287902a3d3664ce2bd3851d3d91aec15 d9a51aecf97a47e686980432d6d9a850 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 732/1403] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:08:43 2026] DELETE /v2.0/networks/749d2379-a2b4-40b4-9a88-5a282a1a5b90 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1404] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:08:43 2026] GET /v2.0/subnets?id=fce66bf3-11ff-4835-85c4-b96ccfc7c93e => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1405] 10.0.0.33 () {32 vars in 693 bytes} [Tue Apr 28 07:08:43 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1406] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:08:43 2026] GET /v2.0/ports?network_id=26ed014b-4ec3-4968-9176-c6ced6b83582&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1407] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:08:43 2026] GET /v2.0/floatingips/9e1bec9a-ed86-4b27-950d-8253fe9fabf6 => generated 552 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1408] 10.0.0.33 () {32 vars in 741 bytes} [Tue Apr 28 07:08:43 2026] GET /v2.0/subnets?network_id=49158b93-9d14-4cc9-a5cc-b1c9b7b8da2a => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1409] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:08:43 2026] GET /v2.0/networks/26ed014b-4ec3-4968-9176-c6ced6b83582?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: 739/1410] 10.0.0.33 () {32 vars in 652 bytes} [Tue Apr 28 07:08:43 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1411] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:08:43 2026] GET /v2.0/networks/26ed014b-4ec3-4968-9176-c6ced6b83582?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: 741/1412] 10.0.0.33 () {32 vars in 648 bytes} [Tue Apr 28 07:08:43 2026] GET /v2.0/networks => generated 1309 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1413] 10.0.0.33 () {32 vars in 646 bytes} [Tue Apr 28 07:08:43 2026] GET /v2.0/subnets => generated 1280 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1414] 10.0.0.33 () {32 vars in 722 bytes} [Tue Apr 28 07:08:43 2026] GET /v2.0/networks/60aa7b02-29b1-44f4-bd09-3113b128b8dc => generated 669 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1415] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:08:44 2026] GET /v2.0/subnets/8b2ff86f-15b1-4064-bad4-d95a7b117556 => generated 641 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:44.080 8 INFO neutron.pecan_wsgi.hooks.translation [None req-877c8ddc-bfaf-423f-8d3a-43b6b1e57357 287902a3d3664ce2bd3851d3d91aec15 d9a51aecf97a47e686980432d6d9a850 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 745/1416] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:08:44 2026] DELETE /v2.0/subnets/53346c8a-196b-4c96-9516-30bdc0996402 => 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: 672/1417] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:08:42 2026] PUT /v2.0/routers/bec95926-27ad-409c-a228-fe2a02cb1e16/add_router_interface => generated 309 bytes in 1293 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:44.105 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ab3f1e91-2134-4dd8-b14e-08bd1744e0bc 287902a3d3664ce2bd3851d3d91aec15 d9a51aecf97a47e686980432d6d9a850 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 746/1418] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:08:44 2026] DELETE /v2.0/networks/749d2379-a2b4-40b4-9a88-5a282a1a5b90 => generated 138 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1419] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:08:44 2026] DELETE /v2.0/subnets/8b2ff86f-15b1-4064-bad4-d95a7b117556 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1420] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:08:44 2026] DELETE /v2.0/networks/60aa7b02-29b1-44f4-bd09-3113b128b8dc => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1421] 10.0.0.33 () {34 vars in 684 bytes} [Tue Apr 28 07:08:44 2026] POST /v2.0/security-groups => generated 1661 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1422] 10.0.0.33 () {34 vars in 684 bytes} [Tue Apr 28 07:08:44 2026] POST /v2.0/security-groups => generated 1675 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1423] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:08:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1424] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:08:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1425] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:08:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1426] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:08:45 2026] GET /v2.0/security-groups?tenant_id=d9a51aecf97a47e686980432d6d9a850&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1427] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:08:45 2026] POST /v2.0/security-group-rules => generated 596 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1428] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:08:45 2026] DELETE /v2.0/security-groups/efef192a-4b25-4c4c-849f-af195700f691 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:08:45.549 8 INFO neutron.services.segments.plugin [-] Segment 41c3bc18-46b9-442a-b4fc-2ed71f0962dd resource provider aggregate not found 2026-04-28 07:08:45.555 8 INFO neutron.services.segments.plugin [-] Segment 41c3bc18-46b9-442a-b4fc-2ed71f0962dd resource provider aggregate not found 2026-04-28 07:08:45.569 8 INFO neutron.services.segments.plugin [-] Segment 41c3bc18-46b9-442a-b4fc-2ed71f0962dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41c3bc18-46b9-442a-b4fc-2ed71f0962dd found for delete ", "request_id": "req-35635462-b373-4fd2-adc7-89c4479e806a"}]} 2026-04-28 07:08:45.573 8 INFO neutron.services.segments.plugin [-] Segment 41c3bc18-46b9-442a-b4fc-2ed71f0962dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41c3bc18-46b9-442a-b4fc-2ed71f0962dd found for delete ", "request_id": "req-8fb6099a-011a-4461-99a6-bf90c789e6dc"}]} [pid: 8|app: 0|req: 753/1429] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:08:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1430] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:08:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:08:45.818 8 INFO neutron.db.securitygroups_db [None req-4c5ed92e-a48b-4252-838b-5f468ee37254 fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] Project c88a8337e7ff45ef83c0aa32ed724962 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: 755/1431] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:08:45 2026] POST /v2.0/security-group-rules => generated 607 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1432] 10.0.0.33 () {34 vars in 675 bytes} [Tue Apr 28 07:08:45 2026] POST /v2.0/floatingips => generated 552 bytes in 670 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:08:45.940 8 INFO neutron.db.securitygroups_db [None req-3aa04b33-0d75-495e-91b2-7198e3b549fc fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] Project c88a8337e7ff45ef83c0aa32ed724962 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: 756/1433] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:08:45 2026] POST /v2.0/security-group-rules => generated 606 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1434] 10.0.0.210 () {34 vars in 1100 bytes} [Tue Apr 28 07:08:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1973461760&fields=id&tenant_id=9651a7b0576a4cc697de43bf6ba18fb2 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1435] 10.0.0.210 () {34 vars in 982 bytes} [Tue Apr 28 07:08:46 2026] GET /v2.0/networks?id=3b966d0c-4779-4e10-aaac-bd0a3a459340 => generated 676 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1436] 10.0.0.210 () {34 vars in 965 bytes} [Tue Apr 28 07:08:46 2026] GET /v2.0/quotas/9651a7b0576a4cc697de43bf6ba18fb2 => 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: 757/1437] 10.0.0.33 () {32 vars in 648 bytes} [Tue Apr 28 07:08:46 2026] GET /v2.0/networks => generated 1297 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1438] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Apr 28 07:08:46 2026] GET /v2.0/ports?tenant_id=9651a7b0576a4cc697de43bf6ba18fb2&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1439] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Apr 28 07:08:46 2026] GET /v2.0/networks/3b966d0c-4779-4e10-aaac-bd0a3a459340?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: 759/1440] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Apr 28 07:08:46 2026] GET /v2.0/networks/3b966d0c-4779-4e10-aaac-bd0a3a459340?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: 760/1441] 10.0.0.210 () {34 vars in 1100 bytes} [Tue Apr 28 07:08:46 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1621001997&fields=id&tenant_id=c88a8337e7ff45ef83c0aa32ed724962 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1442] 10.0.0.210 () {34 vars in 982 bytes} [Tue Apr 28 07:08:46 2026] GET /v2.0/networks?id=26ed014b-4ec3-4968-9176-c6ced6b83582 => generated 660 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1443] 10.0.0.210 () {34 vars in 965 bytes} [Tue Apr 28 07:08:46 2026] GET /v2.0/quotas/c88a8337e7ff45ef83c0aa32ed724962 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:46.856 7 INFO neutron.db.segments_db [None req-9feacfc4-8eda-419d-9cdd-b80b9ab52f35 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] Added segment 4a3c2913-cd8a-439b-a56d-0b035c27ce5b of type vxlan for network 9ebaf8c0-1b5d-42a8-8ec5-9f4dfd2933ee [pid: 8|app: 0|req: 763/1444] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:46 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => 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: 764/1445] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Apr 28 07:08:46 2026] GET /v2.0/ports?tenant_id=c88a8337e7ff45ef83c0aa32ed724962&fields=id => generated 149 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1446] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Apr 28 07:08:46 2026] GET /v2.0/networks/26ed014b-4ec3-4968-9176-c6ced6b83582?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1447] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Apr 28 07:08:47 2026] GET /v2.0/networks/26ed014b-4ec3-4968-9176-c6ced6b83582?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) 2026-04-28 07:08:47.168 7 INFO neutron.db.l3_hamode_db [None req-9feacfc4-8eda-419d-9cdd-b80b9ab52f35 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 767/1448] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:47 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:08:47.333 7 INFO neutron.db.l3_hamode_db [None req-9feacfc4-8eda-419d-9cdd-b80b9ab52f35 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:08:47.566 8 INFO neutron.db.segments_db [None req-4053a03d-5599-4a8b-b166-84c28cee311f 8918788e320a4c1dac55637790aae2c6 d7812818c88f4753833da7f22410e278 - - default default] Added segment a9ba22d2-3ac5-4e6b-89ab-1b87dc258abb of type vxlan for network 65c0bdea-ef5f-4d18-91b5-e6a8d95969c4 [pid: 8|app: 0|req: 768/1449] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:08:47 2026] POST /v2.0/networks => generated 626 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1450] 10.0.0.33 () {34 vars in 664 bytes} [Tue Apr 28 07:08:47 2026] POST /v2.0/ports => generated 774 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 682/1451] 10.0.0.33 () {34 vars in 667 bytes} [Tue Apr 28 07:08:46 2026] POST /v2.0/routers => generated 474 bytes in 1348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1452] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:48 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:08:48.112 8 INFO neutron.db.l3_hamode_db [None req-e252f65a-a5ab-4fb0-ba3a-e907fe2681d9 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:08:48.125 7 INFO neutron.db.segments_db [None req-03aecebb-30fe-42a0-a554-e360cb33c56a 8918788e320a4c1dac55637790aae2c6 d7812818c88f4753833da7f22410e278 - - default default] Added segment 4362cd03-8ff6-4f4e-b1ab-4d9de4ff14eb of type vxlan for network f8e1912c-252e-4c26-882a-69917cff1c2e [pid: 7|app: 0|req: 683/1453] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:08:48 2026] POST /v2.0/networks => generated 613 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:08:48.273 8 INFO neutron.db.l3_hamode_db [None req-e252f65a-a5ab-4fb0-ba3a-e907fe2681d9 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 684/1454] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:08:48 2026] POST /v2.0/subnets => generated 626 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1455] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:48 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => 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: 686/1456] 10.0.0.33 () {34 vars in 664 bytes} [Tue Apr 28 07:08:48 2026] POST /v2.0/ports => generated 950 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 771/1457] 10.0.0.33 () {34 vars in 667 bytes} [Tue Apr 28 07:08:48 2026] POST /v2.0/routers => generated 474 bytes in 947 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:08:49.064 8 INFO neutron.db.l3_hamode_db [None req-6fa00cfc-9fc8-42cc-b336-84a9aa8dd7c0 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:08:49.124 7 INFO neutron_taas.services.taas.taas_plugin [None req-70d06dea-7dbd-496f-be6b-20b4ba507133 8918788e320a4c1dac55637790aae2c6 d7812818c88f4753833da7f22410e278 - - default default] TaaS: Handle Delete Port: 83d37ad3-0dd9-4610-a252-cf6192ef1fd5 2026-04-28 07:08:49.127 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70d06dea-7dbd-496f-be6b-20b4ba507133 8918788e320a4c1dac55637790aae2c6 d7812818c88f4753833da7f22410e278 - - default default] Tap Mirror: Handle Delete Port: 83d37ad3-0dd9-4610-a252-cf6192ef1fd5 2026-04-28 07:08:49.210 8 INFO neutron.db.l3_hamode_db [None req-6fa00cfc-9fc8-42cc-b336-84a9aa8dd7c0 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 687/1458] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:08:48 2026] DELETE /v2.0/ports/83d37ad3-0dd9-4610-a252-cf6192ef1fd5 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1459] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:49 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:08:49.353 7 INFO neutron.pecan_wsgi.hooks.translation [None req-10ba2edb-7872-42ba-ad1e-5611704bccab 8918788e320a4c1dac55637790aae2c6 d7812818c88f4753833da7f22410e278 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 689/1460] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:08:49 2026] DELETE /v2.0/ports/83d37ad3-0dd9-4610-a252-cf6192ef1fd5 => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:08:49.375 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d13ac4d8-2386-4cef-b59b-e857424aa06b 8918788e320a4c1dac55637790aae2c6 d7812818c88f4753833da7f22410e278 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 690/1461] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:08:49 2026] GET /v2.0/ports/83d37ad3-0dd9-4610-a252-cf6192ef1fd5 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1462] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:08:49 2026] DELETE /v2.0/subnets/41f917f6-e93f-4537-bdab-3182b4774f89 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:08:49.648 7 INFO neutron.services.segments.plugin [-] Segment 4362cd03-8ff6-4f4e-b1ab-4d9de4ff14eb resource provider aggregate not found 2026-04-28 07:08:49.658 7 INFO neutron.services.segments.plugin [-] Segment 4362cd03-8ff6-4f4e-b1ab-4d9de4ff14eb resource provider aggregate not found 2026-04-28 07:08:49.672 7 INFO neutron.services.segments.plugin [-] Segment 4362cd03-8ff6-4f4e-b1ab-4d9de4ff14eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4362cd03-8ff6-4f4e-b1ab-4d9de4ff14eb found for delete ", "request_id": "req-63e9ea70-9ac5-4e8e-ada0-ad07a3c7b8e3"}]} 2026-04-28 07:08:49.679 7 INFO neutron.services.segments.plugin [-] Segment 4362cd03-8ff6-4f4e-b1ab-4d9de4ff14eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4362cd03-8ff6-4f4e-b1ab-4d9de4ff14eb found for delete ", "request_id": "req-5bd70431-2b25-4ac7-bb81-0ca5f248aceb"}]} [pid: 7|app: 0|req: 692/1463] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:08:49 2026] DELETE /v2.0/networks/f8e1912c-252e-4c26-882a-69917cff1c2e => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1464] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:49 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:08:49.772 7 INFO neutron.db.segments_db [None req-ba2638bd-148d-428f-8a3c-247885826ea9 8918788e320a4c1dac55637790aae2c6 d7812818c88f4753833da7f22410e278 - - default default] Added segment 2ab3399b-9f36-450f-a2e8-46163fa813e5 of type vxlan for network 3f0ee729-5bbd-44ab-86a7-ee2ec60df527 [pid: 7|app: 0|req: 694/1465] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:08:49 2026] POST /v2.0/networks => generated 613 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1466] 10.0.0.33 () {34 vars in 667 bytes} [Tue Apr 28 07:08:49 2026] POST /v2.0/routers => generated 474 bytes in 897 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:08:49.978 8 INFO neutron.db.l3_hamode_db [None req-7a2a6487-0a2c-429d-a58b-eda99c319b45 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:08:50.112 8 INFO neutron.db.l3_hamode_db [None req-7a2a6487-0a2c-429d-a58b-eda99c319b45 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 695/1467] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:08:49 2026] POST /v2.0/subnets => generated 626 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1468] 10.0.0.33 () {34 vars in 664 bytes} [Tue Apr 28 07:08:50 2026] POST /v2.0/ports => generated 915 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1469] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:50 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:08:50.678 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5e2334c-9b33-4b2c-9660-14725c31764f 8918788e320a4c1dac55637790aae2c6 d7812818c88f4753833da7f22410e278 - - default default] TaaS: Handle Delete Port: a4ab221f-6cfd-44d0-9e01-30c6c6fb6e4b 2026-04-28 07:08:50.682 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5e2334c-9b33-4b2c-9660-14725c31764f 8918788e320a4c1dac55637790aae2c6 d7812818c88f4753833da7f22410e278 - - default default] Tap Mirror: Handle Delete Port: a4ab221f-6cfd-44d0-9e01-30c6c6fb6e4b [pid: 8|app: 0|req: 773/1470] 10.0.0.33 () {34 vars in 667 bytes} [Tue Apr 28 07:08:49 2026] POST /v2.0/routers => generated 474 bytes in 816 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:08:50.777 8 INFO neutron.db.l3_hamode_db [None req-37c16c86-e733-4f93-9b09-d4a3ff195bef 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 698/1471] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:08:50 2026] DELETE /v2.0/ports/a4ab221f-6cfd-44d0-9e01-30c6c6fb6e4b => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1472] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:50 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:08:50.844 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b8f9422-3ae8-4f65-acfc-5a917a51404c 8918788e320a4c1dac55637790aae2c6 d7812818c88f4753833da7f22410e278 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 700/1473] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:08:50 2026] GET /v2.0/ports/a4ab221f-6cfd-44d0-9e01-30c6c6fb6e4b => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:08:50.904 8 INFO neutron.db.l3_hamode_db [None req-37c16c86-e733-4f93-9b09-d4a3ff195bef 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 701/1474] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:08:50 2026] DELETE /v2.0/subnets/7768b86d-5b1d-49a6-93b6-32105e477d30 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1475] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:08:51 2026] DELETE /v2.0/networks/3f0ee729-5bbd-44ab-86a7-ee2ec60df527 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1476] 10.0.0.33 () {34 vars in 664 bytes} [Tue Apr 28 07:08:51 2026] POST /v2.0/ports => generated 775 bytes in 269 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: 774/1477] 10.0.0.33 () {34 vars in 667 bytes} [Tue Apr 28 07:08:50 2026] POST /v2.0/routers => generated 474 bytes in 757 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1478] 10.0.0.33 () {34 vars in 736 bytes} [Tue Apr 28 07:08:51 2026] PUT /v2.0/ports/8f931f67-ccb4-4c1f-bd08-43a03c718e35 => generated 752 bytes in 177 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: 775/1481] 10.0.0.33 () {34 vars in 750 bytes} [Tue Apr 28 07:08:51 2026] PUT /v2.0/routers/43dd9402-0163-4311-858b-eb1c5772a2bf/tags => generated 17 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1482] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:51 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:08:51.696 7 INFO neutron.services.segments.plugin [-] Segment 2ab3399b-9f36-450f-a2e8-46163fa813e5 resource provider aggregate not found 2026-04-28 07:08:51.700 7 INFO neutron.services.segments.plugin [-] Segment 2ab3399b-9f36-450f-a2e8-46163fa813e5 resource provider aggregate not found 2026-04-28 07:08:51.720 7 INFO neutron.services.segments.plugin [-] Segment 2ab3399b-9f36-450f-a2e8-46163fa813e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ab3399b-9f36-450f-a2e8-46163fa813e5 found for delete ", "request_id": "req-c8847440-7387-4af0-91e7-0c2814bd2b40"}]} 2026-04-28 07:08:51.722 7 INFO neutron.services.segments.plugin [-] Segment 2ab3399b-9f36-450f-a2e8-46163fa813e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ab3399b-9f36-450f-a2e8-46163fa813e5 found for delete ", "request_id": "req-62d9c05d-fbe3-453e-82cb-86a50e436cb4"}]} 2026-04-28 07:08:51.729 7 INFO neutron_taas.services.taas.taas_plugin [None req-a136dd06-817d-47a2-9f17-e50caad5a835 8918788e320a4c1dac55637790aae2c6 d7812818c88f4753833da7f22410e278 - - default default] TaaS: Handle Delete Port: 8f931f67-ccb4-4c1f-bd08-43a03c718e35 2026-04-28 07:08:51.732 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a136dd06-817d-47a2-9f17-e50caad5a835 8918788e320a4c1dac55637790aae2c6 d7812818c88f4753833da7f22410e278 - - default default] Tap Mirror: Handle Delete Port: 8f931f67-ccb4-4c1f-bd08-43a03c718e35 [pid: 8|app: 0|req: 777/1483] 10.0.0.33 () {34 vars in 750 bytes} [Tue Apr 28 07:08:51 2026] PUT /v2.0/routers/ddaaacbf-f227-46f4-81c5-e5f60f818343/tags => generated 25 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1484] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:08:51 2026] DELETE /v2.0/ports/8f931f67-ccb4-4c1f-bd08-43a03c718e35 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1485] 10.0.0.33 () {32 vars in 642 bytes} [Tue Apr 28 07:08:51 2026] GET /v2.0/ports => generated 777 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:51.864 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f8e0c3c-2a85-4cfe-a53c-da153c75b849 8918788e320a4c1dac55637790aae2c6 d7812818c88f4753833da7f22410e278 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 709/1486] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:08:51 2026] GET /v2.0/ports/8f931f67-ccb4-4c1f-bd08-43a03c718e35 => 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: 778/1487] 10.0.0.33 () {34 vars in 750 bytes} [Tue Apr 28 07:08:51 2026] PUT /v2.0/routers/ae6d1b59-968c-4610-a34f-a38f03429e9c/tags => generated 34 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1488] 10.0.0.33 () {32 vars in 642 bytes} [Tue Apr 28 07:08:51 2026] GET /v2.0/ports => generated 777 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1489] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:51 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => 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: 780/1490] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:08:51 2026] GET /v2.0/ports/a818132d-fb70-47ee-b77b-e305cb198aa0 => generated 774 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:51.984 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6f3c2048-3a2a-4904-9485-a2ffdabe2fe1 8918788e320a4c1dac55637790aae2c6 d7812818c88f4753833da7f22410e278 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 781/1491] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:08:51 2026] DELETE /v2.0/ports/a4ab221f-6cfd-44d0-9e01-30c6c6fb6e4b => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:08:52.007 8 INFO neutron.pecan_wsgi.hooks.translation [None req-205429e3-855b-457a-87cd-e9bb198ad359 8918788e320a4c1dac55637790aae2c6 d7812818c88f4753833da7f22410e278 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 782/1492] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:08:51 2026] DELETE /v2.0/subnets/7768b86d-5b1d-49a6-93b6-32105e477d30 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1493] 10.0.0.33 () {34 vars in 750 bytes} [Tue Apr 28 07:08:51 2026] PUT /v2.0/routers/8895c632-d4dd-4092-9f2d-06bba282d974/tags => generated 19 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:08:52.029 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1e35734c-c08d-4bf2-ae99-f8ac36348ade 8918788e320a4c1dac55637790aae2c6 d7812818c88f4753833da7f22410e278 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 783/1494] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:08:52 2026] DELETE /v2.0/subnets/41f917f6-e93f-4537-bdab-3182b4774f89 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1495] 10.0.0.33 () {32 vars in 663 bytes} [Tue Apr 28 07:08:52 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:08:52.155 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b2b060b-898b-450c-8b61-a29a733ebdca 8918788e320a4c1dac55637790aae2c6 d7812818c88f4753833da7f22410e278 - - default default] TaaS: Handle Delete Port: a818132d-fb70-47ee-b77b-e305cb198aa0 2026-04-28 07:08:52.159 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b2b060b-898b-450c-8b61-a29a733ebdca 8918788e320a4c1dac55637790aae2c6 d7812818c88f4753833da7f22410e278 - - default default] Tap Mirror: Handle Delete Port: a818132d-fb70-47ee-b77b-e305cb198aa0 [pid: 7|app: 0|req: 713/1496] 10.0.0.33 () {32 vars in 677 bytes} [Tue Apr 28 07:08:52 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1497] 10.0.0.33 () {32 vars in 673 bytes} [Tue Apr 28 07:08:52 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1498] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:08:52 2026] DELETE /v2.0/ports/a818132d-fb70-47ee-b77b-e305cb198aa0 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1499] 10.0.0.33 () {32 vars in 685 bytes} [Tue Apr 28 07:08:52 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:08:52.375 8 INFO neutron.services.segments.plugin [-] Segment a9ba22d2-3ac5-4e6b-89ab-1b87dc258abb resource provider aggregate not found 2026-04-28 07:08:52.380 8 INFO neutron.services.segments.plugin [-] Segment a9ba22d2-3ac5-4e6b-89ab-1b87dc258abb resource provider aggregate not found 2026-04-28 07:08:52.397 8 INFO neutron.services.segments.plugin [-] Segment a9ba22d2-3ac5-4e6b-89ab-1b87dc258abb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9ba22d2-3ac5-4e6b-89ab-1b87dc258abb found for delete ", "request_id": "req-0e6f2d7f-a430-49d1-a4d5-fe3d6ac0b2c5"}]} [pid: 8|app: 0|req: 785/1500] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:08:52 2026] DELETE /v2.0/networks/65c0bdea-ef5f-4d18-91b5-e6a8d95969c4 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:08:52.402 8 INFO neutron.services.segments.plugin [-] Segment a9ba22d2-3ac5-4e6b-89ab-1b87dc258abb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9ba22d2-3ac5-4e6b-89ab-1b87dc258abb found for delete ", "request_id": "req-2cce2586-0835-45e0-a215-085875816233"}]} [pid: 7|app: 0|req: 716/1501] 10.0.0.33 () {32 vars in 671 bytes} [Tue Apr 28 07:08:52 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1502] 10.0.0.33 () {32 vars in 685 bytes} [Tue Apr 28 07:08:52 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1503] 10.0.0.33 () {32 vars in 681 bytes} [Tue Apr 28 07:08:52 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1504] 10.0.0.33 () {32 vars in 693 bytes} [Tue Apr 28 07:08:52 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1505] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:08:52 2026] GET /v2.0/routers/43dd9402-0163-4311-858b-eb1c5772a2bf => generated 485 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1506] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:52 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => 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: 720/1507] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:08:52 2026] GET /v2.0/security-groups?tenant_id=d7812818c88f4753833da7f22410e278&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1508] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:53 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1509] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:08:53 2026] DELETE /v2.0/security-groups/de7fc8e3-49a6-4cdc-a0a8-83ef4b327122 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1510] 10.0.0.33 () {34 vars in 741 bytes} [Tue Apr 28 07:08:52 2026] PUT /v2.0/routers/43dd9402-0163-4311-858b-eb1c5772a2bf => generated 485 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1511] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:08:53 2026] GET /v2.0/ports?device_id=43dd9402-0163-4311-858b-eb1c5772a2bf => 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: 724/1512] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:53 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:08:53.908 8 INFO neutron_taas.services.taas.taas_plugin [None req-abd01257-2ecf-4537-a67f-13ac621a9af4 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] TaaS: Handle Delete Port: 6b2c2349-abe8-4143-9195-bb93f94ee376 2026-04-28 07:08:53.910 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abd01257-2ecf-4537-a67f-13ac621a9af4 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] Tap Mirror: Handle Delete Port: 6b2c2349-abe8-4143-9195-bb93f94ee376 [pid: 8|app: 0|req: 789/1513] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:08:53 2026] DELETE /v2.0/routers/43dd9402-0163-4311-858b-eb1c5772a2bf => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1514] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:08:54 2026] GET /v2.0/routers/ddaaacbf-f227-46f4-81c5-e5f60f818343 => generated 493 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1515] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:54 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => 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: 791/1516] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:08:54 2026] GET /v2.0/networks?id=3b966d0c-4779-4e10-aaac-bd0a3a459340 => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1517] 199.204.45.250 () {34 vars in 1050 bytes} [Tue Apr 28 07:08:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9651a7b0576a4cc697de43bf6ba18fb2 => generated 181 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1518] 199.204.45.250 () {38 vars in 955 bytes} [Tue Apr 28 07:08:54 2026] POST /v2.0/ports => generated 958 bytes in 357 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: 794/1519] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:08:54 2026] PUT /v2.0/ports/15022c8d-c103-467d-91a0-e95125108f44 => generated 1239 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:08:55.169 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4557d40c-1848-454c-92d1-c8cf0fb88c8e'] response: {'name': 'network-changed', 'server_uuid': '31795dab-a837-4408-9eb7-2108ba687209', 'tag': '15022c8d-c103-467d-91a0-e95125108f44', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 726/1520] 10.0.0.33 () {34 vars in 741 bytes} [Tue Apr 28 07:08:54 2026] PUT /v2.0/routers/ddaaacbf-f227-46f4-81c5-e5f60f818343 => generated 493 bytes in 1089 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: 727/1521] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:55 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 973 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1522] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:55 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => 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: 729/1523] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:08:55 2026] GET /v2.0/ports?device_id=ddaaacbf-f227-46f4-81c5-e5f60f818343 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1524] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:55 2026] GET /v2.0/security-groups?id=65f09261-dae4-491a-b470-7db484551bc4&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:55.476 8 INFO neutron.db.segments_db [None req-1022e493-0abf-4f6b-b87f-731578ee8fcf 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Added segment cb55f179-d4b5-4b50-a21f-43cf922bc74c of type vxlan for network be9c359e-da2f-4735-a0f9-a4870c107b28 [pid: 8|app: 0|req: 795/1525] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:08:55 2026] POST /v2.0/networks => generated 614 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:08:55.591 7 INFO neutron_taas.services.taas.taas_plugin [None req-59e4e333-6c19-40c8-8864-8d407650a9ef 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] TaaS: Handle Delete Port: 4cd2fe6d-96e3-4e2d-bd3c-0b7e601de786 2026-04-28 07:08:55.594 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59e4e333-6c19-40c8-8864-8d407650a9ef 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] Tap Mirror: Handle Delete Port: 4cd2fe6d-96e3-4e2d-bd3c-0b7e601de786 2026-04-28 07:08:55.635 8 INFO neutron.db.segments_db [None req-4c9222bb-42aa-4421-a3a8-5f5a3b6ec5bf 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Added segment bbcce9eb-02bb-40e1-8570-ec7e7acc51b7 of type vxlan for network 5509a39b-379f-4bb4-b199-e3731bbcfef0 [pid: 8|app: 0|req: 796/1526] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:08:55 2026] POST /v2.0/networks => generated 615 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1527] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:08:55 2026] GET /v2.0/ports?tenant_id=9651a7b0576a4cc697de43bf6ba18fb2&device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1528] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:08:55 2026] DELETE /v2.0/routers/ddaaacbf-f227-46f4-81c5-e5f60f818343 => generated 0 bytes in 416 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1529] 199.204.45.250 () {34 vars in 1018 bytes} [Tue Apr 28 07:08:55 2026] GET /v2.0/networks?tenant_id=9651a7b0576a4cc697de43bf6ba18fb2&shared=False => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1530] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:08:55 2026] GET /v2.0/routers/ae6d1b59-968c-4610-a34f-a38f03429e9c => generated 502 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1531] 199.204.45.250 () {34 vars in 930 bytes} [Tue Apr 28 07:08:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1532] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:08:55 2026] POST /v2.0/subnets => generated 646 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1533] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:08:56 2026] POST /v2.0/subnets => generated 655 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:08:56.328 8 INFO neutron.db.segments_db [None req-474222ed-176e-4637-b654-f5b53fd184f7 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Added segment e8a0c062-6987-4e8d-8e3e-6fc4df3efc21 of type vxlan for network 37c8eb2f-7f74-4012-a5c1-b4c0e0741fff [pid: 7|app: 0|req: 735/1534] 10.0.0.33 () {34 vars in 741 bytes} [Tue Apr 28 07:08:55 2026] PUT /v2.0/routers/ae6d1b59-968c-4610-a34f-a38f03429e9c => generated 502 bytes in 573 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1535] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:08:56 2026] GET /v2.0/networks?id=26ed014b-4ec3-4968-9176-c6ced6b83582 => generated 660 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:56.619 8 INFO neutron.db.l3_hamode_db [None req-474222ed-176e-4637-b654-f5b53fd184f7 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 737/1536] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:56 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => 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: 738/1537] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:56 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1538] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:08:56 2026] GET /v2.0/ports?device_id=ae6d1b59-968c-4610-a34f-a38f03429e9c => 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: 740/1539] 199.204.45.250 () {34 vars in 1050 bytes} [Tue Apr 28 07:08:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c88a8337e7ff45ef83c0aa32ed724962 => generated 273 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:56.757 8 INFO neutron.db.l3_hamode_db [None req-474222ed-176e-4637-b654-f5b53fd184f7 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 741/1540] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:56 2026] GET /v2.0/security-groups?id=65f09261-dae4-491a-b470-7db484551bc4&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:08:56.926 7 INFO neutron_taas.services.taas.taas_plugin [None req-7622df41-e61b-48ca-8dd5-6a33cad06464 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] TaaS: Handle Delete Port: 8a46625d-e016-47ed-b7a9-55bb4a6c8326 2026-04-28 07:08:56.928 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7622df41-e61b-48ca-8dd5-6a33cad06464 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] Tap Mirror: Handle Delete Port: 8a46625d-e016-47ed-b7a9-55bb4a6c8326 [pid: 7|app: 0|req: 742/1541] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:08:56 2026] DELETE /v2.0/routers/ae6d1b59-968c-4610-a34f-a38f03429e9c => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1542] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:08:56 2026] POST /v2.0/routers => generated 511 bytes in 1052 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1543] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:08:57 2026] GET /v2.0/routers/8895c632-d4dd-4092-9f2d-06bba282d974 => generated 487 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1544] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:08:57 2026] GET /v2.0/ports?tenant_id=9651a7b0576a4cc697de43bf6ba18fb2&device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1545] 199.204.45.250 () {38 vars in 955 bytes} [Tue Apr 28 07:08:57 2026] POST /v2.0/ports => generated 954 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 744/1546] 10.0.0.33 () {34 vars in 741 bytes} [Tue Apr 28 07:08:57 2026] PUT /v2.0/routers/8895c632-d4dd-4092-9f2d-06bba282d974 => generated 487 bytes in 550 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1547] 199.204.45.250 () {34 vars in 1060 bytes} [Tue Apr 28 07:08:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=15022c8d-c103-467d-91a0-e95125108f44 => 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: 746/1548] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:08:58 2026] PUT /v2.0/ports/7c39626a-cea6-450d-bdb3-42200aaebe11 => generated 1235 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 803/1549] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:08:57 2026] PUT /v2.0/routers/13419d5c-babd-4c07-8b21-651a79910b38/add_router_interface => generated 309 bytes in 1076 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1550] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:58 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1551] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:08:58 2026] GET /v2.0/ports?device_id=8895c632-d4dd-4092-9f2d-06bba282d974 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1552] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:58 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => 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: 749/1553] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:08:58 2026] GET /v2.0/subnets?id=dcf6b3e0-e3f7-4907-acc1-243ec45a5586 => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1554] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:08:58 2026] GET /v2.0/ports/5b02ef02-50e7-4b4a-90dc-2830dedb86ef => generated 959 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1555] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:58 2026] GET /v2.0/security-groups?id=fe9dfea0-426f-49fe-9feb-4cca30ede457&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1556] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:58 2026] GET /v2.0/security-groups?id=65f09261-dae4-491a-b470-7db484551bc4&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 07:08:58.613 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-efdb9529-23c1-4e6b-b957-30ac8a240ea0'] response: {'name': 'network-changed', 'server_uuid': '43357ef9-60b9-44a8-8e9b-68bb739d1867', 'tag': '7c39626a-cea6-450d-bdb3-42200aaebe11', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 752/1557] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:08:58 2026] GET /v2.0/ports?network_id=3b966d0c-4779-4e10-aaac-bd0a3a459340&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:08:58.749 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf2934ed-bc37-476c-a688-7cf5ae54e45c 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] TaaS: Handle Delete Port: 0e637700-88ec-4f10-beea-c668dde45c0f 2026-04-28 07:08:58.752 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf2934ed-bc37-476c-a688-7cf5ae54e45c 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] Tap Mirror: Handle Delete Port: 0e637700-88ec-4f10-beea-c668dde45c0f [pid: 8|app: 0|req: 806/1558] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:08:58 2026] DELETE /v2.0/routers/8895c632-d4dd-4092-9f2d-06bba282d974 => generated 0 bytes in 407 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1559] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:08:58 2026] GET /v2.0/networks/3b966d0c-4779-4e10-aaac-bd0a3a459340?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: 808/1560] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:08:59 2026] GET /v2.0/routers/35624fe7-e146-41b1-90c6-3e3479ae4501 => generated 480 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1561] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:08:59 2026] GET /v2.0/networks/3b966d0c-4779-4e10-aaac-bd0a3a459340?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1562] 10.0.0.33 () {34 vars in 741 bytes} [Tue Apr 28 07:08:59 2026] PUT /v2.0/routers/35624fe7-e146-41b1-90c6-3e3479ae4501 => generated 480 bytes in 599 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1563] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:08:59 2026] GET /v2.0/ports?tenant_id=c88a8337e7ff45ef83c0aa32ed724962&device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1564] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:59 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => 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: 753/1565] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:08:58 2026] PUT /v2.0/routers/13419d5c-babd-4c07-8b21-651a79910b38/add_router_interface => generated 309 bytes in 1249 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1566] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:08:59 2026] GET /v2.0/ports?device_id=35624fe7-e146-41b1-90c6-3e3479ae4501 => 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: 813/1567] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:08:59 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1568] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:59 2026] GET /v2.0/security-groups?id=fe9dfea0-426f-49fe-9feb-4cca30ede457&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: 755/1569] 199.204.45.250 () {34 vars in 1018 bytes} [Tue Apr 28 07:08:59 2026] GET /v2.0/networks?tenant_id=c88a8337e7ff45ef83c0aa32ed724962&shared=False => generated 756 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1570] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:08:59 2026] GET /v2.0/ports/e7ee308e-e170-42f0-9a8b-af5b13592302 => generated 967 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1571] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:08:59 2026] GET /v2.0/security-groups?id=65f09261-dae4-491a-b470-7db484551bc4&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1572] 199.204.45.250 () {34 vars in 930 bytes} [Tue Apr 28 07:09:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:00.155 7 INFO neutron_taas.services.taas.taas_plugin [None req-95be6ca3-5544-4302-921d-33088c68acd8 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] TaaS: Handle Delete Port: 786ccf27-1880-4413-8142-21688efa21a6 2026-04-28 07:09:00.159 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95be6ca3-5544-4302-921d-33088c68acd8 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] Tap Mirror: Handle Delete Port: 786ccf27-1880-4413-8142-21688efa21a6 2026-04-28 07:09:00.405 8 INFO neutron_taas.services.taas.taas_plugin [None req-67a9d522-013a-4ad5-89d8-21d96704a48d 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] TaaS: Handle Delete Port: e7ee308e-e170-42f0-9a8b-af5b13592302 2026-04-28 07:09:00.408 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67a9d522-013a-4ad5-89d8-21d96704a48d 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Tap Mirror: Handle Delete Port: e7ee308e-e170-42f0-9a8b-af5b13592302 2026-04-28 07:09:00.525 7 INFO neutron.services.segments.plugin [-] Segment 4a3c2913-cd8a-439b-a56d-0b035c27ce5b resource provider aggregate not found 2026-04-28 07:09:00.531 7 INFO neutron.services.segments.plugin [-] Segment 4a3c2913-cd8a-439b-a56d-0b035c27ce5b resource provider aggregate not found 2026-04-28 07:09:00.554 7 INFO neutron.services.segments.plugin [-] Segment 4a3c2913-cd8a-439b-a56d-0b035c27ce5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a3c2913-cd8a-439b-a56d-0b035c27ce5b found for delete ", "request_id": "req-06834aab-4fcd-434c-82f6-443da170e266"}]} 2026-04-28 07:09:00.557 7 INFO neutron.services.segments.plugin [-] Segment 4a3c2913-cd8a-439b-a56d-0b035c27ce5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a3c2913-cd8a-439b-a56d-0b035c27ce5b found for delete ", "request_id": "req-c9e65c59-26d7-46e9-ac2f-c8001f530e87"}]} 2026-04-28 07:09:00.557 7 INFO neutron.db.l3_hamode_db [None req-95be6ca3-5544-4302-921d-33088c68acd8 4d1f8d4c929943b6b5408d12922e4c79 bb66905b0ca94f63bde3b63b9f300bfe - - default default] HA network 9ebaf8c0-1b5d-42a8-8ec5-9f4dfd2933ee was deleted as no HA routers are present in tenant bb66905b0ca94f63bde3b63b9f300bfe. [pid: 7|app: 0|req: 756/1573] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:08:59 2026] DELETE /v2.0/routers/35624fe7-e146-41b1-90c6-3e3479ae4501 => generated 0 bytes in 590 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1574] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:09:00 2026] PUT /v2.0/routers/13419d5c-babd-4c07-8b21-651a79910b38/remove_router_interface => generated 309 bytes in 708 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:01.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-aaafb597-e784-406d-9dc7-864b85bc0b2c 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] TaaS: Handle Delete Port: 5b02ef02-50e7-4b4a-90dc-2830dedb86ef 2026-04-28 07:09:01.057 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aaafb597-e784-406d-9dc7-864b85bc0b2c 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Tap Mirror: Handle Delete Port: 5b02ef02-50e7-4b4a-90dc-2830dedb86ef [pid: 8|app: 0|req: 819/1575] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:01 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1576] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:09:01 2026] GET /v2.0/ports?tenant_id=c88a8337e7ff45ef83c0aa32ed724962&device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1577] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:01 2026] GET /v2.0/security-groups?id=fe9dfea0-426f-49fe-9feb-4cca30ede457&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1578] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:01 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1579] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:09:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7c39626a-cea6-450d-bdb3-42200aaebe11 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1580] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:01 2026] GET /v2.0/security-groups?id=65f09261-dae4-491a-b470-7db484551bc4&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1581] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:09:01 2026] GET /v2.0/subnets?id=fce66bf3-11ff-4835-85c4-b96ccfc7c93e => generated 678 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1582] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:09:01 2026] GET /v2.0/ports?network_id=26ed014b-4ec3-4968-9176-c6ced6b83582&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: 757/1583] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:09:00 2026] PUT /v2.0/routers/13419d5c-babd-4c07-8b21-651a79910b38/remove_router_interface => generated 309 bytes in 698 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1584] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:09:01 2026] GET /v2.0/networks/26ed014b-4ec3-4968-9176-c6ced6b83582?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1585] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:09:01 2026] GET /v2.0/ports?device_id=13419d5c-babd-4c07-8b21-651a79910b38 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1586] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:09:01 2026] GET /v2.0/networks/26ed014b-4ec3-4968-9176-c6ced6b83582?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1587] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:01 2026] GET /v2.0/security-groups?tenant_id=104809c2e4bf454d82d845f147909a48&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:09:01.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-75654c50-3a65-48d8-b5b8-2a4800864757 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] TaaS: Handle Delete Port: a6baeef3-fb87-4897-8e56-668850f88e5c 2026-04-28 07:09:01.678 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75654c50-3a65-48d8-b5b8-2a4800864757 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Tap Mirror: Handle Delete Port: a6baeef3-fb87-4897-8e56-668850f88e5c [pid: 8|app: 0|req: 828/1588] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:01 2026] DELETE /v2.0/security-groups/18d054ad-0673-4782-a47f-8bb6c3cdd245 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1589] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:01 2026] GET /v2.0/security-groups?tenant_id=bb66905b0ca94f63bde3b63b9f300bfe&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:09:02.041 7 INFO neutron.db.l3_hamode_db [None req-75654c50-3a65-48d8-b5b8-2a4800864757 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] HA network 37c8eb2f-7f74-4012-a5c1-b4c0e0741fff was deleted as no HA routers are present in tenant b41963afe89c4871bb736c7d6dcd1c1e. [pid: 7|app: 0|req: 761/1590] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:01 2026] DELETE /v2.0/routers/13419d5c-babd-4c07-8b21-651a79910b38 => generated 0 bytes in 498 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1591] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:02 2026] DELETE /v2.0/security-groups/a1d33905-07e3-4470-b717-e54679681064 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1592] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:02 2026] DELETE /v2.0/subnets/042940b9-1317-4556-bb68-ce02bd711d53 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1593] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:02 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => 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: 831/1594] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:02 2026] DELETE /v2.0/subnets/42ee4c05-1467-4757-ad5e-56d38b85aefe => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1595] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:02 2026] GET /v2.0/security-groups?tenant_id=7a2d1dbdfd674e0bb45f13c08457a0b9&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: 832/1596] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:02 2026] GET /v2.0/security-groups?id=fe9dfea0-426f-49fe-9feb-4cca30ede457&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: 765/1597] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:02 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:02.542 8 INFO neutron_taas.services.taas.taas_plugin [None req-6049c0db-cdc9-400d-b1cb-4b4cc3839d28 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] TaaS: Handle Delete Port: 72427809-9db5-4a51-9d5a-7239ad01146c 2026-04-28 07:09:02.548 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6049c0db-cdc9-400d-b1cb-4b4cc3839d28 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Tap Mirror: Handle Delete Port: 72427809-9db5-4a51-9d5a-7239ad01146c 2026-04-28 07:09:02.580 7 INFO neutron.services.segments.plugin [-] Segment e8a0c062-6987-4e8d-8e3e-6fc4df3efc21 resource provider aggregate not found 2026-04-28 07:09:02.586 7 INFO neutron.services.segments.plugin [-] Segment e8a0c062-6987-4e8d-8e3e-6fc4df3efc21 resource provider aggregate not found 2026-04-28 07:09:02.616 7 INFO neutron.services.segments.plugin [-] Segment e8a0c062-6987-4e8d-8e3e-6fc4df3efc21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8a0c062-6987-4e8d-8e3e-6fc4df3efc21 found for delete ", "request_id": "req-f7c741da-d6aa-48f9-9b00-ca1e5515310f"}]} 2026-04-28 07:09:02.624 7 INFO neutron.services.segments.plugin [-] Segment e8a0c062-6987-4e8d-8e3e-6fc4df3efc21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8a0c062-6987-4e8d-8e3e-6fc4df3efc21 found for delete ", "request_id": "req-e18052bf-0bfa-4029-baf6-8963489bb885"}]} [pid: 7|app: 0|req: 766/1598] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:02 2026] DELETE /v2.0/security-groups/3fa65060-0ccd-4fbc-9e63-fbd4bfb1fece => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1599] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:02 2026] GET /v2.0/security-groups?id=65f09261-dae4-491a-b470-7db484551bc4&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:02.818 8 INFO neutron.services.segments.plugin [-] Segment bbcce9eb-02bb-40e1-8570-ec7e7acc51b7 resource provider aggregate not found 2026-04-28 07:09:02.828 8 INFO neutron.services.segments.plugin [-] Segment bbcce9eb-02bb-40e1-8570-ec7e7acc51b7 resource provider aggregate not found 2026-04-28 07:09:02.838 8 INFO neutron.services.segments.plugin [-] Segment bbcce9eb-02bb-40e1-8570-ec7e7acc51b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbcce9eb-02bb-40e1-8570-ec7e7acc51b7 found for delete ", "request_id": "req-003e110c-2cb1-4bf1-97c4-c19faeff605e"}]} 2026-04-28 07:09:02.852 8 INFO neutron.services.segments.plugin [-] Segment bbcce9eb-02bb-40e1-8570-ec7e7acc51b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbcce9eb-02bb-40e1-8570-ec7e7acc51b7 found for delete ", "request_id": "req-de93174f-1f4d-4e07-993f-e7ee6cd3675a"}]} [pid: 8|app: 0|req: 833/1600] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:02 2026] DELETE /v2.0/networks/5509a39b-379f-4bb4-b199-e3731bbcfef0 => generated 0 bytes in 416 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:02.967 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d8be9ab-9f38-4f4c-9e85-58bffb5ef25d 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] TaaS: Handle Delete Port: 1016a5bd-fcba-49af-8e70-afb15fb03169 2026-04-28 07:09:02.970 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d8be9ab-9f38-4f4c-9e85-58bffb5ef25d 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Tap Mirror: Handle Delete Port: 1016a5bd-fcba-49af-8e70-afb15fb03169 [pid: 7|app: 0|req: 768/1601] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:02 2026] DELETE /v2.0/networks/be9c359e-da2f-4735-a0f9-a4870c107b28 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:03.254 8 INFO neutron.db.segments_db [None req-39fb4a2f-c4e2-464d-adfe-84e868755f85 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Added segment 215687a1-3cd8-4bff-89e6-dfa828d6bcb4 of type vxlan for network 7425cf05-117c-4dcc-8bf5-52b95cc87618 [pid: 8|app: 0|req: 834/1602] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:03 2026] POST /v2.0/networks => generated 614 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1603] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:03 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1604] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:03 2026] GET /v2.0/security-groups?id=fe9dfea0-426f-49fe-9feb-4cca30ede457&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1605] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:03 2026] POST /v2.0/subnets => generated 646 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:09:03.708 8 INFO neutron.db.segments_db [None req-e3db5cb0-5cb0-4bad-9184-f2a793180c3a 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Added segment 0928e1ac-0dfa-4c55-b801-29dc90d14a90 of type vxlan for network 7961da8e-3d81-4c6c-b2e8-5d671b1fd8ce [pid: 7|app: 0|req: 770/1606] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:03 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1607] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:03 2026] GET /v2.0/security-groups?id=65f09261-dae4-491a-b470-7db484551bc4&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:04.042 8 INFO neutron.db.l3_hamode_db [None req-e3db5cb0-5cb0-4bad-9184-f2a793180c3a 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:09:04.165 8 INFO neutron.db.l3_hamode_db [None req-e3db5cb0-5cb0-4bad-9184-f2a793180c3a 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:09:04.637 7 INFO neutron.services.segments.plugin [-] Segment cb55f179-d4b5-4b50-a21f-43cf922bc74c resource provider aggregate not found 2026-04-28 07:09:04.645 7 INFO neutron.services.segments.plugin [-] Segment cb55f179-d4b5-4b50-a21f-43cf922bc74c resource provider aggregate not found 2026-04-28 07:09:04.655 7 INFO neutron.services.segments.plugin [-] Segment cb55f179-d4b5-4b50-a21f-43cf922bc74c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb55f179-d4b5-4b50-a21f-43cf922bc74c found for delete ", "request_id": "req-a9bb6b15-2fcb-4519-a708-6d58b0620dd7"}]} 2026-04-28 07:09:04.670 7 INFO neutron.services.segments.plugin [-] Segment cb55f179-d4b5-4b50-a21f-43cf922bc74c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb55f179-d4b5-4b50-a21f-43cf922bc74c found for delete ", "request_id": "req-14d05e05-c26d-4916-8cb8-951b829bc579"}]} [pid: 7|app: 0|req: 772/1608] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:04 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => generated 971 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1609] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:04 2026] GET /v2.0/security-groups?id=fe9dfea0-426f-49fe-9feb-4cca30ede457&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1610] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:03 2026] POST /v2.0/routers => generated 511 bytes in 1301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1611] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:04 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1612] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:05 2026] GET /v2.0/security-groups?id=65f09261-dae4-491a-b470-7db484551bc4&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1613] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:05 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1614] 10.0.0.33 () {34 vars in 664 bytes} [Tue Apr 28 07:09:04 2026] POST /v2.0/ports => generated 959 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 07:09:05.656 8 INFO neutron.db.l3_db [None req-da40d31c-a6ca-41d2-a6a6-33b78f9f67e2 18361d150dd746cd8c180ecf01d4c1ee 9651a7b0576a4cc697de43bf6ba18fb2 - - default default] Floating IP 1d998093-b78d-4be8-b043-dd2e9b2ed436 associated. External IP: 10.96.250.217, port: 15022c8d-c103-467d-91a0-e95125108f44. [pid: 8|app: 0|req: 841/1615] 10.0.0.33 () {34 vars in 748 bytes} [Tue Apr 28 07:09:05 2026] PUT /v2.0/floatingips/1d998093-b78d-4be8-b043-dd2e9b2ed436 => generated 856 bytes in 989 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1616] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:06 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1617] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:06 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1618] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:06 2026] GET /v2.0/security-groups?id=fe9dfea0-426f-49fe-9feb-4cca30ede457&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: 845/1619] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:06 2026] GET /v2.0/security-groups?id=65f09261-dae4-491a-b470-7db484551bc4&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:06.438 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ffcc314-7d20-4bfd-bef6-26b72dfe8b75'] response: {'name': 'network-changed', 'server_uuid': '31795dab-a837-4408-9eb7-2108ba687209', 'tag': '15022c8d-c103-467d-91a0-e95125108f44', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 775/1622] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:09:05 2026] PUT /v2.0/routers/7f7b9b41-6eb9-42fe-a3dc-76cdcae70394/add_router_interface => generated 309 bytes in 1312 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: 848/1623] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:06 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1624] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:09:06 2026] GET /v2.0/ports/ebe25308-feef-4cfd-a788-22a702984ddd => generated 1033 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1625] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:06 2026] GET /v2.0/security-groups?id=65f09261-dae4-491a-b470-7db484551bc4&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1626] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:09:06 2026] GET /v2.0/ports?tenant_id=9651a7b0576a4cc697de43bf6ba18fb2&device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1627] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:09:07 2026] GET /v2.0/networks?id=3b966d0c-4779-4e10-aaac-bd0a3a459340 => generated 772 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1628] 199.204.45.250 () {34 vars in 1060 bytes} [Tue Apr 28 07:09:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=15022c8d-c103-467d-91a0-e95125108f44 => generated 859 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:07.121 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2260d10-08c5-4368-9c6b-1516f78b77ce 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] TaaS: Handle Delete Port: ebe25308-feef-4cfd-a788-22a702984ddd 2026-04-28 07:09:07.125 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2260d10-08c5-4368-9c6b-1516f78b77ce 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Tap Mirror: Handle Delete Port: ebe25308-feef-4cfd-a788-22a702984ddd [pid: 8|app: 0|req: 853/1629] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:09:07 2026] GET /v2.0/subnets?id=dcf6b3e0-e3f7-4907-acc1-243ec45a5586 => generated 694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1630] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:09:07 2026] GET /v2.0/ports?network_id=3b966d0c-4779-4e10-aaac-bd0a3a459340&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1631] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:09:07 2026] GET /v2.0/networks/3b966d0c-4779-4e10-aaac-bd0a3a459340?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1632] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:09:07 2026] GET /v2.0/networks/3b966d0c-4779-4e10-aaac-bd0a3a459340?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: 857/1633] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:07 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1634] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:09:06 2026] PUT /v2.0/routers/7f7b9b41-6eb9-42fe-a3dc-76cdcae70394/remove_router_interface => generated 309 bytes in 845 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: 858/1635] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:07 2026] GET /v2.0/security-groups?id=fe9dfea0-426f-49fe-9feb-4cca30ede457&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:07.706 7 INFO neutron.api.v2.resource [None req-d7a99caa-0972-4d92-9c10-7fcd2f9aa9cd 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 778/1636] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:09:07 2026] PUT /v2.0/routers/7f7b9b41-6eb9-42fe-a3dc-76cdcae70394/remove_router_interface => generated 197 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1637] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:07 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1638] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:09:07 2026] GET /v2.0/ports?device_id=7f7b9b41-6eb9-42fe-a3dc-76cdcae70394 => 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: 781/1639] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:07 2026] GET /v2.0/security-groups?id=fe9dfea0-426f-49fe-9feb-4cca30ede457&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:08.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ad02092-43d8-4903-bfdc-e15445c6ec24 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] TaaS: Handle Delete Port: 589b8973-ac37-4ff1-96ac-13e58b290497 2026-04-28 07:09:08.049 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ad02092-43d8-4903-bfdc-e15445c6ec24 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Tap Mirror: Handle Delete Port: 589b8973-ac37-4ff1-96ac-13e58b290497 [pid: 8|app: 0|req: 859/1640] 10.0.0.33 () {34 vars in 683 bytes} [Tue Apr 28 07:09:07 2026] POST /v2.0/security-groups => generated 1601 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1641] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:09:08 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => 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: 861/1642] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:08 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => 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: 862/1643] 10.0.0.33 () {34 vars in 683 bytes} [Tue Apr 28 07:09:08 2026] POST /v2.0/security-groups => generated 1601 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 07:09:08.466 7 INFO neutron.services.segments.plugin [-] Segment 0928e1ac-0dfa-4c55-b801-29dc90d14a90 resource provider aggregate not found 2026-04-28 07:09:08.472 7 INFO neutron.services.segments.plugin [-] Segment 0928e1ac-0dfa-4c55-b801-29dc90d14a90 resource provider aggregate not found 2026-04-28 07:09:08.491 7 INFO neutron.db.l3_hamode_db [None req-3ad02092-43d8-4903-bfdc-e15445c6ec24 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] HA network 7961da8e-3d81-4c6c-b2e8-5d671b1fd8ce was deleted as no HA routers are present in tenant b41963afe89c4871bb736c7d6dcd1c1e. [pid: 7|app: 0|req: 782/1644] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:07 2026] DELETE /v2.0/routers/7f7b9b41-6eb9-42fe-a3dc-76cdcae70394 => generated 0 bytes in 681 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:09:08.503 7 INFO neutron.services.segments.plugin [-] Segment 0928e1ac-0dfa-4c55-b801-29dc90d14a90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0928e1ac-0dfa-4c55-b801-29dc90d14a90 found for delete ", "request_id": "req-b2cc9904-550f-46d9-a589-4f7259731960"}]} 2026-04-28 07:09:08.512 7 INFO neutron.services.segments.plugin [-] Segment 0928e1ac-0dfa-4c55-b801-29dc90d14a90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0928e1ac-0dfa-4c55-b801-29dc90d14a90 found for delete ", "request_id": "req-232a4eae-7a9b-4f65-835f-5a45de627c29"}]} [pid: 7|app: 0|req: 783/1645] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:08 2026] GET /v2.0/security-groups?id=65f09261-dae4-491a-b470-7db484551bc4&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1646] 10.0.0.33 () {34 vars in 683 bytes} [Tue Apr 28 07:09:08 2026] POST /v2.0/security-groups => generated 1601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 07:09:08.785 8 INFO neutron.db.l3_db [None req-393e0177-d0bf-4041-93f4-6ee2966808df fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] Floating IP 9e1bec9a-ed86-4b27-950d-8253fe9fabf6 associated. External IP: 10.96.250.205, port: 7c39626a-cea6-450d-bdb3-42200aaebe11. [pid: 7|app: 0|req: 785/1647] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:08 2026] DELETE /v2.0/subnets/55b547da-d3c0-405d-9dc7-835bdae2ef6e => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1648] 10.0.0.33 () {34 vars in 683 bytes} [Tue Apr 28 07:09:08 2026] POST /v2.0/security-groups => generated 1601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 07:09:09.124 7 INFO neutron_taas.services.taas.taas_plugin [None req-1377b5a0-de2c-410f-b078-11f66ac79a09 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] TaaS: Handle Delete Port: d6ac6a71-948f-46f1-a745-db9b83fe90e1 2026-04-28 07:09:09.127 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1377b5a0-de2c-410f-b078-11f66ac79a09 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Tap Mirror: Handle Delete Port: d6ac6a71-948f-46f1-a745-db9b83fe90e1 [pid: 8|app: 0|req: 863/1649] 10.0.0.33 () {34 vars in 748 bytes} [Tue Apr 28 07:09:08 2026] PUT /v2.0/floatingips/9e1bec9a-ed86-4b27-950d-8253fe9fabf6 => generated 855 bytes in 779 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:09.225 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-352cb1e0-a102-4964-8a07-b66f61df633b'] response: {'name': 'network-changed', 'server_uuid': '43357ef9-60b9-44a8-8e9b-68bb739d1867', 'tag': '7c39626a-cea6-450d-bdb3-42200aaebe11', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 864/1650] 10.0.0.33 () {34 vars in 683 bytes} [Tue Apr 28 07:09:09 2026] POST /v2.0/security-groups => generated 1601 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1651] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:09:09 2026] GET /v2.0/floatingips/9e1bec9a-ed86-4b27-950d-8253fe9fabf6 => generated 855 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1652] 199.204.45.250 () {34 vars in 994 bytes} [Tue Apr 28 07:09:09 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => 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: 787/1653] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:09 2026] DELETE /v2.0/networks/7425cf05-117c-4dcc-8bf5-52b95cc87618 => generated 0 bytes in 430 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1654] 10.0.0.33 () {34 vars in 766 bytes} [Tue Apr 28 07:09:09 2026] PUT /v2.0/security-groups/8fe9c504-3536-432b-bb24-af228877d3fd/tags => generated 17 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:09.603 8 INFO neutron.db.segments_db [None req-d0c8aad4-f5c2-49cc-89a9-387f9c3cd842 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Added segment eb6ea393-60bf-4f28-bbf2-b3c4171178d6 of type vxlan for network c52640c8-6f18-4390-b426-c5ec8237b2d1 2026-04-28 07:09:09.633 7 INFO neutron_taas.services.taas.taas_plugin [req-ad302c99-76c3-4b05-b811-960176d42cfe req-d24ee031-d7df-424f-9b18-74d81868fd17 18361d150dd746cd8c180ecf01d4c1ee 9651a7b0576a4cc697de43bf6ba18fb2 - - default default] TaaS: Handle Delete Port: 15022c8d-c103-467d-91a0-e95125108f44 2026-04-28 07:09:09.638 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ad302c99-76c3-4b05-b811-960176d42cfe req-d24ee031-d7df-424f-9b18-74d81868fd17 18361d150dd746cd8c180ecf01d4c1ee 9651a7b0576a4cc697de43bf6ba18fb2 - - default default] Tap Mirror: Handle Delete Port: 15022c8d-c103-467d-91a0-e95125108f44 [pid: 8|app: 0|req: 868/1655] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:09 2026] POST /v2.0/networks => generated 615 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1656] 10.0.0.33 () {34 vars in 766 bytes} [Tue Apr 28 07:09:09 2026] PUT /v2.0/security-groups/1bda20a6-e5ec-4f09-bfbf-1bd157bab098/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:09.791 7 INFO neutron.db.l3_db [req-ad302c99-76c3-4b05-b811-960176d42cfe req-d24ee031-d7df-424f-9b18-74d81868fd17 18361d150dd746cd8c180ecf01d4c1ee 9651a7b0576a4cc697de43bf6ba18fb2 - - default default] Floating IP 1d998093-b78d-4be8-b043-dd2e9b2ed436 disassociated. External IP: 10.96.250.217, port: 15022c8d-c103-467d-91a0-e95125108f44. [pid: 8|app: 0|req: 870/1657] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:09 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => 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: 871/1658] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:09 2026] POST /v2.0/subnets => generated 646 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1659] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:09:10 2026] GET /v2.0/ports?tenant_id=c88a8337e7ff45ef83c0aa32ed724962&device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => 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: 788/1660] 199.204.45.250 () {36 vars in 997 bytes} [Tue Apr 28 07:09:09 2026] DELETE /v2.0/ports/15022c8d-c103-467d-91a0-e95125108f44 => generated 0 bytes in 712 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1661] 10.0.0.33 () {34 vars in 766 bytes} [Tue Apr 28 07:09:10 2026] PUT /v2.0/security-groups/fb0b05e8-f611-4e2f-8698-8f72e25d7bef/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1662] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:10 2026] GET /v2.0/security-groups?id=65f09261-dae4-491a-b470-7db484551bc4&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:10.205 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d539095-bb5c-4917-aad2-0e54ee3f2dea'] response: {'server_uuid': '31795dab-a837-4408-9eb7-2108ba687209', 'name': 'network-vif-deleted', 'tag': '15022c8d-c103-467d-91a0-e95125108f44', 'status': 'completed', 'code': 200} 2026-04-28 07:09:10.216 8 INFO neutron.db.segments_db [None req-c1454686-7d97-4832-b70c-9818c3c40364 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Added segment 982efb5a-511a-4bc3-b282-f36e40422bac of type vxlan for network 4beb895a-8f30-4f03-9158-6e7532749b71 [pid: 7|app: 0|req: 790/1663] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:09:10 2026] GET /v2.0/networks?id=26ed014b-4ec3-4968-9176-c6ced6b83582 => generated 756 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1664] 10.0.0.33 () {34 vars in 766 bytes} [Tue Apr 28 07:09:10 2026] PUT /v2.0/security-groups/a8dc9ba5-5acf-4d51-a5ed-d7e036d992db/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1665] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:09:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7c39626a-cea6-450d-bdb3-42200aaebe11 => 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: 793/1666] 10.0.0.33 () {32 vars in 679 bytes} [Tue Apr 28 07:09:10 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1667] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:09:10 2026] GET /v2.0/subnets?id=fce66bf3-11ff-4835-85c4-b96ccfc7c93e => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1668] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:09:10 2026] GET /v2.0/floatingips/9e1bec9a-ed86-4b27-950d-8253fe9fabf6 => generated 857 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1669] 10.0.0.33 () {32 vars in 693 bytes} [Tue Apr 28 07:09:10 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:09:10.487 8 INFO neutron.db.l3_hamode_db [None req-c1454686-7d97-4832-b70c-9818c3c40364 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 797/1670] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:09:10 2026] GET /v2.0/ports?network_id=26ed014b-4ec3-4968-9176-c6ced6b83582&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:09:10.537 7 INFO neutron.services.segments.plugin [-] Segment 215687a1-3cd8-4bff-89e6-dfa828d6bcb4 resource provider aggregate not found 2026-04-28 07:09:10.538 7 INFO neutron.services.segments.plugin [-] Segment 215687a1-3cd8-4bff-89e6-dfa828d6bcb4 resource provider aggregate not found 2026-04-28 07:09:10.566 7 INFO neutron.services.segments.plugin [-] Segment 215687a1-3cd8-4bff-89e6-dfa828d6bcb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 215687a1-3cd8-4bff-89e6-dfa828d6bcb4 found for delete ", "request_id": "req-018d3532-631f-42d6-a9a9-5a9545af2b31"}]} [pid: 7|app: 0|req: 798/1671] 10.0.0.33 () {32 vars in 689 bytes} [Tue Apr 28 07:09:10 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:09:10.571 7 INFO neutron.services.segments.plugin [-] Segment 215687a1-3cd8-4bff-89e6-dfa828d6bcb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 215687a1-3cd8-4bff-89e6-dfa828d6bcb4 found for delete ", "request_id": "req-c55396df-d673-46ad-bacd-9a7e9ae2ffe4"}]} [pid: 7|app: 0|req: 799/1672] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:09:10 2026] GET /v2.0/networks/26ed014b-4ec3-4968-9176-c6ced6b83582?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:10.639 8 INFO neutron.db.l3_hamode_db [None req-c1454686-7d97-4832-b70c-9818c3c40364 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 800/1673] 10.0.0.33 () {32 vars in 701 bytes} [Tue Apr 28 07:09:10 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1674] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:09:10 2026] GET /v2.0/networks/26ed014b-4ec3-4968-9176-c6ced6b83582?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: 802/1675] 10.0.0.33 () {32 vars in 687 bytes} [Tue Apr 28 07:09:10 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1676] 10.0.0.33 () {32 vars in 701 bytes} [Tue Apr 28 07:09:10 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1677] 10.0.0.33 () {32 vars in 697 bytes} [Tue Apr 28 07:09:10 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1678] 10.0.0.33 () {32 vars in 709 bytes} [Tue Apr 28 07:09:10 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1679] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:10 2026] DELETE /v2.0/security-groups/8fe9c504-3536-432b-bb24-af228877d3fd => 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: 807/1680] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:11 2026] DELETE /v2.0/security-groups/1bda20a6-e5ec-4f09-bfbf-1bd157bab098 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1681] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:11 2026] DELETE /v2.0/security-groups/fb0b05e8-f611-4e2f-8698-8f72e25d7bef => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1682] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:11 2026] DELETE /v2.0/security-groups/a8dc9ba5-5acf-4d51-a5ed-d7e036d992db => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1683] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:11 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1684] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:10 2026] POST /v2.0/routers => generated 511 bytes in 1135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1685] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:11 2026] DELETE /v2.0/security-groups/b7d0e8ea-f484-492d-8e3b-ffd95e12b812 => 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: 875/1686] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:09:11 2026] PUT /v2.0/routers/639d4218-db3e-48d3-9c4b-4b02175d9081/add_router_interface => generated 309 bytes in 1033 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1687] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:09:12 2026] GET /v2.0/ports/23386492-68ed-4e3c-9e53-526fb23d9c68 => generated 959 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1688] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:12 2026] GET /v2.0/ports?device_id=31795dab-a837-4408-9eb7-2108ba687209 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1689] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:12 2026] GET /v2.0/security-groups?tenant_id=c166a692e2d64c9eb01657897893c499&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1690] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:12 2026] DELETE /v2.0/security-groups/e4ebfa96-8bcc-4e52-b8b5-94291bfc5a67 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:09:12.710 8 INFO neutron_taas.services.taas.taas_plugin [None req-46073146-9564-45f4-abc1-17f76706c17d 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] TaaS: Handle Delete Port: 23386492-68ed-4e3c-9e53-526fb23d9c68 2026-04-28 07:09:12.713 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46073146-9564-45f4-abc1-17f76706c17d 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Tap Mirror: Handle Delete Port: 23386492-68ed-4e3c-9e53-526fb23d9c68 [pid: 7|app: 0|req: 814/1691] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:12 2026] GET /v2.0/security-groups?tenant_id=7a9c3f84c5f84929a5eee790e6eda9ad&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1692] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:12 2026] DELETE /v2.0/security-groups/3b6300a4-6af9-4882-9ff9-9b09e65172cc => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1693] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:09:12 2026] PUT /v2.0/routers/639d4218-db3e-48d3-9c4b-4b02175d9081/remove_router_interface => generated 309 bytes in 779 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1694] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:13 2026] GET /v2.0/security-groups?tenant_id=f836f613330b42e39359c8499cbf4169&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1695] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:09:13 2026] GET /v2.0/ports?device_id=639d4218-db3e-48d3-9c4b-4b02175d9081 => 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: 817/1696] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:13 2026] DELETE /v2.0/security-groups/28857263-6978-4110-866c-c4b731451e66 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:09:13.398 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7793b5d-a105-4549-9e30-248c067749d7 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] TaaS: Handle Delete Port: 609d4bc8-1783-4a71-9e1b-e7ef6984e200 2026-04-28 07:09:13.402 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7793b5d-a105-4549-9e30-248c067749d7 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Tap Mirror: Handle Delete Port: 609d4bc8-1783-4a71-9e1b-e7ef6984e200 [pid: 7|app: 0|req: 818/1697] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:13 2026] DELETE /v2.0/security-groups/65f09261-dae4-491a-b470-7db484551bc4 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:09:13.626 7 INFO neutron.api.v2.resource [None req-4f5a7a00-33fc-4cd6-aa3e-8d657c2619a3 18361d150dd746cd8c180ecf01d4c1ee 9651a7b0576a4cc697de43bf6ba18fb2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 819/1698] 10.0.0.33 () {32 vars in 736 bytes} [Tue Apr 28 07:09:13 2026] GET /v2.0/security-groups/65f09261-dae4-491a-b470-7db484551bc4 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:09:13.760 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4dbebaf-a8d4-40eb-b6e6-972b1879150b 18361d150dd746cd8c180ecf01d4c1ee 9651a7b0576a4cc697de43bf6ba18fb2 - - default default] TaaS: Handle Delete Port: 149c9670-0ff9-4bbc-820d-0b3d3616aa56 2026-04-28 07:09:13.764 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4dbebaf-a8d4-40eb-b6e6-972b1879150b 18361d150dd746cd8c180ecf01d4c1ee 9651a7b0576a4cc697de43bf6ba18fb2 - - default default] Tap Mirror: Handle Delete Port: 149c9670-0ff9-4bbc-820d-0b3d3616aa56 2026-04-28 07:09:13.770 8 INFO neutron.services.segments.plugin [-] Segment 982efb5a-511a-4bc3-b282-f36e40422bac resource provider aggregate not found 2026-04-28 07:09:13.779 8 INFO neutron.services.segments.plugin [-] Segment 982efb5a-511a-4bc3-b282-f36e40422bac resource provider aggregate not found 2026-04-28 07:09:13.796 8 INFO neutron.services.segments.plugin [-] Segment 982efb5a-511a-4bc3-b282-f36e40422bac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 982efb5a-511a-4bc3-b282-f36e40422bac found for delete ", "request_id": "req-f5e3922f-58ea-4147-bfd2-3fb207bbb33e"}]} 2026-04-28 07:09:13.806 8 INFO neutron.services.segments.plugin [-] Segment 982efb5a-511a-4bc3-b282-f36e40422bac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 982efb5a-511a-4bc3-b282-f36e40422bac found for delete ", "request_id": "req-13ce3099-9cbe-4cde-af96-bafd9e46b049"}]} 2026-04-28 07:09:13.811 8 INFO neutron.db.l3_hamode_db [None req-b7793b5d-a105-4549-9e30-248c067749d7 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] HA network 4beb895a-8f30-4f03-9158-6e7532749b71 was deleted as no HA routers are present in tenant b41963afe89c4871bb736c7d6dcd1c1e. [pid: 8|app: 0|req: 880/1699] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:13 2026] DELETE /v2.0/routers/639d4218-db3e-48d3-9c4b-4b02175d9081 => generated 0 bytes in 600 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1700] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:09:13 2026] DELETE /v2.0/floatingips/1d998093-b78d-4be8-b043-dd2e9b2ed436 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1701] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:13 2026] DELETE /v2.0/subnets/614e03f1-ea78-4119-be0d-e63a283eb850 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:14.057 8 INFO neutron_taas.services.taas.taas_plugin [None req-c220617d-3a71-4a87-9f99-ca7e0b23a112 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] TaaS: Handle Delete Port: 79340418-c8ad-4267-a82e-4dbbcffaaec1 2026-04-28 07:09:14.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c220617d-3a71-4a87-9f99-ca7e0b23a112 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Tap Mirror: Handle Delete Port: 79340418-c8ad-4267-a82e-4dbbcffaaec1 [pid: 8|app: 0|req: 882/1702] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:13 2026] DELETE /v2.0/networks/c52640c8-6f18-4390-b426-c5ec8237b2d1 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:14.282 8 INFO neutron.db.segments_db [None req-d2995f54-de39-4a94-9165-6e3b075e5b96 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Added segment 55cef8ce-58e0-4a02-a863-2ba43a216bb9 of type vxlan for network 8b8ac9cd-7903-4888-ba03-3443f5cbad83 2026-04-28 07:09:14.391 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8c28c6b-53da-4a5c-9508-87b4bdc9a528 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: dfe55228-bbfd-442a-8475-876515173760 2026-04-28 07:09:14.394 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8c28c6b-53da-4a5c-9508-87b4bdc9a528 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: dfe55228-bbfd-442a-8475-876515173760 2026-04-28 07:09:14.534 8 INFO neutron.db.l3_hamode_db [None req-d2995f54-de39-4a94-9165-6e3b075e5b96 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 821/1703] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:09:13 2026] PUT /v2.0/routers/bec95926-27ad-409c-a228-fe2a02cb1e16/remove_router_interface => generated 309 bytes in 1080 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:15.302 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f89d828-6de8-42fa-9901-bc951c261735 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: cf982ee3-0892-4e30-b7f7-01740f744533 2026-04-28 07:09:15.306 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f89d828-6de8-42fa-9901-bc951c261735 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: cf982ee3-0892-4e30-b7f7-01740f744533 2026-04-28 07:09:15.429 8 INFO neutron.db.l3_hamode_db [None req-d2995f54-de39-4a94-9165-6e3b075e5b96 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:09:15.606 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f89d828-6de8-42fa-9901-bc951c261735 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 72f8accd-8876-415f-b374-cebf56900a7b 2026-04-28 07:09:15.609 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f89d828-6de8-42fa-9901-bc951c261735 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 72f8accd-8876-415f-b374-cebf56900a7b 2026-04-28 07:09:15.823 8 INFO neutron.services.segments.plugin [-] Segment eb6ea393-60bf-4f28-bbf2-b3c4171178d6 resource provider aggregate not found 2026-04-28 07:09:15.833 8 INFO neutron.services.segments.plugin [-] Segment eb6ea393-60bf-4f28-bbf2-b3c4171178d6 resource provider aggregate not found 2026-04-28 07:09:15.843 8 INFO neutron.services.segments.plugin [-] Segment eb6ea393-60bf-4f28-bbf2-b3c4171178d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb6ea393-60bf-4f28-bbf2-b3c4171178d6 found for delete ", "request_id": "req-0738d202-b758-4f2f-8bc2-91ea34b0ea60"}]} 2026-04-28 07:09:15.856 8 INFO neutron.services.segments.plugin [-] Segment eb6ea393-60bf-4f28-bbf2-b3c4171178d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb6ea393-60bf-4f28-bbf2-b3c4171178d6 found for delete ", "request_id": "req-6324353f-f022-4849-bc48-7fdb17101a95"}]} [pid: 8|app: 0|req: 883/1704] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:14 2026] POST /v2.0/routers => generated 691 bytes in 2174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:09:16.490 7 INFO neutron.services.segments.plugin [-] Segment 7b169ddb-587e-40fc-94bc-73ab8d8a727c resource provider aggregate not found 2026-04-28 07:09:16.498 7 INFO neutron.services.segments.plugin [-] Segment 7b169ddb-587e-40fc-94bc-73ab8d8a727c resource provider aggregate not found [pid: 8|app: 0|req: 884/1705] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:09:16 2026] GET /v2.0/routers/7158c575-9bd5-495a-8beb-bfa2cd9d9986 => generated 697 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:16.526 7 INFO neutron.services.segments.plugin [-] Segment 7b169ddb-587e-40fc-94bc-73ab8d8a727c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b169ddb-587e-40fc-94bc-73ab8d8a727c found for delete ", "request_id": "req-d93d10ce-e012-4159-995f-d0d4250cf3eb"}]} 2026-04-28 07:09:16.535 7 INFO neutron.db.l3_hamode_db [None req-9f89d828-6de8-42fa-9901-bc951c261735 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] HA network e2e1d1dc-89b7-457b-8c98-1b11017133dd was deleted as no HA routers are present in tenant 9651a7b0576a4cc697de43bf6ba18fb2. 2026-04-28 07:09:16.540 7 INFO neutron.services.segments.plugin [-] Segment 7b169ddb-587e-40fc-94bc-73ab8d8a727c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b169ddb-587e-40fc-94bc-73ab8d8a727c found for delete ", "request_id": "req-38c1dd97-0278-4b2d-97c5-3dd089054824"}]} [pid: 7|app: 0|req: 822/1706] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:15 2026] DELETE /v2.0/routers/bec95926-27ad-409c-a228-fe2a02cb1e16 => generated 0 bytes in 1523 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1707] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:16 2026] DELETE /v2.0/subnets/dcf6b3e0-e3f7-4907-acc1-243ec45a5586 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:16.909 7 INFO neutron_taas.services.taas.taas_plugin [None req-aaba642f-2c47-4ddf-8005-74722af74695 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 6a61280f-80e7-4f07-b0e5-f6706d448ba7 2026-04-28 07:09:16.911 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aaba642f-2c47-4ddf-8005-74722af74695 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 6a61280f-80e7-4f07-b0e5-f6706d448ba7 [pid: 7|app: 0|req: 824/1708] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:16 2026] DELETE /v2.0/networks/3b966d0c-4779-4e10-aaac-bd0a3a459340 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1709] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:17 2026] GET /v2.0/security-groups?tenant_id=9651a7b0576a4cc697de43bf6ba18fb2&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: 885/1710] 10.0.0.33 () {32 vars in 646 bytes} [Tue Apr 28 07:09:16 2026] GET /v2.0/routers => generated 700 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1711] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:17 2026] DELETE /v2.0/security-groups/e8ebaea0-e9da-497f-b1ff-46a0e6ca6213 => 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: 886/1712] 10.0.0.33 () {34 vars in 740 bytes} [Tue Apr 28 07:09:17 2026] PUT /v2.0/routers/7158c575-9bd5-495a-8beb-bfa2cd9d9986 => generated 704 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1713] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:09:17 2026] GET /v2.0/routers/7158c575-9bd5-495a-8beb-bfa2cd9d9986 => generated 704 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1714] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:09:17 2026] GET /v2.0/ports?device_id=7158c575-9bd5-495a-8beb-bfa2cd9d9986 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:17.980 7 INFO neutron.db.segments_db [None req-928d4a6b-4724-4b60-b520-8a7e3295a902 a9b2aa6df62b4ad9ac76c7edd33dfaa4 67a53f2a17874c9fa43a2afb34647ee4 - - default default] Added segment 3cb1112f-15e0-4ddc-8755-42c3bb25c4bf of type vxlan for network 61dbe4fc-e72b-4735-8e95-889ed5f7b2f4 [pid: 7|app: 0|req: 827/1715] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:17 2026] POST /v2.0/networks => generated 612 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:09:18.135 8 INFO neutron_taas.services.taas.taas_plugin [None req-866a282b-bb78-4527-8ac8-138abfbfdf47 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] TaaS: Handle Delete Port: 9fbe8037-3fc5-4fea-97c3-48edd6130e26 2026-04-28 07:09:18.137 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-866a282b-bb78-4527-8ac8-138abfbfdf47 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Tap Mirror: Handle Delete Port: 9fbe8037-3fc5-4fea-97c3-48edd6130e26 [pid: 7|app: 0|req: 828/1716] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:18 2026] POST /v2.0/subnets => generated 626 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:09:18.406 8 INFO neutron_taas.services.taas.taas_plugin [None req-866a282b-bb78-4527-8ac8-138abfbfdf47 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] TaaS: Handle Delete Port: 955015b5-9310-49d9-9276-28d9fbeca8fa 2026-04-28 07:09:18.409 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-866a282b-bb78-4527-8ac8-138abfbfdf47 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] Tap Mirror: Handle Delete Port: 955015b5-9310-49d9-9276-28d9fbeca8fa 2026-04-28 07:09:18.421 7 INFO neutron.db.segments_db [None req-aed71825-62dc-4971-a8c0-4455ce24b693 a9b2aa6df62b4ad9ac76c7edd33dfaa4 67a53f2a17874c9fa43a2afb34647ee4 - - default default] Added segment e8e53a66-ef35-4ce5-b5d2-5c589925b9e6 of type vxlan for network 1f4d639a-7bc7-4f8b-a7ec-15fa1af4f57d [pid: 7|app: 0|req: 829/1717] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:18 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:09:18.555 7 INFO neutron.services.segments.plugin [-] Segment bde62ce5-359f-4fd1-be6d-18e18d3bfbb5 resource provider aggregate not found [pid: 7|app: 0|req: 830/1718] 10.0.0.50 () {34 vars in 989 bytes} [Tue Apr 28 07:09:18 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => generated 1240 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:09:18.568 7 INFO neutron.services.segments.plugin [-] Segment bde62ce5-359f-4fd1-be6d-18e18d3bfbb5 resource provider aggregate not found 2026-04-28 07:09:18.586 7 INFO neutron.services.segments.plugin [-] Segment bde62ce5-359f-4fd1-be6d-18e18d3bfbb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bde62ce5-359f-4fd1-be6d-18e18d3bfbb5 found for delete ", "request_id": "req-7caef09f-df8e-4688-a238-3396cd9f49b2"}]} 2026-04-28 07:09:18.586 7 INFO neutron.services.segments.plugin [-] Segment bde62ce5-359f-4fd1-be6d-18e18d3bfbb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bde62ce5-359f-4fd1-be6d-18e18d3bfbb5 found for delete ", "request_id": "req-54c363ff-d571-468f-8026-ce7c72a0cac5"}]} 2026-04-28 07:09:18.783 8 INFO neutron.services.segments.plugin [-] Segment 55cef8ce-58e0-4a02-a863-2ba43a216bb9 resource provider aggregate not found 2026-04-28 07:09:18.786 8 INFO neutron.services.segments.plugin [-] Segment 55cef8ce-58e0-4a02-a863-2ba43a216bb9 resource provider aggregate not found 2026-04-28 07:09:18.812 8 INFO neutron.services.segments.plugin [-] Segment 55cef8ce-58e0-4a02-a863-2ba43a216bb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55cef8ce-58e0-4a02-a863-2ba43a216bb9 found for delete ", "request_id": "req-cbbc3529-ad32-4c00-9fc8-9411b8e7c47d"}]} 2026-04-28 07:09:18.814 8 INFO neutron.services.segments.plugin [-] Segment 55cef8ce-58e0-4a02-a863-2ba43a216bb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55cef8ce-58e0-4a02-a863-2ba43a216bb9 found for delete ", "request_id": "req-7eb89fab-ddb6-4c0c-8162-433e451fa927"}]} 2026-04-28 07:09:18.820 8 INFO neutron.db.l3_hamode_db [None req-866a282b-bb78-4527-8ac8-138abfbfdf47 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] HA network 8b8ac9cd-7903-4888-ba03-3443f5cbad83 was deleted as no HA routers are present in tenant b41963afe89c4871bb736c7d6dcd1c1e. [pid: 8|app: 0|req: 889/1719] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:17 2026] DELETE /v2.0/routers/7158c575-9bd5-495a-8beb-bfa2cd9d9986 => generated 0 bytes in 925 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1720] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:18 2026] POST /v2.0/subnets => generated 629 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1721] 10.0.0.50 () {34 vars in 1039 bytes} [Tue Apr 28 07:09:18 2026] GET /v2.0/security-groups?id=fe9dfea0-426f-49fe-9feb-4cca30ede457&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1722] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:09:18 2026] GET /v2.0/ports?device_id=7158c575-9bd5-495a-8beb-bfa2cd9d9986 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:18.888 7 INFO neutron.db.segments_db [None req-98fb317e-111f-4066-a188-9f64dc040d77 a9b2aa6df62b4ad9ac76c7edd33dfaa4 67a53f2a17874c9fa43a2afb34647ee4 - - default default] Added segment bb43a1ed-209b-4558-8999-f62a15a1d1cb of type vxlan for network 1b6a4e2b-45b2-4be5-b7e0-3bb2d163f3d2 2026-04-28 07:09:18.894 8 INFO neutron.api.v2.resource [None req-78db3493-a0c7-4c57-a0f8-da05ccf8e91c 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 892/1723] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:18 2026] DELETE /v2.0/routers/7158c575-9bd5-495a-8beb-bfa2cd9d9986 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1724] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:09:18 2026] GET /v2.0/ports?device_id=639d4218-db3e-48d3-9c4b-4b02175d9081 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:18.936 8 INFO neutron.api.v2.resource [None req-67373565-eba9-43fc-a6e7-8057d3ab7127 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 894/1725] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:18 2026] DELETE /v2.0/routers/639d4218-db3e-48d3-9c4b-4b02175d9081 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:09:18.954 8 INFO neutron.pecan_wsgi.hooks.translation [None req-360ed0a2-cc12-43cb-90a7-e229de42aa0c 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 895/1726] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:18 2026] DELETE /v2.0/subnets/614e03f1-ea78-4119-be0d-e63a283eb850 => 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: 896/1727] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:09:18 2026] GET /v2.0/ports?device_id=7f7b9b41-6eb9-42fe-a3dc-76cdcae70394 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1728] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:18 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 07:09:19.003 8 INFO neutron.api.v2.resource [None req-d638c5f9-9d92-4c82-b243-59022d6b467a 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 897/1729] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:18 2026] DELETE /v2.0/routers/7f7b9b41-6eb9-42fe-a3dc-76cdcae70394 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:09:19.021 8 INFO neutron.pecan_wsgi.hooks.translation [None req-47fea3f8-8c63-4951-a5f4-0ec857ef6ab5 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 898/1730] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:19 2026] DELETE /v2.0/subnets/55b547da-d3c0-405d-9dc7-835bdae2ef6e => 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: 899/1731] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:09:19 2026] GET /v2.0/ports?device_id=13419d5c-babd-4c07-8b21-651a79910b38 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:19.071 8 INFO neutron.api.v2.resource [None req-db8f29ca-2f84-47dc-b79d-884ae01de5ad 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 900/1732] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:19 2026] DELETE /v2.0/routers/13419d5c-babd-4c07-8b21-651a79910b38 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:09:19.089 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6eb21fa-1361-4243-a52b-faceadfc9de2 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 901/1733] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:19 2026] DELETE /v2.0/subnets/042940b9-1317-4556-bb68-ce02bd711d53 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:09:19.105 8 INFO neutron.pecan_wsgi.hooks.translation [None req-87d1aefe-b408-4ad2-9d03-f2ce864da38a 43353ed44f6240e5a7bef77696664b1b b41963afe89c4871bb736c7d6dcd1c1e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 902/1734] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:19 2026] DELETE /v2.0/subnets/42ee4c05-1467-4757-ad5e-56d38b85aefe => 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: 833/1735] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:18 2026] POST /v2.0/subnets => generated 629 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:09:19.288 8 INFO neutron.db.segments_db [None req-577e456a-4ae0-4738-a17b-575e3f1a3ccc a9b2aa6df62b4ad9ac76c7edd33dfaa4 67a53f2a17874c9fa43a2afb34647ee4 - - default default] Added segment 12da19d2-4cf2-4e79-b07b-2c6ab5f5357a of type vxlan for network 350241c1-d26d-463d-b232-104386c81202 [pid: 8|app: 0|req: 903/1736] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:19 2026] POST /v2.0/networks => generated 612 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1737] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:19 2026] POST /v2.0/subnets => generated 629 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:09:19.747 7 INFO neutron.db.segments_db [None req-8e02737a-b124-4784-8f4f-46a41fa678d7 a9b2aa6df62b4ad9ac76c7edd33dfaa4 67a53f2a17874c9fa43a2afb34647ee4 - - default default] Added segment cf0737ac-39c6-44db-9ab7-0c8af9c8a14d of type vxlan for network 1eb63a15-2609-447a-8e7a-a29189714c2c [pid: 8|app: 0|req: 904/1738] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:19 2026] GET /v2.0/security-groups?tenant_id=b41963afe89c4871bb736c7d6dcd1c1e&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1739] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:19 2026] POST /v2.0/networks => generated 613 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1740] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:19 2026] DELETE /v2.0/security-groups/c6ffc475-aa44-4dfe-9c18-9ac6d513f7f2 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1741] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:19 2026] POST /v2.0/subnets => generated 629 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1742] 10.0.0.33 () {34 vars in 750 bytes} [Tue Apr 28 07:09:20 2026] PUT /v2.0/subnets/a636e0d1-5a26-480f-b69d-5dc0b9b3dde7/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1743] 10.0.0.33 () {34 vars in 750 bytes} [Tue Apr 28 07:09:20 2026] PUT /v2.0/subnets/d71006c2-bf92-49e7-8808-6d8ef8610190/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1744] 10.0.0.33 () {34 vars in 750 bytes} [Tue Apr 28 07:09:20 2026] PUT /v2.0/subnets/f7e87322-45b9-4bf3-aa57-bd5f952c3fd0/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1745] 10.0.0.33 () {34 vars in 750 bytes} [Tue Apr 28 07:09:20 2026] PUT /v2.0/subnets/beebc010-2212-4e0c-a361-7d7a371e44ba/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: 908/1746] 10.0.0.33 () {32 vars in 663 bytes} [Tue Apr 28 07:09:20 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: 839/1747] 10.0.0.33 () {32 vars in 677 bytes} [Tue Apr 28 07:09:20 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1748] 10.0.0.33 () {32 vars in 673 bytes} [Tue Apr 28 07:09:20 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: 840/1749] 10.0.0.33 () {32 vars in 685 bytes} [Tue Apr 28 07:09:20 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1750] 10.0.0.33 () {32 vars in 671 bytes} [Tue Apr 28 07:09:20 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1751] 10.0.0.33 () {32 vars in 685 bytes} [Tue Apr 28 07:09:20 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1752] 10.0.0.33 () {32 vars in 681 bytes} [Tue Apr 28 07:09:20 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1753] 10.0.0.33 () {32 vars in 693 bytes} [Tue Apr 28 07:09:20 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1754] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:20 2026] DELETE /v2.0/subnets/a636e0d1-5a26-480f-b69d-5dc0b9b3dde7 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1755] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:20 2026] DELETE /v2.0/subnets/d71006c2-bf92-49e7-8808-6d8ef8610190 => 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: 913/1756] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:21 2026] DELETE /v2.0/subnets/f7e87322-45b9-4bf3-aa57-bd5f952c3fd0 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1757] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:21 2026] DELETE /v2.0/subnets/beebc010-2212-4e0c-a361-7d7a371e44ba => 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: 914/1758] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:21 2026] DELETE /v2.0/subnets/bd2f801e-142f-453c-a584-6c9ff2aff426 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:21.697 7 INFO neutron.services.segments.plugin [-] Segment 3cb1112f-15e0-4ddc-8755-42c3bb25c4bf resource provider aggregate not found 2026-04-28 07:09:21.712 7 INFO neutron.services.segments.plugin [-] Segment 3cb1112f-15e0-4ddc-8755-42c3bb25c4bf resource provider aggregate not found 2026-04-28 07:09:21.725 7 INFO neutron.services.segments.plugin [-] Segment 3cb1112f-15e0-4ddc-8755-42c3bb25c4bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cb1112f-15e0-4ddc-8755-42c3bb25c4bf found for delete ", "request_id": "req-783fc9ba-404b-4b27-ab92-b20c0b95941f"}]} [pid: 7|app: 0|req: 845/1759] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:21 2026] DELETE /v2.0/networks/61dbe4fc-e72b-4735-8e95-889ed5f7b2f4 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:21.743 7 INFO neutron.services.segments.plugin [-] Segment 3cb1112f-15e0-4ddc-8755-42c3bb25c4bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cb1112f-15e0-4ddc-8755-42c3bb25c4bf found for delete ", "request_id": "req-77cda288-9769-40a7-9edd-e1ff5aa19ae1"}]} [pid: 7|app: 0|req: 848/1762] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:21 2026] DELETE /v2.0/networks/1f4d639a-7bc7-4f8b-a7ec-15fa1af4f57d => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1763] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:21 2026] GET /v2.0/security-groups?tenant_id=e83aaa19ee9a43389c2b0ade9d98501b&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1764] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:21 2026] DELETE /v2.0/security-groups/a1f75a55-a748-43cd-9c98-f53dcbe15f8f => 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: 849/1765] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:21 2026] DELETE /v2.0/networks/1b6a4e2b-45b2-4be5-b7e0-3bb2d163f3d2 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1766] 10.0.0.33 () {34 vars in 676 bytes} [Tue Apr 28 07:09:22 2026] POST /v2.0/subnetpools => generated 549 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1767] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:22 2026] DELETE /v2.0/networks/350241c1-d26d-463d-b232-104386c81202 => 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: 851/1768] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:09:22 2026] GET /v2.0/subnetpools/6a8e4c39-9a54-40b2-8c93-cab6008b2181 => generated 549 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1769] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:22 2026] GET /v2.0/security-groups?tenant_id=b5dc46661e724c6da6b9321a711ad4db&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1770] 10.0.0.33 () {34 vars in 748 bytes} [Tue Apr 28 07:09:22 2026] PUT /v2.0/subnetpools/6a8e4c39-9a54-40b2-8c93-cab6008b2181 => generated 500 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1771] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:22 2026] DELETE /v2.0/networks/1eb63a15-2609-447a-8e7a-a29189714c2c => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1772] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:22 2026] DELETE /v2.0/security-groups/ed1577eb-fc8e-4e63-90a0-b4a7309be7b6 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1773] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:09:22 2026] DELETE /v2.0/subnetpools/6a8e4c39-9a54-40b2-8c93-cab6008b2181 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:09:22.423 8 INFO neutron.api.v2.resource [None req-4d7c18fa-766c-4600-b178-de776dad95a8 b6da2a2c33b644e6beb33728aaa56c94 93fdbb083da240d9aec0de38d15ecf94 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 921/1774] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:09:22 2026] GET /v2.0/subnetpools/6a8e4c39-9a54-40b2-8c93-cab6008b2181 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:09:22.442 7 INFO neutron.api.v2.resource [None req-5b65a9d0-3879-4604-9111-c389037ba6cd b6da2a2c33b644e6beb33728aaa56c94 93fdbb083da240d9aec0de38d15ecf94 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 854/1775] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:09:22 2026] DELETE /v2.0/subnetpools/6a8e4c39-9a54-40b2-8c93-cab6008b2181 => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1776] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:22 2026] GET /v2.0/security-groups?tenant_id=93fdbb083da240d9aec0de38d15ecf94&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1777] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:23 2026] DELETE /v2.0/security-groups/6cf04c09-1dae-4c88-9b30-8852b78e6e30 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1778] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:23 2026] GET /v2.0/security-groups?tenant_id=3ca36b6d64654cefae15ddc40db1edaf&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1779] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:23 2026] DELETE /v2.0/security-groups/85d83fad-65ef-4642-99e5-96d162cd61d9 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1780] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:23 2026] GET /v2.0/security-groups?tenant_id=67a53f2a17874c9fa43a2afb34647ee4&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:09:23.754 7 INFO neutron.services.segments.plugin [-] Segment e8e53a66-ef35-4ce5-b5d2-5c589925b9e6 resource provider aggregate not found 2026-04-28 07:09:23.769 7 INFO neutron.services.segments.plugin [-] Segment e8e53a66-ef35-4ce5-b5d2-5c589925b9e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8e53a66-ef35-4ce5-b5d2-5c589925b9e6 found for delete ", "request_id": "req-f00a0fbf-0ad5-461b-bad3-ab6643058dae"}]} 2026-04-28 07:09:23.773 7 INFO neutron.services.segments.plugin [-] Segment e8e53a66-ef35-4ce5-b5d2-5c589925b9e6 resource provider aggregate not found 2026-04-28 07:09:23.790 7 INFO neutron.services.segments.plugin [-] Segment bb43a1ed-209b-4558-8999-f62a15a1d1cb resource provider aggregate not found 2026-04-28 07:09:23.795 7 INFO neutron.services.segments.plugin [-] Segment e8e53a66-ef35-4ce5-b5d2-5c589925b9e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8e53a66-ef35-4ce5-b5d2-5c589925b9e6 found for delete ", "request_id": "req-24b0d0b0-46fa-4109-8f93-4f7f1e792019"}]} 2026-04-28 07:09:23.808 7 INFO neutron.services.segments.plugin [-] Segment bb43a1ed-209b-4558-8999-f62a15a1d1cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb43a1ed-209b-4558-8999-f62a15a1d1cb found for delete ", "request_id": "req-3f10f781-bf9c-427a-9efd-5444bd2a59d7"}]} 2026-04-28 07:09:23.819 7 INFO neutron.services.segments.plugin [-] Segment bb43a1ed-209b-4558-8999-f62a15a1d1cb resource provider aggregate not found 2026-04-28 07:09:23.826 7 INFO neutron.services.segments.plugin [-] Segment 12da19d2-4cf2-4e79-b07b-2c6ab5f5357a resource provider aggregate not found 2026-04-28 07:09:23.842 7 INFO neutron.services.segments.plugin [-] Segment 12da19d2-4cf2-4e79-b07b-2c6ab5f5357a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12da19d2-4cf2-4e79-b07b-2c6ab5f5357a found for delete ", "request_id": "req-d0830b72-7703-4f92-a7bb-4eb9cc4022da"}]} 2026-04-28 07:09:23.845 7 INFO neutron.services.segments.plugin [-] Segment bb43a1ed-209b-4558-8999-f62a15a1d1cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb43a1ed-209b-4558-8999-f62a15a1d1cb found for delete ", "request_id": "req-6e0ae28a-4a74-4489-8094-b4c527d43032"}]} [pid: 8|app: 0|req: 925/1781] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:23 2026] DELETE /v2.0/security-groups/9c12cdba-203b-4cda-aa4e-19fc70f829ae => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:09:23.860 7 INFO neutron.services.segments.plugin [-] Segment cf0737ac-39c6-44db-9ab7-0c8af9c8a14d resource provider aggregate not found 2026-04-28 07:09:23.868 7 INFO neutron.services.segments.plugin [-] Segment 12da19d2-4cf2-4e79-b07b-2c6ab5f5357a resource provider aggregate not found 2026-04-28 07:09:23.880 7 INFO neutron.services.segments.plugin [-] Segment cf0737ac-39c6-44db-9ab7-0c8af9c8a14d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf0737ac-39c6-44db-9ab7-0c8af9c8a14d found for delete ", "request_id": "req-fadc77d0-7375-43df-a0e6-bb4a3b7d5b1e"}]} 2026-04-28 07:09:23.888 7 INFO neutron.services.segments.plugin [-] Segment 12da19d2-4cf2-4e79-b07b-2c6ab5f5357a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12da19d2-4cf2-4e79-b07b-2c6ab5f5357a found for delete ", "request_id": "req-89c1beff-a4cd-4387-8b42-59633bf209f3"}]} 2026-04-28 07:09:23.904 7 INFO neutron.services.segments.plugin [-] Segment cf0737ac-39c6-44db-9ab7-0c8af9c8a14d resource provider aggregate not found 2026-04-28 07:09:23.928 7 INFO neutron.services.segments.plugin [-] Segment cf0737ac-39c6-44db-9ab7-0c8af9c8a14d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf0737ac-39c6-44db-9ab7-0c8af9c8a14d found for delete ", "request_id": "req-a6bb4ab0-323c-4bd7-952a-585be107e333"}]} [pid: 7|app: 0|req: 857/1782] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:24 2026] GET /v2.0/security-groups?tenant_id=03c801c5271e496a87ee02b9ae09bbd4&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1783] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:24 2026] DELETE /v2.0/security-groups/d2b2db5d-2bff-4dbe-be97-7e840b949687 => 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: 858/1784] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:27 2026] GET /v2.0/security-groups?tenant_id=40349d9e7af94804a0f2e06dba859ebe&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1785] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:27 2026] DELETE /v2.0/security-groups/caee8e1b-af2d-481c-90db-0bd319c09e0a => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1786] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:27 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => 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: 860/1787] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:27 2026] GET /v2.0/security-groups?id=fe9dfea0-426f-49fe-9feb-4cca30ede457&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1788] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:27 2026] GET /v2.0/security-groups?tenant_id=700fd1b7d73e40de94ec16bc3ac7fe33&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1789] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:28 2026] DELETE /v2.0/security-groups/c2bcb6dd-a613-4e26-b77a-e048a81b3f81 => 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: 929/1790] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:28 2026] GET /v2.0/security-groups?tenant_id=89edcff0d8904f07b0bb1c7920900d39&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1791] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:28 2026] DELETE /v2.0/security-groups/7abbce56-1828-42b4-b421-50259ebf1d24 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1792] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:28 2026] GET /v2.0/security-groups?tenant_id=c3e69c444e934ba7b4b8b21cdd880c9e&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: 863/1793] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:28 2026] DELETE /v2.0/security-groups/314e66cd-aa84-4001-a4cc-64103d02e9ca => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1794] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:29 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1795] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:29 2026] GET /v2.0/security-groups?id=fe9dfea0-426f-49fe-9feb-4cca30ede457&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1796] 10.0.0.33 () {34 vars in 675 bytes} [Tue Apr 28 07:09:29 2026] POST /v2.0/subnetpools => generated 516 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1797] 10.0.0.33 () {34 vars in 675 bytes} [Tue Apr 28 07:09:29 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1798] 10.0.0.33 () {34 vars in 675 bytes} [Tue Apr 28 07:09:29 2026] POST /v2.0/subnetpools => generated 516 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1799] 10.0.0.33 () {34 vars in 675 bytes} [Tue Apr 28 07:09:29 2026] POST /v2.0/subnetpools => generated 516 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1800] 10.0.0.33 () {34 vars in 675 bytes} [Tue Apr 28 07:09:29 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1801] 10.0.0.33 () {34 vars in 758 bytes} [Tue Apr 28 07:09:29 2026] PUT /v2.0/subnetpools/a913a98b-20e5-4494-9620-81d0241d264c/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1802] 10.0.0.33 () {34 vars in 758 bytes} [Tue Apr 28 07:09:29 2026] PUT /v2.0/subnetpools/ca4014a5-f151-435f-b2f5-96bc448d240c/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: 936/1803] 10.0.0.33 () {34 vars in 758 bytes} [Tue Apr 28 07:09:29 2026] PUT /v2.0/subnetpools/1f6c4581-40fd-41b1-9598-355773584c29/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1804] 10.0.0.33 () {34 vars in 758 bytes} [Tue Apr 28 07:09:29 2026] PUT /v2.0/subnetpools/79b367f7-8d10-46db-93ae-4b20931bb034/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1805] 10.0.0.33 () {32 vars in 671 bytes} [Tue Apr 28 07:09:29 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1806] 10.0.0.33 () {32 vars in 685 bytes} [Tue Apr 28 07:09:29 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1807] 10.0.0.33 () {32 vars in 681 bytes} [Tue Apr 28 07:09:30 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1808] 10.0.0.33 () {32 vars in 693 bytes} [Tue Apr 28 07:09:30 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1809] 10.0.0.33 () {32 vars in 679 bytes} [Tue Apr 28 07:09:30 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1810] 10.0.0.33 () {32 vars in 693 bytes} [Tue Apr 28 07:09:30 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1811] 10.0.0.33 () {32 vars in 689 bytes} [Tue Apr 28 07:09:30 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1812] 10.0.0.33 () {32 vars in 701 bytes} [Tue Apr 28 07:09:30 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1813] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:09:30 2026] DELETE /v2.0/subnetpools/a913a98b-20e5-4494-9620-81d0241d264c => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1814] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:30 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => 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: 942/1815] 199.204.45.250 () {34 vars in 994 bytes} [Tue Apr 28 07:09:30 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => 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: 874/1816] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:09:30 2026] DELETE /v2.0/subnetpools/ca4014a5-f151-435f-b2f5-96bc448d240c => 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: 943/1817] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:30 2026] GET /v2.0/security-groups?id=fe9dfea0-426f-49fe-9feb-4cca30ede457&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1818] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:09:30 2026] DELETE /v2.0/subnetpools/1f6c4581-40fd-41b1-9598-355773584c29 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1819] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:09:30 2026] DELETE /v2.0/subnetpools/79b367f7-8d10-46db-93ae-4b20931bb034 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:09:30.517 7 INFO neutron_taas.services.taas.taas_plugin [req-642458b4-b18f-4294-bab4-68959eb83f39 req-4eff4ed0-8948-44a3-baed-31f883469e08 fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] TaaS: Handle Delete Port: 7c39626a-cea6-450d-bdb3-42200aaebe11 2026-04-28 07:09:30.521 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-642458b4-b18f-4294-bab4-68959eb83f39 req-4eff4ed0-8948-44a3-baed-31f883469e08 fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] Tap Mirror: Handle Delete Port: 7c39626a-cea6-450d-bdb3-42200aaebe11 [pid: 8|app: 0|req: 946/1820] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:09:30 2026] DELETE /v2.0/subnetpools/d2a47c13-f3ca-4c9e-a797-a2dad852bac2 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:09:30.660 7 INFO neutron.db.l3_db [req-642458b4-b18f-4294-bab4-68959eb83f39 req-4eff4ed0-8948-44a3-baed-31f883469e08 fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] Floating IP 9e1bec9a-ed86-4b27-950d-8253fe9fabf6 disassociated. External IP: 10.96.250.205, port: 7c39626a-cea6-450d-bdb3-42200aaebe11. [pid: 8|app: 0|req: 947/1821] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:30 2026] GET /v2.0/security-groups?tenant_id=d069fd61de4a48369852d1b28ac40228&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1822] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:30 2026] DELETE /v2.0/security-groups/90ef24c0-6dd3-4e94-bb4d-40f3168f3d3a => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1823] 199.204.45.250 () {36 vars in 997 bytes} [Tue Apr 28 07:09:30 2026] DELETE /v2.0/ports/7c39626a-cea6-450d-bdb3-42200aaebe11 => generated 0 bytes in 691 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:31.114 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fbdb0383-3758-4c91-8d79-c25134c3366b'] response: {'server_uuid': '43357ef9-60b9-44a8-8e9b-68bb739d1867', 'name': 'network-vif-deleted', 'tag': '7c39626a-cea6-450d-bdb3-42200aaebe11', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 876/1824] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:31 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => 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: 949/1825] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:31 2026] GET /v2.0/security-groups?tenant_id=5fd7f6b40550424bab2158752711d0fe&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1826] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:31 2026] GET /v2.0/security-groups?tenant_id=efd3f06c72944ba9b1608418149c7c2a&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1827] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:31 2026] DELETE /v2.0/security-groups/9dab7049-3424-47c3-9f14-7caf3e7717b8 => 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: 878/1828] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:31 2026] DELETE /v2.0/security-groups/b9d60897-2e4f-48be-b278-e333731416db => 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: 951/1829] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:31 2026] GET /v2.0/security-groups?tenant_id=6ef0065aeed242a6959fab9622db38c9&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1830] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:32 2026] DELETE /v2.0/security-groups/c5be84f0-acde-41ca-8a24-88418d7b7e71 => 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: 952/1831] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:32 2026] GET /v2.0/security-groups?tenant_id=1ec90e3207c54bf39402422028a804ed&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1832] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:32 2026] DELETE /v2.0/security-groups/d56c9d9b-ced2-4ab0-ab5b-1badd81e2b13 => 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: 953/1833] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:32 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:33.265 7 INFO neutron.db.segments_db [None req-0e10e3c1-ca8c-4f94-b9f1-a469f6678af9 db7c3aa07bb6442fa0e188c351b3d6be 597783575e724b8fb4e2626bf03d2ceb - - default default] Added segment 410ffa03-735f-4f53-9740-ff9dad353af3 of type vxlan for network f07095bf-29ff-4135-9ba6-6639bd465d48 2026-04-28 07:09:33.329 7 INFO neutron.db.segments_db [None req-0e10e3c1-ca8c-4f94-b9f1-a469f6678af9 db7c3aa07bb6442fa0e188c351b3d6be 597783575e724b8fb4e2626bf03d2ceb - - default default] Added segment 9c518d02-5193-4263-a5c9-28d55c4121ea of type vxlan for network efe89b8a-1842-41c4-a5da-b5e43d66d3b6 [pid: 7|app: 0|req: 881/1834] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:32 2026] POST /v2.0/networks => generated 1208 bytes in 555 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1835] 10.0.0.33 () {32 vars in 648 bytes} [Tue Apr 28 07:09:33 2026] GET /v2.0/networks => generated 1845 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:09:33.638 7 INFO neutron.services.segments.plugin [-] Segment 410ffa03-735f-4f53-9740-ff9dad353af3 resource provider aggregate not found 2026-04-28 07:09:33.645 7 INFO neutron.services.segments.plugin [-] Segment 410ffa03-735f-4f53-9740-ff9dad353af3 resource provider aggregate not found 2026-04-28 07:09:33.661 7 INFO neutron.services.segments.plugin [-] Segment 410ffa03-735f-4f53-9740-ff9dad353af3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 410ffa03-735f-4f53-9740-ff9dad353af3 found for delete ", "request_id": "req-21dcf96f-d2bd-4487-a3ae-be0a13f3c884"}]} 2026-04-28 07:09:33.666 7 INFO neutron.services.segments.plugin [-] Segment 410ffa03-735f-4f53-9740-ff9dad353af3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 410ffa03-735f-4f53-9740-ff9dad353af3 found for delete ", "request_id": "req-0ae3f1a1-4b59-4f16-955c-38f2bdb0140f"}]} [pid: 7|app: 0|req: 882/1836] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:33 2026] DELETE /v2.0/networks/f07095bf-29ff-4135-9ba6-6639bd465d48 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:33.825 8 INFO neutron.services.segments.plugin [-] Segment 9c518d02-5193-4263-a5c9-28d55c4121ea resource provider aggregate not found 2026-04-28 07:09:33.827 8 INFO neutron.services.segments.plugin [-] Segment 9c518d02-5193-4263-a5c9-28d55c4121ea resource provider aggregate not found 2026-04-28 07:09:33.849 8 INFO neutron.services.segments.plugin [-] Segment 9c518d02-5193-4263-a5c9-28d55c4121ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c518d02-5193-4263-a5c9-28d55c4121ea found for delete ", "request_id": "req-cba5f5aa-141a-47d9-beb9-3282d05b6dc7"}]} 2026-04-28 07:09:33.852 8 INFO neutron.services.segments.plugin [-] Segment 9c518d02-5193-4263-a5c9-28d55c4121ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c518d02-5193-4263-a5c9-28d55c4121ea found for delete ", "request_id": "req-71f1d9d6-945e-4045-a79e-445ab3fc2ac2"}]} [pid: 8|app: 0|req: 955/1837] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:33 2026] DELETE /v2.0/networks/efe89b8a-1842-41c4-a5da-b5e43d66d3b6 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1838] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:33 2026] GET /v2.0/ports?device_id=43357ef9-60b9-44a8-8e9b-68bb739d1867 => 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: 957/1839] 10.0.0.33 () {32 vars in 648 bytes} [Tue Apr 28 07:09:33 2026] GET /v2.0/networks => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:33.990 7 INFO neutron.db.segments_db [None req-845dff0b-b25d-4f8a-a3cb-be2b79710433 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment 3e945e9a-437a-483e-944e-fd663ab6f9f9 of type vxlan for network 61dcede0-2b5e-4d88-9155-d37b7bfb9f27 2026-04-28 07:09:34.001 8 INFO neutron.db.segments_db [None req-7a84720f-1eda-4e50-8db1-5ca2d495f70e db7c3aa07bb6442fa0e188c351b3d6be 597783575e724b8fb4e2626bf03d2ceb - - default default] Added segment a474bd2a-b352-41c1-9beb-38e3b260c9b1 of type vxlan for network 50f57f7f-7138-4f9a-b294-0dfb2a2327f8 [pid: 7|app: 0|req: 883/1840] 10.0.0.33 () {34 vars in 670 bytes} [Tue Apr 28 07:09:33 2026] POST /v2.0/networks => generated 721 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1841] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:33 2026] POST /v2.0/networks => generated 634 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:09:34.194 8 INFO neutron.db.segments_db [None req-edef5171-5905-4e14-9287-06be674fe440 db7c3aa07bb6442fa0e188c351b3d6be 597783575e724b8fb4e2626bf03d2ceb - - default default] Added segment d20ccfa2-47d0-4820-832d-53dc0ec5a04a of type vxlan for network d85a75f2-1e37-429f-baf4-317eb242b21a [pid: 7|app: 0|req: 884/1842] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:34 2026] POST /v2.0/subnets => generated 687 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1843] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:34 2026] POST /v2.0/networks => generated 635 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:09:34.316 7 INFO neutron.db.segments_db [None req-523dc2c5-1b93-4510-bcfc-18455c6893dd dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment 181331ff-4103-4dda-8211-1bab0771bb6b of type vxlan for network 3bf8b8e6-5505-438b-a05a-2f2c2e2aed27 2026-04-28 07:09:34.549 7 INFO neutron.db.l3_hamode_db [None req-523dc2c5-1b93-4510-bcfc-18455c6893dd dd57eccc2efd4f5fa3e3c9e3dfad82aa c638d4cf4ea84b21b6ea939eabe6bbeb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 960/1844] 10.0.0.33 () {34 vars in 664 bytes} [Tue Apr 28 07:09:34 2026] POST /v2.0/ports => generated 1505 bytes in 691 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: 961/1845] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:35 2026] DELETE /v2.0/security-groups/fe9dfea0-426f-49fe-9feb-4cca30ede457 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1846] 10.0.0.33 () {32 vars in 642 bytes} [Tue Apr 28 07:09:35 2026] GET /v2.0/ports => generated 1505 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:09:35.343 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f6ef334-8af9-40dd-957b-f356b34b66bf fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] TaaS: Handle Delete Port: f79f7f53-63bd-4cf2-9e43-1d7f9714f75e 2026-04-28 07:09:35.349 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f6ef334-8af9-40dd-957b-f356b34b66bf fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] Tap Mirror: Handle Delete Port: f79f7f53-63bd-4cf2-9e43-1d7f9714f75e 2026-04-28 07:09:35.431 7 INFO neutron.db.l3_hamode_db [None req-523dc2c5-1b93-4510-bcfc-18455c6893dd dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 963/1847] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:09:35 2026] DELETE /v2.0/floatingips/9e1bec9a-ed86-4b27-950d-8253fe9fabf6 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:09:35.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-7058fa36-982e-4534-84a7-d3156943a640 db7c3aa07bb6442fa0e188c351b3d6be 597783575e724b8fb4e2626bf03d2ceb - - default default] TaaS: Handle Delete Port: c9786102-7f52-4eab-8cb5-b23bb68d514b 2026-04-28 07:09:35.695 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7058fa36-982e-4534-84a7-d3156943a640 db7c3aa07bb6442fa0e188c351b3d6be 597783575e724b8fb4e2626bf03d2ceb - - default default] Tap Mirror: Handle Delete Port: c9786102-7f52-4eab-8cb5-b23bb68d514b [pid: 8|app: 0|req: 964/1848] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:09:35 2026] DELETE /v2.0/ports/c9786102-7f52-4eab-8cb5-b23bb68d514b => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1849] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:35 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => generated 975 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:36.068 8 INFO neutron_taas.services.taas.taas_plugin [None req-292468b6-be2b-465b-98d0-a5450729feb7 db7c3aa07bb6442fa0e188c351b3d6be 597783575e724b8fb4e2626bf03d2ceb - - default default] TaaS: Handle Delete Port: fbed429f-e7f2-4e7c-91ae-a88a1d1e8a96 2026-04-28 07:09:36.072 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-292468b6-be2b-465b-98d0-a5450729feb7 db7c3aa07bb6442fa0e188c351b3d6be 597783575e724b8fb4e2626bf03d2ceb - - default default] Tap Mirror: Handle Delete Port: fbed429f-e7f2-4e7c-91ae-a88a1d1e8a96 [pid: 8|app: 0|req: 966/1850] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:09:35 2026] DELETE /v2.0/ports/fbed429f-e7f2-4e7c-91ae-a88a1d1e8a96 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1851] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:34 2026] POST /v2.0/routers => generated 727 bytes in 2219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1852] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:36 2026] GET /v2.0/security-groups?id=381b423f-6c1d-4948-863f-3a8b5f6376b2&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: 887/1853] 10.0.0.33 () {32 vars in 642 bytes} [Tue Apr 28 07:09:36 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) [pid: 8|app: 0|req: 967/1854] 10.0.0.33 () {34 vars in 675 bytes} [Tue Apr 28 07:09:36 2026] POST /v2.0/floatingips => generated 552 bytes in 697 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:09:36.903 8 INFO neutron.db.segments_db [None req-ee3d6681-3dca-4c3f-897f-8dd663aae7f4 db7c3aa07bb6442fa0e188c351b3d6be 597783575e724b8fb4e2626bf03d2ceb - - default default] Added segment 97e119df-52e1-428e-9816-c4cd68d17154 of type vxlan for network 54fc63f5-e45a-4230-acfe-29ea3018d745 [pid: 8|app: 0|req: 968/1855] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:36 2026] POST /v2.0/networks => generated 634 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1858] 10.0.0.33 () {34 vars in 758 bytes} [Tue Apr 28 07:09:36 2026] PUT /v2.0/floatingips/4d80d11f-5ef0-4032-95b7-fed52045567a/tags => generated 25 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:37.140 8 INFO neutron.db.segments_db [None req-b36b7921-89a8-47a1-9c32-3d39dfb55bcc db7c3aa07bb6442fa0e188c351b3d6be 597783575e724b8fb4e2626bf03d2ceb - - default default] Added segment d4a4be24-3570-4c36-bd7d-d8f7666d595e of type vxlan for network 90d31e7b-b941-4cb3-8b61-ce700ed1a9b2 [pid: 8|app: 0|req: 972/1859] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:37 2026] POST /v2.0/networks => generated 635 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1860] 10.0.0.33 () {32 vars in 738 bytes} [Tue Apr 28 07:09:37 2026] GET /v2.0/floatingips/4d80d11f-5ef0-4032-95b7-fed52045567a/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1861] 10.0.0.33 () {34 vars in 769 bytes} [Tue Apr 28 07:09:37 2026] PUT /v2.0/floatingips/4d80d11f-5ef0-4032-95b7-fed52045567a/tags/green => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1862] 10.0.0.33 () {32 vars in 738 bytes} [Tue Apr 28 07:09:37 2026] GET /v2.0/floatingips/4d80d11f-5ef0-4032-95b7-fed52045567a/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1863] 10.0.0.33 () {34 vars in 765 bytes} [Tue Apr 28 07:09:37 2026] PUT /v2.0/floatingips/4d80d11f-5ef0-4032-95b7-fed52045567a/tags/red => 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: 977/1864] 10.0.0.33 () {32 vars in 738 bytes} [Tue Apr 28 07:09:37 2026] GET /v2.0/floatingips/4d80d11f-5ef0-4032-95b7-fed52045567a/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1865] 10.0.0.33 () {34 vars in 787 bytes} [Tue Apr 28 07:09:37 2026] PUT /v2.0/floatingips/4d80d11f-5ef0-4032-95b7-fed52045567a/tags/black.or.white => generated 4 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1866] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:37 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1867] 10.0.0.33 () {32 vars in 738 bytes} [Tue Apr 28 07:09:37 2026] GET /v2.0/floatingips/4d80d11f-5ef0-4032-95b7-fed52045567a/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1868] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:09:36 2026] PUT /v2.0/routers/58dd8c67-45f1-417b-8738-97570c37f48d/add_router_interface => generated 309 bytes in 1272 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1869] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:37 2026] GET /v2.0/security-groups?id=381b423f-6c1d-4948-863f-3a8b5f6376b2&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: 890/1870] 10.0.0.33 () {34 vars in 758 bytes} [Tue Apr 28 07:09:37 2026] PUT /v2.0/floatingips/4d80d11f-5ef0-4032-95b7-fed52045567a/tags => generated 37 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1871] 10.0.0.33 () {32 vars in 738 bytes} [Tue Apr 28 07:09:37 2026] GET /v2.0/floatingips/4d80d11f-5ef0-4032-95b7-fed52045567a/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1872] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:09:38 2026] GET /v2.0/floatingips/4d80d11f-5ef0-4032-95b7-fed52045567a/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:09:38.126 7 INFO neutron.api.v2.resource [None req-b86ea997-7235-4756-af37-879bcdaf9754 54db6dc3d5ca49d7a401b312fa46a1d3 1a44785ad6ce42f0a0f9adcdcfbe9733 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 893/1873] 10.0.0.33 () {32 vars in 750 bytes} [Tue Apr 28 07:09:38 2026] GET /v2.0/floatingips/4d80d11f-5ef0-4032-95b7-fed52045567a/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1874] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:09:38 2026] DELETE /v2.0/floatingips/4d80d11f-5ef0-4032-95b7-fed52045567a/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1875] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:37 2026] POST /v2.0/subnets => generated 1324 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1876] 10.0.0.33 () {32 vars in 738 bytes} [Tue Apr 28 07:09:38 2026] GET /v2.0/floatingips/4d80d11f-5ef0-4032-95b7-fed52045567a/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1877] 10.0.0.33 () {32 vars in 646 bytes} [Tue Apr 28 07:09:38 2026] GET /v2.0/subnets => generated 1960 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:09:38.296 7 INFO neutron.api.v2.resource [None req-5a28e2a9-cc0d-49e5-8a3d-d1029ffe785c 54db6dc3d5ca49d7a401b312fa46a1d3 1a44785ad6ce42f0a0f9adcdcfbe9733 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 896/1878] 10.0.0.33 () {32 vars in 753 bytes} [Tue Apr 28 07:09:38 2026] DELETE /v2.0/floatingips/4d80d11f-5ef0-4032-95b7-fed52045567a/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1879] 199.204.45.250 () {34 vars in 994 bytes} [Tue Apr 28 07:09:38 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1880] 10.0.0.33 () {32 vars in 741 bytes} [Tue Apr 28 07:09:38 2026] DELETE /v2.0/floatingips/4d80d11f-5ef0-4032-95b7-fed52045567a/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:09:38.461 8 INFO neutron_taas.services.taas.taas_plugin [req-5f613afe-90df-4faa-982e-d929d9053aa1 req-8a46a864-f959-4399-ab45-2a09ccbeb63a fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] TaaS: Handle Delete Port: 2b37f34d-bf09-4f7a-8263-0e9c404d2aa0 2026-04-28 07:09:38.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5f613afe-90df-4faa-982e-d929d9053aa1 req-8a46a864-f959-4399-ab45-2a09ccbeb63a fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] Tap Mirror: Handle Delete Port: 2b37f34d-bf09-4f7a-8263-0e9c404d2aa0 [pid: 7|app: 0|req: 897/1881] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:38 2026] DELETE /v2.0/subnets/6971278d-2361-4b7f-8ebb-2cb831458bd7 => 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: 898/1882] 10.0.0.33 () {32 vars in 738 bytes} [Tue Apr 28 07:09:38 2026] GET /v2.0/floatingips/4d80d11f-5ef0-4032-95b7-fed52045567a/tags => 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: 985/1883] 199.204.45.250 () {36 vars in 997 bytes} [Tue Apr 28 07:09:38 2026] DELETE /v2.0/ports/2b37f34d-bf09-4f7a-8263-0e9c404d2aa0 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:38.668 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb21a974-c45d-4332-9ec4-f6ebc5005c0f'] response: {'server_uuid': '75a8c48e-a7aa-463b-9a79-03d18838de25', 'name': 'network-vif-deleted', 'tag': '2b37f34d-bf09-4f7a-8263-0e9c404d2aa0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 899/1884] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:38 2026] DELETE /v2.0/subnets/b2f4907f-ae7a-43aa-ac9e-1cd4f5170fbb => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1885] 10.0.0.33 () {32 vars in 646 bytes} [Tue Apr 28 07:09:38 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:38.770 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4e142ab-860d-45a2-9171-760a01cce0eb 54db6dc3d5ca49d7a401b312fa46a1d3 1a44785ad6ce42f0a0f9adcdcfbe9733 - - default default] TaaS: Handle Delete Port: 344b7299-9835-4107-b17f-801fd7e0d1d0 2026-04-28 07:09:38.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4e142ab-860d-45a2-9171-760a01cce0eb 54db6dc3d5ca49d7a401b312fa46a1d3 1a44785ad6ce42f0a0f9adcdcfbe9733 - - default default] Tap Mirror: Handle Delete Port: 344b7299-9835-4107-b17f-801fd7e0d1d0 2026-04-28 07:09:38.876 7 INFO neutron.services.segments.plugin [-] Segment d4a4be24-3570-4c36-bd7d-d8f7666d595e resource provider aggregate not found 2026-04-28 07:09:38.888 7 INFO neutron.services.segments.plugin [-] Segment d4a4be24-3570-4c36-bd7d-d8f7666d595e resource provider aggregate not found 2026-04-28 07:09:38.906 7 INFO neutron.services.segments.plugin [-] Segment d4a4be24-3570-4c36-bd7d-d8f7666d595e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4a4be24-3570-4c36-bd7d-d8f7666d595e found for delete ", "request_id": "req-ccd9d705-0aab-43bf-9ed3-19fee4619561"}]} 2026-04-28 07:09:38.911 7 INFO neutron.services.segments.plugin [-] Segment d4a4be24-3570-4c36-bd7d-d8f7666d595e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4a4be24-3570-4c36-bd7d-d8f7666d595e found for delete ", "request_id": "req-503fbcab-2449-4d5f-93f4-645893da8285"}]} [pid: 7|app: 0|req: 901/1886] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:38 2026] DELETE /v2.0/networks/90d31e7b-b941-4cb3-8b61-ce700ed1a9b2 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1887] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:09:38 2026] DELETE /v2.0/floatingips/4d80d11f-5ef0-4032-95b7-fed52045567a => generated 0 bytes in 349 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1888] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:38 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => 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: 902/1889] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:38 2026] DELETE /v2.0/networks/54fc63f5-e45a-4230-acfe-29ea3018d745 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:39.202 8 INFO neutron.services.segments.plugin [-] Segment d20ccfa2-47d0-4820-832d-53dc0ec5a04a resource provider aggregate not found 2026-04-28 07:09:39.212 8 INFO neutron.services.segments.plugin [-] Segment d20ccfa2-47d0-4820-832d-53dc0ec5a04a resource provider aggregate not found 2026-04-28 07:09:39.235 8 INFO neutron.services.segments.plugin [-] Segment d20ccfa2-47d0-4820-832d-53dc0ec5a04a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d20ccfa2-47d0-4820-832d-53dc0ec5a04a found for delete ", "request_id": "req-7ec95c7f-dc38-4cfb-82f2-c4211799ebd7"}]} [pid: 8|app: 0|req: 988/1890] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:39 2026] DELETE /v2.0/networks/d85a75f2-1e37-429f-baf4-317eb242b21a => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:39.244 8 INFO neutron.services.segments.plugin [-] Segment d20ccfa2-47d0-4820-832d-53dc0ec5a04a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d20ccfa2-47d0-4820-832d-53dc0ec5a04a found for delete ", "request_id": "req-b3ad976f-ab19-47fd-b2a5-a18eace9e576"}]} [pid: 7|app: 0|req: 903/1891] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:39 2026] DELETE /v2.0/networks/50f57f7f-7138-4f9a-b294-0dfb2a2327f8 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1892] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:39 2026] GET /v2.0/security-groups?tenant_id=597783575e724b8fb4e2626bf03d2ceb&name=default => generated 2925 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1893] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:39 2026] GET /v2.0/security-groups?tenant_id=1a44785ad6ce42f0a0f9adcdcfbe9733&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1894] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:39 2026] DELETE /v2.0/security-groups/f74a6946-9651-4b4b-900c-42c5ac3f3139 => 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: 906/1895] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:40 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => 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: 990/1896] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:40 2026] DELETE /v2.0/security-groups/0586474c-0d42-4b03-8bae-bc311dac7159 => 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: 907/1897] 10.0.0.210 () {34 vars in 982 bytes} [Tue Apr 28 07:09:40 2026] GET /v2.0/networks?id=61dcede0-2b5e-4d88-9155-d37b7bfb9f27 => generated 672 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1898] 10.0.0.210 () {34 vars in 965 bytes} [Tue Apr 28 07:09:40 2026] GET /v2.0/quotas/c638d4cf4ea84b21b6ea939eabe6bbeb => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1899] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Apr 28 07:09:40 2026] GET /v2.0/ports?tenant_id=c638d4cf4ea84b21b6ea939eabe6bbeb&fields=id => generated 103 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1900] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Apr 28 07:09:40 2026] GET /v2.0/networks/61dcede0-2b5e-4d88-9155-d37b7bfb9f27?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: 992/1901] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:40 2026] GET /v2.0/security-groups?tenant_id=cd47dae9fb9c4814b89ad5653618406a&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1902] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Apr 28 07:09:40 2026] GET /v2.0/networks/61dcede0-2b5e-4d88-9155-d37b7bfb9f27?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: 993/1903] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:40 2026] DELETE /v2.0/security-groups/80332dae-9225-48dc-90b9-794926ff89c3 => 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: 911/1904] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:40 2026] GET /v2.0/ports?device_id=fe3aad30-6bee-4dd4-abac-03e54f24cddc => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:40.930 7 INFO neutron.services.segments.plugin [-] Segment 97e119df-52e1-428e-9816-c4cd68d17154 resource provider aggregate not found 2026-04-28 07:09:40.937 7 INFO neutron.services.segments.plugin [-] Segment 97e119df-52e1-428e-9816-c4cd68d17154 resource provider aggregate not found 2026-04-28 07:09:40.958 7 INFO neutron.services.segments.plugin [-] Segment 97e119df-52e1-428e-9816-c4cd68d17154 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97e119df-52e1-428e-9816-c4cd68d17154 found for delete ", "request_id": "req-ca879a0e-9d4d-49c3-8f87-41978bfa6818"}]} 2026-04-28 07:09:40.963 7 INFO neutron.services.segments.plugin [-] Segment 97e119df-52e1-428e-9816-c4cd68d17154 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97e119df-52e1-428e-9816-c4cd68d17154 found for delete ", "request_id": "req-ea00851b-16a8-44e8-8d5e-49393339c1b5"}]} 2026-04-28 07:09:40.972 7 INFO neutron.services.segments.plugin [-] Segment a474bd2a-b352-41c1-9beb-38e3b260c9b1 resource provider aggregate not found 2026-04-28 07:09:40.991 7 INFO neutron.services.segments.plugin [-] Segment a474bd2a-b352-41c1-9beb-38e3b260c9b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a474bd2a-b352-41c1-9beb-38e3b260c9b1 found for delete ", "request_id": "req-06b1ad1b-ded3-4a6c-a2ed-eefef15f2951"}]} 2026-04-28 07:09:40.994 7 INFO neutron.services.segments.plugin [-] Segment a474bd2a-b352-41c1-9beb-38e3b260c9b1 resource provider aggregate not found 2026-04-28 07:09:41.010 7 INFO neutron.services.segments.plugin [-] Segment a474bd2a-b352-41c1-9beb-38e3b260c9b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a474bd2a-b352-41c1-9beb-38e3b260c9b1 found for delete ", "request_id": "req-33ec93ce-83dd-41b5-a3d4-9624f309df7f"}]} [pid: 8|app: 0|req: 994/1905] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:41 2026] GET /v2.0/ports?device_id=75a8c48e-a7aa-463b-9a79-03d18838de25 => 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: 912/1906] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:41 2026] GET /v2.0/ports?device_id=fe3aad30-6bee-4dd4-abac-03e54f24cddc => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:42.385 8 INFO neutron.db.segments_db [None req-cbcac734-8f4e-4a64-8915-542ef5232f12 4a24ef8d0c0b44d1be131926ea326a41 f0800155343b43deb86c93683cac2ee8 - - default default] Added segment f60b2335-9300-4172-ab85-28e364ec1235 of type vxlan for network d334b40f-cc75-4502-aa7c-d456dd8184fe [pid: 7|app: 0|req: 913/1907] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:42 2026] DELETE /v2.0/security-groups/381b423f-6c1d-4948-863f-3a8b5f6376b2 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1908] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:42 2026] POST /v2.0/networks => generated 629 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1909] 10.0.0.33 () {34 vars in 664 bytes} [Tue Apr 28 07:09:42 2026] POST /v2.0/ports => generated 778 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 07:09:42.888 7 INFO neutron_taas.services.taas.taas_plugin [None req-24ebdb59-2f57-48e3-966b-bfd3aa2634f7 fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] TaaS: Handle Delete Port: 8076a0a9-ce61-449f-931d-b09b7d5c1824 2026-04-28 07:09:42.892 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24ebdb59-2f57-48e3-966b-bfd3aa2634f7 fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] Tap Mirror: Handle Delete Port: 8076a0a9-ce61-449f-931d-b09b7d5c1824 2026-04-28 07:09:42.914 8 INFO neutron.db.segments_db [None req-58a2c6fc-7291-47a8-b177-d2d63f059cab 4a24ef8d0c0b44d1be131926ea326a41 f0800155343b43deb86c93683cac2ee8 - - default default] Added segment 880571b9-4a95-4008-8191-ad352967bb71 of type vxlan for network fc1c159e-b29a-4433-9a19-e736d6f66c6e [pid: 8|app: 0|req: 997/1910] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:42 2026] POST /v2.0/networks => generated 617 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1911] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:43 2026] GET /v2.0/ports?device_id=fe3aad30-6bee-4dd4-abac-03e54f24cddc => 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: 999/1912] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:43 2026] POST /v2.0/subnets => generated 646 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1913] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:09:42 2026] PUT /v2.0/routers/f8956931-7489-4720-ba39-ea2cac184e69/remove_router_interface => generated 309 bytes in 991 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1914] 10.0.0.33 () {34 vars in 664 bytes} [Tue Apr 28 07:09:43 2026] POST /v2.0/ports => generated 962 bytes in 339 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: 915/1915] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:43 2026] DELETE /v2.0/subnets/fce66bf3-11ff-4835-85c4-b96ccfc7c93e => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:43.749 8 INFO neutron_taas.services.taas.taas_plugin [None req-79da5da7-04fd-4412-b4f5-5dece4ce4f6e 4a24ef8d0c0b44d1be131926ea326a41 f0800155343b43deb86c93683cac2ee8 - - default default] TaaS: Handle Delete Port: 08f27747-0c15-464e-9968-26335893950a 2026-04-28 07:09:43.753 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79da5da7-04fd-4412-b4f5-5dece4ce4f6e 4a24ef8d0c0b44d1be131926ea326a41 f0800155343b43deb86c93683cac2ee8 - - default default] Tap Mirror: Handle Delete Port: 08f27747-0c15-464e-9968-26335893950a 2026-04-28 07:09:43.880 7 INFO neutron_taas.services.taas.taas_plugin [None req-70c3a772-42a2-425e-be01-e64b792d6a01 fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] TaaS: Handle Delete Port: 6db28c5d-1b3a-4b36-b2fe-ca8a89648518 2026-04-28 07:09:43.883 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70c3a772-42a2-425e-be01-e64b792d6a01 fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] Tap Mirror: Handle Delete Port: 6db28c5d-1b3a-4b36-b2fe-ca8a89648518 [pid: 8|app: 0|req: 1001/1916] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:09:43 2026] DELETE /v2.0/ports/08f27747-0c15-464e-9968-26335893950a => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:44.190 7 INFO neutron_taas.services.taas.taas_plugin [None req-70c3a772-42a2-425e-be01-e64b792d6a01 fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] TaaS: Handle Delete Port: 21cda048-a430-4f91-b601-b5b34101392b 2026-04-28 07:09:44.193 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70c3a772-42a2-425e-be01-e64b792d6a01 fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] Tap Mirror: Handle Delete Port: 21cda048-a430-4f91-b601-b5b34101392b 2026-04-28 07:09:44.238 8 INFO neutron.db.segments_db [None req-3386931b-9907-4ccc-9240-3b19bf36cc95 483f683d42e44e50826b1712e96396d9 85d629087d2e4979b0120e14d62f027e - - default default] Added segment 39b0cbe4-ce20-4b1e-ad09-15116af23e6f of type vxlan for network 9283035d-b8e7-4eeb-a5ab-510edda3bd6a [pid: 8|app: 0|req: 1002/1917] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:43 2026] POST /v2.0/networks => generated 613 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:09:44.343 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5075d616-b0a5-4c90-9260-e143921893be 4a24ef8d0c0b44d1be131926ea326a41 f0800155343b43deb86c93683cac2ee8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1003/1918] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:09:44 2026] DELETE /v2.0/ports/08f27747-0c15-464e-9968-26335893950a => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1919] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:44 2026] GET /v2.0/ports?device_id=fe3aad30-6bee-4dd4-abac-03e54f24cddc => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1920] 10.0.0.33 () {34 vars in 752 bytes} [Tue Apr 28 07:09:44 2026] PUT /v2.0/networks/9283035d-b8e7-4eeb-a5ab-510edda3bd6a/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:44.442 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5ead39d-9788-40fa-9a91-e8a8bc9282b6 4a24ef8d0c0b44d1be131926ea326a41 f0800155343b43deb86c93683cac2ee8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1006/1921] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:09:44 2026] GET /v2.0/ports/08f27747-0c15-464e-9968-26335893950a => 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: 1007/1922] 10.0.0.33 () {32 vars in 732 bytes} [Tue Apr 28 07:09:44 2026] GET /v2.0/networks/9283035d-b8e7-4eeb-a5ab-510edda3bd6a/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:44.559 7 INFO neutron.services.segments.plugin [-] Segment 97417034-6c4e-4014-ba9f-a22a03c90255 resource provider aggregate not found 2026-04-28 07:09:44.570 7 INFO neutron.services.segments.plugin [-] Segment 97417034-6c4e-4014-ba9f-a22a03c90255 resource provider aggregate not found 2026-04-28 07:09:44.579 7 INFO neutron.services.segments.plugin [-] Segment 97417034-6c4e-4014-ba9f-a22a03c90255 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97417034-6c4e-4014-ba9f-a22a03c90255 found for delete ", "request_id": "req-9992e62a-52d4-43c1-85ab-c14835b8123c"}]} 2026-04-28 07:09:44.589 7 INFO neutron.services.segments.plugin [-] Segment 97417034-6c4e-4014-ba9f-a22a03c90255 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97417034-6c4e-4014-ba9f-a22a03c90255 found for delete ", "request_id": "req-ae430397-c5cf-4232-b811-411e49414621"}]} 2026-04-28 07:09:44.590 7 INFO neutron.db.l3_hamode_db [None req-70c3a772-42a2-425e-be01-e64b792d6a01 fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] HA network 662b1af2-a706-4f15-a4b2-c35bef3c82bc was deleted as no HA routers are present in tenant c88a8337e7ff45ef83c0aa32ed724962. [pid: 7|app: 0|req: 916/1923] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:43 2026] DELETE /v2.0/routers/f8956931-7489-4720-ba39-ea2cac184e69 => generated 0 bytes in 948 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1924] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:44 2026] DELETE /v2.0/subnets/76cba865-f2d7-46c9-a26a-c86affff527f => 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: 917/1925] 10.0.0.33 () {34 vars in 763 bytes} [Tue Apr 28 07:09:44 2026] PUT /v2.0/networks/9283035d-b8e7-4eeb-a5ab-510edda3bd6a/tags/green => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-28 07:09:44.706 8 INFO neutron_taas.services.taas.taas_plugin [None req-33c81146-96b8-4218-9889-dc9f4cdbff36 fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] TaaS: Handle Delete Port: 3b2e8401-3936-4634-b29a-d9885fa103ef 2026-04-28 07:09:44.709 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33c81146-96b8-4218-9889-dc9f4cdbff36 fe69fc75f32d4a8b9278698a3b7a9c25 c88a8337e7ff45ef83c0aa32ed724962 - - default default] Tap Mirror: Handle Delete Port: 3b2e8401-3936-4634-b29a-d9885fa103ef [pid: 7|app: 0|req: 918/1926] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:44 2026] DELETE /v2.0/networks/fc1c159e-b29a-4433-9a19-e736d6f66c6e => 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: 919/1927] 10.0.0.33 () {32 vars in 732 bytes} [Tue Apr 28 07:09:44 2026] GET /v2.0/networks/9283035d-b8e7-4eeb-a5ab-510edda3bd6a/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:44.894 8 INFO neutron.services.segments.plugin [-] Segment d7db5468-4ef5-4e98-ab3f-309c19eff451 resource provider aggregate not found 2026-04-28 07:09:44.901 8 INFO neutron.services.segments.plugin [-] Segment d7db5468-4ef5-4e98-ab3f-309c19eff451 resource provider aggregate not found 2026-04-28 07:09:44.925 8 INFO neutron.services.segments.plugin [-] Segment d7db5468-4ef5-4e98-ab3f-309c19eff451 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7db5468-4ef5-4e98-ab3f-309c19eff451 found for delete ", "request_id": "req-5cd5c736-3cda-47e5-9387-7443d633c692"}]} 2026-04-28 07:09:44.929 8 INFO neutron.services.segments.plugin [-] Segment d7db5468-4ef5-4e98-ab3f-309c19eff451 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7db5468-4ef5-4e98-ab3f-309c19eff451 found for delete ", "request_id": "req-a0c39668-6de5-413d-b765-434d264b7eb1"}]} [pid: 8|app: 0|req: 1009/1928] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:44 2026] DELETE /v2.0/networks/26ed014b-4ec3-4968-9176-c6ced6b83582 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:44.948 7 INFO neutron.db.segments_db [None req-9972d38f-b1ad-434c-a500-d9e84c7a27b4 4a24ef8d0c0b44d1be131926ea326a41 f0800155343b43deb86c93683cac2ee8 - - default default] Added segment 9b184a80-291f-4fe0-8023-a63518bc7f07 of type vxlan for network a18853e9-d6b0-4d57-922a-5a0f2685dbe4 [pid: 8|app: 0|req: 1010/1929] 10.0.0.33 () {34 vars in 759 bytes} [Tue Apr 28 07:09:44 2026] PUT /v2.0/networks/9283035d-b8e7-4eeb-a5ab-510edda3bd6a/tags/red => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1930] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:44 2026] POST /v2.0/networks => generated 616 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1931] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:09:45 2026] GET /v2.0/networks?id=61dcede0-2b5e-4d88-9155-d37b7bfb9f27 => generated 672 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1932] 10.0.0.33 () {32 vars in 732 bytes} [Tue Apr 28 07:09:45 2026] GET /v2.0/networks/9283035d-b8e7-4eeb-a5ab-510edda3bd6a/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1933] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:45 2026] POST /v2.0/subnets => generated 646 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1934] 10.0.0.33 () {34 vars in 781 bytes} [Tue Apr 28 07:09:45 2026] PUT /v2.0/networks/9283035d-b8e7-4eeb-a5ab-510edda3bd6a/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1935] 199.204.45.250 () {38 vars in 955 bytes} [Tue Apr 28 07:09:45 2026] POST /v2.0/ports => generated 954 bytes in 369 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: 923/1936] 10.0.0.33 () {32 vars in 732 bytes} [Tue Apr 28 07:09:45 2026] GET /v2.0/networks/9283035d-b8e7-4eeb-a5ab-510edda3bd6a/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1937] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:45 2026] GET /v2.0/ports?device_id=fe3aad30-6bee-4dd4-abac-03e54f24cddc => generated 957 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1938] 10.0.0.33 () {34 vars in 664 bytes} [Tue Apr 28 07:09:45 2026] POST /v2.0/ports => generated 928 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1939] 10.0.0.33 () {34 vars in 752 bytes} [Tue Apr 28 07:09:45 2026] PUT /v2.0/networks/9283035d-b8e7-4eeb-a5ab-510edda3bd6a/tags => generated 37 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1940] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:45 2026] GET /v2.0/security-groups?id=cbd3ee9b-a056-4ac9-80c4-a02a90883b5a&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1941] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:45 2026] GET /v2.0/security-groups?tenant_id=a41a4f9e5615492f836e653f1836c2a9&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: 925/1942] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:09:45 2026] PUT /v2.0/ports/ed16db63-2214-4753-9376-b1f0a156d975 => generated 1235 bytes in 433 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 07:09:46.072 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3da459c2-f0a4-4260-aea7-27c0fc51392c'] response: {'name': 'network-changed', 'server_uuid': 'fe3aad30-6bee-4dd4-abac-03e54f24cddc', 'tag': 'ed16db63-2214-4753-9376-b1f0a156d975', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 926/1943] 10.0.0.33 () {32 vars in 732 bytes} [Tue Apr 28 07:09:46 2026] GET /v2.0/networks/9283035d-b8e7-4eeb-a5ab-510edda3bd6a/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:46.127 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d5044fc-a00b-4cec-b83e-e2aec0e87da6 4a24ef8d0c0b44d1be131926ea326a41 f0800155343b43deb86c93683cac2ee8 - - default default] TaaS: Handle Delete Port: e44f74a4-6ccb-46c5-90e4-ab1b1fb4fd78 2026-04-28 07:09:46.133 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d5044fc-a00b-4cec-b83e-e2aec0e87da6 4a24ef8d0c0b44d1be131926ea326a41 f0800155343b43deb86c93683cac2ee8 - - default default] Tap Mirror: Handle Delete Port: e44f74a4-6ccb-46c5-90e4-ab1b1fb4fd78 [pid: 7|app: 0|req: 927/1944] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:46 2026] DELETE /v2.0/security-groups/9aa0c214-c4ae-4316-b19a-064c2b0d5230 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1945] 10.0.0.33 () {32 vars in 740 bytes} [Tue Apr 28 07:09:46 2026] GET /v2.0/networks/9283035d-b8e7-4eeb-a5ab-510edda3bd6a/tags/red => 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: 1018/1946] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:09:46 2026] DELETE /v2.0/ports/e44f74a4-6ccb-46c5-90e4-ab1b1fb4fd78 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:46.267 7 INFO neutron.api.v2.resource [None req-1dd0bebe-82fc-4735-b54d-7d81bd1aef6d 483f683d42e44e50826b1712e96396d9 85d629087d2e4979b0120e14d62f027e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 929/1947] 10.0.0.33 () {32 vars in 744 bytes} [Tue Apr 28 07:09:46 2026] GET /v2.0/networks/9283035d-b8e7-4eeb-a5ab-510edda3bd6a/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 07:09:46.288 8 INFO neutron.pecan_wsgi.hooks.translation [None req-34af85cb-f49c-45d6-8674-8b8e01e8f9eb 4a24ef8d0c0b44d1be131926ea326a41 f0800155343b43deb86c93683cac2ee8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1019/1948] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:09:46 2026] GET /v2.0/ports/e44f74a4-6ccb-46c5-90e4-ab1b1fb4fd78 => 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: 1020/1949] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:46 2026] GET /v2.0/security-groups?tenant_id=c88a8337e7ff45ef83c0aa32ed724962&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1950] 10.0.0.33 () {32 vars in 743 bytes} [Tue Apr 28 07:09:46 2026] DELETE /v2.0/networks/9283035d-b8e7-4eeb-a5ab-510edda3bd6a/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1951] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:46 2026] DELETE /v2.0/security-groups/29b61674-69b8-4c3c-a3a8-9916053714b6 => 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: 1021/1952] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:46 2026] DELETE /v2.0/subnets/6185bffa-003f-4381-b80a-21f6bf9a33d6 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1953] 10.0.0.33 () {32 vars in 732 bytes} [Tue Apr 28 07:09:46 2026] GET /v2.0/networks/9283035d-b8e7-4eeb-a5ab-510edda3bd6a/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:46.543 7 INFO neutron.api.v2.resource [None req-ce41ad15-ee37-447a-83da-3e6a3f2e4e43 483f683d42e44e50826b1712e96396d9 85d629087d2e4979b0120e14d62f027e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 933/1954] 10.0.0.33 () {32 vars in 747 bytes} [Tue Apr 28 07:09:46 2026] DELETE /v2.0/networks/9283035d-b8e7-4eeb-a5ab-510edda3bd6a/tags/green => generated 99 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1955] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:46 2026] DELETE /v2.0/networks/a18853e9-d6b0-4d57-922a-5a0f2685dbe4 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:46.616 7 INFO neutron.services.segments.plugin [-] Segment 880571b9-4a95-4008-8191-ad352967bb71 resource provider aggregate not found [pid: 8|app: 0|req: 1023/1956] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:09:46 2026] GET /v2.0/ports?tenant_id=c638d4cf4ea84b21b6ea939eabe6bbeb&device_id=fe3aad30-6bee-4dd4-abac-03e54f24cddc => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:09:46.619 7 INFO neutron.services.segments.plugin [-] Segment 880571b9-4a95-4008-8191-ad352967bb71 resource provider aggregate not found 2026-04-28 07:09:46.643 7 INFO neutron.services.segments.plugin [-] Segment 880571b9-4a95-4008-8191-ad352967bb71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 880571b9-4a95-4008-8191-ad352967bb71 found for delete ", "request_id": "req-6797ecc9-823d-4bf0-869a-305f7b93f40c"}]} 2026-04-28 07:09:46.647 7 INFO neutron.services.segments.plugin [-] Segment 880571b9-4a95-4008-8191-ad352967bb71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 880571b9-4a95-4008-8191-ad352967bb71 found for delete ", "request_id": "req-701daafc-d8c6-48e1-bf9d-323be2bf66c7"}]} [pid: 7|app: 0|req: 934/1957] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:09:46 2026] DELETE /v2.0/networks/9283035d-b8e7-4eeb-a5ab-510edda3bd6a/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: 935/1958] 199.204.45.250 () {34 vars in 1018 bytes} [Tue Apr 28 07:09:46 2026] GET /v2.0/networks?tenant_id=c638d4cf4ea84b21b6ea939eabe6bbeb&shared=False => generated 768 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1959] 10.0.0.33 () {32 vars in 732 bytes} [Tue Apr 28 07:09:46 2026] GET /v2.0/networks/9283035d-b8e7-4eeb-a5ab-510edda3bd6a/tags => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1960] 199.204.45.250 () {34 vars in 930 bytes} [Tue Apr 28 07:09:46 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: 8|app: 0|req: 1024/1961] 10.0.0.33 () {34 vars in 664 bytes} [Tue Apr 28 07:09:46 2026] POST /v2.0/ports => generated 779 bytes in 291 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 07:09:46.953 8 INFO neutron.services.segments.plugin [-] Segment 9b184a80-291f-4fe0-8023-a63518bc7f07 resource provider aggregate not found 2026-04-28 07:09:46.954 8 INFO neutron.services.segments.plugin [-] Segment 9b184a80-291f-4fe0-8023-a63518bc7f07 resource provider aggregate not found [pid: 7|app: 0|req: 938/1962] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:46 2026] DELETE /v2.0/networks/9283035d-b8e7-4eeb-a5ab-510edda3bd6a => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:46.976 8 INFO neutron.services.segments.plugin [-] Segment 9b184a80-291f-4fe0-8023-a63518bc7f07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b184a80-291f-4fe0-8023-a63518bc7f07 found for delete ", "request_id": "req-14568238-9099-447b-802f-f21ef636b458"}]} 2026-04-28 07:09:46.979 8 INFO neutron.services.segments.plugin [-] Segment 9b184a80-291f-4fe0-8023-a63518bc7f07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b184a80-291f-4fe0-8023-a63518bc7f07 found for delete ", "request_id": "req-b43a9e04-fab1-4271-a5df-e51520d9c37f"}]} [pid: 8|app: 0|req: 1025/1963] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:46 2026] GET /v2.0/ports?device_id=fe3aad30-6bee-4dd4-abac-03e54f24cddc => generated 969 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1964] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:47 2026] GET /v2.0/security-groups?id=cbd3ee9b-a056-4ac9-80c4-a02a90883b5a&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1965] 10.0.0.33 () {34 vars in 736 bytes} [Tue Apr 28 07:09:46 2026] PUT /v2.0/ports/c5bb83a7-de1e-440f-8fef-0dd223927aa3 => generated 752 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:47.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-ada2b6b8-5f1a-49d3-b380-ccf77e8005af 4a24ef8d0c0b44d1be131926ea326a41 f0800155343b43deb86c93683cac2ee8 - - default default] TaaS: Handle Delete Port: c5bb83a7-de1e-440f-8fef-0dd223927aa3 2026-04-28 07:09:47.306 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ada2b6b8-5f1a-49d3-b380-ccf77e8005af 4a24ef8d0c0b44d1be131926ea326a41 f0800155343b43deb86c93683cac2ee8 - - default default] Tap Mirror: Handle Delete Port: c5bb83a7-de1e-440f-8fef-0dd223927aa3 [pid: 8|app: 0|req: 1027/1966] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:09:47 2026] DELETE /v2.0/ports/c5bb83a7-de1e-440f-8fef-0dd223927aa3 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 940/1967] 10.0.0.33 () {32 vars in 642 bytes} [Tue Apr 28 07:09:47 2026] GET /v2.0/ports => generated 781 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:47.462 8 INFO neutron.pecan_wsgi.hooks.translation [None req-83cfa6cd-ad34-4ee4-9cdd-71e23d3ecab7 4a24ef8d0c0b44d1be131926ea326a41 f0800155343b43deb86c93683cac2ee8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1028/1968] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:09:47 2026] GET /v2.0/ports/c5bb83a7-de1e-440f-8fef-0dd223927aa3 => 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: 941/1969] 10.0.0.33 () {32 vars in 642 bytes} [Tue Apr 28 07:09:47 2026] GET /v2.0/ports => generated 781 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1970] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:09:47 2026] GET /v2.0/ports/703f0eef-84df-42c9-8393-836774969559 => generated 778 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:47.592 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4bfa1306-8587-4f9e-b9f8-b1495e2a8cfd 4a24ef8d0c0b44d1be131926ea326a41 f0800155343b43deb86c93683cac2ee8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1030/1971] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:09:47 2026] DELETE /v2.0/ports/e44f74a4-6ccb-46c5-90e4-ab1b1fb4fd78 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:09:47.610 8 INFO neutron.pecan_wsgi.hooks.translation [None req-025b6725-91b8-4e3f-a938-1796a26bddcc 4a24ef8d0c0b44d1be131926ea326a41 f0800155343b43deb86c93683cac2ee8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1031/1972] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:47 2026] DELETE /v2.0/subnets/6185bffa-003f-4381-b80a-21f6bf9a33d6 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:09:47.628 8 INFO neutron.pecan_wsgi.hooks.translation [None req-08f16227-b1ea-4143-822f-c53e611d44d4 4a24ef8d0c0b44d1be131926ea326a41 f0800155343b43deb86c93683cac2ee8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1032/1973] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:47 2026] DELETE /v2.0/subnets/76cba865-f2d7-46c9-a26a-c86affff527f => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:09:47.723 8 INFO neutron_taas.services.taas.taas_plugin [None req-9cbd5566-8dd6-4d70-9910-edadd475a171 4a24ef8d0c0b44d1be131926ea326a41 f0800155343b43deb86c93683cac2ee8 - - default default] TaaS: Handle Delete Port: 703f0eef-84df-42c9-8393-836774969559 2026-04-28 07:09:47.727 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cbd5566-8dd6-4d70-9910-edadd475a171 4a24ef8d0c0b44d1be131926ea326a41 f0800155343b43deb86c93683cac2ee8 - - default default] Tap Mirror: Handle Delete Port: 703f0eef-84df-42c9-8393-836774969559 [pid: 7|app: 0|req: 942/1974] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:47 2026] GET /v2.0/security-groups?tenant_id=85d629087d2e4979b0120e14d62f027e&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1975] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:09:47 2026] DELETE /v2.0/ports/703f0eef-84df-42c9-8393-836774969559 => 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: 943/1976] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:47 2026] DELETE /v2.0/security-groups/1f3331ae-ec98-453e-a346-cf7b896a20ff => 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: 944/1977] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:09:47 2026] GET /v2.0/ports?tenant_id=c638d4cf4ea84b21b6ea939eabe6bbeb&device_id=fe3aad30-6bee-4dd4-abac-03e54f24cddc => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1978] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:09:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ed16db63-2214-4753-9376-b1f0a156d975 => 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: 946/1979] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:09:47 2026] GET /v2.0/subnets?id=adf02d79-59df-44c8-be9f-c572a28c3603 => generated 690 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1980] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:47 2026] DELETE /v2.0/networks/d334b40f-cc75-4502-aa7c-d456dd8184fe => 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: 947/1981] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:09:47 2026] GET /v2.0/ports?network_id=61dcede0-2b5e-4d88-9155-d37b7bfb9f27&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/1982] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:09:47 2026] GET /v2.0/networks/61dcede0-2b5e-4d88-9155-d37b7bfb9f27?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: 1036/1983] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:09:48 2026] GET /v2.0/networks/61dcede0-2b5e-4d88-9155-d37b7bfb9f27?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: 948/1984] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:48 2026] GET /v2.0/security-groups?tenant_id=f82221ae5ae84397a9f49d1b197d5723&name=default => generated 2925 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1985] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:48 2026] GET /v2.0/ports?device_id=fe3aad30-6bee-4dd4-abac-03e54f24cddc => 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: 950/1986] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:48 2026] GET /v2.0/security-groups?id=cbd3ee9b-a056-4ac9-80c4-a02a90883b5a&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1987] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:48 2026] DELETE /v2.0/security-groups/278a8ea0-1585-48e2-ad6d-02daa817f76a => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1988] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:48 2026] GET /v2.0/security-groups?tenant_id=f0800155343b43deb86c93683cac2ee8&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:09:48.668 7 INFO neutron.services.segments.plugin [-] Segment 39b0cbe4-ce20-4b1e-ad09-15116af23e6f resource provider aggregate not found 2026-04-28 07:09:48.675 7 INFO neutron.services.segments.plugin [-] Segment 39b0cbe4-ce20-4b1e-ad09-15116af23e6f resource provider aggregate not found 2026-04-28 07:09:48.690 7 INFO neutron.services.segments.plugin [-] Segment 39b0cbe4-ce20-4b1e-ad09-15116af23e6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39b0cbe4-ce20-4b1e-ad09-15116af23e6f found for delete ", "request_id": "req-390ddfd1-02d9-4901-b7fd-9528e80d9280"}]} 2026-04-28 07:09:48.701 7 INFO neutron.services.segments.plugin [-] Segment 39b0cbe4-ce20-4b1e-ad09-15116af23e6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39b0cbe4-ce20-4b1e-ad09-15116af23e6f found for delete ", "request_id": "req-ff10e22d-d632-4bd6-b530-3fdd58dfd654"}]} [pid: 8|app: 0|req: 1038/1989] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:48 2026] DELETE /v2.0/security-groups/cf2a816c-02e0-4658-a625-d55d5e664fce => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:09:49.010 8 INFO neutron.services.segments.plugin [-] Segment f60b2335-9300-4172-ab85-28e364ec1235 resource provider aggregate not found 2026-04-28 07:09:49.013 8 INFO neutron.services.segments.plugin [-] Segment f60b2335-9300-4172-ab85-28e364ec1235 resource provider aggregate not found 2026-04-28 07:09:49.033 8 INFO neutron.services.segments.plugin [-] Segment f60b2335-9300-4172-ab85-28e364ec1235 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f60b2335-9300-4172-ab85-28e364ec1235 found for delete ", "request_id": "req-ea6b0ccb-5c36-4964-900c-3db5f417faea"}]} 2026-04-28 07:09:49.036 8 INFO neutron.services.segments.plugin [-] Segment f60b2335-9300-4172-ab85-28e364ec1235 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f60b2335-9300-4172-ab85-28e364ec1235 found for delete ", "request_id": "req-6ac8b20e-1724-403a-87c8-b3e20df48886"}]} [pid: 7|app: 0|req: 952/1990] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:49 2026] GET /v2.0/ports?device_id=fe3aad30-6bee-4dd4-abac-03e54f24cddc => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1991] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:49 2026] GET /v2.0/security-groups?id=cbd3ee9b-a056-4ac9-80c4-a02a90883b5a&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1992] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:50 2026] GET /v2.0/ports?device_id=fe3aad30-6bee-4dd4-abac-03e54f24cddc => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1993] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:50 2026] GET /v2.0/security-groups?id=cbd3ee9b-a056-4ac9-80c4-a02a90883b5a&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:50.871 7 INFO neutron.db.segments_db [None req-d16ec7ad-d9b3-4d34-9ca3-09977918753f 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Added segment 39e5dcae-a2de-4bde-9b02-00314668ba28 of type vxlan for network 2977ea59-3a1e-4b55-85c2-f1fb4e396ab1 [pid: 7|app: 0|req: 954/1994] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:50 2026] POST /v2.0/networks => generated 611 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:09:51.045 7 INFO neutron.db.segments_db [None req-ef60c0cd-97a7-4a1c-9dab-bb68171dfc20 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Added segment 2710adc1-6b84-4c9a-98eb-21a5e7bbe23e of type vxlan for network 18407dfb-a41c-4397-b828-2de816972748 [pid: 7|app: 0|req: 955/1995] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:50 2026] POST /v2.0/networks => generated 610 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:09:51.335 8 INFO neutron.db.segments_db [None req-05abf976-06c4-4406-9749-bad36a766982 b91adad2c96c45a49581587ff051ac3c bc1781028da640e6be7f567ac0f7f137 - - default default] Added segment d84d806e-6f6a-456c-abdf-0ac613c363b1 of type vxlan for network cfa006d7-90c5-40fd-9342-edf22aa124f7 [pid: 8|app: 0|req: 1041/1996] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:50 2026] POST /v2.0/networks => generated 707 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1997] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:51 2026] POST /v2.0/subnets => generated 626 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1998] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:51 2026] POST /v2.0/subnets => generated 644 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2001] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:51 2026] POST /v2.0/subnets => generated 626 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2002] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:51 2026] GET /v2.0/ports?device_id=fe3aad30-6bee-4dd4-abac-03e54f24cddc => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:51.747 8 WARNING neutron.api.v2.base [None req-4f9cd574-3d53-4b16-a4d5-62f70583c2d7 b91adad2c96c45a49581587ff051ac3c bc1781028da640e6be7f567ac0f7f137 - - 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 07:09:51.747 8 INFO neutron.api.v2.resource [None req-4f9cd574-3d53-4b16-a4d5-62f70583c2d7 b91adad2c96c45a49581587ff051ac3c bc1781028da640e6be7f567ac0f7f137 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1046/2003] 10.0.0.33 () {34 vars in 680 bytes} [Tue Apr 28 07:09:51 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 07:09:51.815 8 INFO neutron.db.segments_db [None req-14069152-f060-4114-9aee-9ebb701a6817 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Added segment 07498804-4caf-4584-9592-d2cfed1b760d of type vxlan for network be46249b-3121-48b1-93b8-99a3e02c24ff 2026-04-28 07:09:51.945 7 INFO neutron.db.segments_db [None req-a3893145-836f-4050-8fdd-ae110ecadf64 4dd9d2c071114e41a676eb4f87fa5392 179b1a25dc094976b6741f48f1a981f4 - - default default] Added segment 9f634a4c-1f3e-4cf9-8407-b43520121ce9 of type vxlan for network 48664494-2cdb-45fd-b9eb-744a7da5efa3 [pid: 7|app: 0|req: 958/2004] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:51 2026] POST /v2.0/networks => generated 612 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2005] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:52 2026] GET /v2.0/security-groups?id=cbd3ee9b-a056-4ac9-80c4-a02a90883b5a&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:52.116 8 INFO neutron.db.l3_hamode_db [None req-14069152-f060-4114-9aee-9ebb701a6817 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:09:52.288 8 INFO neutron.db.l3_hamode_db [None req-14069152-f060-4114-9aee-9ebb701a6817 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:09:52.365 7 INFO neutron.services.segments.plugin [-] Segment d84d806e-6f6a-456c-abdf-0ac613c363b1 resource provider aggregate not found 2026-04-28 07:09:52.370 7 INFO neutron.services.segments.plugin [-] Segment d84d806e-6f6a-456c-abdf-0ac613c363b1 resource provider aggregate not found [pid: 7|app: 0|req: 960/2006] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:52 2026] DELETE /v2.0/networks/cfa006d7-90c5-40fd-9342-edf22aa124f7 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:52.405 7 INFO neutron.services.segments.plugin [-] Segment d84d806e-6f6a-456c-abdf-0ac613c363b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d84d806e-6f6a-456c-abdf-0ac613c363b1 found for delete ", "request_id": "req-3602e000-e839-4703-a8dd-ca3d5fa6c260"}]} 2026-04-28 07:09:52.406 7 INFO neutron.services.segments.plugin [-] Segment d84d806e-6f6a-456c-abdf-0ac613c363b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d84d806e-6f6a-456c-abdf-0ac613c363b1 found for delete ", "request_id": "req-94d08250-7a6d-4926-a8bd-e4ad3251569f"}]} 2026-04-28 07:09:52.462 7 INFO neutron.db.segments_db [None req-8dc73c64-163a-4819-800a-e88a6c15b343 4dd9d2c071114e41a676eb4f87fa5392 179b1a25dc094976b6741f48f1a981f4 - - default default] Added segment 7194ddb0-a18e-4c74-80d9-6f6452e6c9dd of type vxlan for network acee3a1d-c0ee-4d57-a47d-1f63d639dfed [pid: 7|app: 0|req: 961/2007] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:52 2026] POST /v2.0/networks => generated 613 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:09:52.621 7 INFO neutron.db.segments_db [None req-cb0e9949-3a76-4eea-9516-dba30ce125f3 b91adad2c96c45a49581587ff051ac3c bc1781028da640e6be7f567ac0f7f137 - - default default] Added segment 4ecbafe9-df7f-48e3-9018-3b3b232cbad0 of type vxlan for network d4d59688-070b-4d15-869f-3121bd0e576a [pid: 7|app: 0|req: 962/2008] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:52 2026] POST /v2.0/networks => generated 707 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2009] 10.0.0.33 () {34 vars in 752 bytes} [Tue Apr 28 07:09:52 2026] PUT /v2.0/networks/48664494-2cdb-45fd-b9eb-744a7da5efa3/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2010] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:51 2026] POST /v2.0/routers => generated 507 bytes in 1187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2011] 10.0.0.33 () {32 vars in 732 bytes} [Tue Apr 28 07:09:52 2026] GET /v2.0/networks/48664494-2cdb-45fd-b9eb-744a7da5efa3/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: 964/2012] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:52 2026] POST /v2.0/subnets => generated 647 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2013] 10.0.0.33 () {34 vars in 752 bytes} [Tue Apr 28 07:09:53 2026] PUT /v2.0/networks/acee3a1d-c0ee-4d57-a47d-1f63d639dfed/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:53.087 7 WARNING neutron.api.v2.base [None req-cab61d5e-41f2-4537-a61e-cf38b4eb7b63 b91adad2c96c45a49581587ff051ac3c bc1781028da640e6be7f567ac0f7f137 - - 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 07:09:53.088 7 INFO neutron.api.v2.resource [None req-cab61d5e-41f2-4537-a61e-cf38b4eb7b63 b91adad2c96c45a49581587ff051ac3c bc1781028da640e6be7f567ac0f7f137 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 966/2014] 10.0.0.33 () {34 vars in 680 bytes} [Tue Apr 28 07:09:53 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: 7|app: 0|req: 967/2015] 10.0.0.33 () {32 vars in 732 bytes} [Tue Apr 28 07:09:53 2026] GET /v2.0/networks/acee3a1d-c0ee-4d57-a47d-1f63d639dfed/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2016] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:53 2026] DELETE /v2.0/networks/d4d59688-070b-4d15-869f-3121bd0e576a => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2017] 10.0.0.33 () {34 vars in 752 bytes} [Tue Apr 28 07:09:53 2026] PUT /v2.0/networks/acee3a1d-c0ee-4d57-a47d-1f63d639dfed/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2018] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:53 2026] GET /v2.0/ports?device_id=fe3aad30-6bee-4dd4-abac-03e54f24cddc => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:53.543 7 INFO neutron.db.segments_db [None req-096ae88d-aa0b-46df-b210-8875219e9e3a b91adad2c96c45a49581587ff051ac3c bc1781028da640e6be7f567ac0f7f137 - - default default] Added segment dc7b7124-9dd1-425d-bd8a-69b224853ac9 of type vxlan for network 70434d56-e121-451d-a526-4c3689623bb2 [pid: 7|app: 0|req: 971/2019] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:53 2026] POST /v2.0/networks => generated 708 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2020] 10.0.0.33 () {32 vars in 732 bytes} [Tue Apr 28 07:09:53 2026] GET /v2.0/networks/acee3a1d-c0ee-4d57-a47d-1f63d639dfed/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2021] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:53 2026] GET /v2.0/security-groups?id=cbd3ee9b-a056-4ac9-80c4-a02a90883b5a&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: 974/2022] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:53 2026] POST /v2.0/subnets => generated 647 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2023] 10.0.0.33 () {32 vars in 732 bytes} [Tue Apr 28 07:09:53 2026] GET /v2.0/networks/48664494-2cdb-45fd-b9eb-744a7da5efa3/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2024] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:09:53 2026] PUT /v2.0/routers/10c891ca-7cb2-47b5-a52d-2344fb7ff1e3/add_router_interface => generated 309 bytes in 1180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2025] 10.0.0.33 () {34 vars in 680 bytes} [Tue Apr 28 07:09:54 2026] POST /v2.0/rbac-policies => generated 324 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2026] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:09:54 2026] GET /v2.0/ports/514db6fd-5ae4-4392-8fe2-fffaab98a810 => generated 955 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:54.341 8 INFO neutron.services.segments.plugin [-] Segment 9f634a4c-1f3e-4cf9-8407-b43520121ce9 resource provider aggregate not found 2026-04-28 07:09:54.348 8 INFO neutron.services.segments.plugin [-] Segment 9f634a4c-1f3e-4cf9-8407-b43520121ce9 resource provider aggregate not found 2026-04-28 07:09:54.362 8 INFO neutron.services.segments.plugin [-] Segment 9f634a4c-1f3e-4cf9-8407-b43520121ce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f634a4c-1f3e-4cf9-8407-b43520121ce9 found for delete ", "request_id": "req-b70cfdfe-fde4-4105-aaa2-75eab30ed94b"}]} [pid: 8|app: 0|req: 1050/2027] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:54 2026] DELETE /v2.0/networks/48664494-2cdb-45fd-b9eb-744a7da5efa3 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:54.377 8 INFO neutron.services.segments.plugin [-] Segment 9f634a4c-1f3e-4cf9-8407-b43520121ce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f634a4c-1f3e-4cf9-8407-b43520121ce9 found for delete ", "request_id": "req-75278e19-4658-444e-807e-dd44a4bf7879"}]} 2026-04-28 07:09:54.435 7 INFO neutron.services.segments.plugin [-] Segment 4ecbafe9-df7f-48e3-9018-3b3b232cbad0 resource provider aggregate not found 2026-04-28 07:09:54.442 7 INFO neutron.services.segments.plugin [-] Segment 4ecbafe9-df7f-48e3-9018-3b3b232cbad0 resource provider aggregate not found 2026-04-28 07:09:54.465 7 INFO neutron.services.segments.plugin [-] Segment 4ecbafe9-df7f-48e3-9018-3b3b232cbad0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ecbafe9-df7f-48e3-9018-3b3b232cbad0 found for delete ", "request_id": "req-9518e1b8-572a-465c-a4ac-df9161c145f2"}]} 2026-04-28 07:09:54.470 7 INFO neutron.services.segments.plugin [-] Segment 4ecbafe9-df7f-48e3-9018-3b3b232cbad0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ecbafe9-df7f-48e3-9018-3b3b232cbad0 found for delete ", "request_id": "req-324491f9-465a-420f-8a84-71e5a70bdcb3"}]} [pid: 8|app: 0|req: 1051/2028] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:54 2026] DELETE /v2.0/networks/acee3a1d-c0ee-4d57-a47d-1f63d639dfed => 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: 1052/2029] 10.0.0.33 () {32 vars in 722 bytes} [Tue Apr 28 07:09:54 2026] GET /v2.0/networks/70434d56-e121-451d-a526-4c3689623bb2 => generated 655 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:55.351 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b614352a-33f3-46ee-aec0-c834fc229794 6ad62436a8cb434b8637d399863ae1da 7e512ef15b24455cb8f44d4ef61ac556 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1053/2030] 10.0.0.33 () {32 vars in 722 bytes} [Tue Apr 28 07:09:55 2026] GET /v2.0/networks/70434d56-e121-451d-a526-4c3689623bb2 => generated 138 bytes in 202 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2031] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:55 2026] GET /v2.0/ports?device_id=fe3aad30-6bee-4dd4-abac-03e54f24cddc => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2032] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:55 2026] GET /v2.0/security-groups?tenant_id=179b1a25dc094976b6741f48f1a981f4&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2033] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:09:54 2026] PUT /v2.0/routers/10c891ca-7cb2-47b5-a52d-2344fb7ff1e3/add_router_interface => generated 309 bytes in 1368 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2034] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:55 2026] GET /v2.0/security-groups?id=cbd3ee9b-a056-4ac9-80c4-a02a90883b5a&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2035] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:55 2026] DELETE /v2.0/networks/70434d56-e121-451d-a526-4c3689623bb2 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2036] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:55 2026] DELETE /v2.0/security-groups/66283427-2241-4903-b89d-2ec63282fb5a => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:09:55.763 7 INFO neutron.pecan_wsgi.hooks.translation [None req-da502b25-2ae8-44ba-8129-809bb08cc6ab b91adad2c96c45a49581587ff051ac3c bc1781028da640e6be7f567ac0f7f137 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 981/2037] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:55 2026] DELETE /v2.0/subnets/7b4e62b0-c7b0-4691-b6cf-c8dfb0e73cdd => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:09:55.782 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e1889fdb-0646-40a9-850a-b65ead5626f0 b91adad2c96c45a49581587ff051ac3c bc1781028da640e6be7f567ac0f7f137 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 982/2038] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:55 2026] DELETE /v2.0/subnets/fe9c07e9-2784-43e6-ac62-57493886973d => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:09:55.802 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1ed7a826-7c7d-4d6d-8f5a-4f95e34cdd97 b91adad2c96c45a49581587ff051ac3c bc1781028da640e6be7f567ac0f7f137 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 983/2039] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:55 2026] DELETE /v2.0/subnets/db1344cd-45a3-4fc3-96ef-1b5ca6ac855a => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2040] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:09:55 2026] GET /v2.0/ports/7435f89f-9851-4889-8125-350976074552 => generated 955 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2041] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:55 2026] GET /v2.0/security-groups?tenant_id=8ccafd23e79e4f989a9c699b3b788e3f&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2042] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:56 2026] DELETE /v2.0/security-groups/a2b80f46-bb4b-4749-b9d6-329a5a518460 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:09:56.192 7 INFO neutron_taas.services.taas.taas_plugin [None req-b792c29a-b4fc-4aec-bd79-eeb04f970e00 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] TaaS: Handle Delete Port: 7435f89f-9851-4889-8125-350976074552 2026-04-28 07:09:56.197 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b792c29a-b4fc-4aec-bd79-eeb04f970e00 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Tap Mirror: Handle Delete Port: 7435f89f-9851-4889-8125-350976074552 2026-04-28 07:09:56.392 8 INFO neutron.services.segments.plugin [-] Segment 7194ddb0-a18e-4c74-80d9-6f6452e6c9dd resource provider aggregate not found 2026-04-28 07:09:56.406 8 INFO neutron.services.segments.plugin [-] Segment 7194ddb0-a18e-4c74-80d9-6f6452e6c9dd resource provider aggregate not found 2026-04-28 07:09:56.422 8 INFO neutron.services.segments.plugin [-] Segment 7194ddb0-a18e-4c74-80d9-6f6452e6c9dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7194ddb0-a18e-4c74-80d9-6f6452e6c9dd found for delete ", "request_id": "req-cd9f04a7-4c9f-4c9b-bf58-4ac440e22b5c"}]} 2026-04-28 07:09:56.432 8 INFO neutron.services.segments.plugin [-] Segment 7194ddb0-a18e-4c74-80d9-6f6452e6c9dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7194ddb0-a18e-4c74-80d9-6f6452e6c9dd found for delete ", "request_id": "req-4df7c77d-649f-424a-b400-30787f855174"}]} 2026-04-28 07:09:56.448 8 INFO neutron.services.segments.plugin [-] Segment dc7b7124-9dd1-425d-bd8a-69b224853ac9 resource provider aggregate not found 2026-04-28 07:09:56.451 8 INFO neutron.services.segments.plugin [-] Segment dc7b7124-9dd1-425d-bd8a-69b224853ac9 resource provider aggregate not found 2026-04-28 07:09:56.462 8 INFO neutron.services.segments.plugin [-] Segment dc7b7124-9dd1-425d-bd8a-69b224853ac9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc7b7124-9dd1-425d-bd8a-69b224853ac9 found for delete ", "request_id": "req-1f111cfb-51fc-489a-95f6-be4c6e51be04"}]} 2026-04-28 07:09:56.466 8 INFO neutron.services.segments.plugin [-] Segment dc7b7124-9dd1-425d-bd8a-69b224853ac9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc7b7124-9dd1-425d-bd8a-69b224853ac9 found for delete ", "request_id": "req-9aa61868-5a94-4cc6-b4d9-7ab13abe92ce"}]} [pid: 7|app: 0|req: 984/2043] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:09:55 2026] PUT /v2.0/routers/10c891ca-7cb2-47b5-a52d-2344fb7ff1e3/remove_router_interface => generated 309 bytes in 891 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2044] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:56 2026] GET /v2.0/security-groups?tenant_id=bc1781028da640e6be7f567ac0f7f137&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2045] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:56 2026] GET /v2.0/ports?device_id=fe3aad30-6bee-4dd4-abac-03e54f24cddc => 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: 986/2046] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:56 2026] DELETE /v2.0/security-groups/e27da0c5-a9ec-4835-b921-b62d0dc16f6c => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2047] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:56 2026] GET /v2.0/security-groups?id=cbd3ee9b-a056-4ac9-80c4-a02a90883b5a&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:09:57.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-9555f232-2744-4f8f-877d-d2f20dc4f584 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] TaaS: Handle Delete Port: 514db6fd-5ae4-4392-8fe2-fffaab98a810 2026-04-28 07:09:57.142 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9555f232-2744-4f8f-877d-d2f20dc4f584 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Tap Mirror: Handle Delete Port: 514db6fd-5ae4-4392-8fe2-fffaab98a810 [pid: 7|app: 0|req: 988/2048] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:57 2026] GET /v2.0/security-groups?tenant_id=7e512ef15b24455cb8f44d4ef61ac556&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2049] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:57 2026] DELETE /v2.0/security-groups/66d9ee7d-c9de-4efa-8c0b-5647bfef4518 => 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: 990/2050] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:09:57 2026] GET /v2.0/security-groups?tenant_id=4c4e391ac3ac4229a86c2bc4e10e38ea&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2051] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:09:56 2026] PUT /v2.0/routers/10c891ca-7cb2-47b5-a52d-2344fb7ff1e3/remove_router_interface => generated 309 bytes in 826 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2052] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:09:57 2026] GET /v2.0/ports?device_id=10c891ca-7cb2-47b5-a52d-2344fb7ff1e3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2053] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:09:57 2026] DELETE /v2.0/security-groups/5c3a83e0-7fbd-48d0-92b9-334b1fd83c32 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:09:57.822 8 INFO neutron_taas.services.taas.taas_plugin [None req-522e4e60-6011-45d7-a99e-95eb90215f54 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] TaaS: Handle Delete Port: 4d2f33a6-d2ea-4595-af5f-6d49d0e254d9 2026-04-28 07:09:57.826 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-522e4e60-6011-45d7-a99e-95eb90215f54 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Tap Mirror: Handle Delete Port: 4d2f33a6-d2ea-4595-af5f-6d49d0e254d9 [pid: 7|app: 0|req: 992/2054] 199.204.45.250 () {34 vars in 994 bytes} [Tue Apr 28 07:09:57 2026] GET /v2.0/ports?device_id=fe3aad30-6bee-4dd4-abac-03e54f24cddc => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:09:58.173 7 INFO neutron_taas.services.taas.taas_plugin [req-d7ba5348-a7fa-42cb-a464-470c8b00a292 req-53b77975-9b7c-4b7f-8710-f285a696a6e1 c948b2b36c5e429788f1cdf92b2a8d24 c638d4cf4ea84b21b6ea939eabe6bbeb - - default default] TaaS: Handle Delete Port: ed16db63-2214-4753-9376-b1f0a156d975 2026-04-28 07:09:58.177 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d7ba5348-a7fa-42cb-a464-470c8b00a292 req-53b77975-9b7c-4b7f-8710-f285a696a6e1 c948b2b36c5e429788f1cdf92b2a8d24 c638d4cf4ea84b21b6ea939eabe6bbeb - - default default] Tap Mirror: Handle Delete Port: ed16db63-2214-4753-9376-b1f0a156d975 2026-04-28 07:09:58.208 8 INFO neutron.db.l3_hamode_db [None req-522e4e60-6011-45d7-a99e-95eb90215f54 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] HA network be46249b-3121-48b1-93b8-99a3e02c24ff was deleted as no HA routers are present in tenant a3f828f3a92e4b429f679c47c5ae49c1. [pid: 8|app: 0|req: 1063/2055] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:57 2026] DELETE /v2.0/routers/10c891ca-7cb2-47b5-a52d-2344fb7ff1e3 => generated 0 bytes in 583 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2056] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:58 2026] GET /v2.0/ports?device_id=fe3aad30-6bee-4dd4-abac-03e54f24cddc => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2057] 199.204.45.250 () {36 vars in 997 bytes} [Tue Apr 28 07:09:58 2026] DELETE /v2.0/ports/ed16db63-2214-4753-9376-b1f0a156d975 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:58.398 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa9f80d9-cfa3-47ab-a286-9e065c69736d'] response: {'server_uuid': 'fe3aad30-6bee-4dd4-abac-03e54f24cddc', 'name': 'network-vif-deleted', 'tag': 'ed16db63-2214-4753-9376-b1f0a156d975', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 994/2058] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:09:58 2026] GET /v2.0/security-groups?id=cbd3ee9b-a056-4ac9-80c4-a02a90883b5a&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: 1065/2059] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:58 2026] DELETE /v2.0/subnets/e38c1c37-b15d-443d-9498-92d131c7df1e => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:58.482 8 INFO neutron.services.segments.plugin [-] Segment 07498804-4caf-4584-9592-d2cfed1b760d resource provider aggregate not found 2026-04-28 07:09:58.484 8 INFO neutron.services.segments.plugin [-] Segment 07498804-4caf-4584-9592-d2cfed1b760d resource provider aggregate not found 2026-04-28 07:09:58.495 8 INFO neutron.services.segments.plugin [-] Segment 07498804-4caf-4584-9592-d2cfed1b760d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07498804-4caf-4584-9592-d2cfed1b760d found for delete ", "request_id": "req-01c26ad5-b8ce-4b24-bbb5-27fb2cb5f8dc"}]} 2026-04-28 07:09:58.501 8 INFO neutron.services.segments.plugin [-] Segment 07498804-4caf-4584-9592-d2cfed1b760d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07498804-4caf-4584-9592-d2cfed1b760d found for delete ", "request_id": "req-2cdcdc89-acff-4003-bd09-c7fcf46d45c4"}]} [pid: 7|app: 0|req: 995/2060] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:09:58 2026] DELETE /v2.0/subnets/dc0bb0ac-b06f-46b2-9f58-362ab0c6ba10 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:58.703 8 INFO neutron_taas.services.taas.taas_plugin [None req-17dc48eb-468f-41a7-a8e4-982e59333174 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] TaaS: Handle Delete Port: 0e768025-86ed-4539-8314-63679687ecf5 2026-04-28 07:09:58.706 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17dc48eb-468f-41a7-a8e4-982e59333174 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Tap Mirror: Handle Delete Port: 0e768025-86ed-4539-8314-63679687ecf5 [pid: 8|app: 0|req: 1066/2061] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:58 2026] DELETE /v2.0/networks/18407dfb-a41c-4397-b828-2de816972748 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:58.985 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d5645f9-a4e0-4c67-ab7e-fad6d715612d 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] TaaS: Handle Delete Port: 650bb08d-28c2-42f8-b499-b653c60a4c82 2026-04-28 07:09:58.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d5645f9-a4e0-4c67-ab7e-fad6d715612d 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Tap Mirror: Handle Delete Port: 650bb08d-28c2-42f8-b499-b653c60a4c82 2026-04-28 07:09:59.159 7 INFO neutron.services.segments.plugin [-] Segment 39e5dcae-a2de-4bde-9b02-00314668ba28 resource provider aggregate not found 2026-04-28 07:09:59.167 7 INFO neutron.services.segments.plugin [-] Segment 39e5dcae-a2de-4bde-9b02-00314668ba28 resource provider aggregate not found 2026-04-28 07:09:59.183 7 INFO neutron.services.segments.plugin [-] Segment 39e5dcae-a2de-4bde-9b02-00314668ba28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39e5dcae-a2de-4bde-9b02-00314668ba28 found for delete ", "request_id": "req-03560467-4ab0-4a6a-930c-090412e74c79"}]} 2026-04-28 07:09:59.185 7 INFO neutron.services.segments.plugin [-] Segment 39e5dcae-a2de-4bde-9b02-00314668ba28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39e5dcae-a2de-4bde-9b02-00314668ba28 found for delete ", "request_id": "req-8005d4d1-0167-490b-bc4f-0d15af863fd8"}]} [pid: 7|app: 0|req: 996/2062] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:09:58 2026] DELETE /v2.0/networks/2977ea59-3a1e-4b55-85c2-f1fb4e396ab1 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:09:59.259 8 INFO neutron.db.segments_db [None req-4e0042d2-0251-4acf-9eaa-4088a43540ed 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Added segment 2557f8d8-9b23-41b7-97c8-2f2f01fd6ca6 of type vxlan for network 1dca1714-87ee-43e0-a3d0-1a9cfa0482cc [pid: 8|app: 0|req: 1067/2063] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:09:59 2026] POST /v2.0/networks => generated 611 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2064] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:09:59 2026] GET /v2.0/ports?device_id=fe3aad30-6bee-4dd4-abac-03e54f24cddc => 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: 997/2065] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:59 2026] POST /v2.0/subnets => generated 626 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:09:59.658 8 INFO neutron.db.segments_db [None req-285d55ee-dcce-412c-bc10-51fff391c093 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Added segment 5c5bd922-aa3f-4729-aeca-f14dfcb247e8 of type vxlan for network 5763e69a-16e4-4e80-b7d0-ddde6915b8d4 2026-04-28 07:09:59.878 8 INFO neutron.db.l3_hamode_db [None req-285d55ee-dcce-412c-bc10-51fff391c093 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:10:00.020 8 INFO neutron.db.l3_hamode_db [None req-285d55ee-dcce-412c-bc10-51fff391c093 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:10:00.526 8 INFO neutron.services.segments.plugin [-] Segment 2710adc1-6b84-4c9a-98eb-21a5e7bbe23e resource provider aggregate not found 2026-04-28 07:10:00.532 8 INFO neutron.services.segments.plugin [-] Segment 2710adc1-6b84-4c9a-98eb-21a5e7bbe23e resource provider aggregate not found 2026-04-28 07:10:00.552 8 INFO neutron.services.segments.plugin [-] Segment 2710adc1-6b84-4c9a-98eb-21a5e7bbe23e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2710adc1-6b84-4c9a-98eb-21a5e7bbe23e found for delete ", "request_id": "req-867bab63-e66d-4db1-9e1a-3a75f0fae5a4"}]} 2026-04-28 07:10:00.553 8 INFO neutron.services.segments.plugin [-] Segment 2710adc1-6b84-4c9a-98eb-21a5e7bbe23e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2710adc1-6b84-4c9a-98eb-21a5e7bbe23e found for delete ", "request_id": "req-d2234849-d51c-47e1-807b-cc904c4ffeb0"}]} [pid: 7|app: 0|req: 998/2066] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:10:00 2026] GET /v2.0/ports?device_id=fe3aad30-6bee-4dd4-abac-03e54f24cddc => 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: 1069/2067] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:09:59 2026] POST /v2.0/routers => generated 506 bytes in 1068 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2068] 10.0.0.33 () {34 vars in 664 bytes} [Tue Apr 28 07:10:00 2026] POST /v2.0/ports => generated 948 bytes in 436 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: 1000/2069] 10.0.0.33 () {34 vars in 677 bytes} [Tue Apr 28 07:10:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2070] 10.0.0.33 () {34 vars in 677 bytes} [Tue Apr 28 07:10:02 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2071] 10.0.0.33 () {34 vars in 677 bytes} [Tue Apr 28 07:10:02 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: 1003/2072] 10.0.0.33 () {34 vars in 677 bytes} [Tue Apr 28 07:10:02 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: 1004/2073] 10.0.0.33 () {34 vars in 677 bytes} [Tue Apr 28 07:10:02 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2074] 10.0.0.33 () {34 vars in 752 bytes} [Tue Apr 28 07:10:02 2026] PUT /v2.0/policies/96014088-b050-4180-b14c-c77df1f3efcc/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2075] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:10:01 2026] PUT /v2.0/routers/dbee900d-7911-497c-9997-9f1a803d8593/add_router_interface => generated 309 bytes in 1224 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: 1006/2076] 10.0.0.33 () {34 vars in 752 bytes} [Tue Apr 28 07:10:02 2026] PUT /v2.0/policies/d4ced700-a7ee-4241-9eaf-d697ea1d2a12/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2077] 10.0.0.33 () {34 vars in 752 bytes} [Tue Apr 28 07:10:02 2026] PUT /v2.0/policies/0c80e4af-a040-40fc-9cad-51420b452b4b/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2078] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:10:02 2026] GET /v2.0/ports/923fe666-6fab-40f1-9f37-5767ac95f745 => generated 1022 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2079] 10.0.0.33 () {34 vars in 752 bytes} [Tue Apr 28 07:10:02 2026] PUT /v2.0/policies/e3a79189-0e96-4fc8-bf85-2ef286878c01/tags => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2080] 10.0.0.33 () {32 vars in 673 bytes} [Tue Apr 28 07:10:02 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:10:03.238 7 INFO neutron_taas.services.taas.taas_plugin [None req-0eecf496-5ff3-47ba-8c17-69350b586730 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: fe118f47-ac07-425d-a3cb-1583fdc467af 2026-04-28 07:10:03.241 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0eecf496-5ff3-47ba-8c17-69350b586730 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: fe118f47-ac07-425d-a3cb-1583fdc467af 2026-04-28 07:10:03.322 8 INFO neutron_taas.services.taas.taas_plugin [None req-602f7558-ae84-4a77-b2f7-910811f6466a 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] TaaS: Handle Delete Port: 923fe666-6fab-40f1-9f37-5767ac95f745 2026-04-28 07:10:03.325 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-602f7558-ae84-4a77-b2f7-910811f6466a 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Tap Mirror: Handle Delete Port: 923fe666-6fab-40f1-9f37-5767ac95f745 [pid: 7|app: 0|req: 1010/2081] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:10:02 2026] PUT /v2.0/routers/58dd8c67-45f1-417b-8738-97570c37f48d/remove_router_interface => generated 309 bytes in 901 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2082] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:10:02 2026] PUT /v2.0/routers/dbee900d-7911-497c-9997-9f1a803d8593/remove_router_interface => generated 309 bytes in 1393 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 07:10:04.129 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6457800-ab2f-414b-b04f-387c14c20cbd dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: cab4250e-f88c-47a5-80c6-c57d7aa2743b 2026-04-28 07:10:04.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6457800-ab2f-414b-b04f-387c14c20cbd dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: cab4250e-f88c-47a5-80c6-c57d7aa2743b [pid: 7|app: 0|req: 1011/2083] 10.0.0.33 () {32 vars in 687 bytes} [Tue Apr 28 07:10:03 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 568 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:10:04.428 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6457800-ab2f-414b-b04f-387c14c20cbd dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 1aac21a6-6531-471c-a2e7-6e6402ca5a31 2026-04-28 07:10:04.431 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6457800-ab2f-414b-b04f-387c14c20cbd dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 1aac21a6-6531-471c-a2e7-6e6402ca5a31 2026-04-28 07:10:04.472 7 INFO neutron.api.v2.resource [None req-1bdd9a94-68a1-47c2-92c0-2646592c5b96 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1012/2084] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:10:04 2026] PUT /v2.0/routers/dbee900d-7911-497c-9997-9f1a803d8593/remove_router_interface => generated 197 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2085] 10.0.0.33 () {32 vars in 683 bytes} [Tue Apr 28 07:10:04 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2086] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:10:04 2026] GET /v2.0/ports?device_id=dbee900d-7911-497c-9997-9f1a803d8593 => 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: 1015/2087] 10.0.0.33 () {32 vars in 695 bytes} [Tue Apr 28 07:10:04 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:10:04.829 8 INFO neutron.services.segments.plugin [-] Segment 181331ff-4103-4dda-8211-1bab0771bb6b resource provider aggregate not found 2026-04-28 07:10:04.841 8 INFO neutron.services.segments.plugin [-] Segment 181331ff-4103-4dda-8211-1bab0771bb6b resource provider aggregate not found 2026-04-28 07:10:04.854 7 INFO neutron_taas.services.taas.taas_plugin [None req-1279b283-85f3-44a6-a899-824595307527 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] TaaS: Handle Delete Port: 06554f5c-333d-432e-b700-0e809c48f932 2026-04-28 07:10:04.857 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1279b283-85f3-44a6-a899-824595307527 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Tap Mirror: Handle Delete Port: 06554f5c-333d-432e-b700-0e809c48f932 2026-04-28 07:10:04.870 8 INFO neutron.services.segments.plugin [-] Segment 181331ff-4103-4dda-8211-1bab0771bb6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 181331ff-4103-4dda-8211-1bab0771bb6b found for delete ", "request_id": "req-4374c5b7-c0c7-4de7-92b9-49c6aa03fa05"}]} 2026-04-28 07:10:04.872 8 INFO neutron.services.segments.plugin [-] Segment 181331ff-4103-4dda-8211-1bab0771bb6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 181331ff-4103-4dda-8211-1bab0771bb6b found for delete ", "request_id": "req-03a81735-b17e-49b2-b88d-2d1d04a493b6"}]} 2026-04-28 07:10:04.899 8 INFO neutron.db.l3_hamode_db [None req-a6457800-ab2f-414b-b04f-387c14c20cbd dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] HA network 3bf8b8e6-5505-438b-a05a-2f2c2e2aed27 was deleted as no HA routers are present in tenant c638d4cf4ea84b21b6ea939eabe6bbeb. [pid: 8|app: 0|req: 1073/2088] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:10:03 2026] DELETE /v2.0/routers/58dd8c67-45f1-417b-8738-97570c37f48d => generated 0 bytes in 1075 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2089] 10.0.0.33 () {32 vars in 681 bytes} [Tue Apr 28 07:10:04 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2090] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:10:05 2026] DELETE /v2.0/subnets/adf02d79-59df-44c8-be9f-c572a28c3603 => 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: 1076/2091] 10.0.0.33 () {32 vars in 695 bytes} [Tue Apr 28 07:10:05 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:10:05.257 7 INFO neutron.services.segments.plugin [-] Segment 5c5bd922-aa3f-4729-aeca-f14dfcb247e8 resource provider aggregate not found 2026-04-28 07:10:05.268 7 INFO neutron.services.segments.plugin [-] Segment 5c5bd922-aa3f-4729-aeca-f14dfcb247e8 resource provider aggregate not found 2026-04-28 07:10:05.286 7 INFO neutron.services.segments.plugin [-] Segment 5c5bd922-aa3f-4729-aeca-f14dfcb247e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c5bd922-aa3f-4729-aeca-f14dfcb247e8 found for delete ", "request_id": "req-e1ac395c-e584-4b33-92d2-7efc96c3a601"}]} 2026-04-28 07:10:05.287 7 INFO neutron.services.segments.plugin [-] Segment 5c5bd922-aa3f-4729-aeca-f14dfcb247e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c5bd922-aa3f-4729-aeca-f14dfcb247e8 found for delete ", "request_id": "req-070bd61e-bf8d-46c1-ba77-a0d165a54034"}]} 2026-04-28 07:10:05.295 7 INFO neutron.db.l3_hamode_db [None req-1279b283-85f3-44a6-a899-824595307527 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] HA network 5763e69a-16e4-4e80-b7d0-ddde6915b8d4 was deleted as no HA routers are present in tenant a3f828f3a92e4b429f679c47c5ae49c1. [pid: 7|app: 0|req: 1016/2092] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:10:04 2026] DELETE /v2.0/routers/dbee900d-7911-497c-9997-9f1a803d8593 => generated 0 bytes in 669 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:10:05.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5888937-2a9a-4afb-8817-0d13d1c3923d dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: c1707bb4-17d6-4ff0-bdde-ac4806fe076d 2026-04-28 07:10:05.332 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5888937-2a9a-4afb-8817-0d13d1c3923d dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: c1707bb4-17d6-4ff0-bdde-ac4806fe076d [pid: 7|app: 0|req: 1017/2093] 10.0.0.33 () {32 vars in 691 bytes} [Tue Apr 28 07:10:05 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2094] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:10:05 2026] DELETE /v2.0/subnets/e51a4265-9173-445a-ba52-e91ae677132b => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2095] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:10:05 2026] DELETE /v2.0/networks/61dcede0-2b5e-4d88-9155-d37b7bfb9f27 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2096] 10.0.0.33 () {32 vars in 703 bytes} [Tue Apr 28 07:10:05 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:10:05.628 8 INFO neutron_taas.services.taas.taas_plugin [None req-9226a845-9b22-4f2a-b726-69a37e86462d 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] TaaS: Handle Delete Port: df0c5089-535a-4137-a9e0-b8bd8988fa56 2026-04-28 07:10:05.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9226a845-9b22-4f2a-b726-69a37e86462d 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Tap Mirror: Handle Delete Port: df0c5089-535a-4137-a9e0-b8bd8988fa56 [pid: 7|app: 0|req: 1020/2097] 10.0.0.33 () {32 vars in 733 bytes} [Tue Apr 28 07:10:05 2026] DELETE /v2.0/qos/policies/96014088-b050-4180-b14c-c77df1f3efcc => 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: 1021/2098] 10.0.0.33 () {32 vars in 733 bytes} [Tue Apr 28 07:10:05 2026] DELETE /v2.0/qos/policies/d4ced700-a7ee-4241-9eaf-d697ea1d2a12 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2099] 10.0.0.33 () {32 vars in 733 bytes} [Tue Apr 28 07:10:05 2026] DELETE /v2.0/qos/policies/0c80e4af-a040-40fc-9cad-51420b452b4b => 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: 1023/2100] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:05 2026] GET /v2.0/security-groups?tenant_id=c638d4cf4ea84b21b6ea939eabe6bbeb&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: 1078/2101] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:10:05 2026] DELETE /v2.0/networks/1dca1714-87ee-43e0-a3d0-1a9cfa0482cc => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2102] 10.0.0.33 () {32 vars in 733 bytes} [Tue Apr 28 07:10:05 2026] DELETE /v2.0/qos/policies/e3a79189-0e96-4fc8-bf85-2ef286878c01 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:10:05.944 7 INFO neutron.db.segments_db [None req-3e11a5a4-10b6-4292-b61b-d611945ded92 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Added segment f94d92bd-13d3-4792-b158-74f8a2b66eb7 of type vxlan for network 3a77f991-c821-4c3b-853b-ef11c308fa21 [pid: 8|app: 0|req: 1079/2103] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:05 2026] DELETE /v2.0/security-groups/cbd3ee9b-a056-4ac9-80c4-a02a90883b5a => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2104] 10.0.0.33 () {32 vars in 733 bytes} [Tue Apr 28 07:10:05 2026] DELETE /v2.0/qos/policies/a501cdc5-0aab-48f4-96f3-91981b0d5f72 => 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: 1025/2105] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:10:05 2026] POST /v2.0/networks => generated 611 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2106] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:10:06 2026] POST /v2.0/subnets => generated 626 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:10:06.418 7 INFO neutron.db.segments_db [None req-59503d9b-4509-45c5-b11b-0b9b0e6b58b3 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Added segment 408f670d-365d-40e4-92ca-545ba4890b30 of type vxlan for network 5bd71ea2-43f2-44b7-a901-4c6cd69723c8 2026-04-28 07:10:06.670 7 INFO neutron.db.l3_hamode_db [None req-59503d9b-4509-45c5-b11b-0b9b0e6b58b3 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:10:06.782 7 INFO neutron.db.l3_hamode_db [None req-59503d9b-4509-45c5-b11b-0b9b0e6b58b3 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:10:06.891 8 INFO neutron.services.segments.plugin [-] Segment 3e945e9a-437a-483e-944e-fd663ab6f9f9 resource provider aggregate not found 2026-04-28 07:10:06.899 8 INFO neutron.services.segments.plugin [-] Segment 3e945e9a-437a-483e-944e-fd663ab6f9f9 resource provider aggregate not found 2026-04-28 07:10:06.915 8 INFO neutron.services.segments.plugin [-] Segment 3e945e9a-437a-483e-944e-fd663ab6f9f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e945e9a-437a-483e-944e-fd663ab6f9f9 found for delete ", "request_id": "req-e121fa0d-ad7a-4197-adb4-73ddc7db87e2"}]} 2026-04-28 07:10:06.924 8 INFO neutron.services.segments.plugin [-] Segment 3e945e9a-437a-483e-944e-fd663ab6f9f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e945e9a-437a-483e-944e-fd663ab6f9f9 found for delete ", "request_id": "req-cf0e317e-8075-49e8-9443-9b628e3ae0c1"}]} 2026-04-28 07:10:06.939 8 INFO neutron.services.segments.plugin [-] Segment 2557f8d8-9b23-41b7-97c8-2f2f01fd6ca6 resource provider aggregate not found 2026-04-28 07:10:06.949 8 INFO neutron.services.segments.plugin [-] Segment 2557f8d8-9b23-41b7-97c8-2f2f01fd6ca6 resource provider aggregate not found 2026-04-28 07:10:06.955 8 INFO neutron.services.segments.plugin [-] Segment 2557f8d8-9b23-41b7-97c8-2f2f01fd6ca6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2557f8d8-9b23-41b7-97c8-2f2f01fd6ca6 found for delete ", "request_id": "req-be7c9da0-bcec-4ef5-8fcc-1ac153368dcb"}]} 2026-04-28 07:10:06.969 8 INFO neutron.services.segments.plugin [-] Segment 2557f8d8-9b23-41b7-97c8-2f2f01fd6ca6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2557f8d8-9b23-41b7-97c8-2f2f01fd6ca6 found for delete ", "request_id": "req-f12bb980-e89f-495d-9ca0-e968ebed7c0c"}]} [pid: 8|app: 0|req: 1084/2109] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:06 2026] GET /v2.0/security-groups?tenant_id=f3353d265644458bad7eefc8e899b231&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2110] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:07 2026] DELETE /v2.0/security-groups/e4a88cdd-4331-4d93-a64b-df6b1ba7e4ce => 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: 1026/2111] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:10:06 2026] POST /v2.0/routers => generated 506 bytes in 1048 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2112] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:07 2026] GET /v2.0/security-groups?tenant_id=8268a29fecfc45bb98ff621bc6a95065&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2113] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:07 2026] DELETE /v2.0/security-groups/51c7d0c4-2a3d-4af7-91fd-42e4914f9156 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2114] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:07 2026] GET /v2.0/security-groups?tenant_id=0af122d8b9914ff590c14eaa34207e9f&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: 1089/2115] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:07 2026] DELETE /v2.0/security-groups/a466af78-555a-49b0-87d1-2c18b52295f4 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2116] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:10:07 2026] PUT /v2.0/routers/9f127618-7081-4850-9f6a-fd15dc0a7cde/add_router_interface => generated 309 bytes in 1304 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2117] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:10:08 2026] GET /v2.0/ports/c9c09dc5-a420-4cd8-9cb3-20250f40118e => generated 955 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:10:09.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-220415cc-7676-4d37-a5f3-616946b33869 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] TaaS: Handle Delete Port: c9c09dc5-a420-4cd8-9cb3-20250f40118e 2026-04-28 07:10:09.095 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-220415cc-7676-4d37-a5f3-616946b33869 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Tap Mirror: Handle Delete Port: c9c09dc5-a420-4cd8-9cb3-20250f40118e [pid: 7|app: 0|req: 1028/2118] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:10:08 2026] PUT /v2.0/routers/9f127618-7081-4850-9f6a-fd15dc0a7cde/remove_router_interface => generated 309 bytes in 752 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2119] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:10:09 2026] GET /v2.0/ports?device_id=9f127618-7081-4850-9f6a-fd15dc0a7cde => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:10:09.826 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c3092da-e0ea-4647-b9d8-f02e85b5a9e7 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] TaaS: Handle Delete Port: 5473373b-6e21-4a24-9621-202a705d2a4a 2026-04-28 07:10:09.830 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c3092da-e0ea-4647-b9d8-f02e85b5a9e7 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Tap Mirror: Handle Delete Port: 5473373b-6e21-4a24-9621-202a705d2a4a 2026-04-28 07:10:10.206 7 INFO neutron.services.segments.plugin [-] Segment 408f670d-365d-40e4-92ca-545ba4890b30 resource provider aggregate not found 2026-04-28 07:10:10.210 7 INFO neutron.services.segments.plugin [-] Segment 408f670d-365d-40e4-92ca-545ba4890b30 resource provider aggregate not found 2026-04-28 07:10:10.224 7 INFO neutron.services.segments.plugin [-] Segment 408f670d-365d-40e4-92ca-545ba4890b30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 408f670d-365d-40e4-92ca-545ba4890b30 found for delete ", "request_id": "req-d1508269-7788-4725-bd0f-7d4caa24b8d1"}]} 2026-04-28 07:10:10.234 7 INFO neutron.services.segments.plugin [-] Segment 408f670d-365d-40e4-92ca-545ba4890b30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 408f670d-365d-40e4-92ca-545ba4890b30 found for delete ", "request_id": "req-b58f81e3-1208-41fc-91b8-593b3ecb2226"}]} 2026-04-28 07:10:10.235 7 INFO neutron.db.l3_hamode_db [None req-7c3092da-e0ea-4647-b9d8-f02e85b5a9e7 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] HA network 5bd71ea2-43f2-44b7-a901-4c6cd69723c8 was deleted as no HA routers are present in tenant a3f828f3a92e4b429f679c47c5ae49c1. [pid: 7|app: 0|req: 1029/2120] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:10:09 2026] DELETE /v2.0/routers/9f127618-7081-4850-9f6a-fd15dc0a7cde => generated 0 bytes in 673 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2121] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:10:10 2026] DELETE /v2.0/subnets/03c40bd0-3634-463f-8418-dd96b4d12e00 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2122] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:10:10 2026] DELETE /v2.0/networks/3a77f991-c821-4c3b-853b-ef11c308fa21 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:10:10.597 8 INFO neutron.db.segments_db [None req-d4f6ad72-f49b-4db3-b2cf-472b18063e0c 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Added segment 691fae37-2eab-4320-b983-f40eb491113f of type vxlan for network 99df9587-10e9-460f-ba03-9515a5d9e459 2026-04-28 07:10:10.941 8 INFO neutron.db.l3_hamode_db [None req-d4f6ad72-f49b-4db3-b2cf-472b18063e0c 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:10:11.797 8 INFO neutron.db.l3_hamode_db [None req-d4f6ad72-f49b-4db3-b2cf-472b18063e0c 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:10:12.248 7 INFO neutron.services.segments.plugin [-] Segment f94d92bd-13d3-4792-b158-74f8a2b66eb7 resource provider aggregate not found 2026-04-28 07:10:12.259 7 INFO neutron.services.segments.plugin [-] Segment f94d92bd-13d3-4792-b158-74f8a2b66eb7 resource provider aggregate not found 2026-04-28 07:10:12.277 7 INFO neutron.services.segments.plugin [-] Segment f94d92bd-13d3-4792-b158-74f8a2b66eb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f94d92bd-13d3-4792-b158-74f8a2b66eb7 found for delete ", "request_id": "req-59df2a3b-1ba2-46e7-9b57-aaeedd29b510"}]} 2026-04-28 07:10:12.278 7 INFO neutron.services.segments.plugin [-] Segment f94d92bd-13d3-4792-b158-74f8a2b66eb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f94d92bd-13d3-4792-b158-74f8a2b66eb7 found for delete ", "request_id": "req-77630dd5-5840-4af8-ae03-3419a54a9bd8"}]} 2026-04-28 07:10:12.806 7 INFO neutron.db.segments_db [None req-d240d892-60c9-4d36-8a4d-41714dadcb04 8faf419c0fac415b97eaa03330565cca e5edcd3a246149bf8c3e0fd2efb59594 - - default default] Added segment 67921415-9659-4d87-b46d-03086f265016 of type vxlan for network 1d54524e-3813-4a76-9987-d7530c6911d5 [pid: 8|app: 0|req: 1093/2123] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:10:10 2026] POST /v2.0/routers => generated 688 bytes in 2320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2124] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:10:12 2026] POST /v2.0/networks => generated 613 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2125] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:10:12 2026] GET /v2.0/routers/c5ec4157-3158-4416-88c5-4ea9a3417f2a => generated 694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2126] 10.0.0.33 () {32 vars in 646 bytes} [Tue Apr 28 07:10:12 2026] GET /v2.0/routers => generated 697 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2127] 10.0.0.33 () {34 vars in 663 bytes} [Tue Apr 28 07:10:12 2026] POST /v2.0/ports => generated 743 bytes in 348 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: 1096/2128] 10.0.0.33 () {34 vars in 740 bytes} [Tue Apr 28 07:10:13 2026] PUT /v2.0/routers/c5ec4157-3158-4416-88c5-4ea9a3417f2a => generated 701 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2129] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:10:13 2026] GET /v2.0/routers/c5ec4157-3158-4416-88c5-4ea9a3417f2a => generated 701 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2130] 10.0.0.33 () {34 vars in 665 bytes} [Tue Apr 28 07:10:13 2026] POST /v2.0/trunks => generated 407 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2131] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:10:13 2026] GET /v2.0/ports?device_id=c5ec4157-3158-4416-88c5-4ea9a3417f2a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:10:13.615 7 INFO neutron.db.segments_db [None req-19e33d5e-da0b-4269-a423-a78291e42899 8faf419c0fac415b97eaa03330565cca e5edcd3a246149bf8c3e0fd2efb59594 - - default default] Added segment a544d291-18b6-4371-b83a-1b514b864e54 of type vxlan for network 962739ef-d8a7-46ea-a126-335c68bd5b47 [pid: 7|app: 0|req: 1034/2132] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:10:13 2026] POST /v2.0/networks => generated 612 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:10:13.765 8 INFO neutron_taas.services.taas.taas_plugin [None req-04e78abc-0584-4e6c-bdd9-60d916d34ff5 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] TaaS: Handle Delete Port: 2897cee5-4816-4b83-85d9-7282ce867978 2026-04-28 07:10:13.768 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04e78abc-0584-4e6c-bdd9-60d916d34ff5 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Tap Mirror: Handle Delete Port: 2897cee5-4816-4b83-85d9-7282ce867978 2026-04-28 07:10:14.044 8 INFO neutron_taas.services.taas.taas_plugin [None req-04e78abc-0584-4e6c-bdd9-60d916d34ff5 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] TaaS: Handle Delete Port: 0ac1a5e0-174b-4187-80b7-3fb0f5991b35 2026-04-28 07:10:14.046 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04e78abc-0584-4e6c-bdd9-60d916d34ff5 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] Tap Mirror: Handle Delete Port: 0ac1a5e0-174b-4187-80b7-3fb0f5991b35 [pid: 7|app: 0|req: 1035/2133] 10.0.0.33 () {34 vars in 663 bytes} [Tue Apr 28 07:10:13 2026] POST /v2.0/ports => generated 743 bytes in 327 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: 1036/2134] 10.0.0.33 () {34 vars in 665 bytes} [Tue Apr 28 07:10:14 2026] POST /v2.0/trunks => generated 407 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:10:14.366 7 INFO neutron.db.segments_db [None req-a92cc539-3415-449c-a1a2-38fc1b26c779 8faf419c0fac415b97eaa03330565cca e5edcd3a246149bf8c3e0fd2efb59594 - - default default] Added segment 4fe30b3d-51a0-465b-9bc3-c11e4d8fcc45 of type vxlan for network 12af21f1-12ee-4f0c-84e0-5c5c6f48b071 2026-04-28 07:10:14.422 8 INFO neutron.services.segments.plugin [-] Segment 691fae37-2eab-4320-b983-f40eb491113f resource provider aggregate not found 2026-04-28 07:10:14.428 8 INFO neutron.services.segments.plugin [-] Segment 691fae37-2eab-4320-b983-f40eb491113f resource provider aggregate not found 2026-04-28 07:10:14.443 8 INFO neutron.services.segments.plugin [-] Segment 691fae37-2eab-4320-b983-f40eb491113f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 691fae37-2eab-4320-b983-f40eb491113f found for delete ", "request_id": "req-a38aa549-1381-4927-b248-78da32987432"}]} 2026-04-28 07:10:14.446 8 INFO neutron.services.segments.plugin [-] Segment 691fae37-2eab-4320-b983-f40eb491113f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 691fae37-2eab-4320-b983-f40eb491113f found for delete ", "request_id": "req-e7c9d71e-aef8-49c2-871a-a57da9c8df54"}]} 2026-04-28 07:10:14.448 8 INFO neutron.db.l3_hamode_db [None req-04e78abc-0584-4e6c-bdd9-60d916d34ff5 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] HA network 99df9587-10e9-460f-ba03-9515a5d9e459 was deleted as no HA routers are present in tenant a3f828f3a92e4b429f679c47c5ae49c1. [pid: 8|app: 0|req: 1099/2135] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:10:13 2026] DELETE /v2.0/routers/c5ec4157-3158-4416-88c5-4ea9a3417f2a => generated 0 bytes in 901 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2136] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:10:14 2026] POST /v2.0/networks => generated 612 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2137] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:10:14 2026] GET /v2.0/ports?device_id=c5ec4157-3158-4416-88c5-4ea9a3417f2a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:10:14.501 8 INFO neutron.api.v2.resource [None req-d96f63ff-63f3-4f6a-84fb-2b3e762ba0e9 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1101/2138] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:10:14 2026] DELETE /v2.0/routers/c5ec4157-3158-4416-88c5-4ea9a3417f2a => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2139] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:10:14 2026] GET /v2.0/ports?device_id=9f127618-7081-4850-9f6a-fd15dc0a7cde => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:10:14.550 8 INFO neutron.api.v2.resource [None req-6db7848e-0dcc-4f3a-8466-50c7c2f8bc28 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1103/2140] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:10:14 2026] DELETE /v2.0/routers/9f127618-7081-4850-9f6a-fd15dc0a7cde => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:10:14.567 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d5f73ce1-811c-490e-972b-deaa5745a540 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1104/2141] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:10:14 2026] DELETE /v2.0/subnets/03c40bd0-3634-463f-8418-dd96b4d12e00 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2142] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:10:14 2026] GET /v2.0/ports?device_id=dbee900d-7911-497c-9997-9f1a803d8593 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:10:14.608 8 INFO neutron.api.v2.resource [None req-ec75bf6f-ba49-484b-98db-f820c78b3c3f 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1106/2143] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:10:14 2026] DELETE /v2.0/routers/dbee900d-7911-497c-9997-9f1a803d8593 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:10:14.624 8 INFO neutron.pecan_wsgi.hooks.translation [None req-573d93c7-03b6-4f38-84a7-d38ce154b520 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1107/2144] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:10:14 2026] DELETE /v2.0/subnets/e51a4265-9173-445a-ba52-e91ae677132b => 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: 1108/2145] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:10:14 2026] GET /v2.0/ports?device_id=10c891ca-7cb2-47b5-a52d-2344fb7ff1e3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:10:14.680 8 INFO neutron.api.v2.resource [None req-e5ac02b8-3811-4831-a25d-2b045aa23d9b 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1109/2146] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:10:14 2026] DELETE /v2.0/routers/10c891ca-7cb2-47b5-a52d-2344fb7ff1e3 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:10:14.706 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b4465d6b-fd33-4b5b-846e-c8a6bed67f0c 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1038/2147] 10.0.0.33 () {34 vars in 663 bytes} [Tue Apr 28 07:10:14 2026] POST /v2.0/ports => generated 743 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2148] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:10:14 2026] DELETE /v2.0/subnets/e38c1c37-b15d-443d-9498-92d131c7df1e => generated 136 bytes in 24 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, ' 2026-04-28 07:10:14.723 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b36f58e2-1faa-4917-acaa-6cc7229c2223 215f41e9af7b4bcb9a8a88bb879fd2d6 a3f828f3a92e4b429f679c47c5ae49c1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1111/2149] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:10:14 2026] DELETE /v2.0/subnets/dc0bb0ac-b06f-46b2-9f58-362ab0c6ba10 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2150] 10.0.0.33 () {34 vars in 665 bytes} [Tue Apr 28 07:10:14 2026] POST /v2.0/trunks => generated 407 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:10:14.944 8 INFO neutron.db.segments_db [None req-a81055c7-5bc9-4861-89e5-1f8ca74824fe 8faf419c0fac415b97eaa03330565cca e5edcd3a246149bf8c3e0fd2efb59594 - - default default] Added segment 28465973-8113-4132-937d-cca058034237 of type vxlan for network 5faca379-59f4-4070-92d4-68a4f0c35cfb [pid: 8|app: 0|req: 1112/2151] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:10:14 2026] POST /v2.0/networks => generated 613 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2152] 10.0.0.33 () {34 vars in 663 bytes} [Tue Apr 28 07:10:15 2026] POST /v2.0/ports => generated 743 bytes in 292 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: 1113/2153] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:15 2026] GET /v2.0/security-groups?tenant_id=a3f828f3a92e4b429f679c47c5ae49c1&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2154] 10.0.0.33 () {34 vars in 665 bytes} [Tue Apr 28 07:10:15 2026] POST /v2.0/trunks => generated 407 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:10:15.539 7 INFO neutron.db.segments_db [None req-dc5ff9e6-466d-4f6a-b004-6eed64a361b7 8faf419c0fac415b97eaa03330565cca e5edcd3a246149bf8c3e0fd2efb59594 - - default default] Added segment bf359544-8fa0-4d3e-b53a-6d1f59656b68 of type vxlan for network ddfdc287-a289-4f4b-9fb3-adac3742c14c [pid: 8|app: 0|req: 1114/2155] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:15 2026] DELETE /v2.0/security-groups/9b950fa2-88ee-4774-b52c-2aa4ad003483 => 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: 1042/2156] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:10:15 2026] POST /v2.0/networks => generated 613 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2157] 10.0.0.33 () {34 vars in 663 bytes} [Tue Apr 28 07:10:15 2026] POST /v2.0/ports => generated 743 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2158] 10.0.0.33 () {34 vars in 665 bytes} [Tue Apr 28 07:10:15 2026] POST /v2.0/trunks => generated 407 bytes in 171 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: 1116/2159] 10.0.0.33 () {34 vars in 748 bytes} [Tue Apr 28 07:10:16 2026] PUT /v2.0/trunks/a0ceba01-6162-4960-82dd-7e37ccaf3b81/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2160] 10.0.0.33 () {34 vars in 748 bytes} [Tue Apr 28 07:10:16 2026] PUT /v2.0/trunks/79539f44-61c6-426c-bd9e-591309d6fb40/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2161] 10.0.0.33 () {34 vars in 748 bytes} [Tue Apr 28 07:10:16 2026] PUT /v2.0/trunks/596332a8-63a5-46d5-9ae9-041287b7e234/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2162] 10.0.0.33 () {34 vars in 748 bytes} [Tue Apr 28 07:10:16 2026] PUT /v2.0/trunks/10ccfe5e-984c-4b67-b39c-1043d7ac5d6f/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2163] 10.0.0.33 () {32 vars in 661 bytes} [Tue Apr 28 07:10:16 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2164] 10.0.0.33 () {32 vars in 675 bytes} [Tue Apr 28 07:10:16 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2165] 10.0.0.33 () {32 vars in 671 bytes} [Tue Apr 28 07:10:16 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2166] 10.0.0.33 () {32 vars in 683 bytes} [Tue Apr 28 07:10:16 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: 8|app: 0|req: 1120/2167] 10.0.0.33 () {32 vars in 669 bytes} [Tue Apr 28 07:10:16 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2168] 10.0.0.33 () {32 vars in 683 bytes} [Tue Apr 28 07:10:16 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2169] 10.0.0.33 () {32 vars in 679 bytes} [Tue Apr 28 07:10:16 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2170] 10.0.0.33 () {32 vars in 691 bytes} [Tue Apr 28 07:10:16 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2171] 10.0.0.33 () {32 vars in 718 bytes} [Tue Apr 28 07:10:16 2026] GET /v2.0/trunks/a0ceba01-6162-4960-82dd-7e37ccaf3b81 => generated 412 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2172] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:10:16 2026] GET /v2.0/ports/a197e67a-4ec3-4371-ab1c-8ce0a13822a2 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2173] 10.0.0.33 () {32 vars in 721 bytes} [Tue Apr 28 07:10:16 2026] DELETE /v2.0/trunks/a0ceba01-6162-4960-82dd-7e37ccaf3b81 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2174] 10.0.0.33 () {32 vars in 718 bytes} [Tue Apr 28 07:10:16 2026] GET /v2.0/trunks/79539f44-61c6-426c-bd9e-591309d6fb40 => generated 420 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2175] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:10:16 2026] GET /v2.0/ports/98f12ed4-0648-47e1-9d1b-0f8fe9b75d46 => 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: 1054/2176] 10.0.0.33 () {32 vars in 721 bytes} [Tue Apr 28 07:10:16 2026] DELETE /v2.0/trunks/79539f44-61c6-426c-bd9e-591309d6fb40 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2177] 10.0.0.33 () {32 vars in 718 bytes} [Tue Apr 28 07:10:16 2026] GET /v2.0/trunks/596332a8-63a5-46d5-9ae9-041287b7e234 => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2178] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:16 2026] GET /v2.0/security-groups?tenant_id=f98178d3f4d147b2a79d7d494bf1cd5b&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2179] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:10:16 2026] GET /v2.0/ports/603c170f-4081-4697-9f33-67b80e3a5a2d => generated 826 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2180] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:16 2026] DELETE /v2.0/security-groups/2ac43900-2e69-4625-b78e-0739bf2be27c => 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: 1057/2181] 10.0.0.33 () {32 vars in 721 bytes} [Tue Apr 28 07:10:17 2026] DELETE /v2.0/trunks/596332a8-63a5-46d5-9ae9-041287b7e234 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2182] 10.0.0.33 () {32 vars in 718 bytes} [Tue Apr 28 07:10:17 2026] GET /v2.0/trunks/10ccfe5e-984c-4b67-b39c-1043d7ac5d6f => generated 414 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2183] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:10:17 2026] GET /v2.0/ports/f53b3635-cefa-4331-bd21-d965480c810e => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2184] 10.0.0.33 () {32 vars in 721 bytes} [Tue Apr 28 07:10:17 2026] DELETE /v2.0/trunks/10ccfe5e-984c-4b67-b39c-1043d7ac5d6f => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2185] 10.0.0.33 () {32 vars in 718 bytes} [Tue Apr 28 07:10:17 2026] GET /v2.0/trunks/02adc082-94d1-4f53-aa3e-a92a1c27a7e4 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2186] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:10:17 2026] GET /v2.0/ports/04655bc2-3d9f-4b11-b758-0412c1705527 => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2187] 10.0.0.33 () {32 vars in 721 bytes} [Tue Apr 28 07:10:17 2026] DELETE /v2.0/trunks/02adc082-94d1-4f53-aa3e-a92a1c27a7e4 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:10:17.568 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a6ba81c-89fd-4e59-9859-74b2be7febd0 8faf419c0fac415b97eaa03330565cca e5edcd3a246149bf8c3e0fd2efb59594 - - default default] TaaS: Handle Delete Port: a197e67a-4ec3-4371-ab1c-8ce0a13822a2 2026-04-28 07:10:17.571 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a6ba81c-89fd-4e59-9859-74b2be7febd0 8faf419c0fac415b97eaa03330565cca e5edcd3a246149bf8c3e0fd2efb59594 - - default default] Tap Mirror: Handle Delete Port: a197e67a-4ec3-4371-ab1c-8ce0a13822a2 [pid: 8|app: 0|req: 1128/2188] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:10:17 2026] DELETE /v2.0/ports/a197e67a-4ec3-4371-ab1c-8ce0a13822a2 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:10:17.766 7 INFO neutron_taas.services.taas.taas_plugin [None req-606b9937-beec-48dd-ba6c-4438ddf1ff59 8faf419c0fac415b97eaa03330565cca e5edcd3a246149bf8c3e0fd2efb59594 - - default default] TaaS: Handle Delete Port: 98f12ed4-0648-47e1-9d1b-0f8fe9b75d46 2026-04-28 07:10:17.770 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-606b9937-beec-48dd-ba6c-4438ddf1ff59 8faf419c0fac415b97eaa03330565cca e5edcd3a246149bf8c3e0fd2efb59594 - - default default] Tap Mirror: Handle Delete Port: 98f12ed4-0648-47e1-9d1b-0f8fe9b75d46 [pid: 7|app: 0|req: 1061/2189] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:10:17 2026] DELETE /v2.0/ports/98f12ed4-0648-47e1-9d1b-0f8fe9b75d46 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:10:17.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f05abf7-403f-4e8f-89e3-33c52d2f771b 8faf419c0fac415b97eaa03330565cca e5edcd3a246149bf8c3e0fd2efb59594 - - default default] TaaS: Handle Delete Port: 603c170f-4081-4697-9f33-67b80e3a5a2d 2026-04-28 07:10:17.992 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f05abf7-403f-4e8f-89e3-33c52d2f771b 8faf419c0fac415b97eaa03330565cca e5edcd3a246149bf8c3e0fd2efb59594 - - default default] Tap Mirror: Handle Delete Port: 603c170f-4081-4697-9f33-67b80e3a5a2d [pid: 8|app: 0|req: 1129/2190] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:10:17 2026] DELETE /v2.0/ports/603c170f-4081-4697-9f33-67b80e3a5a2d => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:10:18.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1f8bd54-f70e-4169-864e-72b350ab4d6a 8faf419c0fac415b97eaa03330565cca e5edcd3a246149bf8c3e0fd2efb59594 - - default default] TaaS: Handle Delete Port: f53b3635-cefa-4331-bd21-d965480c810e 2026-04-28 07:10:18.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1f8bd54-f70e-4169-864e-72b350ab4d6a 8faf419c0fac415b97eaa03330565cca e5edcd3a246149bf8c3e0fd2efb59594 - - default default] Tap Mirror: Handle Delete Port: f53b3635-cefa-4331-bd21-d965480c810e [pid: 7|app: 0|req: 1062/2191] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:10:18 2026] DELETE /v2.0/ports/f53b3635-cefa-4331-bd21-d965480c810e => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:10:18.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-b491c04a-c0d2-415e-b66b-5012b874c921 8faf419c0fac415b97eaa03330565cca e5edcd3a246149bf8c3e0fd2efb59594 - - default default] TaaS: Handle Delete Port: 04655bc2-3d9f-4b11-b758-0412c1705527 2026-04-28 07:10:18.377 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b491c04a-c0d2-415e-b66b-5012b874c921 8faf419c0fac415b97eaa03330565cca e5edcd3a246149bf8c3e0fd2efb59594 - - default default] Tap Mirror: Handle Delete Port: 04655bc2-3d9f-4b11-b758-0412c1705527 [pid: 8|app: 0|req: 1130/2192] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:10:18 2026] DELETE /v2.0/ports/04655bc2-3d9f-4b11-b758-0412c1705527 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:10:18.631 7 INFO neutron.services.segments.plugin [-] Segment 67921415-9659-4d87-b46d-03086f265016 resource provider aggregate not found 2026-04-28 07:10:18.636 7 INFO neutron.services.segments.plugin [-] Segment 67921415-9659-4d87-b46d-03086f265016 resource provider aggregate not found 2026-04-28 07:10:18.651 7 INFO neutron.services.segments.plugin [-] Segment 67921415-9659-4d87-b46d-03086f265016 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67921415-9659-4d87-b46d-03086f265016 found for delete ", "request_id": "req-8b5ee363-0a34-47d9-b142-9650c449e718"}]} 2026-04-28 07:10:18.655 7 INFO neutron.services.segments.plugin [-] Segment 67921415-9659-4d87-b46d-03086f265016 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67921415-9659-4d87-b46d-03086f265016 found for delete ", "request_id": "req-43ea1ae5-0a22-44ff-896c-c94305ec6612"}]} [pid: 7|app: 0|req: 1063/2193] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:10:18 2026] DELETE /v2.0/networks/1d54524e-3813-4a76-9987-d7530c6911d5 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:10:18.793 8 INFO neutron.services.segments.plugin [-] Segment a544d291-18b6-4371-b83a-1b514b864e54 resource provider aggregate not found 2026-04-28 07:10:18.798 8 INFO neutron.services.segments.plugin [-] Segment a544d291-18b6-4371-b83a-1b514b864e54 resource provider aggregate not found 2026-04-28 07:10:18.808 8 INFO neutron.services.segments.plugin [-] Segment a544d291-18b6-4371-b83a-1b514b864e54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a544d291-18b6-4371-b83a-1b514b864e54 found for delete ", "request_id": "req-a714988a-dd4e-4407-a39d-be169568617e"}]} 2026-04-28 07:10:18.816 8 INFO neutron.services.segments.plugin [-] Segment a544d291-18b6-4371-b83a-1b514b864e54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a544d291-18b6-4371-b83a-1b514b864e54 found for delete ", "request_id": "req-ca06d1e2-7aa6-40b2-9341-1e98481711ac"}]} [pid: 8|app: 0|req: 1131/2194] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:10:18 2026] DELETE /v2.0/networks/962739ef-d8a7-46ea-a126-335c68bd5b47 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2195] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:10:18 2026] DELETE /v2.0/networks/12af21f1-12ee-4f0c-84e0-5c5c6f48b071 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2196] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:10:18 2026] DELETE /v2.0/networks/5faca379-59f4-4070-92d4-68a4f0c35cfb => 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: 1065/2197] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:10:19 2026] DELETE /v2.0/networks/ddfdc287-a289-4f4b-9fb3-adac3742c14c => 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: 1066/2198] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:20 2026] GET /v2.0/security-groups?tenant_id=d8f50fd19a2b4a379ed875015d8f52ce&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2199] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:20 2026] GET /v2.0/security-groups?tenant_id=a45f3223ae674953bc6480a4ecb05082&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2200] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:20 2026] DELETE /v2.0/security-groups/d9c36eb9-bec5-48e5-b33d-d0be0f44b191 => 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: 1134/2201] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:20 2026] DELETE /v2.0/security-groups/6c6ad1bc-0f6a-4dfc-8065-552b6b3525a2 => 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: 1135/2202] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:20 2026] GET /v2.0/security-groups?tenant_id=e5edcd3a246149bf8c3e0fd2efb59594&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: 1136/2203] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:20 2026] DELETE /v2.0/security-groups/14178510-9a27-4531-9fc0-b9f15393d7d4 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:10:20.672 7 INFO neutron.services.segments.plugin [-] Segment 4fe30b3d-51a0-465b-9bc3-c11e4d8fcc45 resource provider aggregate not found 2026-04-28 07:10:20.683 7 INFO neutron.services.segments.plugin [-] Segment 4fe30b3d-51a0-465b-9bc3-c11e4d8fcc45 resource provider aggregate not found [pid: 7|app: 0|req: 1068/2204] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:20 2026] GET /v2.0/security-groups?tenant_id=a876f1bbe6ed4029b54328ad40ac74e0&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:10:20.689 7 INFO neutron.services.segments.plugin [-] Segment 4fe30b3d-51a0-465b-9bc3-c11e4d8fcc45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fe30b3d-51a0-465b-9bc3-c11e4d8fcc45 found for delete ", "request_id": "req-c7605bb5-17d6-4a4e-b51e-a7b627d6c710"}]} 2026-04-28 07:10:20.703 7 INFO neutron.services.segments.plugin [-] Segment 4fe30b3d-51a0-465b-9bc3-c11e4d8fcc45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fe30b3d-51a0-465b-9bc3-c11e4d8fcc45 found for delete ", "request_id": "req-0180cf5b-0f24-4d39-a539-efa228304ef0"}]} 2026-04-28 07:10:20.708 7 INFO neutron.services.segments.plugin [-] Segment bf359544-8fa0-4d3e-b53a-6d1f59656b68 resource provider aggregate not found 2026-04-28 07:10:20.723 7 INFO neutron.services.segments.plugin [-] Segment bf359544-8fa0-4d3e-b53a-6d1f59656b68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf359544-8fa0-4d3e-b53a-6d1f59656b68 found for delete ", "request_id": "req-370e85bc-66b6-4ab1-93c0-3a86a1bab49c"}]} 2026-04-28 07:10:20.724 7 INFO neutron.services.segments.plugin [-] Segment bf359544-8fa0-4d3e-b53a-6d1f59656b68 resource provider aggregate not found 2026-04-28 07:10:20.738 7 INFO neutron.services.segments.plugin [-] Segment bf359544-8fa0-4d3e-b53a-6d1f59656b68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf359544-8fa0-4d3e-b53a-6d1f59656b68 found for delete ", "request_id": "req-3c569edc-4ffb-488d-9329-f46e44fa5f12"}]} [pid: 8|app: 0|req: 1137/2205] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:20 2026] DELETE /v2.0/security-groups/0086f631-abae-4c6d-95f3-7d06b0283cc1 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:10:20.826 8 INFO neutron.services.segments.plugin [-] Segment 28465973-8113-4132-937d-cca058034237 resource provider aggregate not found 2026-04-28 07:10:20.835 8 INFO neutron.services.segments.plugin [-] Segment 28465973-8113-4132-937d-cca058034237 resource provider aggregate not found 2026-04-28 07:10:20.840 8 INFO neutron.services.segments.plugin [-] Segment 28465973-8113-4132-937d-cca058034237 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28465973-8113-4132-937d-cca058034237 found for delete ", "request_id": "req-aeef4439-7705-4dd9-8419-2dc23a32fb47"}]} 2026-04-28 07:10:20.853 8 INFO neutron.services.segments.plugin [-] Segment 28465973-8113-4132-937d-cca058034237 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28465973-8113-4132-937d-cca058034237 found for delete ", "request_id": "req-c4a6487a-fc33-4930-ad8e-3ebd9bc129f3"}]} [pid: 7|app: 0|req: 1069/2206] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:20 2026] GET /v2.0/security-groups?tenant_id=48aa99ac6a6746cb8c9f46f685c4e2e8&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2207] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:21 2026] DELETE /v2.0/security-groups/fe3bed0a-3440-402d-8e8c-60e90e12be44 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:10:21.880 7 INFO neutron.db.segments_db [None req-b4daa3fc-abf5-4a6d-929b-f46897f417cb 65c2021667034916a536e72deaac553e d1f12b8291b140feab977f0b6903af93 - - default default] Added segment 32a28942-341b-4bbb-bdc5-f82ff1c93a3a of type vxlan for network aa729b68-c8d1-462b-a7d9-e94f62ae3fde [pid: 7|app: 0|req: 1070/2210] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:10:21 2026] POST /v2.0/networks => generated 612 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:10:22.074 8 INFO neutron.db.segments_db [None req-63615efd-606b-440a-aebe-85e5f1a4035c 65c2021667034916a536e72deaac553e d1f12b8291b140feab977f0b6903af93 - - default default] Added segment c4ffb685-8616-4735-8c46-037b4b07cf07 of type vxlan for network 6fb77d32-50d2-410c-beb5-7b41ff280d10 [pid: 8|app: 0|req: 1141/2211] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:10:22 2026] POST /v2.0/networks => generated 612 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:10:22.230 7 INFO neutron.db.segments_db [None req-80d5ab4e-927c-441e-ba59-99982845794f 65c2021667034916a536e72deaac553e d1f12b8291b140feab977f0b6903af93 - - default default] Added segment f8928b4c-969f-480d-a7de-b8ca6182d425 of type vxlan for network 3516f1e4-3d8e-4393-8976-4b6752129038 [pid: 7|app: 0|req: 1071/2212] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:10:22 2026] POST /v2.0/networks => generated 612 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:10:22.399 8 INFO neutron.db.segments_db [None req-2b5f496c-22d4-4dc7-81da-860963d1b094 65c2021667034916a536e72deaac553e d1f12b8291b140feab977f0b6903af93 - - default default] Added segment 0a41c0bb-dd1d-4231-b736-5e42a82c0dd1 of type vxlan for network 535391ca-cc32-4b43-b36a-72e11b99e44e [pid: 8|app: 0|req: 1142/2213] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:10:22 2026] POST /v2.0/networks => generated 612 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:10:22.571 7 INFO neutron.db.segments_db [None req-ba6a3e38-9c1c-4b8b-a151-6963c977be78 65c2021667034916a536e72deaac553e d1f12b8291b140feab977f0b6903af93 - - default default] Added segment 1442034a-6112-41bf-b189-ba5e570fcce5 of type vxlan for network 506183b8-1b95-43e8-a9de-585f7f475053 [pid: 7|app: 0|req: 1072/2214] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:10:22 2026] POST /v2.0/networks => generated 612 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2215] 10.0.0.33 () {34 vars in 752 bytes} [Tue Apr 28 07:10:22 2026] PUT /v2.0/networks/aa729b68-c8d1-462b-a7d9-e94f62ae3fde/tags => generated 17 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2216] 10.0.0.33 () {34 vars in 752 bytes} [Tue Apr 28 07:10:22 2026] PUT /v2.0/networks/6fb77d32-50d2-410c-beb5-7b41ff280d10/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2217] 10.0.0.33 () {34 vars in 752 bytes} [Tue Apr 28 07:10:22 2026] PUT /v2.0/networks/3516f1e4-3d8e-4393-8976-4b6752129038/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2218] 10.0.0.33 () {34 vars in 752 bytes} [Tue Apr 28 07:10:22 2026] PUT /v2.0/networks/535391ca-cc32-4b43-b36a-72e11b99e44e/tags => generated 19 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2219] 10.0.0.33 () {32 vars in 665 bytes} [Tue Apr 28 07:10:22 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2220] 10.0.0.33 () {32 vars in 679 bytes} [Tue Apr 28 07:10:23 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2221] 10.0.0.33 () {32 vars in 675 bytes} [Tue Apr 28 07:10:23 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2222] 10.0.0.33 () {32 vars in 687 bytes} [Tue Apr 28 07:10:23 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2223] 10.0.0.33 () {32 vars in 673 bytes} [Tue Apr 28 07:10:23 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2224] 10.0.0.33 () {32 vars in 687 bytes} [Tue Apr 28 07:10:23 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2225] 10.0.0.33 () {32 vars in 683 bytes} [Tue Apr 28 07:10:23 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2226] 10.0.0.33 () {32 vars in 695 bytes} [Tue Apr 28 07:10:23 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:10:23.596 8 INFO neutron.services.segments.plugin [-] Segment 32a28942-341b-4bbb-bdc5-f82ff1c93a3a resource provider aggregate not found 2026-04-28 07:10:23.604 8 INFO neutron.services.segments.plugin [-] Segment 32a28942-341b-4bbb-bdc5-f82ff1c93a3a resource provider aggregate not found 2026-04-28 07:10:23.619 8 INFO neutron.services.segments.plugin [-] Segment 32a28942-341b-4bbb-bdc5-f82ff1c93a3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32a28942-341b-4bbb-bdc5-f82ff1c93a3a found for delete ", "request_id": "req-8a37477a-16a0-4f03-b74f-a4430ebd6d8d"}]} [pid: 8|app: 0|req: 1149/2227] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:10:23 2026] DELETE /v2.0/networks/aa729b68-c8d1-462b-a7d9-e94f62ae3fde => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:10:23.626 8 INFO neutron.services.segments.plugin [-] Segment 32a28942-341b-4bbb-bdc5-f82ff1c93a3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32a28942-341b-4bbb-bdc5-f82ff1c93a3a found for delete ", "request_id": "req-5e4e4ae0-6daf-4e16-ab96-8df8a271e295"}]} 2026-04-28 07:10:23.735 7 INFO neutron.services.segments.plugin [-] Segment c4ffb685-8616-4735-8c46-037b4b07cf07 resource provider aggregate not found 2026-04-28 07:10:23.738 7 INFO neutron.services.segments.plugin [-] Segment c4ffb685-8616-4735-8c46-037b4b07cf07 resource provider aggregate not found 2026-04-28 07:10:23.757 7 INFO neutron.services.segments.plugin [-] Segment c4ffb685-8616-4735-8c46-037b4b07cf07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4ffb685-8616-4735-8c46-037b4b07cf07 found for delete ", "request_id": "req-9d65c325-a576-4a62-be25-7b2183ffb6b3"}]} [pid: 7|app: 0|req: 1079/2228] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:10:23 2026] DELETE /v2.0/networks/6fb77d32-50d2-410c-beb5-7b41ff280d10 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:10:23.767 7 INFO neutron.services.segments.plugin [-] Segment c4ffb685-8616-4735-8c46-037b4b07cf07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4ffb685-8616-4735-8c46-037b4b07cf07 found for delete ", "request_id": "req-7595aa27-1949-425c-a4d6-5a4462cc496f"}]} [pid: 8|app: 0|req: 1150/2229] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:10:23 2026] DELETE /v2.0/networks/3516f1e4-3d8e-4393-8976-4b6752129038 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2230] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:10:23 2026] DELETE /v2.0/networks/535391ca-cc32-4b43-b36a-72e11b99e44e => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2231] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:10:24 2026] DELETE /v2.0/networks/506183b8-1b95-43e8-a9de-585f7f475053 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:10:24.944 7 INFO neutron.db.segments_db [None req-ffd9dfa1-cdb9-4836-ace1-6794c628cb40 1c13ec91ff1d4f6cb869a4d71e68ed48 d11a4e147c444a569682bd6b1a10e274 - - default default] Added segment b0b73407-51d9-4308-bfe8-435de6de81e0 of type vxlan for network b5f56c5c-ba19-409a-97b8-da4f530f392c [pid: 7|app: 0|req: 1081/2232] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:10:24 2026] POST /v2.0/networks => generated 612 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2233] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:24 2026] GET /v2.0/security-groups?tenant_id=d1f12b8291b140feab977f0b6903af93&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2234] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:25 2026] DELETE /v2.0/security-groups/01826c59-de8f-449e-89b1-e4b74428019a => 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: 1082/2235] 10.0.0.33 () {34 vars in 663 bytes} [Tue Apr 28 07:10:25 2026] POST /v2.0/ports => generated 743 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1154/2236] 10.0.0.33 () {34 vars in 746 bytes} [Tue Apr 28 07:10:25 2026] PUT /v2.0/ports/1ee44340-cf23-4c89-a373-2566e2d3cd38/tags => generated 25 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: 1155/2237] 10.0.0.33 () {32 vars in 726 bytes} [Tue Apr 28 07:10:25 2026] GET /v2.0/ports/1ee44340-cf23-4c89-a373-2566e2d3cd38/tags => generated 25 bytes in 56 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: 1083/2238] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:25 2026] GET /v2.0/security-groups?tenant_id=42e5870101964191ba4d67b9000f0066&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2239] 10.0.0.33 () {34 vars in 757 bytes} [Tue Apr 28 07:10:25 2026] PUT /v2.0/ports/1ee44340-cf23-4c89-a373-2566e2d3cd38/tags/green => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1084/2240] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:25 2026] DELETE /v2.0/security-groups/f74aad83-ab3c-4829-8408-6a4be9faf3e9 => 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: 1157/2241] 10.0.0.33 () {32 vars in 726 bytes} [Tue Apr 28 07:10:25 2026] GET /v2.0/ports/1ee44340-cf23-4c89-a373-2566e2d3cd38/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:10:25.637 8 INFO neutron.services.segments.plugin [-] Segment f8928b4c-969f-480d-a7de-b8ca6182d425 resource provider aggregate not found 2026-04-28 07:10:25.642 8 INFO neutron.services.segments.plugin [-] Segment f8928b4c-969f-480d-a7de-b8ca6182d425 resource provider aggregate not found 2026-04-28 07:10:25.654 8 INFO neutron.services.segments.plugin [-] Segment f8928b4c-969f-480d-a7de-b8ca6182d425 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8928b4c-969f-480d-a7de-b8ca6182d425 found for delete ", "request_id": "req-092917f3-3c12-4e60-8fd4-ecacbf2b669f"}]} 2026-04-28 07:10:25.658 8 INFO neutron.services.segments.plugin [-] Segment f8928b4c-969f-480d-a7de-b8ca6182d425 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8928b4c-969f-480d-a7de-b8ca6182d425 found for delete ", "request_id": "req-8adec3f1-ee8b-4479-9923-94c0affcf485"}]} 2026-04-28 07:10:25.673 8 INFO neutron.services.segments.plugin [-] Segment 1442034a-6112-41bf-b189-ba5e570fcce5 resource provider aggregate not found 2026-04-28 07:10:25.676 8 INFO neutron.services.segments.plugin [-] Segment 1442034a-6112-41bf-b189-ba5e570fcce5 resource provider aggregate not found [pid: 7|app: 0|req: 1085/2242] 10.0.0.33 () {34 vars in 753 bytes} [Tue Apr 28 07:10:25 2026] PUT /v2.0/ports/1ee44340-cf23-4c89-a373-2566e2d3cd38/tags/red => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 07:10:25.694 8 INFO neutron.services.segments.plugin [-] Segment 1442034a-6112-41bf-b189-ba5e570fcce5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1442034a-6112-41bf-b189-ba5e570fcce5 found for delete ", "request_id": "req-1caa0e52-f0cb-4f96-a12c-596c95f72e8c"}]} 2026-04-28 07:10:25.695 8 INFO neutron.services.segments.plugin [-] Segment 1442034a-6112-41bf-b189-ba5e570fcce5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1442034a-6112-41bf-b189-ba5e570fcce5 found for delete ", "request_id": "req-f18e548b-9f1b-4372-8177-9e637f7ac88a"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1158/2243] 10.0.0.33 () {32 vars in 726 bytes} [Tue Apr 28 07:10:25 2026] GET /v2.0/ports/1ee44340-cf23-4c89-a373-2566e2d3cd38/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 07:10:25.780 7 INFO neutron.services.segments.plugin [-] Segment 0a41c0bb-dd1d-4231-b736-5e42a82c0dd1 resource provider aggregate not found 2026-04-28 07:10:25.789 7 INFO neutron.services.segments.plugin [-] Segment 0a41c0bb-dd1d-4231-b736-5e42a82c0dd1 resource provider aggregate not found 2026-04-28 07:10:25.809 7 INFO neutron.services.segments.plugin [-] Segment 0a41c0bb-dd1d-4231-b736-5e42a82c0dd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a41c0bb-dd1d-4231-b736-5e42a82c0dd1 found for delete ", "request_id": "req-88f10745-f740-4b97-b585-06aa832926ff"}]} 2026-04-28 07:10:25.809 7 INFO neutron.services.segments.plugin [-] Segment 0a41c0bb-dd1d-4231-b736-5e42a82c0dd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a41c0bb-dd1d-4231-b736-5e42a82c0dd1 found for delete ", "request_id": "req-64eddf9f-136a-42d5-83b9-fbbea6cf574b"}]} [pid: 8|app: 0|req: 1159/2244] 10.0.0.33 () {34 vars in 775 bytes} [Tue Apr 28 07:10:25 2026] PUT /v2.0/ports/1ee44340-cf23-4c89-a373-2566e2d3cd38/tags/black.or.white => generated 4 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1086/2245] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:25 2026] GET /v2.0/security-groups?tenant_id=6192e2d32b1f4d34856c993fce164907&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2246] 10.0.0.33 () {32 vars in 726 bytes} [Tue Apr 28 07:10:25 2026] GET /v2.0/ports/1ee44340-cf23-4c89-a373-2566e2d3cd38/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1087/2247] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:25 2026] DELETE /v2.0/security-groups/4604b5a4-3c02-460c-8e82-56792c069c6b => 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: 1161/2248] 10.0.0.33 () {34 vars in 746 bytes} [Tue Apr 28 07:10:25 2026] PUT /v2.0/ports/1ee44340-cf23-4c89-a373-2566e2d3cd38/tags => generated 37 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2249] 10.0.0.33 () {32 vars in 726 bytes} [Tue Apr 28 07:10:26 2026] GET /v2.0/ports/1ee44340-cf23-4c89-a373-2566e2d3cd38/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1162/2250] 10.0.0.33 () {32 vars in 734 bytes} [Tue Apr 28 07:10:26 2026] GET /v2.0/ports/1ee44340-cf23-4c89-a373-2566e2d3cd38/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 07:10:26.191 7 INFO neutron.api.v2.resource [None req-98edaaa7-a061-472f-a24f-85fddf5a7eb7 1c13ec91ff1d4f6cb869a4d71e68ed48 d11a4e147c444a569682bd6b1a10e274 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1089/2251] 10.0.0.33 () {32 vars in 738 bytes} [Tue Apr 28 07:10:26 2026] GET /v2.0/ports/1ee44340-cf23-4c89-a373-2566e2d3cd38/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: 8|app: 0|req: 1163/2252] 10.0.0.33 () {32 vars in 737 bytes} [Tue Apr 28 07:10:26 2026] DELETE /v2.0/ports/1ee44340-cf23-4c89-a373-2566e2d3cd38/tags/red => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1090/2253] 10.0.0.33 () {32 vars in 726 bytes} [Tue Apr 28 07:10:26 2026] GET /v2.0/ports/1ee44340-cf23-4c89-a373-2566e2d3cd38/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 07:10:26.383 8 INFO neutron.api.v2.resource [None req-8ebaedbe-de19-4c13-a861-2fb15df77877 1c13ec91ff1d4f6cb869a4d71e68ed48 d11a4e147c444a569682bd6b1a10e274 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1164/2254] 10.0.0.33 () {32 vars in 741 bytes} [Tue Apr 28 07:10:26 2026] DELETE /v2.0/ports/1ee44340-cf23-4c89-a373-2566e2d3cd38/tags/green => generated 99 bytes in 57 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: 1091/2255] 10.0.0.33 () {32 vars in 729 bytes} [Tue Apr 28 07:10:26 2026] DELETE /v2.0/ports/1ee44340-cf23-4c89-a373-2566e2d3cd38/tags => generated 0 bytes in 68 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: 1165/2256] 10.0.0.33 () {32 vars in 726 bytes} [Tue Apr 28 07:10:26 2026] GET /v2.0/ports/1ee44340-cf23-4c89-a373-2566e2d3cd38/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 07:10:26.627 7 INFO neutron_taas.services.taas.taas_plugin [None req-226f5730-6947-47ca-a55d-890e03f45960 1c13ec91ff1d4f6cb869a4d71e68ed48 d11a4e147c444a569682bd6b1a10e274 - - default default] TaaS: Handle Delete Port: 1ee44340-cf23-4c89-a373-2566e2d3cd38 2026-04-28 07:10:26.630 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-226f5730-6947-47ca-a55d-890e03f45960 1c13ec91ff1d4f6cb869a4d71e68ed48 d11a4e147c444a569682bd6b1a10e274 - - default default] Tap Mirror: Handle Delete Port: 1ee44340-cf23-4c89-a373-2566e2d3cd38 [pid: 7|app: 0|req: 1092/2257] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:10:26 2026] DELETE /v2.0/ports/1ee44340-cf23-4c89-a373-2566e2d3cd38 => generated 0 bytes in 196 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: 1166/2258] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:10:26 2026] DELETE /v2.0/networks/b5f56c5c-ba19-409a-97b8-da4f530f392c => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:10:27.714 8 INFO neutron.services.segments.plugin [-] Segment b0b73407-51d9-4308-bfe8-435de6de81e0 resource provider aggregate not found 2026-04-28 07:10:27.719 8 INFO neutron.services.segments.plugin [-] Segment b0b73407-51d9-4308-bfe8-435de6de81e0 resource provider aggregate not found [pid: 7|app: 0|req: 1093/2259] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:27 2026] GET /v2.0/security-groups?tenant_id=4050b555350f4a29a3e4f6561da6d0ab&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:10:27.738 8 INFO neutron.services.segments.plugin [-] Segment b0b73407-51d9-4308-bfe8-435de6de81e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0b73407-51d9-4308-bfe8-435de6de81e0 found for delete ", "request_id": "req-d0763806-977b-446c-94bc-1e82d88b1115"}]} 2026-04-28 07:10:27.739 8 INFO neutron.services.segments.plugin [-] Segment b0b73407-51d9-4308-bfe8-435de6de81e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0b73407-51d9-4308-bfe8-435de6de81e0 found for delete ", "request_id": "req-fb0b7d27-503a-4f93-a534-546e752edd93"}]} [pid: 8|app: 0|req: 1167/2260] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:27 2026] DELETE /v2.0/security-groups/a911de56-053c-47ee-b922-43122c006324 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2261] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:27 2026] GET /v2.0/security-groups?tenant_id=d11a4e147c444a569682bd6b1a10e274&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2262] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:27 2026] DELETE /v2.0/security-groups/3d3a2bcb-96ea-44e5-a50a-bb107df909bd => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:10:29.396 7 INFO neutron.db.segments_db [None req-f275ba9f-7903-4441-a97e-8f844ccaabf4 fd2f6094fe2b43e2b9c462093bfda4e2 8e92e35f9de64ba2b6a55313686bfa86 - - default default] Added segment 42b9222f-29d0-4d9e-99e7-4dc6780e787e of type vxlan for network e4093ce9-3959-4cbc-ae14-bf2e8e475812 2026-04-28 07:10:29.657 7 INFO neutron.db.l3_hamode_db [None req-f275ba9f-7903-4441-a97e-8f844ccaabf4 fd2f6094fe2b43e2b9c462093bfda4e2 8e92e35f9de64ba2b6a55313686bfa86 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:10:29.790 7 INFO neutron.db.l3_hamode_db [None req-f275ba9f-7903-4441-a97e-8f844ccaabf4 fd2f6094fe2b43e2b9c462093bfda4e2 8e92e35f9de64ba2b6a55313686bfa86 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1095/2263] 10.0.0.33 () {34 vars in 667 bytes} [Tue Apr 28 07:10:29 2026] POST /v2.0/routers => generated 474 bytes in 1164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2264] 10.0.0.33 () {34 vars in 750 bytes} [Tue Apr 28 07:10:30 2026] PUT /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5/tags => generated 25 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2265] 10.0.0.33 () {32 vars in 730 bytes} [Tue Apr 28 07:10:30 2026] GET /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5/tags => generated 25 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2266] 10.0.0.33 () {34 vars in 761 bytes} [Tue Apr 28 07:10:30 2026] PUT /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5/tags/green => 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: 1097/2267] 10.0.0.33 () {32 vars in 730 bytes} [Tue Apr 28 07:10:30 2026] GET /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5/tags => generated 34 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2268] 10.0.0.33 () {34 vars in 757 bytes} [Tue Apr 28 07:10:30 2026] PUT /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5/tags/red => generated 4 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2269] 10.0.0.33 () {32 vars in 730 bytes} [Tue Apr 28 07:10:30 2026] GET /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5/tags => generated 34 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2270] 10.0.0.33 () {34 vars in 779 bytes} [Tue Apr 28 07:10:31 2026] PUT /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5/tags/black.or.white => generated 4 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2271] 10.0.0.33 () {32 vars in 730 bytes} [Tue Apr 28 07:10:31 2026] GET /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5/tags => generated 52 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2272] 10.0.0.33 () {34 vars in 750 bytes} [Tue Apr 28 07:10:31 2026] PUT /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5/tags => generated 37 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2273] 10.0.0.33 () {34 vars in 677 bytes} [Tue Apr 28 07:10:31 2026] POST /v2.0/qos/policies => generated 359 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2274] 10.0.0.33 () {34 vars in 752 bytes} [Tue Apr 28 07:10:31 2026] PUT /v2.0/policies/cf9079e3-9eb1-44f3-b873-045cb94d66e3/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2275] 10.0.0.33 () {32 vars in 730 bytes} [Tue Apr 28 07:10:31 2026] GET /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5/tags => generated 37 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2276] 10.0.0.33 () {32 vars in 732 bytes} [Tue Apr 28 07:10:31 2026] GET /v2.0/policies/cf9079e3-9eb1-44f3-b873-045cb94d66e3/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2277] 10.0.0.33 () {32 vars in 738 bytes} [Tue Apr 28 07:10:31 2026] GET /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5/tags/red => 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: 1176/2278] 10.0.0.33 () {34 vars in 763 bytes} [Tue Apr 28 07:10:31 2026] PUT /v2.0/policies/cf9079e3-9eb1-44f3-b873-045cb94d66e3/tags/green => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2279] 10.0.0.33 () {32 vars in 732 bytes} [Tue Apr 28 07:10:31 2026] GET /v2.0/policies/cf9079e3-9eb1-44f3-b873-045cb94d66e3/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:10:31.736 7 INFO neutron.api.v2.resource [None req-389a2e16-8b39-41cb-a2f1-24434a8608b4 fd2f6094fe2b43e2b9c462093bfda4e2 8e92e35f9de64ba2b6a55313686bfa86 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1103/2280] 10.0.0.33 () {32 vars in 742 bytes} [Tue Apr 28 07:10:31 2026] GET /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5/tags/green => generated 99 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2281] 10.0.0.33 () {34 vars in 759 bytes} [Tue Apr 28 07:10:31 2026] PUT /v2.0/policies/cf9079e3-9eb1-44f3-b873-045cb94d66e3/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2282] 10.0.0.33 () {32 vars in 732 bytes} [Tue Apr 28 07:10:31 2026] GET /v2.0/policies/cf9079e3-9eb1-44f3-b873-045cb94d66e3/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2283] 10.0.0.33 () {34 vars in 781 bytes} [Tue Apr 28 07:10:31 2026] PUT /v2.0/policies/cf9079e3-9eb1-44f3-b873-045cb94d66e3/tags/black.or.white => 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: 1104/2284] 10.0.0.33 () {32 vars in 741 bytes} [Tue Apr 28 07:10:31 2026] DELETE /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5/tags/red => 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: 1181/2285] 10.0.0.33 () {32 vars in 732 bytes} [Tue Apr 28 07:10:31 2026] GET /v2.0/policies/cf9079e3-9eb1-44f3-b873-045cb94d66e3/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2286] 10.0.0.33 () {34 vars in 752 bytes} [Tue Apr 28 07:10:31 2026] PUT /v2.0/policies/cf9079e3-9eb1-44f3-b873-045cb94d66e3/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2287] 10.0.0.33 () {32 vars in 730 bytes} [Tue Apr 28 07:10:31 2026] GET /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5/tags => generated 30 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2288] 10.0.0.33 () {32 vars in 732 bytes} [Tue Apr 28 07:10:31 2026] GET /v2.0/policies/cf9079e3-9eb1-44f3-b873-045cb94d66e3/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2289] 10.0.0.33 () {32 vars in 740 bytes} [Tue Apr 28 07:10:31 2026] GET /v2.0/policies/cf9079e3-9eb1-44f3-b873-045cb94d66e3/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:10:32.029 7 INFO neutron.api.v2.resource [None req-9a6ac7ee-7955-448f-a740-28b0529a0fee fd2f6094fe2b43e2b9c462093bfda4e2 8e92e35f9de64ba2b6a55313686bfa86 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1106/2290] 10.0.0.33 () {32 vars in 745 bytes} [Tue Apr 28 07:10:31 2026] DELETE /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5/tags/green => generated 99 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 07:10:32.052 8 INFO neutron.api.v2.resource [None req-b905ad4b-7763-4196-9fc3-d9eaddbd9026 d25d4046022441429a6e84c1d2e2cbe4 a032a4cab2aa410ea4a2061df233f772 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1185/2291] 10.0.0.33 () {32 vars in 744 bytes} [Tue Apr 28 07:10:32 2026] GET /v2.0/policies/cf9079e3-9eb1-44f3-b873-045cb94d66e3/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: 1186/2292] 10.0.0.33 () {32 vars in 743 bytes} [Tue Apr 28 07:10:32 2026] DELETE /v2.0/policies/cf9079e3-9eb1-44f3-b873-045cb94d66e3/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2293] 10.0.0.33 () {32 vars in 732 bytes} [Tue Apr 28 07:10:32 2026] GET /v2.0/policies/cf9079e3-9eb1-44f3-b873-045cb94d66e3/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2294] 10.0.0.33 () {32 vars in 733 bytes} [Tue Apr 28 07:10:32 2026] DELETE /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5/tags => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:10:32.188 8 INFO neutron.api.v2.resource [None req-5c5c0f74-5026-4ee9-ae72-6278178c0e1c d25d4046022441429a6e84c1d2e2cbe4 a032a4cab2aa410ea4a2061df233f772 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1188/2295] 10.0.0.33 () {32 vars in 747 bytes} [Tue Apr 28 07:10:32 2026] DELETE /v2.0/policies/cf9079e3-9eb1-44f3-b873-045cb94d66e3/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2296] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:10:32 2026] DELETE /v2.0/policies/cf9079e3-9eb1-44f3-b873-045cb94d66e3/tags => 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: 1108/2297] 10.0.0.33 () {32 vars in 730 bytes} [Tue Apr 28 07:10:32 2026] GET /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5/tags => generated 12 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2298] 10.0.0.33 () {32 vars in 732 bytes} [Tue Apr 28 07:10:32 2026] GET /v2.0/policies/cf9079e3-9eb1-44f3-b873-045cb94d66e3/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: 1109/2299] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:10:32 2026] GET /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5 => generated 480 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2300] 10.0.0.33 () {32 vars in 733 bytes} [Tue Apr 28 07:10:32 2026] DELETE /v2.0/qos/policies/cf9079e3-9eb1-44f3-b873-045cb94d66e3 => 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: 1110/2301] 10.0.0.33 () {34 vars in 741 bytes} [Tue Apr 28 07:10:32 2026] PUT /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5 => generated 480 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2302] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:10:32 2026] GET /v2.0/ports?device_id=0fde3af7-d1e1-434d-aff7-c49790d9c8e5 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:10:33.016 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b6c8c58-0cec-4220-b4ca-788841ddcd4e fd2f6094fe2b43e2b9c462093bfda4e2 8e92e35f9de64ba2b6a55313686bfa86 - - default default] TaaS: Handle Delete Port: c673145d-d34c-432e-80a2-77114566129f 2026-04-28 07:10:33.020 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b6c8c58-0cec-4220-b4ca-788841ddcd4e fd2f6094fe2b43e2b9c462093bfda4e2 8e92e35f9de64ba2b6a55313686bfa86 - - default default] Tap Mirror: Handle Delete Port: c673145d-d34c-432e-80a2-77114566129f [pid: 8|app: 0|req: 1193/2303] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:32 2026] GET /v2.0/security-groups?tenant_id=a032a4cab2aa410ea4a2061df233f772&name=default => generated 2928 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2304] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:33 2026] DELETE /v2.0/security-groups/fcc6f80e-b4fe-4499-8d4e-617dd9e4c2e3 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:10:33.399 7 INFO neutron.services.segments.plugin [-] Segment 42b9222f-29d0-4d9e-99e7-4dc6780e787e resource provider aggregate not found 2026-04-28 07:10:33.409 7 INFO neutron.services.segments.plugin [-] Segment 42b9222f-29d0-4d9e-99e7-4dc6780e787e resource provider aggregate not found 2026-04-28 07:10:33.419 7 INFO neutron.services.segments.plugin [-] Segment 42b9222f-29d0-4d9e-99e7-4dc6780e787e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42b9222f-29d0-4d9e-99e7-4dc6780e787e found for delete ", "request_id": "req-ca6cc1be-cc68-49f4-bdd6-e484d3be51a1"}]} 2026-04-28 07:10:33.432 7 INFO neutron.services.segments.plugin [-] Segment 42b9222f-29d0-4d9e-99e7-4dc6780e787e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42b9222f-29d0-4d9e-99e7-4dc6780e787e found for delete ", "request_id": "req-7670be84-3f1e-4f15-aa1e-de7c399ba168"}]} 2026-04-28 07:10:33.435 7 INFO neutron.db.l3_hamode_db [None req-9b6c8c58-0cec-4220-b4ca-788841ddcd4e fd2f6094fe2b43e2b9c462093bfda4e2 8e92e35f9de64ba2b6a55313686bfa86 - - default default] HA network e4093ce9-3959-4cbc-ae14-bf2e8e475812 was deleted as no HA routers are present in tenant 8e92e35f9de64ba2b6a55313686bfa86. [pid: 7|app: 0|req: 1111/2305] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:10:32 2026] DELETE /v2.0/routers/0fde3af7-d1e1-434d-aff7-c49790d9c8e5 => generated 0 bytes in 599 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2306] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:33 2026] GET /v2.0/security-groups?tenant_id=527b419ae6eb403c858e97647f2e63ea&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: 1112/2307] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:33 2026] DELETE /v2.0/security-groups/8ca42141-0f0a-4e80-89ed-527d592bc629 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2308] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:33 2026] GET /v2.0/security-groups?tenant_id=63225c1f1c0f474c919cbb3b75bf8e8c&name=default => generated 2929 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2309] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:34 2026] DELETE /v2.0/security-groups/09082c9a-859d-4988-88b8-11033e82deca => 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: 1197/2310] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:34 2026] GET /v2.0/security-groups?tenant_id=f3e8f3842999479fa43ef2cf7c5431bf&name=default => generated 2929 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2311] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:34 2026] GET /v2.0/security-groups?tenant_id=8e92e35f9de64ba2b6a55313686bfa86&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2312] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:34 2026] DELETE /v2.0/security-groups/7465db0d-e464-4a13-86b8-45585f12e0c0 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2313] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:34 2026] DELETE /v2.0/security-groups/dacb5833-1af1-41f6-8caf-968aca4955ad => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:10:36.872 8 INFO neutron.db.segments_db [None req-5e64d38d-b92d-4346-a5e9-0c1e9cc5bf2c dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment 59eef153-6df5-4e7e-aa35-30685b7ad047 of type vxlan for network 8caa2667-feb3-458a-81c1-09181b836c44 [pid: 8|app: 0|req: 1199/2316] 10.0.0.33 () {34 vars in 670 bytes} [Tue Apr 28 07:10:36 2026] POST /v2.0/networks => generated 722 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2317] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:10:36 2026] POST /v2.0/subnets => generated 688 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:10:37.199 8 INFO neutron.db.segments_db [None req-aaab0b5c-e528-4ddd-a5fd-2625ee4b1ae6 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment d5ab1f7a-c443-49b5-bcfc-0da2fe3b96ac of type vxlan for network 28c7ca60-a081-4c3c-b382-7e5f005da213 2026-04-28 07:10:37.497 8 INFO neutron.db.l3_hamode_db [None req-aaab0b5c-e528-4ddd-a5fd-2625ee4b1ae6 dd57eccc2efd4f5fa3e3c9e3dfad82aa 5c2f7cfc04d643b7a97fe7b4c883f84d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:10:38.187 7 INFO neutron.db.segments_db [None req-33bbda0e-1625-4e6e-a3e5-99d58a275602 f817240a36a64ad4b0b1d3b16186d3d2 ea81eb6892e8411da28f45b206e57827 - - default default] Added segment 3015117f-29a2-49fa-b2b9-a6541fac545f of type vxlan for network 805c0471-8313-4da7-b7b7-5101efff18e4 [pid: 7|app: 0|req: 1119/2318] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:10:37 2026] POST /v2.0/networks => generated 613 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:10:38.305 8 INFO neutron.db.l3_hamode_db [None req-aaab0b5c-e528-4ddd-a5fd-2625ee4b1ae6 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1120/2319] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:10:38 2026] POST /v2.0/subnets => generated 626 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2320] 10.0.0.33 () {34 vars in 750 bytes} [Tue Apr 28 07:10:38 2026] PUT /v2.0/subnets/60010548-0644-43c9-b40b-dcaa9cebd865/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2321] 10.0.0.33 () {32 vars in 730 bytes} [Tue Apr 28 07:10:38 2026] GET /v2.0/subnets/60010548-0644-43c9-b40b-dcaa9cebd865/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2322] 10.0.0.33 () {34 vars in 761 bytes} [Tue Apr 28 07:10:38 2026] PUT /v2.0/subnets/60010548-0644-43c9-b40b-dcaa9cebd865/tags/green => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2323] 10.0.0.33 () {32 vars in 730 bytes} [Tue Apr 28 07:10:38 2026] GET /v2.0/subnets/60010548-0644-43c9-b40b-dcaa9cebd865/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: 1125/2324] 10.0.0.33 () {34 vars in 757 bytes} [Tue Apr 28 07:10:38 2026] PUT /v2.0/subnets/60010548-0644-43c9-b40b-dcaa9cebd865/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2325] 10.0.0.33 () {32 vars in 730 bytes} [Tue Apr 28 07:10:38 2026] GET /v2.0/subnets/60010548-0644-43c9-b40b-dcaa9cebd865/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2326] 10.0.0.33 () {34 vars in 779 bytes} [Tue Apr 28 07:10:38 2026] PUT /v2.0/subnets/60010548-0644-43c9-b40b-dcaa9cebd865/tags/black.or.white => 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: 1128/2327] 10.0.0.33 () {32 vars in 730 bytes} [Tue Apr 28 07:10:38 2026] GET /v2.0/subnets/60010548-0644-43c9-b40b-dcaa9cebd865/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2328] 10.0.0.33 () {34 vars in 750 bytes} [Tue Apr 28 07:10:38 2026] PUT /v2.0/subnets/60010548-0644-43c9-b40b-dcaa9cebd865/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2329] 10.0.0.33 () {32 vars in 730 bytes} [Tue Apr 28 07:10:39 2026] GET /v2.0/subnets/60010548-0644-43c9-b40b-dcaa9cebd865/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2330] 10.0.0.33 () {32 vars in 738 bytes} [Tue Apr 28 07:10:39 2026] GET /v2.0/subnets/60010548-0644-43c9-b40b-dcaa9cebd865/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:10:39.168 7 INFO neutron.api.v2.resource [None req-f62cebda-1b35-4adb-b0fa-432df9c43f16 f817240a36a64ad4b0b1d3b16186d3d2 ea81eb6892e8411da28f45b206e57827 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1132/2331] 10.0.0.33 () {32 vars in 742 bytes} [Tue Apr 28 07:10:39 2026] GET /v2.0/subnets/60010548-0644-43c9-b40b-dcaa9cebd865/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2332] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:10:37 2026] POST /v2.0/routers => generated 728 bytes in 2077 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2333] 10.0.0.33 () {32 vars in 741 bytes} [Tue Apr 28 07:10:39 2026] DELETE /v2.0/subnets/60010548-0644-43c9-b40b-dcaa9cebd865/tags/red => 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: 1134/2334] 10.0.0.33 () {32 vars in 730 bytes} [Tue Apr 28 07:10:39 2026] GET /v2.0/subnets/60010548-0644-43c9-b40b-dcaa9cebd865/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:10:39.340 7 INFO neutron.api.v2.resource [None req-adc774e4-4e51-4905-b6a0-f41aebb14b12 f817240a36a64ad4b0b1d3b16186d3d2 ea81eb6892e8411da28f45b206e57827 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1135/2335] 10.0.0.33 () {32 vars in 745 bytes} [Tue Apr 28 07:10:39 2026] DELETE /v2.0/subnets/60010548-0644-43c9-b40b-dcaa9cebd865/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2336] 10.0.0.33 () {32 vars in 733 bytes} [Tue Apr 28 07:10:39 2026] DELETE /v2.0/subnets/60010548-0644-43c9-b40b-dcaa9cebd865/tags => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2337] 10.0.0.33 () {32 vars in 730 bytes} [Tue Apr 28 07:10:39 2026] GET /v2.0/subnets/60010548-0644-43c9-b40b-dcaa9cebd865/tags => 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: 1138/2338] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:10:39 2026] DELETE /v2.0/subnets/60010548-0644-43c9-b40b-dcaa9cebd865 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:10:39.730 7 INFO neutron.services.segments.plugin [-] Segment 3015117f-29a2-49fa-b2b9-a6541fac545f resource provider aggregate not found 2026-04-28 07:10:39.737 7 INFO neutron.services.segments.plugin [-] Segment 3015117f-29a2-49fa-b2b9-a6541fac545f resource provider aggregate not found 2026-04-28 07:10:39.761 7 INFO neutron.services.segments.plugin [-] Segment 3015117f-29a2-49fa-b2b9-a6541fac545f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3015117f-29a2-49fa-b2b9-a6541fac545f found for delete ", "request_id": "req-ca93f1f0-6a90-4133-832f-31f26cdce41d"}]} 2026-04-28 07:10:39.768 7 INFO neutron.services.segments.plugin [-] Segment 3015117f-29a2-49fa-b2b9-a6541fac545f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3015117f-29a2-49fa-b2b9-a6541fac545f found for delete ", "request_id": "req-be5984ee-9f3a-4164-b6c7-832a980e278e"}]} [pid: 7|app: 0|req: 1139/2339] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:10:39 2026] DELETE /v2.0/networks/805c0471-8313-4da7-b7b7-5101efff18e4 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2340] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:10:39 2026] PUT /v2.0/routers/1c204639-979b-49e2-8c38-971fbf44e0a0/add_router_interface => generated 309 bytes in 1260 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2341] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:40 2026] GET /v2.0/security-groups?tenant_id=b2badbd3674e4714b208c33d2b40be71&name=default => generated 2929 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2342] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:40 2026] DELETE /v2.0/security-groups/825cc1f5-d82f-4473-9653-63fd85c17b1b => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2343] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:40 2026] GET /v2.0/security-groups?tenant_id=ea81eb6892e8411da28f45b206e57827&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2344] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:40 2026] DELETE /v2.0/security-groups/f7333980-fb3b-4b8a-8d42-fc6a43200d53 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:10:41.724 7 INFO neutron.db.segments_db [None req-7ae6ab00-a4e4-423d-921a-f543010bd802 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment dbcba51c-c61a-4a68-a34c-7033dd3dd351 of type vxlan for network d074b07b-3d13-46bf-8ff9-8769298eedff [pid: 7|app: 0|req: 1142/2345] 10.0.0.33 () {34 vars in 670 bytes} [Tue Apr 28 07:10:41 2026] POST /v2.0/networks => generated 721 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2346] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:10:41 2026] POST /v2.0/subnets => generated 687 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:10:42.143 7 INFO neutron.db.segments_db [None req-45ffe84f-7e36-4e45-9338-dc935df90f18 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Added segment e666711c-3ce9-44bb-9b36-329d0313e0c6 of type vxlan for network f0c50c94-1fc1-4d9d-a831-2885821c730b 2026-04-28 07:10:42.396 7 INFO neutron.db.l3_hamode_db [None req-45ffe84f-7e36-4e45-9338-dc935df90f18 dd57eccc2efd4f5fa3e3c9e3dfad82aa bbf7abae3b834d91a56dbf6e0eb4e635 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 07:10:43.078 7 INFO neutron.db.l3_hamode_db [None req-45ffe84f-7e36-4e45-9338-dc935df90f18 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1143/2347] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:10:42 2026] POST /v2.0/routers => generated 727 bytes in 1883 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2348] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:10:43 2026] PUT /v2.0/routers/66136b18-8ca1-4ce9-ac91-4d9ba779e942/add_router_interface => generated 309 bytes in 1304 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2349] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:44 2026] GET /v2.0/security-groups?tenant_id=ecfcf16578c04f35a8ef27701aea62de&name=default => generated 2929 bytes in 997 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2350] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:45 2026] DELETE /v2.0/security-groups/08f05d10-ac44-470f-8c45-d703ad156a19 => 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: 1145/2351] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:10:45 2026] GET /v2.0/security-groups?tenant_id=573e3c03a5c64e448e990f8b56898ee4&name=default => generated 2929 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2352] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:10:46 2026] DELETE /v2.0/security-groups/a1197c77-4a6c-4266-bad6-904a350c7f82 => 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: 1146/2353] 10.0.0.33 () {34 vars in 684 bytes} [Tue Apr 28 07:10:46 2026] POST /v2.0/security-groups => generated 1675 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2354] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:10:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2355] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:10:46 2026] POST /v2.0/security-group-rules => generated 596 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2356] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:10:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2357] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:10:46 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) 2026-04-28 07:10:46.897 8 INFO neutron.db.securitygroups_db [None req-4e4c7472-d937-4c0b-a3ac-820514ba0978 4dfd1cb267d947d8be2b84cb436f895d 5c2f7cfc04d643b7a97fe7b4c883f84d - - default default] Project 5c2f7cfc04d643b7a97fe7b4c883f84d 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: 1210/2358] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:10:46 2026] POST /v2.0/security-group-rules => generated 607 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:10:47.033 7 INFO neutron.db.securitygroups_db [None req-b14a5911-63e0-4c44-b33e-780f308a054f 4dfd1cb267d947d8be2b84cb436f895d 5c2f7cfc04d643b7a97fe7b4c883f84d - - default default] Project 5c2f7cfc04d643b7a97fe7b4c883f84d 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: 1149/2359] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:10:46 2026] POST /v2.0/security-group-rules => generated 606 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2360] 10.0.0.33 () {34 vars in 684 bytes} [Tue Apr 28 07:10:47 2026] POST /v2.0/security-groups => generated 1662 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2361] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:10:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2362] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:10:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2363] 10.0.0.33 () {34 vars in 675 bytes} [Tue Apr 28 07:10:47 2026] POST /v2.0/floatingips => generated 552 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2364] 10.0.0.210 () {34 vars in 1098 bytes} [Tue Apr 28 07:10:48 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-910758064&fields=id&tenant_id=5c2f7cfc04d643b7a97fe7b4c883f84d => 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: 1152/2365] 10.0.0.210 () {34 vars in 1098 bytes} [Tue Apr 28 07:10:48 2026] GET /v2.0/security-groups?name=tempest-securitygroup--196119602&fields=id&tenant_id=5c2f7cfc04d643b7a97fe7b4c883f84d => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2366] 10.0.0.210 () {34 vars in 982 bytes} [Tue Apr 28 07:10:48 2026] GET /v2.0/networks?id=8caa2667-feb3-458a-81c1-09181b836c44 => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2367] 10.0.0.210 () {34 vars in 965 bytes} [Tue Apr 28 07:10:48 2026] GET /v2.0/quotas/5c2f7cfc04d643b7a97fe7b4c883f84d => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2368] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Apr 28 07:10:48 2026] GET /v2.0/ports?tenant_id=5c2f7cfc04d643b7a97fe7b4c883f84d&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2369] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Apr 28 07:10:48 2026] GET /v2.0/networks/8caa2667-feb3-458a-81c1-09181b836c44?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: 1216/2370] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Apr 28 07:10:48 2026] GET /v2.0/networks/8caa2667-feb3-458a-81c1-09181b836c44?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2371] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:10:49 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => 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: 1217/2372] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:10:50 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => 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: 1156/2373] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:10:51 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2376] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:10:52 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => 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: 1219/2377] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:10:53 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => 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: 1159/2378] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:10:54 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => 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: 1220/2379] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:10:54 2026] GET /v2.0/networks?id=8caa2667-feb3-458a-81c1-09181b836c44 => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2380] 199.204.45.250 () {34 vars in 1050 bytes} [Tue Apr 28 07:10:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5c2f7cfc04d643b7a97fe7b4c883f84d => generated 272 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2381] 199.204.45.250 () {38 vars in 955 bytes} [Tue Apr 28 07:10:54 2026] POST /v2.0/ports => generated 993 bytes in 402 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 07:10:55.668 7 INFO neutron.db.segments_db [None req-0b35d712-f462-4acc-9477-607cdac8f1b2 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Added segment 2751a0e9-726b-4e93-b68e-cd46495f176e of type vxlan for network 85384117-6631-460a-adae-4c917c08dcc4 [pid: 7|app: 0|req: 1161/2382] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:10:55 2026] POST /v2.0/networks => generated 621 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2383] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:10:55 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 1008 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2384] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:10:55 2026] PUT /v2.0/ports/143ddb95-6b05-4955-bb39-cfdea4276760 => generated 1274 bytes in 496 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 07:10:55.919 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1938d0ad-a3db-43df-af91-8d8e0bffab26'] response: {'name': 'network-changed', 'server_uuid': 'dc353657-78ed-4e6c-bb8c-75f9a0899a9b', 'tag': '143ddb95-6b05-4955-bb39-cfdea4276760', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1223/2385] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Apr 28 07:10:55 2026] GET /v2.0/security-groups?id=7da0346e-7a8d-4db8-8840-aa203393afd7&id=eb73dc78-0b49-42be-8832-d7866ae25697&fields=id&fields=name => generated 205 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2386] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:10:55 2026] POST /v2.0/subnets => generated 658 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2387] 10.0.0.33 () {32 vars in 721 bytes} [Tue Apr 28 07:10:56 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2388] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:10:56 2026] POST /v2.0/subnets => generated 731 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:10:56.449 8 INFO neutron.db.segments_db [None req-ee001df2-1249-4cf3-bbef-24600a652e09 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Added segment 11eb85be-28ff-4833-a7bf-051f48180396 of type vxlan for network 44531ac5-a32d-41c2-a315-7e4dd5577a6b [pid: 7|app: 0|req: 1165/2389] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:10:56 2026] GET /v2.0/ports?tenant_id=5c2f7cfc04d643b7a97fe7b4c883f84d&device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 1277 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2390] 199.204.45.250 () {34 vars in 1018 bytes} [Tue Apr 28 07:10:56 2026] GET /v2.0/networks?tenant_id=5c2f7cfc04d643b7a97fe7b4c883f84d&shared=False => generated 769 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2391] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:10:56 2026] POST /v2.0/networks => generated 618 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2392] 199.204.45.250 () {34 vars in 930 bytes} [Tue Apr 28 07:10:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2393] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:10:56 2026] POST /v2.0/subnets => generated 656 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2394] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:10:57 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2395] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:10:56 2026] POST /v2.0/subnets => generated 726 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2396] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Apr 28 07:10:57 2026] GET /v2.0/security-groups?id=7da0346e-7a8d-4db8-8840-aa203393afd7&id=eb73dc78-0b49-42be-8832-d7866ae25697&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:10:57.146 7 INFO neutron.db.segments_db [None req-de6cefa1-e13d-487b-af4b-6797751d4630 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Added segment 6ed00626-04d8-4f32-91fa-51c92efc4030 of type vxlan for network a841e3e0-1991-443e-9c56-58ed1c3817b6 [pid: 7|app: 0|req: 1169/2397] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:10:57 2026] POST /v2.0/networks => generated 619 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2398] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:10:57 2026] POST /v2.0/subnets => generated 656 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2399] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:10:57 2026] GET /v2.0/ports?tenant_id=5c2f7cfc04d643b7a97fe7b4c883f84d&device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 1277 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2400] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:10:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=143ddb95-6b05-4955-bb39-cfdea4276760 => 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: 1232/2401] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:10:57 2026] GET /v2.0/subnets?id=7cde8c00-dc4d-49c1-bf1a-3c756dafc70d => generated 691 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2402] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:10:57 2026] GET /v2.0/ports?network_id=8caa2667-feb3-458a-81c1-09181b836c44&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: 1170/2403] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:10:57 2026] POST /v2.0/subnets => generated 728 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2404] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:10:57 2026] GET /v2.0/networks/8caa2667-feb3-458a-81c1-09181b836c44?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:10:57.840 7 INFO neutron.db.segments_db [None req-17159db3-0761-4e88-9b9d-ee6bb6f2f51f ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Added segment 9a509ab8-f38a-4905-8497-8e2933fd9cb4 of type vxlan for network fd4fa0f8-5897-46be-a584-876a53898ab5 [pid: 8|app: 0|req: 1235/2405] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:10:57 2026] GET /v2.0/networks/8caa2667-feb3-458a-81c1-09181b836c44?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 07:10:58.077 7 INFO neutron.db.l3_hamode_db [None req-17159db3-0761-4e88-9b9d-ee6bb6f2f51f ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1236/2406] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:10:58 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => 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: 1237/2407] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Apr 28 07:10:58 2026] GET /v2.0/security-groups?id=7da0346e-7a8d-4db8-8840-aa203393afd7&id=eb73dc78-0b49-42be-8832-d7866ae25697&fields=id&fields=name => generated 205 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:10:58.812 7 INFO neutron.db.l3_hamode_db [None req-17159db3-0761-4e88-9b9d-ee6bb6f2f51f ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1238/2408] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:10:59 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2409] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Apr 28 07:10:59 2026] GET /v2.0/security-groups?id=7da0346e-7a8d-4db8-8840-aa203393afd7&id=eb73dc78-0b49-42be-8832-d7866ae25697&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2410] 10.0.0.33 () {34 vars in 668 bytes} [Tue Apr 28 07:10:57 2026] POST /v2.0/routers => generated 685 bytes in 1850 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2411] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:00 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 1008 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2412] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Apr 28 07:11:00 2026] GET /v2.0/security-groups?id=7da0346e-7a8d-4db8-8840-aa203393afd7&id=eb73dc78-0b49-42be-8832-d7866ae25697&fields=id&fields=name => generated 205 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2413] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:10:59 2026] PUT /v2.0/routers/70aa5815-e0ab-4d6d-b7bd-dc99f3242491/add_router_interface => generated 309 bytes in 1257 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2414] 199.204.45.250 () {34 vars in 994 bytes} [Tue Apr 28 07:11:01 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 1277 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2415] 199.204.45.250 () {34 vars in 1124 bytes} [Tue Apr 28 07:11:01 2026] GET /v2.0/security-groups?id=7da0346e-7a8d-4db8-8840-aa203393afd7&id=eb73dc78-0b49-42be-8832-d7866ae25697&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2416] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:01 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 1010 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2417] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Apr 28 07:11:01 2026] GET /v2.0/security-groups?id=7da0346e-7a8d-4db8-8840-aa203393afd7&id=eb73dc78-0b49-42be-8832-d7866ae25697&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2418] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:11:00 2026] PUT /v2.0/routers/70aa5815-e0ab-4d6d-b7bd-dc99f3242491/add_router_interface => generated 309 bytes in 1517 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2419] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:02 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 1010 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2420] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Apr 28 07:11:02 2026] GET /v2.0/security-groups?id=7da0346e-7a8d-4db8-8840-aa203393afd7&id=eb73dc78-0b49-42be-8832-d7866ae25697&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2421] 10.0.0.33 () {34 vars in 782 bytes} [Tue Apr 28 07:11:02 2026] PUT /v2.0/routers/70aa5815-e0ab-4d6d-b7bd-dc99f3242491/add_router_interface => generated 309 bytes in 1564 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2422] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:04 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 1010 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2423] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Apr 28 07:11:04 2026] GET /v2.0/security-groups?id=7da0346e-7a8d-4db8-8840-aa203393afd7&id=eb73dc78-0b49-42be-8832-d7866ae25697&fields=id&fields=name => generated 205 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2424] 10.0.0.33 () {34 vars in 683 bytes} [Tue Apr 28 07:11:04 2026] POST /v2.0/security-groups => generated 1630 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2425] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:04 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 1010 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2426] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:11:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2427] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:11:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2428] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:11:04 2026] POST /v2.0/security-group-rules => generated 599 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:11:04.692 7 INFO neutron.db.l3_db [None req-47fbfd92-2769-4ea9-b4fd-ac9b6aefef78 4dfd1cb267d947d8be2b84cb436f895d 5c2f7cfc04d643b7a97fe7b4c883f84d - - default default] Floating IP 26a66a82-03b7-4038-ab5f-ac3528a19e25 associated. External IP: 10.96.250.202, port: 143ddb95-6b05-4955-bb39-cfdea4276760. [pid: 8|app: 0|req: 1251/2429] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:11:04 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) [pid: 8|app: 0|req: 1252/2430] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:11:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2431] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:11:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2432] 10.0.0.33 () {34 vars in 748 bytes} [Tue Apr 28 07:11:04 2026] PUT /v2.0/floatingips/26a66a82-03b7-4038-ab5f-ac3528a19e25 => generated 855 bytes in 694 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:11:05.091 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d63c7aab-39ce-416f-a42c-217f769dfe99'] response: {'name': 'network-changed', 'server_uuid': 'dc353657-78ed-4e6c-bb8c-75f9a0899a9b', 'tag': '143ddb95-6b05-4955-bb39-cfdea4276760', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1254/2433] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:11:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2434] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:11:05 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: 1255/2435] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:11:05 2026] POST /v2.0/security-group-rules => generated 599 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2436] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:11:05 2026] GET /v2.0/ports?tenant_id=5c2f7cfc04d643b7a97fe7b4c883f84d&device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 1279 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2437] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:11:05 2026] GET /v2.0/networks?id=8caa2667-feb3-458a-81c1-09181b836c44 => generated 769 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2438] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:11:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=143ddb95-6b05-4955-bb39-cfdea4276760 => generated 858 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2439] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:11:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2440] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:11:05 2026] GET /v2.0/subnets?id=7cde8c00-dc4d-49c1-bf1a-3c756dafc70d => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2441] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:11:05 2026] GET /v2.0/ports?network_id=8caa2667-feb3-458a-81c1-09181b836c44&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2442] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:11:05 2026] GET /v2.0/networks/8caa2667-feb3-458a-81c1-09181b836c44?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2443] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:11:05 2026] GET /v2.0/networks/8caa2667-feb3-458a-81c1-09181b836c44?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) [pid: 7|app: 0|req: 1182/2444] 10.0.0.33 () {34 vars in 694 bytes} [Tue Apr 28 07:11:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2445] 10.0.0.210 () {34 vars in 1096 bytes} [Tue Apr 28 07:11:06 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1427088550&fields=id&tenant_id=ee73366e9a2b4d3db3f34413e8199161 => 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: 1183/2446] 10.0.0.210 () {34 vars in 982 bytes} [Tue Apr 28 07:11:06 2026] GET /v2.0/networks?id=44531ac5-a32d-41c2-a315-7e4dd5577a6b => generated 704 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2447] 10.0.0.210 () {34 vars in 965 bytes} [Tue Apr 28 07:11:06 2026] GET /v2.0/quotas/ee73366e9a2b4d3db3f34413e8199161 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2450] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Apr 28 07:11:06 2026] GET /v2.0/ports?tenant_id=ee73366e9a2b4d3db3f34413e8199161&fields=id => generated 241 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2451] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Apr 28 07:11:06 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2452] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Apr 28 07:11:06 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?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: 1268/2453] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:06 2026] GET /v2.0/ports?device_id=d2e97489-001f-4846-aacd-a3ab58d76bd1 => 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: 1186/2454] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:11:11 2026] GET /v2.0/networks?id=44531ac5-a32d-41c2-a315-7e4dd5577a6b => generated 704 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2455] 199.204.45.250 () {34 vars in 1050 bytes} [Tue Apr 28 07:11:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ee73366e9a2b4d3db3f34413e8199161 => generated 179 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2456] 199.204.45.250 () {38 vars in 955 bytes} [Tue Apr 28 07:11:11 2026] POST /v2.0/ports => generated 1179 bytes in 480 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: 1188/2457] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:12 2026] GET /v2.0/ports?device_id=d2e97489-001f-4846-aacd-a3ab58d76bd1 => generated 1194 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2458] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:11:12 2026] GET /v2.0/security-groups?id=6a68775c-fac6-4a58-b91c-5cf3856f99cf&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2459] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:11:11 2026] PUT /v2.0/ports/c8fc695a-3f25-40e9-adf0-093c43ae9fef => generated 1460 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:11:12.245 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b560ce65-fc86-4893-9bd7-7ea6e93deb60'] response: {'name': 'network-changed', 'server_uuid': 'd2e97489-001f-4846-aacd-a3ab58d76bd1', 'tag': 'c8fc695a-3f25-40e9-adf0-093c43ae9fef', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1190/2460] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:11:12 2026] GET /v2.0/ports?tenant_id=ee73366e9a2b4d3db3f34413e8199161&device_id=d2e97489-001f-4846-aacd-a3ab58d76bd1 => generated 1463 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1271/2461] 199.204.45.250 () {34 vars in 1018 bytes} [Tue Apr 28 07:11:12 2026] GET /v2.0/networks?tenant_id=ee73366e9a2b4d3db3f34413e8199161&shared=False => generated 2376 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2462] 199.204.45.250 () {34 vars in 930 bytes} [Tue Apr 28 07:11:12 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: 1272/2463] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:13 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 1010 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2464] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Apr 28 07:11:13 2026] GET /v2.0/security-groups?id=7da0346e-7a8d-4db8-8840-aa203393afd7&id=eb73dc78-0b49-42be-8832-d7866ae25697&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2465] 10.0.0.33 () {32 vars in 735 bytes} [Tue Apr 28 07:11:13 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 1279 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2466] 10.0.0.33 () {32 vars in 857 bytes} [Tue Apr 28 07:11:13 2026] GET /v2.0/floatingips?floating_network_id=49158b93-9d14-4cc9-a5cc-b1c9b7b8da2a&port_id=143ddb95-6b05-4955-bb39-cfdea4276760 => generated 860 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2467] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:11:13 2026] GET /v2.0/ports?tenant_id=ee73366e9a2b4d3db3f34413e8199161&device_id=d2e97489-001f-4846-aacd-a3ab58d76bd1 => generated 1463 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2468] 199.204.45.250 () {34 vars in 1056 bytes} [Tue Apr 28 07:11:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.74&port_id=c8fc695a-3f25-40e9-adf0-093c43ae9fef => 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: 1275/2469] 199.204.45.250 () {34 vars in 1104 bytes} [Tue Apr 28 07:11:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1df&port_id=c8fc695a-3f25-40e9-adf0-093c43ae9fef => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2470] 199.204.45.250 () {34 vars in 1064 bytes} [Tue Apr 28 07:11:14 2026] GET /v2.0/subnets?id=b3921343-6191-43a1-b54a-bdad0dc19b9f&id=386b8b7b-c477-4356-b20f-604c2751f1cb => generated 1411 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2471] 10.0.0.50 () {34 vars in 989 bytes} [Tue Apr 28 07:11:14 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 1279 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2472] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:11:14 2026] GET /v2.0/ports?network_id=44531ac5-a32d-41c2-a315-7e4dd5577a6b&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2473] 10.0.0.50 () {34 vars in 1119 bytes} [Tue Apr 28 07:11:14 2026] GET /v2.0/security-groups?id=7da0346e-7a8d-4db8-8840-aa203393afd7&id=eb73dc78-0b49-42be-8832-d7866ae25697&fields=id&fields=name => generated 205 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2474] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:11:14 2026] GET /v2.0/ports?network_id=44531ac5-a32d-41c2-a315-7e4dd5577a6b&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2475] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:11:14 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?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: 1198/2476] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:11:14 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?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) [pid: 8|app: 0|req: 1279/2477] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:16 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 1010 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2478] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Apr 28 07:11:16 2026] GET /v2.0/security-groups?id=7da0346e-7a8d-4db8-8840-aa203393afd7&id=eb73dc78-0b49-42be-8832-d7866ae25697&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2479] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:17 2026] GET /v2.0/ports?device_id=d2e97489-001f-4846-aacd-a3ab58d76bd1 => generated 1196 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2480] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:11:17 2026] GET /v2.0/security-groups?id=6a68775c-fac6-4a58-b91c-5cf3856f99cf&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2481] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:17 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 1010 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2482] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Apr 28 07:11:17 2026] GET /v2.0/security-groups?id=7da0346e-7a8d-4db8-8840-aa203393afd7&id=eb73dc78-0b49-42be-8832-d7866ae25697&fields=id&fields=name => generated 205 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2483] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:19 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 1010 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2484] 199.204.45.250 () {34 vars in 994 bytes} [Tue Apr 28 07:11:19 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => generated 1010 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2485] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Apr 28 07:11:19 2026] GET /v2.0/security-groups?id=7da0346e-7a8d-4db8-8840-aa203393afd7&id=eb73dc78-0b49-42be-8832-d7866ae25697&fields=id&fields=name => generated 205 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:11:19.353 8 INFO neutron_taas.services.taas.taas_plugin [req-d5700ce6-3055-4309-993c-cee815b2f5f4 req-9dabe11f-cb62-4d27-8cc2-1718208cfd81 4dfd1cb267d947d8be2b84cb436f895d 5c2f7cfc04d643b7a97fe7b4c883f84d - - default default] TaaS: Handle Delete Port: 143ddb95-6b05-4955-bb39-cfdea4276760 2026-04-28 07:11:19.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d5700ce6-3055-4309-993c-cee815b2f5f4 req-9dabe11f-cb62-4d27-8cc2-1718208cfd81 4dfd1cb267d947d8be2b84cb436f895d 5c2f7cfc04d643b7a97fe7b4c883f84d - - default default] Tap Mirror: Handle Delete Port: 143ddb95-6b05-4955-bb39-cfdea4276760 2026-04-28 07:11:19.495 8 INFO neutron.db.l3_db [req-d5700ce6-3055-4309-993c-cee815b2f5f4 req-9dabe11f-cb62-4d27-8cc2-1718208cfd81 4dfd1cb267d947d8be2b84cb436f895d 5c2f7cfc04d643b7a97fe7b4c883f84d - - default default] Floating IP 26a66a82-03b7-4038-ab5f-ac3528a19e25 disassociated. External IP: 10.96.250.202, port: 143ddb95-6b05-4955-bb39-cfdea4276760. [pid: 8|app: 0|req: 1284/2486] 199.204.45.250 () {36 vars in 997 bytes} [Tue Apr 28 07:11:19 2026] DELETE /v2.0/ports/143ddb95-6b05-4955-bb39-cfdea4276760 => generated 0 bytes in 632 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:11:19.919 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4aedfd0-fb01-46a3-b882-504af57ee6ba'] response: {'server_uuid': 'dc353657-78ed-4e6c-bb8c-75f9a0899a9b', 'name': 'network-vif-deleted', 'tag': '143ddb95-6b05-4955-bb39-cfdea4276760', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1203/2487] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:20 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => 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: 1285/2488] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:21 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => 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: 1287/2491] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:22 2026] GET /v2.0/ports?device_id=d2e97489-001f-4846-aacd-a3ab58d76bd1 => generated 1196 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2492] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:11:22 2026] GET /v2.0/security-groups?id=6a68775c-fac6-4a58-b91c-5cf3856f99cf&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2493] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:22 2026] GET /v2.0/ports?device_id=dc353657-78ed-4e6c-bb8c-75f9a0899a9b => 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: 1206/2494] 10.0.0.33 () {32 vars in 817 bytes} [Tue Apr 28 07:11:22 2026] GET /v2.0/ports?network_id=44531ac5-a32d-41c2-a315-7e4dd5577a6b&mac_address=fa%3A16%3A3e%3Ab9%3Ad4%3A21 => generated 1196 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:11:23.419 8 INFO neutron.db.l3_db [None req-96156a13-c9b9-4cf0-aa75-72622ea165b2 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Floating IP 981a091d-ae6b-47ea-a3fc-01f48afc236c associated. External IP: 10.96.250.220, port: c8fc695a-3f25-40e9-adf0-093c43ae9fef. [pid: 8|app: 0|req: 1289/2495] 10.0.0.33 () {34 vars in 676 bytes} [Tue Apr 28 07:11:22 2026] POST /v2.0/floatingips => generated 854 bytes in 1099 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:11:23.784 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a2cb7ea-0bfa-430a-bf92-890204479ac4'] response: {'name': 'network-changed', 'server_uuid': 'd2e97489-001f-4846-aacd-a3ab58d76bd1', 'tag': 'c8fc695a-3f25-40e9-adf0-093c43ae9fef', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1207/2496] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:11:23 2026] DELETE /v2.0/security-groups/7da0346e-7a8d-4db8-8840-aa203393afd7 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:11:23.848 8 INFO neutron.api.v2.resource [None req-fad33586-7669-4653-9d7f-29fd0bf3b1b6 4dfd1cb267d947d8be2b84cb436f895d 5c2f7cfc04d643b7a97fe7b4c883f84d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1290/2497] 10.0.0.33 () {32 vars in 736 bytes} [Tue Apr 28 07:11:23 2026] GET /v2.0/security-groups/7da0346e-7a8d-4db8-8840-aa203393afd7 => 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: 1208/2498] 10.0.0.210 () {34 vars in 1096 bytes} [Tue Apr 28 07:11:23 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1427088550&fields=id&tenant_id=ee73366e9a2b4d3db3f34413e8199161 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2499] 10.0.0.210 () {34 vars in 982 bytes} [Tue Apr 28 07:11:23 2026] GET /v2.0/networks?id=a841e3e0-1991-443e-9c56-58ed1c3817b6 => generated 705 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2500] 10.0.0.210 () {34 vars in 965 bytes} [Tue Apr 28 07:11:23 2026] GET /v2.0/quotas/ee73366e9a2b4d3db3f34413e8199161 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:11:23.965 8 INFO neutron_taas.services.taas.taas_plugin [None req-691c510e-6a9c-4900-bbb1-124cda59bbb5 4dfd1cb267d947d8be2b84cb436f895d 5c2f7cfc04d643b7a97fe7b4c883f84d - - default default] TaaS: Handle Delete Port: adc9aebe-a72d-4a10-97dc-5020fe7d8ef3 2026-04-28 07:11:23.968 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-691c510e-6a9c-4900-bbb1-124cda59bbb5 4dfd1cb267d947d8be2b84cb436f895d 5c2f7cfc04d643b7a97fe7b4c883f84d - - default default] Tap Mirror: Handle Delete Port: adc9aebe-a72d-4a10-97dc-5020fe7d8ef3 [pid: 7|app: 0|req: 1211/2501] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Apr 28 07:11:23 2026] GET /v2.0/ports?tenant_id=ee73366e9a2b4d3db3f34413e8199161&fields=id => generated 333 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2502] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:11:23 2026] DELETE /v2.0/floatingips/26a66a82-03b7-4038-ab5f-ac3528a19e25 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2503] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Apr 28 07:11:24 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6?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: 1213/2504] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Apr 28 07:11:24 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6?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: 1292/2505] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:11:24 2026] DELETE /v2.0/security-groups/eb73dc78-0b49-42be-8832-d7866ae25697 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2506] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:11:24 2026] GET /v2.0/ports?tenant_id=ee73366e9a2b4d3db3f34413e8199161&device_id=d2e97489-001f-4846-aacd-a3ab58d76bd1 => generated 1465 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2507] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:11:24 2026] GET /v2.0/networks?id=44531ac5-a32d-41c2-a315-7e4dd5577a6b => generated 800 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2508] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:24 2026] GET /v2.0/ports?device_id=f79723f5-4a59-464d-a73a-59775bf2ea1b => 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: 1217/2509] 199.204.45.250 () {34 vars in 1056 bytes} [Tue Apr 28 07:11:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.74&port_id=c8fc695a-3f25-40e9-adf0-093c43ae9fef => generated 857 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2510] 199.204.45.250 () {34 vars in 1104 bytes} [Tue Apr 28 07:11:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1df&port_id=c8fc695a-3f25-40e9-adf0-093c43ae9fef => 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: 1219/2511] 199.204.45.250 () {34 vars in 1064 bytes} [Tue Apr 28 07:11:24 2026] GET /v2.0/subnets?id=b3921343-6191-43a1-b54a-bdad0dc19b9f&id=386b8b7b-c477-4356-b20f-604c2751f1cb => generated 1411 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2512] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:11:24 2026] GET /v2.0/ports?network_id=44531ac5-a32d-41c2-a315-7e4dd5577a6b&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2513] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:11:24 2026] GET /v2.0/ports?network_id=44531ac5-a32d-41c2-a315-7e4dd5577a6b&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:11:24.709 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b36768d-c069-442f-a345-93a914e0ce7d dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 9e26159a-e3b6-4280-b8d9-c7ec24d9fc7c 2026-04-28 07:11:24.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b36768d-c069-442f-a345-93a914e0ce7d dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 9e26159a-e3b6-4280-b8d9-c7ec24d9fc7c [pid: 7|app: 0|req: 1222/2514] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:11:24 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?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: 1223/2515] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:11:24 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?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: 1293/2516] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:11:24 2026] PUT /v2.0/routers/1c204639-979b-49e2-8c38-971fbf44e0a0/remove_router_interface => generated 309 bytes in 1000 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:11:25.532 7 INFO neutron_taas.services.taas.taas_plugin [None req-937b9025-0df4-4ba4-bdd2-e337826086fd dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 01a0740d-69a3-4474-914a-9875cb01e2c2 2026-04-28 07:11:25.536 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-937b9025-0df4-4ba4-bdd2-e337826086fd dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 01a0740d-69a3-4474-914a-9875cb01e2c2 2026-04-28 07:11:25.786 7 INFO neutron_taas.services.taas.taas_plugin [None req-937b9025-0df4-4ba4-bdd2-e337826086fd dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: de1f5266-d53e-4e21-9910-2d2c372d9ae9 2026-04-28 07:11:25.789 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-937b9025-0df4-4ba4-bdd2-e337826086fd dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: de1f5266-d53e-4e21-9910-2d2c372d9ae9 2026-04-28 07:11:26.156 7 INFO neutron.services.segments.plugin [-] Segment d5ab1f7a-c443-49b5-bcfc-0da2fe3b96ac resource provider aggregate not found 2026-04-28 07:11:26.165 7 INFO neutron.services.segments.plugin [-] Segment d5ab1f7a-c443-49b5-bcfc-0da2fe3b96ac resource provider aggregate not found 2026-04-28 07:11:26.181 7 INFO neutron.services.segments.plugin [-] Segment d5ab1f7a-c443-49b5-bcfc-0da2fe3b96ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5ab1f7a-c443-49b5-bcfc-0da2fe3b96ac found for delete ", "request_id": "req-3d757b0c-e1f2-49dc-b408-8d1895919b93"}]} 2026-04-28 07:11:26.184 7 INFO neutron.services.segments.plugin [-] Segment d5ab1f7a-c443-49b5-bcfc-0da2fe3b96ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5ab1f7a-c443-49b5-bcfc-0da2fe3b96ac found for delete ", "request_id": "req-5b18d387-fd0c-49f9-ab39-d775139df092"}]} 2026-04-28 07:11:26.192 7 INFO neutron.db.l3_hamode_db [None req-937b9025-0df4-4ba4-bdd2-e337826086fd dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] HA network 28c7ca60-a081-4c3c-b382-7e5f005da213 was deleted as no HA routers are present in tenant 5c2f7cfc04d643b7a97fe7b4c883f84d. [pid: 7|app: 0|req: 1224/2517] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:11:25 2026] DELETE /v2.0/routers/1c204639-979b-49e2-8c38-971fbf44e0a0 => generated 0 bytes in 872 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2518] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:11:26 2026] DELETE /v2.0/subnets/7cde8c00-dc4d-49c1-bf1a-3c756dafc70d => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:11:26.449 7 INFO neutron_taas.services.taas.taas_plugin [None req-56131a67-9543-44f4-a77d-257aa435c6e2 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 79ca58fa-f3bb-4202-94fe-fe3bef0cac87 2026-04-28 07:11:26.452 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56131a67-9543-44f4-a77d-257aa435c6e2 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 79ca58fa-f3bb-4202-94fe-fe3bef0cac87 [pid: 7|app: 0|req: 1225/2519] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:11:26 2026] DELETE /v2.0/networks/8caa2667-feb3-458a-81c1-09181b836c44 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:11:27.033 8 INFO neutron_taas.services.taas.taas_plugin [None req-03b3cf1d-6fdc-4ab7-9cd0-9334e482db22 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 1e7b6068-1d3c-4b59-8029-611f4396e471 2026-04-28 07:11:27.036 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03b3cf1d-6fdc-4ab7-9cd0-9334e482db22 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 1e7b6068-1d3c-4b59-8029-611f4396e471 [pid: 8|app: 0|req: 1295/2520] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:11:26 2026] PUT /v2.0/routers/66136b18-8ca1-4ce9-ac91-4d9ba779e942/remove_router_interface => generated 309 bytes in 941 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:11:27.808 7 INFO neutron_taas.services.taas.taas_plugin [None req-8de46341-71cb-4ff8-90f0-14ca66bf1859 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 4d2a989d-731b-489b-bff6-be23ead077bc 2026-04-28 07:11:27.812 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8de46341-71cb-4ff8-90f0-14ca66bf1859 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 4d2a989d-731b-489b-bff6-be23ead077bc 2026-04-28 07:11:28.099 7 INFO neutron_taas.services.taas.taas_plugin [None req-8de46341-71cb-4ff8-90f0-14ca66bf1859 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: e6dd8887-82f8-43c3-a904-4198de864674 2026-04-28 07:11:28.103 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8de46341-71cb-4ff8-90f0-14ca66bf1859 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: e6dd8887-82f8-43c3-a904-4198de864674 2026-04-28 07:11:28.217 7 INFO neutron.services.segments.plugin [-] Segment 59eef153-6df5-4e7e-aa35-30685b7ad047 resource provider aggregate not found 2026-04-28 07:11:28.224 7 INFO neutron.services.segments.plugin [-] Segment 59eef153-6df5-4e7e-aa35-30685b7ad047 resource provider aggregate not found 2026-04-28 07:11:28.249 7 INFO neutron.services.segments.plugin [-] Segment 59eef153-6df5-4e7e-aa35-30685b7ad047 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59eef153-6df5-4e7e-aa35-30685b7ad047 found for delete ", "request_id": "req-564b2f2e-a546-4498-ad96-cb6ed07caf11"}]} 2026-04-28 07:11:28.258 7 INFO neutron.services.segments.plugin [-] Segment 59eef153-6df5-4e7e-aa35-30685b7ad047 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59eef153-6df5-4e7e-aa35-30685b7ad047 found for delete ", "request_id": "req-4ea004cd-72b8-451b-a767-11d138b4347e"}]} 2026-04-28 07:11:28.487 7 INFO neutron.db.l3_hamode_db [None req-8de46341-71cb-4ff8-90f0-14ca66bf1859 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] HA network f0c50c94-1fc1-4d9d-a831-2885821c730b was deleted as no HA routers are present in tenant bbf7abae3b834d91a56dbf6e0eb4e635. [pid: 7|app: 0|req: 1226/2521] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:11:27 2026] DELETE /v2.0/routers/66136b18-8ca1-4ce9-ac91-4d9ba779e942 => generated 0 bytes in 890 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2522] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:11:28 2026] DELETE /v2.0/subnets/b10ee150-5330-4aba-8967-db821508ab08 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2523] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:11:28 2026] GET /v2.0/networks?id=a841e3e0-1991-443e-9c56-58ed1c3817b6 => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:11:28.765 7 INFO neutron_taas.services.taas.taas_plugin [None req-9375afec-ee77-4f97-a40d-a8bec40ef4e6 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 91b2edc8-6792-45b6-b8e9-fcac9b2e391b 2026-04-28 07:11:28.770 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9375afec-ee77-4f97-a40d-a8bec40ef4e6 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 91b2edc8-6792-45b6-b8e9-fcac9b2e391b [pid: 8|app: 0|req: 1298/2524] 199.204.45.250 () {34 vars in 1050 bytes} [Tue Apr 28 07:11:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ee73366e9a2b4d3db3f34413e8199161 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2525] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:11:28 2026] DELETE /v2.0/networks/d074b07b-3d13-46bf-8ff9-8769298eedff => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2526] 199.204.45.250 () {38 vars in 955 bytes} [Tue Apr 28 07:11:28 2026] POST /v2.0/ports => generated 1179 bytes in 425 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: 1300/2527] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:11:29 2026] GET /v2.0/security-groups?tenant_id=bbf7abae3b834d91a56dbf6e0eb4e635&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2528] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:11:29 2026] DELETE /v2.0/security-groups/ec5b8dea-86ef-4776-be12-f4a9aa5491bb => 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: 1302/2529] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:11:29 2026] GET /v2.0/security-groups?tenant_id=5c2f7cfc04d643b7a97fe7b4c883f84d&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: 1303/2530] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:29 2026] GET /v2.0/ports?device_id=f79723f5-4a59-464d-a73a-59775bf2ea1b => generated 1194 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2531] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:11:29 2026] PUT /v2.0/ports/eff20f3a-7556-42af-8b4f-20a52318a5f0 => generated 1460 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2532] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:11:29 2026] DELETE /v2.0/security-groups/ab3204f5-2c50-4f0b-b519-9ebb6c766f46 => generated 0 bytes in 99 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 07:11:29.738 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fcfa3a5a-d575-4eb7-8dee-626dde21c129'] response: {'name': 'network-changed', 'server_uuid': 'f79723f5-4a59-464d-a73a-59775bf2ea1b', 'tag': 'eff20f3a-7556-42af-8b4f-20a52318a5f0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1229/2533] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:11:29 2026] GET /v2.0/security-groups?id=6a68775c-fac6-4a58-b91c-5cf3856f99cf&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:11:30.275 7 INFO neutron.services.segments.plugin [-] Segment e666711c-3ce9-44bb-9b36-329d0313e0c6 resource provider aggregate not found 2026-04-28 07:11:30.280 7 INFO neutron.services.segments.plugin [-] Segment e666711c-3ce9-44bb-9b36-329d0313e0c6 resource provider aggregate not found 2026-04-28 07:11:30.294 7 INFO neutron.services.segments.plugin [-] Segment e666711c-3ce9-44bb-9b36-329d0313e0c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e666711c-3ce9-44bb-9b36-329d0313e0c6 found for delete ", "request_id": "req-3890c8bf-f408-444b-a015-2a0d3dacde68"}]} [pid: 8|app: 0|req: 1305/2534] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:11:30 2026] GET /v2.0/ports?tenant_id=ee73366e9a2b4d3db3f34413e8199161&device_id=f79723f5-4a59-464d-a73a-59775bf2ea1b => generated 1463 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:11:30.301 7 INFO neutron.services.segments.plugin [-] Segment e666711c-3ce9-44bb-9b36-329d0313e0c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e666711c-3ce9-44bb-9b36-329d0313e0c6 found for delete ", "request_id": "req-e2ce65fe-3b96-4270-98a3-86a63e9d4c7f"}]} 2026-04-28 07:11:30.322 7 INFO neutron.services.segments.plugin [-] Segment dbcba51c-c61a-4a68-a34c-7033dd3dd351 resource provider aggregate not found 2026-04-28 07:11:30.326 7 INFO neutron.services.segments.plugin [-] Segment dbcba51c-c61a-4a68-a34c-7033dd3dd351 resource provider aggregate not found 2026-04-28 07:11:30.348 7 INFO neutron.services.segments.plugin [-] Segment dbcba51c-c61a-4a68-a34c-7033dd3dd351 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbcba51c-c61a-4a68-a34c-7033dd3dd351 found for delete ", "request_id": "req-ec073113-b3bd-4099-8bac-1979d53fa528"}]} 2026-04-28 07:11:30.349 7 INFO neutron.services.segments.plugin [-] Segment dbcba51c-c61a-4a68-a34c-7033dd3dd351 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbcba51c-c61a-4a68-a34c-7033dd3dd351 found for delete ", "request_id": "req-957b0075-ea5d-405f-b105-db9d1ab14216"}]} [pid: 7|app: 0|req: 1230/2535] 199.204.45.250 () {34 vars in 1018 bytes} [Tue Apr 28 07:11:30 2026] GET /v2.0/networks?tenant_id=ee73366e9a2b4d3db3f34413e8199161&shared=False => generated 2376 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2536] 199.204.45.250 () {34 vars in 930 bytes} [Tue Apr 28 07:11:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2537] 10.0.0.50 () {34 vars in 989 bytes} [Tue Apr 28 07:11:30 2026] GET /v2.0/ports?device_id=d2e97489-001f-4846-aacd-a3ab58d76bd1 => generated 1465 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2538] 10.0.0.50 () {34 vars in 1039 bytes} [Tue Apr 28 07:11:30 2026] GET /v2.0/security-groups?id=6a68775c-fac6-4a58-b91c-5cf3856f99cf&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2539] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:11:31 2026] GET /v2.0/ports?tenant_id=ee73366e9a2b4d3db3f34413e8199161&device_id=f79723f5-4a59-464d-a73a-59775bf2ea1b => generated 1463 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2540] 199.204.45.250 () {34 vars in 1056 bytes} [Tue Apr 28 07:11:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.98&port_id=eff20f3a-7556-42af-8b4f-20a52318a5f0 => 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: 1233/2541] 199.204.45.250 () {34 vars in 1104 bytes} [Tue Apr 28 07:11:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ad6&port_id=eff20f3a-7556-42af-8b4f-20a52318a5f0 => 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: 1309/2542] 199.204.45.250 () {34 vars in 1064 bytes} [Tue Apr 28 07:11:31 2026] GET /v2.0/subnets?id=f3e813c0-3b38-4e3c-84c0-6b5f6b0d8571&id=e067b52c-bd90-4ae0-a05a-d91e97ed2e5f => generated 1413 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2543] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:11:31 2026] GET /v2.0/ports?network_id=a841e3e0-1991-443e-9c56-58ed1c3817b6&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: 1310/2544] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:11:31 2026] GET /v2.0/ports?network_id=a841e3e0-1991-443e-9c56-58ed1c3817b6&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: 1235/2545] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:11:31 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6?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: 1311/2546] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:11:31 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2547] 10.0.0.33 () {34 vars in 675 bytes} [Tue Apr 28 07:11:34 2026] POST /v2.0/floatingips => generated 552 bytes in 692 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2548] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:34 2026] GET /v2.0/ports?device_id=f79723f5-4a59-464d-a73a-59775bf2ea1b => generated 1196 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2549] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:11:34 2026] GET /v2.0/security-groups?id=6a68775c-fac6-4a58-b91c-5cf3856f99cf&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2550] 10.0.0.33 () {34 vars in 675 bytes} [Tue Apr 28 07:11:34 2026] POST /v2.0/floatingips => generated 552 bytes in 603 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2551] 10.0.0.33 () {34 vars in 675 bytes} [Tue Apr 28 07:11:35 2026] POST /v2.0/floatingips => generated 552 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2552] 10.0.0.33 () {34 vars in 675 bytes} [Tue Apr 28 07:11:35 2026] POST /v2.0/floatingips => generated 552 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2555] 10.0.0.33 () {34 vars in 675 bytes} [Tue Apr 28 07:11:36 2026] POST /v2.0/floatingips => generated 552 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2556] 10.0.0.33 () {34 vars in 758 bytes} [Tue Apr 28 07:11:36 2026] PUT /v2.0/floatingips/6c761ccf-e7aa-4267-9889-aa06c3081318/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2557] 10.0.0.33 () {34 vars in 758 bytes} [Tue Apr 28 07:11:37 2026] PUT /v2.0/floatingips/998afb11-989e-4654-9661-149799bac9d7/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2558] 10.0.0.33 () {34 vars in 758 bytes} [Tue Apr 28 07:11:37 2026] PUT /v2.0/floatingips/eb3a6f58-1b0a-4f70-85d0-9b9d12744594/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2559] 10.0.0.33 () {34 vars in 758 bytes} [Tue Apr 28 07:11:37 2026] PUT /v2.0/floatingips/ed3bf678-6250-49f7-84f7-b089467b3a95/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2560] 10.0.0.33 () {32 vars in 671 bytes} [Tue Apr 28 07:11:37 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2561] 10.0.0.33 () {32 vars in 685 bytes} [Tue Apr 28 07:11:37 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2562] 10.0.0.33 () {32 vars in 681 bytes} [Tue Apr 28 07:11:37 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2563] 10.0.0.33 () {32 vars in 693 bytes} [Tue Apr 28 07:11:37 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2564] 10.0.0.33 () {32 vars in 679 bytes} [Tue Apr 28 07:11:37 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2565] 10.0.0.33 () {32 vars in 693 bytes} [Tue Apr 28 07:11:37 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2566] 10.0.0.33 () {32 vars in 689 bytes} [Tue Apr 28 07:11:37 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2567] 10.0.0.33 () {32 vars in 701 bytes} [Tue Apr 28 07:11:37 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:11:37.830 8 INFO neutron_taas.services.taas.taas_plugin [None req-8de4c854-9262-47fe-bf29-f67b1354f4a2 6112ce3651004a8ca79b8e9b8511582b ca2e438eeb00421587ba4a05488388bc - - default default] TaaS: Handle Delete Port: 0080f61c-4a5a-4060-9ff4-7c64215ea392 2026-04-28 07:11:37.833 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8de4c854-9262-47fe-bf29-f67b1354f4a2 6112ce3651004a8ca79b8e9b8511582b ca2e438eeb00421587ba4a05488388bc - - default default] Tap Mirror: Handle Delete Port: 0080f61c-4a5a-4060-9ff4-7c64215ea392 [pid: 8|app: 0|req: 1322/2568] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:11:37 2026] DELETE /v2.0/floatingips/6c761ccf-e7aa-4267-9889-aa06c3081318 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:11:38.116 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffd57b7b-f193-4288-b97f-21ec26032841 6112ce3651004a8ca79b8e9b8511582b ca2e438eeb00421587ba4a05488388bc - - default default] TaaS: Handle Delete Port: 8b7ae38a-e3a7-4221-a286-5c004725c1a1 2026-04-28 07:11:38.120 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffd57b7b-f193-4288-b97f-21ec26032841 6112ce3651004a8ca79b8e9b8511582b ca2e438eeb00421587ba4a05488388bc - - default default] Tap Mirror: Handle Delete Port: 8b7ae38a-e3a7-4221-a286-5c004725c1a1 [pid: 7|app: 0|req: 1247/2569] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:11:38 2026] DELETE /v2.0/floatingips/998afb11-989e-4654-9661-149799bac9d7 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:11:38.495 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ef0c97f-b5e2-43cc-a0b6-cd21068a71a6 6112ce3651004a8ca79b8e9b8511582b ca2e438eeb00421587ba4a05488388bc - - default default] TaaS: Handle Delete Port: dc1fb66e-25c0-4594-bf55-524c10ce12bd 2026-04-28 07:11:38.499 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ef0c97f-b5e2-43cc-a0b6-cd21068a71a6 6112ce3651004a8ca79b8e9b8511582b ca2e438eeb00421587ba4a05488388bc - - default default] Tap Mirror: Handle Delete Port: dc1fb66e-25c0-4594-bf55-524c10ce12bd [pid: 8|app: 0|req: 1323/2570] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:11:38 2026] DELETE /v2.0/floatingips/eb3a6f58-1b0a-4f70-85d0-9b9d12744594 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:11:38.804 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6edc5a7-3339-4a56-82df-12a6870b6c37 6112ce3651004a8ca79b8e9b8511582b ca2e438eeb00421587ba4a05488388bc - - default default] TaaS: Handle Delete Port: 8356f12a-17be-4509-b825-1bff804d1a85 2026-04-28 07:11:38.807 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6edc5a7-3339-4a56-82df-12a6870b6c37 6112ce3651004a8ca79b8e9b8511582b ca2e438eeb00421587ba4a05488388bc - - default default] Tap Mirror: Handle Delete Port: 8356f12a-17be-4509-b825-1bff804d1a85 [pid: 7|app: 0|req: 1248/2571] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:11:38 2026] DELETE /v2.0/floatingips/ed3bf678-6250-49f7-84f7-b089467b3a95 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:11:39.095 8 INFO neutron_taas.services.taas.taas_plugin [None req-b51e8fb2-2002-4bd4-b32a-51e4453b4975 6112ce3651004a8ca79b8e9b8511582b ca2e438eeb00421587ba4a05488388bc - - default default] TaaS: Handle Delete Port: 6dc7d063-428a-4cfd-be96-a7a45dc844b7 2026-04-28 07:11:39.100 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b51e8fb2-2002-4bd4-b32a-51e4453b4975 6112ce3651004a8ca79b8e9b8511582b ca2e438eeb00421587ba4a05488388bc - - default default] Tap Mirror: Handle Delete Port: 6dc7d063-428a-4cfd-be96-a7a45dc844b7 [pid: 8|app: 0|req: 1324/2572] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:11:38 2026] DELETE /v2.0/floatingips/776ba7a0-b331-461f-9691-85b4872354d0 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2573] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:11:40 2026] GET /v2.0/ports?device_id=f79723f5-4a59-464d-a73a-59775bf2ea1b => 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: 1250/2574] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:11:40 2026] GET /v2.0/security-groups?id=6a68775c-fac6-4a58-b91c-5cf3856f99cf&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2575] 10.0.0.33 () {32 vars in 817 bytes} [Tue Apr 28 07:11:40 2026] GET /v2.0/ports?network_id=a841e3e0-1991-443e-9c56-58ed1c3817b6&mac_address=fa%3A16%3A3e%3Ae1%3A24%3Ac4 => generated 1196 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2576] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:11:40 2026] GET /v2.0/security-groups?tenant_id=ca2e438eeb00421587ba4a05488388bc&name=default => generated 2929 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2577] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:11:40 2026] DELETE /v2.0/security-groups/49b4369c-ef8e-4a1b-9c4b-0429b49f0026 => 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: 1327/2578] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:11:40 2026] GET /v2.0/security-groups?tenant_id=e19b084bd6b44a97a543371e52fb6cec&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2579] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:11:40 2026] DELETE /v2.0/security-groups/2f319161-019f-4809-a575-a53b0fff176e => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:11:40.963 7 INFO neutron.db.l3_db [None req-46adc16a-ba97-4b1c-8a3c-f25b48a75ab6 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Floating IP 7b0d6ad0-44a5-401b-bb63-4fb7a036f75b associated. External IP: 10.96.250.208, port: eff20f3a-7556-42af-8b4f-20a52318a5f0. [pid: 8|app: 0|req: 1329/2580] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:11:40 2026] GET /v2.0/security-groups?tenant_id=767bcaff9c344d54be4d1fa9ccee842b&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2581] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:11:41 2026] DELETE /v2.0/security-groups/8a7d4c45-2009-4531-afb9-72129f23fbc9 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2582] 10.0.0.33 () {34 vars in 676 bytes} [Tue Apr 28 07:11:40 2026] POST /v2.0/floatingips => generated 854 bytes in 1020 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:11:41.266 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e3d57a4-17f1-475f-8bfc-9657f0dbca1f'] response: {'name': 'network-changed', 'server_uuid': 'f79723f5-4a59-464d-a73a-59775bf2ea1b', 'tag': 'eff20f3a-7556-42af-8b4f-20a52318a5f0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1331/2583] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:11:41 2026] GET /v2.0/ports?tenant_id=ee73366e9a2b4d3db3f34413e8199161&device_id=f79723f5-4a59-464d-a73a-59775bf2ea1b => generated 1465 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2584] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:11:41 2026] GET /v2.0/networks?id=a841e3e0-1991-443e-9c56-58ed1c3817b6 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2585] 199.204.45.250 () {34 vars in 1056 bytes} [Tue Apr 28 07:11:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.98&port_id=eff20f3a-7556-42af-8b4f-20a52318a5f0 => generated 857 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2586] 199.204.45.250 () {34 vars in 1104 bytes} [Tue Apr 28 07:11:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ad6&port_id=eff20f3a-7556-42af-8b4f-20a52318a5f0 => 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: 1333/2587] 199.204.45.250 () {34 vars in 1064 bytes} [Tue Apr 28 07:11:41 2026] GET /v2.0/subnets?id=f3e813c0-3b38-4e3c-84c0-6b5f6b0d8571&id=e067b52c-bd90-4ae0-a05a-d91e97ed2e5f => generated 1413 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2588] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:11:42 2026] GET /v2.0/ports?network_id=a841e3e0-1991-443e-9c56-58ed1c3817b6&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2589] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:11:42 2026] GET /v2.0/ports?network_id=a841e3e0-1991-443e-9c56-58ed1c3817b6&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2590] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:11:42 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6?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: 1335/2591] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:11:42 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:11:45.632 7 INFO neutron.db.segments_db [None req-95731396-8426-45b3-bec7-42a8bfb63300 5144652795b343b6830449058a4ec321 37560d5bf9e74795a67a45af1a9b78c6 - - default default] Added segment f2eff7a6-431b-4b95-8ee8-310e90825e43 of type vxlan for network 61886efa-6e40-4252-9b18-e8fc2bac6b16 [pid: 7|app: 0|req: 1257/2592] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:11:45 2026] POST /v2.0/networks => generated 612 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2593] 10.0.0.33 () {34 vars in 663 bytes} [Tue Apr 28 07:11:45 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) 2026-04-28 07:11:46.100 7 INFO neutron.db.segments_db [None req-72ba60a7-d3e9-4442-bf79-11643c64daff 5144652795b343b6830449058a4ec321 37560d5bf9e74795a67a45af1a9b78c6 - - default default] Added segment e6191d91-2f5a-4955-9477-fc316604fbb9 of type vxlan for network 7bb5f0d2-ef55-4a3a-ae06-dfa2fa707b46 [pid: 7|app: 0|req: 1258/2594] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:11:46 2026] POST /v2.0/networks => generated 613 bytes in 145 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: 1337/2595] 10.0.0.33 () {34 vars in 663 bytes} [Tue Apr 28 07:11:46 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:11:46.549 7 INFO neutron.db.segments_db [None req-087995fc-8f16-407e-8e42-c19b832790ae 5144652795b343b6830449058a4ec321 37560d5bf9e74795a67a45af1a9b78c6 - - default default] Added segment 3a7a03e2-7dec-491d-9e5b-b726ee805495 of type vxlan for network b5595e54-6169-462e-b5fd-47e4631a3b27 [pid: 7|app: 0|req: 1259/2596] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:11:46 2026] POST /v2.0/networks => generated 613 bytes in 135 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: 1338/2597] 10.0.0.33 () {34 vars in 663 bytes} [Tue Apr 28 07:11:46 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) 2026-04-28 07:11:47.022 7 INFO neutron.db.segments_db [None req-28682f1c-f410-4f5b-9761-a184990d2550 5144652795b343b6830449058a4ec321 37560d5bf9e74795a67a45af1a9b78c6 - - default default] Added segment 7d09a2ef-3df3-4534-a17b-d69493bff28d of type vxlan for network dddc8de6-d2ab-4a1d-9648-cd2fd823c9d6 [pid: 7|app: 0|req: 1260/2598] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:11:46 2026] POST /v2.0/networks => generated 612 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1339/2599] 10.0.0.33 () {34 vars in 663 bytes} [Tue Apr 28 07:11:47 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 07:11:47.497 7 INFO neutron.db.segments_db [None req-190a4499-c53f-4775-8430-ccdaec4409fc 5144652795b343b6830449058a4ec321 37560d5bf9e74795a67a45af1a9b78c6 - - default default] Added segment 8c8cbc5e-8b01-4e9e-b9b8-78d104a4dab6 of type vxlan for network a9f1be74-720d-4fb8-9ddf-3021072243f4 [pid: 7|app: 0|req: 1261/2600] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:11:47 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1340/2601] 10.0.0.33 () {34 vars in 663 bytes} [Tue Apr 28 07:11:47 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) [pid: 7|app: 0|req: 1262/2602] 10.0.0.33 () {34 vars in 746 bytes} [Tue Apr 28 07:11:47 2026] PUT /v2.0/ports/4fe3eea4-e06e-43a1-a506-ab5468622ffa/tags => generated 17 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1263/2603] 10.0.0.50 () {34 vars in 989 bytes} [Tue Apr 28 07:11:47 2026] GET /v2.0/ports?device_id=f79723f5-4a59-464d-a73a-59775bf2ea1b => generated 1465 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2604] 10.0.0.33 () {34 vars in 746 bytes} [Tue Apr 28 07:11:47 2026] PUT /v2.0/ports/3ae422e5-fbb8-4920-b8c0-83f9e11630d7/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1264/2605] 10.0.0.50 () {34 vars in 1039 bytes} [Tue Apr 28 07:11:48 2026] GET /v2.0/security-groups?id=6a68775c-fac6-4a58-b91c-5cf3856f99cf&fields=id&fields=name => generated 112 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2606] 10.0.0.33 () {34 vars in 746 bytes} [Tue Apr 28 07:11:48 2026] PUT /v2.0/ports/8a3ebed9-4216-4332-a98d-1d19ee618e7c/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: 1265/2607] 10.0.0.33 () {34 vars in 746 bytes} [Tue Apr 28 07:11:48 2026] PUT /v2.0/ports/aa0e2b21-9356-4862-a7e3-b03d8058c45f/tags => generated 19 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1343/2608] 10.0.0.33 () {32 vars in 659 bytes} [Tue Apr 28 07:11:48 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1266/2609] 10.0.0.33 () {32 vars in 673 bytes} [Tue Apr 28 07:11:48 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2610] 10.0.0.33 () {32 vars in 669 bytes} [Tue Apr 28 07:11:48 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2611] 10.0.0.33 () {32 vars in 681 bytes} [Tue Apr 28 07:11:48 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2612] 10.0.0.33 () {32 vars in 667 bytes} [Tue Apr 28 07:11:48 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2613] 10.0.0.33 () {32 vars in 681 bytes} [Tue Apr 28 07:11:48 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2614] 10.0.0.33 () {32 vars in 677 bytes} [Tue Apr 28 07:11:48 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2615] 10.0.0.33 () {32 vars in 689 bytes} [Tue Apr 28 07:11:48 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:11:49.120 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c3c7860-9e1a-4cd5-b39c-d306a37adc75 5144652795b343b6830449058a4ec321 37560d5bf9e74795a67a45af1a9b78c6 - - default default] TaaS: Handle Delete Port: 4fe3eea4-e06e-43a1-a506-ab5468622ffa 2026-04-28 07:11:49.123 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c3c7860-9e1a-4cd5-b39c-d306a37adc75 5144652795b343b6830449058a4ec321 37560d5bf9e74795a67a45af1a9b78c6 - - default default] Tap Mirror: Handle Delete Port: 4fe3eea4-e06e-43a1-a506-ab5468622ffa [pid: 8|app: 0|req: 1347/2616] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:11:49 2026] DELETE /v2.0/ports/4fe3eea4-e06e-43a1-a506-ab5468622ffa => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:11:49.304 7 INFO neutron_taas.services.taas.taas_plugin [None req-1449376a-cdad-424e-83b0-6a7e6d62fd90 5144652795b343b6830449058a4ec321 37560d5bf9e74795a67a45af1a9b78c6 - - default default] TaaS: Handle Delete Port: 3ae422e5-fbb8-4920-b8c0-83f9e11630d7 2026-04-28 07:11:49.307 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1449376a-cdad-424e-83b0-6a7e6d62fd90 5144652795b343b6830449058a4ec321 37560d5bf9e74795a67a45af1a9b78c6 - - default default] Tap Mirror: Handle Delete Port: 3ae422e5-fbb8-4920-b8c0-83f9e11630d7 [pid: 7|app: 0|req: 1270/2617] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:11:49 2026] DELETE /v2.0/ports/3ae422e5-fbb8-4920-b8c0-83f9e11630d7 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:11:49.512 8 INFO neutron_taas.services.taas.taas_plugin [None req-56ef56d4-5118-4c08-90da-bb6d6811e9dc 5144652795b343b6830449058a4ec321 37560d5bf9e74795a67a45af1a9b78c6 - - default default] TaaS: Handle Delete Port: 8a3ebed9-4216-4332-a98d-1d19ee618e7c 2026-04-28 07:11:49.516 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56ef56d4-5118-4c08-90da-bb6d6811e9dc 5144652795b343b6830449058a4ec321 37560d5bf9e74795a67a45af1a9b78c6 - - default default] Tap Mirror: Handle Delete Port: 8a3ebed9-4216-4332-a98d-1d19ee618e7c [pid: 8|app: 0|req: 1348/2618] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:11:49 2026] DELETE /v2.0/ports/8a3ebed9-4216-4332-a98d-1d19ee618e7c => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:11:49.712 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb3f6519-9235-49c1-a46c-c7f1ac6fcb4b 5144652795b343b6830449058a4ec321 37560d5bf9e74795a67a45af1a9b78c6 - - default default] TaaS: Handle Delete Port: aa0e2b21-9356-4862-a7e3-b03d8058c45f 2026-04-28 07:11:49.715 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb3f6519-9235-49c1-a46c-c7f1ac6fcb4b 5144652795b343b6830449058a4ec321 37560d5bf9e74795a67a45af1a9b78c6 - - default default] Tap Mirror: Handle Delete Port: aa0e2b21-9356-4862-a7e3-b03d8058c45f [pid: 7|app: 0|req: 1271/2619] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:11:49 2026] DELETE /v2.0/ports/aa0e2b21-9356-4862-a7e3-b03d8058c45f => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:11:49.899 8 INFO neutron_taas.services.taas.taas_plugin [None req-d54f43bd-9164-4a11-b33a-0e0a609244d0 5144652795b343b6830449058a4ec321 37560d5bf9e74795a67a45af1a9b78c6 - - default default] TaaS: Handle Delete Port: 8c921bac-5445-4d61-a8e2-9dcf33af7d3d 2026-04-28 07:11:49.904 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d54f43bd-9164-4a11-b33a-0e0a609244d0 5144652795b343b6830449058a4ec321 37560d5bf9e74795a67a45af1a9b78c6 - - default default] Tap Mirror: Handle Delete Port: 8c921bac-5445-4d61-a8e2-9dcf33af7d3d [pid: 8|app: 0|req: 1349/2620] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:11:49 2026] DELETE /v2.0/ports/8c921bac-5445-4d61-a8e2-9dcf33af7d3d => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:11:50.126 7 INFO neutron.services.segments.plugin [-] Segment f2eff7a6-431b-4b95-8ee8-310e90825e43 resource provider aggregate not found 2026-04-28 07:11:50.132 7 INFO neutron.services.segments.plugin [-] Segment f2eff7a6-431b-4b95-8ee8-310e90825e43 resource provider aggregate not found 2026-04-28 07:11:50.147 7 INFO neutron.services.segments.plugin [-] Segment f2eff7a6-431b-4b95-8ee8-310e90825e43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2eff7a6-431b-4b95-8ee8-310e90825e43 found for delete ", "request_id": "req-b9b0342b-3e4b-4ef1-b6e1-44f7215bbbb2"}]} 2026-04-28 07:11:50.150 7 INFO neutron.services.segments.plugin [-] Segment f2eff7a6-431b-4b95-8ee8-310e90825e43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2eff7a6-431b-4b95-8ee8-310e90825e43 found for delete ", "request_id": "req-49701415-b05d-4abe-a9f4-e7e7fb7dcf4b"}]} [pid: 7|app: 0|req: 1272/2621] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:11:50 2026] DELETE /v2.0/networks/61886efa-6e40-4252-9b18-e8fc2bac6b16 => 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: 1350/2622] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:11:50 2026] DELETE /v2.0/networks/7bb5f0d2-ef55-4a3a-ae06-dfa2fa707b46 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:11:50.378 8 INFO neutron.services.segments.plugin [-] Segment e6191d91-2f5a-4955-9477-fc316604fbb9 resource provider aggregate not found 2026-04-28 07:11:50.383 8 INFO neutron.services.segments.plugin [-] Segment e6191d91-2f5a-4955-9477-fc316604fbb9 resource provider aggregate not found 2026-04-28 07:11:50.399 8 INFO neutron.services.segments.plugin [-] Segment e6191d91-2f5a-4955-9477-fc316604fbb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6191d91-2f5a-4955-9477-fc316604fbb9 found for delete ", "request_id": "req-b99b6174-bafb-460d-8fd7-4a392304dc55"}]} 2026-04-28 07:11:50.401 8 INFO neutron.services.segments.plugin [-] Segment e6191d91-2f5a-4955-9477-fc316604fbb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6191d91-2f5a-4955-9477-fc316604fbb9 found for delete ", "request_id": "req-0eebe7db-8351-465e-9ffe-04a83292a111"}]} [pid: 7|app: 0|req: 1273/2623] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:11:50 2026] DELETE /v2.0/networks/b5595e54-6169-462e-b5fd-47e4631a3b27 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2624] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:11:50 2026] DELETE /v2.0/networks/dddc8de6-d2ab-4a1d-9648-cd2fd823c9d6 => 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: 1274/2625] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:11:50 2026] DELETE /v2.0/networks/a9f1be74-720d-4fb8-9ddf-3021072243f4 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2628] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:11:51 2026] GET /v2.0/security-groups?tenant_id=37560d5bf9e74795a67a45af1a9b78c6&name=default => generated 2929 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2629] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:11:51 2026] DELETE /v2.0/security-groups/3fe4858e-0a03-4e74-bd68-181f4700038d => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2630] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:11:51 2026] GET /v2.0/security-groups?tenant_id=58b0462997f24edb88e6063b2fc5064e&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2631] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:11:52 2026] DELETE /v2.0/security-groups/12d950cd-4fb4-462f-bc81-a623f6db1801 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:11:52.168 7 INFO neutron.services.segments.plugin [-] Segment 3a7a03e2-7dec-491d-9e5b-b726ee805495 resource provider aggregate not found 2026-04-28 07:11:52.174 7 INFO neutron.services.segments.plugin [-] Segment 3a7a03e2-7dec-491d-9e5b-b726ee805495 resource provider aggregate not found 2026-04-28 07:11:52.189 7 INFO neutron.services.segments.plugin [-] Segment 3a7a03e2-7dec-491d-9e5b-b726ee805495 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a7a03e2-7dec-491d-9e5b-b726ee805495 found for delete ", "request_id": "req-39c78b89-5b54-4b66-ae34-b22207aade00"}]} 2026-04-28 07:11:52.193 7 INFO neutron.services.segments.plugin [-] Segment 3a7a03e2-7dec-491d-9e5b-b726ee805495 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a7a03e2-7dec-491d-9e5b-b726ee805495 found for delete ", "request_id": "req-910d45cd-2e76-4602-8a6f-40a7287f577e"}]} 2026-04-28 07:11:52.206 7 INFO neutron.services.segments.plugin [-] Segment 8c8cbc5e-8b01-4e9e-b9b8-78d104a4dab6 resource provider aggregate not found 2026-04-28 07:11:52.210 7 INFO neutron.services.segments.plugin [-] Segment 8c8cbc5e-8b01-4e9e-b9b8-78d104a4dab6 resource provider aggregate not found 2026-04-28 07:11:52.225 7 INFO neutron.services.segments.plugin [-] Segment 8c8cbc5e-8b01-4e9e-b9b8-78d104a4dab6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c8cbc5e-8b01-4e9e-b9b8-78d104a4dab6 found for delete ", "request_id": "req-f9ba9965-7200-47cd-937c-4fc3a82546d8"}]} 2026-04-28 07:11:52.228 7 INFO neutron.services.segments.plugin [-] Segment 8c8cbc5e-8b01-4e9e-b9b8-78d104a4dab6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c8cbc5e-8b01-4e9e-b9b8-78d104a4dab6 found for delete ", "request_id": "req-8b4d5d0e-91e1-4457-857a-58b0459bbed9"}]} 2026-04-28 07:11:52.426 8 INFO neutron.services.segments.plugin [-] Segment 7d09a2ef-3df3-4534-a17b-d69493bff28d resource provider aggregate not found [pid: 8|app: 0|req: 1354/2632] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:11:52 2026] GET /v2.0/security-groups?tenant_id=399014da864340d7bab70797d5044613&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:11:52.431 8 INFO neutron.services.segments.plugin [-] Segment 7d09a2ef-3df3-4534-a17b-d69493bff28d resource provider aggregate not found 2026-04-28 07:11:52.445 8 INFO neutron.services.segments.plugin [-] Segment 7d09a2ef-3df3-4534-a17b-d69493bff28d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d09a2ef-3df3-4534-a17b-d69493bff28d found for delete ", "request_id": "req-f434e78d-76ff-489b-9bf5-ca28d5e8812a"}]} 2026-04-28 07:11:52.445 8 INFO neutron.services.segments.plugin [-] Segment 7d09a2ef-3df3-4534-a17b-d69493bff28d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d09a2ef-3df3-4534-a17b-d69493bff28d found for delete ", "request_id": "req-4218b267-fe22-4e2c-9093-2ecffc6e0cd1"}]} [pid: 7|app: 0|req: 1279/2633] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:11:52 2026] DELETE /v2.0/security-groups/f94ddf9b-773b-4102-93b5-076966b38331 => 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: 1355/2634] 10.0.0.33 () {34 vars in 683 bytes} [Tue Apr 28 07:11:55 2026] POST /v2.0/security-groups => generated 1603 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2635] 10.0.0.33 () {34 vars in 766 bytes} [Tue Apr 28 07:11:56 2026] PUT /v2.0/security-groups/3eff3734-865c-44d9-89e1-3072704c367d/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2636] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:11:56 2026] GET /v2.0/security-groups/3eff3734-865c-44d9-89e1-3072704c367d/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2637] 10.0.0.33 () {34 vars in 777 bytes} [Tue Apr 28 07:11:56 2026] PUT /v2.0/security-groups/3eff3734-865c-44d9-89e1-3072704c367d/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2638] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:11:56 2026] GET /v2.0/security-groups/3eff3734-865c-44d9-89e1-3072704c367d/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2639] 10.0.0.33 () {34 vars in 773 bytes} [Tue Apr 28 07:11:56 2026] PUT /v2.0/security-groups/3eff3734-865c-44d9-89e1-3072704c367d/tags/red => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2640] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:11:56 2026] GET /v2.0/security-groups/3eff3734-865c-44d9-89e1-3072704c367d/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: 1283/2641] 10.0.0.33 () {34 vars in 795 bytes} [Tue Apr 28 07:11:56 2026] PUT /v2.0/security-groups/3eff3734-865c-44d9-89e1-3072704c367d/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2642] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:11:56 2026] GET /v2.0/security-groups/3eff3734-865c-44d9-89e1-3072704c367d/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2643] 10.0.0.33 () {34 vars in 766 bytes} [Tue Apr 28 07:11:56 2026] PUT /v2.0/security-groups/3eff3734-865c-44d9-89e1-3072704c367d/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2644] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:11:56 2026] GET /v2.0/security-groups/3eff3734-865c-44d9-89e1-3072704c367d/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: 1285/2645] 10.0.0.33 () {32 vars in 754 bytes} [Tue Apr 28 07:11:56 2026] GET /v2.0/security-groups/3eff3734-865c-44d9-89e1-3072704c367d/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:11:56.682 8 INFO neutron.api.v2.resource [None req-64e52f37-e0a5-4af8-b28e-e44f88d66134 220592a26f014b70ba1171c308aeddc0 329db3dd85534ed2b46404d9053f7cd5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1361/2646] 10.0.0.33 () {32 vars in 758 bytes} [Tue Apr 28 07:11:56 2026] GET /v2.0/security-groups/3eff3734-865c-44d9-89e1-3072704c367d/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2647] 10.0.0.33 () {32 vars in 757 bytes} [Tue Apr 28 07:11:56 2026] DELETE /v2.0/security-groups/3eff3734-865c-44d9-89e1-3072704c367d/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2648] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:11:56 2026] GET /v2.0/security-groups/3eff3734-865c-44d9-89e1-3072704c367d/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:11:56.839 7 INFO neutron.api.v2.resource [None req-b168d4f7-2edd-49e5-b99c-ab26a412f2c1 220592a26f014b70ba1171c308aeddc0 329db3dd85534ed2b46404d9053f7cd5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1287/2649] 10.0.0.33 () {32 vars in 761 bytes} [Tue Apr 28 07:11:56 2026] DELETE /v2.0/security-groups/3eff3734-865c-44d9-89e1-3072704c367d/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2650] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:11:56 2026] DELETE /v2.0/security-groups/3eff3734-865c-44d9-89e1-3072704c367d/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2651] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:11:56 2026] GET /v2.0/security-groups/3eff3734-865c-44d9-89e1-3072704c367d/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2652] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:11:56 2026] DELETE /v2.0/security-groups/3eff3734-865c-44d9-89e1-3072704c367d => 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: 1289/2653] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:11:57 2026] GET /v2.0/security-groups?tenant_id=329db3dd85534ed2b46404d9053f7cd5&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2654] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:11:57 2026] DELETE /v2.0/security-groups/06d3b7dd-f558-4f20-889f-43bb16d0b6c0 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2655] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:11:57 2026] GET /v2.0/security-groups?tenant_id=571c97e2a0a34e2f86047516576d7d13&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2656] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:11:58 2026] DELETE /v2.0/security-groups/75bd7e04-b419-433f-be74-af00e52f1eec => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2657] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:11:58 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => 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: 1367/2658] 10.0.0.111 () {30 vars in 690 bytes} [Tue Apr 28 07:11:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2659] 10.0.0.111 () {30 vars in 692 bytes} [Tue Apr 28 07:11:59 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: 1368/2660] 10.0.0.111 () {30 vars in 668 bytes} [Tue Apr 28 07:11:59 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: 1293/2661] 10.0.0.111 () {30 vars in 704 bytes} [Tue Apr 28 07:11:59 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: 1369/2662] 10.0.0.111 () {28 vars in 439 bytes} [Tue Apr 28 07:12:00 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2663] 10.0.0.111 () {30 vars in 728 bytes} [Tue Apr 28 07:12:00 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => generated 658 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2664] 10.0.0.111 () {30 vars in 690 bytes} [Tue Apr 28 07:12:00 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: 1295/2665] 10.0.0.111 () {30 vars in 692 bytes} [Tue Apr 28 07:12:00 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: 1371/2666] 10.0.0.111 () {30 vars in 668 bytes} [Tue Apr 28 07:12:00 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: 1296/2667] 10.0.0.111 () {30 vars in 704 bytes} [Tue Apr 28 07:12:00 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: 1372/2668] 10.0.0.111 () {30 vars in 728 bytes} [Tue Apr 28 07:12:00 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2669] 10.0.0.111 () {30 vars in 690 bytes} [Tue Apr 28 07:12:00 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: 1373/2670] 10.0.0.111 () {30 vars in 692 bytes} [Tue Apr 28 07:12:00 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: 1298/2671] 10.0.0.111 () {30 vars in 668 bytes} [Tue Apr 28 07:12:00 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: 8|app: 0|req: 1374/2672] 10.0.0.111 () {30 vars in 704 bytes} [Tue Apr 28 07:12:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2673] 10.0.0.111 () {30 vars in 730 bytes} [Tue Apr 28 07:12:00 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2674] 10.0.0.111 () {30 vars in 682 bytes} [Tue Apr 28 07:12:00 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) [pid: 7|app: 0|req: 1300/2675] 10.0.0.111 () {34 vars in 704 bytes} [Tue Apr 28 07:12:00 2026] POST /v2.0/ports => generated 1132 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2676] 10.0.0.33 () {34 vars in 675 bytes} [Tue Apr 28 07:12:01 2026] POST /v2.0/subnetpools => generated 516 bytes in 255 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: 1301/2677] 10.0.0.33 () {34 vars in 758 bytes} [Tue Apr 28 07:12:01 2026] PUT /v2.0/subnetpools/9dc689d9-1473-4b63-ad00-8606313063e7/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: 1377/2678] 10.0.0.33 () {32 vars in 738 bytes} [Tue Apr 28 07:12:01 2026] GET /v2.0/subnetpools/9dc689d9-1473-4b63-ad00-8606313063e7/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2679] 10.0.0.33 () {34 vars in 769 bytes} [Tue Apr 28 07:12:01 2026] PUT /v2.0/subnetpools/9dc689d9-1473-4b63-ad00-8606313063e7/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2680] 10.0.0.33 () {32 vars in 738 bytes} [Tue Apr 28 07:12:01 2026] GET /v2.0/subnetpools/9dc689d9-1473-4b63-ad00-8606313063e7/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: 1303/2681] 10.0.0.33 () {34 vars in 765 bytes} [Tue Apr 28 07:12:01 2026] PUT /v2.0/subnetpools/9dc689d9-1473-4b63-ad00-8606313063e7/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2682] 10.0.0.33 () {32 vars in 738 bytes} [Tue Apr 28 07:12:01 2026] GET /v2.0/subnetpools/9dc689d9-1473-4b63-ad00-8606313063e7/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2683] 10.0.0.33 () {34 vars in 787 bytes} [Tue Apr 28 07:12:02 2026] PUT /v2.0/subnetpools/9dc689d9-1473-4b63-ad00-8606313063e7/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: 8|app: 0|req: 1380/2684] 10.0.0.33 () {32 vars in 738 bytes} [Tue Apr 28 07:12:02 2026] GET /v2.0/subnetpools/9dc689d9-1473-4b63-ad00-8606313063e7/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2685] 10.0.0.33 () {34 vars in 758 bytes} [Tue Apr 28 07:12:02 2026] PUT /v2.0/subnetpools/9dc689d9-1473-4b63-ad00-8606313063e7/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2686] 10.0.0.33 () {32 vars in 738 bytes} [Tue Apr 28 07:12:02 2026] GET /v2.0/subnetpools/9dc689d9-1473-4b63-ad00-8606313063e7/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2687] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:12:02 2026] GET /v2.0/subnetpools/9dc689d9-1473-4b63-ad00-8606313063e7/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:12:02.290 8 INFO neutron.api.v2.resource [None req-6e497872-91fe-4033-ae3a-f5031e7be065 06e9b4567d184b08b6bedf2401b14b06 b20e9b88e10340b983180d3037dda3e8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1382/2688] 10.0.0.33 () {32 vars in 750 bytes} [Tue Apr 28 07:12:02 2026] GET /v2.0/subnetpools/9dc689d9-1473-4b63-ad00-8606313063e7/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: 1307/2689] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:12:02 2026] DELETE /v2.0/subnetpools/9dc689d9-1473-4b63-ad00-8606313063e7/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: 1383/2690] 10.0.0.33 () {32 vars in 738 bytes} [Tue Apr 28 07:12:02 2026] GET /v2.0/subnetpools/9dc689d9-1473-4b63-ad00-8606313063e7/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:12:02.410 7 INFO neutron.api.v2.resource [None req-63fdc75b-a6e1-427b-845a-f0a2c129c2a9 06e9b4567d184b08b6bedf2401b14b06 b20e9b88e10340b983180d3037dda3e8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1308/2691] 10.0.0.33 () {32 vars in 753 bytes} [Tue Apr 28 07:12:02 2026] DELETE /v2.0/subnetpools/9dc689d9-1473-4b63-ad00-8606313063e7/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2692] 10.0.0.33 () {32 vars in 741 bytes} [Tue Apr 28 07:12:02 2026] DELETE /v2.0/subnetpools/9dc689d9-1473-4b63-ad00-8606313063e7/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2693] 10.0.0.33 () {32 vars in 738 bytes} [Tue Apr 28 07:12:02 2026] GET /v2.0/subnetpools/9dc689d9-1473-4b63-ad00-8606313063e7/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2694] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:12:02 2026] DELETE /v2.0/subnetpools/9dc689d9-1473-4b63-ad00-8606313063e7 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2695] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:12:03 2026] GET /v2.0/security-groups?tenant_id=508771950739442dab01888b5b939e22&name=default => generated 2929 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2696] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:12:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2697] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:12: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: 1388/2698] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:12:03 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: 1389/2699] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:12:03 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: 1390/2700] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:12:03 2026] GET /v2.0/ports/7effb95a-8cd3-44b1-a7ca-8286ae2e6238 => 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: 1311/2701] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:12:03 2026] DELETE /v2.0/security-groups/e0a41a02-56f7-42be-ba0b-79ef6f0eefbe => 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: 1391/2702] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:12:03 2026] GET /v2.0/security-groups?tenant_id=b20e9b88e10340b983180d3037dda3e8&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2703] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:12:03 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: 1313/2704] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:12: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: 7|app: 0|req: 1314/2705] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:12:03 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: 1315/2706] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:12:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:12:03.923 7 INFO neutron.api.v2.resource [None req-3c9bcbea-95c5-4c4b-b721-05cbcc3afb43 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1316/2707] 199.204.45.250 () {30 vars in 763 bytes} [Tue Apr 28 07:12:03 2026] GET /v2.0/security-groups/lb-b66ead84-7aa2-4dd9-83bd-0e1842e3d4c4 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2708] 199.204.45.250 () {30 vars in 785 bytes} [Tue Apr 28 07:12:03 2026] GET /v2.0/security-groups?name=lb-b66ead84-7aa2-4dd9-83bd-0e1842e3d4c4 => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2709] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:12:03 2026] DELETE /v2.0/security-groups/9cb9c8af-af6f-4d34-86ae-079aa2753cc6 => 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: 1318/2710] 199.204.45.250 () {34 vars in 736 bytes} [Tue Apr 28 07:12:03 2026] POST /v2.0/security-groups => generated 1638 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2711] 199.204.45.250 () {30 vars in 815 bytes} [Tue Apr 28 07:12:04 2026] GET /v2.0/security-group-rules?security_group_id=63e6fd25-72c6-43c4-a138-b9b19bf528e3 => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2712] 199.204.45.250 () {34 vars in 789 bytes} [Tue Apr 28 07:12:04 2026] PUT /v2.0/ports/7effb95a-8cd3-44b1-a7ca-8286ae2e6238 => generated 1132 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2713] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:12:04 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1320/2714] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:12:04 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: 1395/2715] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:12:04 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: 1321/2716] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:12:04 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: 1396/2717] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:12:04 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:12:07.421 8 INFO neutron.db.segments_db [None req-2ff14ce9-6371-4767-9638-b8253fb6fbf7 a3781d392a4644efbca82f551d4e93ae 8a869112130946baa224ad8cd48bd07a - - default default] Added segment d311ddca-e448-4f5d-bb09-dd6d59667b07 of type vxlan for network fb8bd17a-7ec3-4b8e-b96a-002b56c9fce2 [pid: 8|app: 0|req: 1398/2720] 10.0.0.33 () {34 vars in 669 bytes} [Tue Apr 28 07:12:07 2026] POST /v2.0/networks => generated 613 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2721] 10.0.0.33 () {34 vars in 663 bytes} [Tue Apr 28 07:12:07 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2722] 10.0.0.33 () {34 vars in 665 bytes} [Tue Apr 28 07:12:07 2026] POST /v2.0/trunks => generated 407 bytes in 222 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: 1324/2723] 10.0.0.33 () {34 vars in 748 bytes} [Tue Apr 28 07:12:08 2026] PUT /v2.0/trunks/e52cb71b-bd42-42cf-a787-6c1a5c2ece30/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2724] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:12:08 2026] GET /v2.0/trunks/e52cb71b-bd42-42cf-a787-6c1a5c2ece30/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2725] 10.0.0.33 () {34 vars in 759 bytes} [Tue Apr 28 07:12:08 2026] PUT /v2.0/trunks/e52cb71b-bd42-42cf-a787-6c1a5c2ece30/tags/green => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2726] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:12:08 2026] GET /v2.0/trunks/e52cb71b-bd42-42cf-a787-6c1a5c2ece30/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2727] 10.0.0.33 () {34 vars in 755 bytes} [Tue Apr 28 07:12:08 2026] PUT /v2.0/trunks/e52cb71b-bd42-42cf-a787-6c1a5c2ece30/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2728] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:12:08 2026] GET /v2.0/trunks/e52cb71b-bd42-42cf-a787-6c1a5c2ece30/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: 1327/2729] 10.0.0.33 () {34 vars in 777 bytes} [Tue Apr 28 07:12:08 2026] PUT /v2.0/trunks/e52cb71b-bd42-42cf-a787-6c1a5c2ece30/tags/black.or.white => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2730] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:12:08 2026] GET /v2.0/trunks/e52cb71b-bd42-42cf-a787-6c1a5c2ece30/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2731] 10.0.0.33 () {34 vars in 748 bytes} [Tue Apr 28 07:12:08 2026] PUT /v2.0/trunks/e52cb71b-bd42-42cf-a787-6c1a5c2ece30/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2732] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:12:08 2026] GET /v2.0/trunks/e52cb71b-bd42-42cf-a787-6c1a5c2ece30/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2733] 10.0.0.33 () {32 vars in 736 bytes} [Tue Apr 28 07:12:08 2026] GET /v2.0/trunks/e52cb71b-bd42-42cf-a787-6c1a5c2ece30/tags/red => generated 0 bytes in 16 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:12:08.418 8 INFO neutron.api.v2.resource [None req-c0f5b576-ba9f-4c01-8ff5-1cfa97704d8c a3781d392a4644efbca82f551d4e93ae 8a869112130946baa224ad8cd48bd07a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1405/2734] 10.0.0.33 () {32 vars in 740 bytes} [Tue Apr 28 07:12:08 2026] GET /v2.0/trunks/e52cb71b-bd42-42cf-a787-6c1a5c2ece30/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2735] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:12:08 2026] DELETE /v2.0/trunks/e52cb71b-bd42-42cf-a787-6c1a5c2ece30/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2736] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:12:08 2026] GET /v2.0/trunks/e52cb71b-bd42-42cf-a787-6c1a5c2ece30/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:12:08.510 7 INFO neutron.api.v2.resource [None req-54013ef9-63ed-4d93-91ca-c4a7896d0721 a3781d392a4644efbca82f551d4e93ae 8a869112130946baa224ad8cd48bd07a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1331/2737] 10.0.0.33 () {32 vars in 743 bytes} [Tue Apr 28 07:12:08 2026] DELETE /v2.0/trunks/e52cb71b-bd42-42cf-a787-6c1a5c2ece30/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2738] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:12:08 2026] DELETE /v2.0/trunks/e52cb71b-bd42-42cf-a787-6c1a5c2ece30/tags => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2739] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:12:08 2026] GET /v2.0/trunks/e52cb71b-bd42-42cf-a787-6c1a5c2ece30/tags => 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: 1408/2740] 10.0.0.33 () {32 vars in 718 bytes} [Tue Apr 28 07:12:08 2026] GET /v2.0/trunks/e52cb71b-bd42-42cf-a787-6c1a5c2ece30 => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2741] 10.0.0.33 () {32 vars in 716 bytes} [Tue Apr 28 07:12:08 2026] GET /v2.0/ports/4fec13fe-07c7-4215-8041-3be3cceb80ab => generated 826 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2742] 10.0.0.33 () {32 vars in 721 bytes} [Tue Apr 28 07:12:08 2026] DELETE /v2.0/trunks/e52cb71b-bd42-42cf-a787-6c1a5c2ece30 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:12:08.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-05e9251c-48cc-4116-9b53-5ebd3e99b484 a3781d392a4644efbca82f551d4e93ae 8a869112130946baa224ad8cd48bd07a - - default default] TaaS: Handle Delete Port: 4fec13fe-07c7-4215-8041-3be3cceb80ab 2026-04-28 07:12:08.840 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05e9251c-48cc-4116-9b53-5ebd3e99b484 a3781d392a4644efbca82f551d4e93ae 8a869112130946baa224ad8cd48bd07a - - default default] Tap Mirror: Handle Delete Port: 4fec13fe-07c7-4215-8041-3be3cceb80ab [pid: 7|app: 0|req: 1334/2743] 10.0.0.33 () {32 vars in 719 bytes} [Tue Apr 28 07:12:08 2026] DELETE /v2.0/ports/4fec13fe-07c7-4215-8041-3be3cceb80ab => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:12:09.048 8 INFO neutron.services.segments.plugin [-] Segment d311ddca-e448-4f5d-bb09-dd6d59667b07 resource provider aggregate not found 2026-04-28 07:12:09.050 8 INFO neutron.services.segments.plugin [-] Segment d311ddca-e448-4f5d-bb09-dd6d59667b07 resource provider aggregate not found 2026-04-28 07:12:09.065 8 INFO neutron.services.segments.plugin [-] Segment d311ddca-e448-4f5d-bb09-dd6d59667b07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d311ddca-e448-4f5d-bb09-dd6d59667b07 found for delete ", "request_id": "req-7e134e0c-f5ce-48a7-b115-a09d241cbaaf"}]} 2026-04-28 07:12:09.066 8 INFO neutron.services.segments.plugin [-] Segment d311ddca-e448-4f5d-bb09-dd6d59667b07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d311ddca-e448-4f5d-bb09-dd6d59667b07 found for delete ", "request_id": "req-6c0ba19f-f989-4bfb-90cd-d637bfab6074"}]} [pid: 8|app: 0|req: 1410/2744] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:12:08 2026] DELETE /v2.0/networks/fb8bd17a-7ec3-4b8e-b96a-002b56c9fce2 => 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: 1335/2745] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:12:09 2026] GET /v2.0/security-groups?tenant_id=0253672aa6c94d8db9d7c0e1efc84d35&name=default => generated 2929 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2746] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:12:10 2026] DELETE /v2.0/security-groups/9eda346e-c26a-4292-beed-d687110c0994 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2747] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:12:10 2026] GET /v2.0/security-groups?tenant_id=8a869112130946baa224ad8cd48bd07a&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2748] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:12:10 2026] DELETE /v2.0/security-groups/59f02438-67da-46bd-975a-bab75ad2dd66 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2749] 10.0.0.210 () {34 vars in 1016 bytes} [Tue Apr 28 07:12:12 2026] GET /v2.0/security-groups?id=d5179f0f-0373-4b94-8c41-921589794645&fields=id => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2750] 10.0.0.210 () {34 vars in 982 bytes} [Tue Apr 28 07:12:12 2026] GET /v2.0/networks?id=3e8302a7-a707-4b48-aeac-562374087b38 => generated 735 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2751] 10.0.0.210 () {34 vars in 965 bytes} [Tue Apr 28 07:12:12 2026] GET /v2.0/quotas/0cc1a0a7a9ed480f9a62d622bed2801d => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2752] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Apr 28 07:12:12 2026] GET /v2.0/ports?tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d&fields=id => generated 149 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2753] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Apr 28 07:12:12 2026] GET /v2.0/networks/3e8302a7-a707-4b48-aeac-562374087b38?fields=segments => generated 14 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2754] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Apr 28 07:12:12 2026] GET /v2.0/networks/3e8302a7-a707-4b48-aeac-562374087b38?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2755] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:12:13 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2756] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:12:13 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => 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: 1341/2757] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:12:15 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => 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: 1417/2758] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:12:16 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2759] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:12:17 2026] GET /v2.0/networks?id=3e8302a7-a707-4b48-aeac-562374087b38 => generated 735 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2760] 199.204.45.250 () {34 vars in 1050 bytes} [Tue Apr 28 07:12:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d => generated 343 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2761] 199.204.45.250 () {38 vars in 955 bytes} [Tue Apr 28 07:12:17 2026] POST /v2.0/ports => generated 1082 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2762] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:12:17 2026] PUT /v2.0/ports/0556260b-6375-4d46-9f46-93959694432d => generated 1243 bytes in 572 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:12:18.229 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-82b8e0e4-8e89-4573-aa64-870faba37cbc'] response: {'name': 'network-changed', 'server_uuid': '5c358ffa-607f-4280-86b5-41f87af7559f', 'tag': '0556260b-6375-4d46-9f46-93959694432d', '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: 1344/2763] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:12:18 2026] GET /v2.0/ports?tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d&device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1420/2764] 199.204.45.250 () {34 vars in 1018 bytes} [Tue Apr 28 07:12:18 2026] GET /v2.0/networks?tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d&shared=False => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2765] 199.204.45.250 () {34 vars in 930 bytes} [Tue Apr 28 07:12:18 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) [pid: 8|app: 0|req: 1421/2766] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:12:19 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2767] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:12:19 2026] GET /v2.0/security-groups?id=d5179f0f-0373-4b94-8c41-921589794645&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2768] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:12:19 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2769] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:12:19 2026] GET /v2.0/ports?tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d&device_id=5c358ffa-607f-4280-86b5-41f87af7559f => 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: 1423/2770] 199.204.45.250 () {34 vars in 1062 bytes} [Tue Apr 28 07:12:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.250&port_id=0556260b-6375-4d46-9f46-93959694432d => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2771] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:12:20 2026] GET /v2.0/subnets?id=bb957bd1-7c17-4aa4-b255-a041983a983d => 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: 1424/2772] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:12:20 2026] GET /v2.0/ports?network_id=3e8302a7-a707-4b48-aeac-562374087b38&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2773] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:12:20 2026] GET /v2.0/networks/3e8302a7-a707-4b48-aeac-562374087b38?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: 1425/2774] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:12:20 2026] GET /v2.0/networks/3e8302a7-a707-4b48-aeac-562374087b38?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: 1427/2777] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:12:22 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 1246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2778] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:12:22 2026] GET /v2.0/security-groups?id=d5179f0f-0373-4b94-8c41-921589794645&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2779] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:12:22 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 1246 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2780] 199.204.45.250 () {34 vars in 994 bytes} [Tue Apr 28 07:12:24 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => 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: 1429/2781] 199.204.45.250 () {34 vars in 1044 bytes} [Tue Apr 28 07:12:24 2026] GET /v2.0/security-groups?id=d5179f0f-0373-4b94-8c41-921589794645&fields=id&fields=name => generated 96 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2782] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:12:25 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2783] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:12:25 2026] GET /v2.0/security-groups?id=d5179f0f-0373-4b94-8c41-921589794645&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: 1354/2784] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:12:25 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2785] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:12:28 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2786] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:12:28 2026] GET /v2.0/security-groups?id=d5179f0f-0373-4b94-8c41-921589794645&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2787] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:12:28 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2792] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:13:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2793] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:13:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2794] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:13:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2795] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:13: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) [pid: 7|app: 0|req: 1360/2796] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:13:06 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => 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: 1437/2797] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:13:06 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2800] 199.204.45.250 () {34 vars in 717 bytes} [Tue Apr 28 07:13:06 2026] POST /v2.0/ports => generated 1059 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2801] 10.0.0.210 () {34 vars in 971 bytes} [Tue Apr 28 07:13:06 2026] GET /v2.0/ports/39fdcae4-83a3-4928-8aa4-45d8390237c6 => generated 1059 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2802] 10.0.0.210 () {34 vars in 907 bytes} [Tue Apr 28 07:13:06 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: 1441/2803] 199.204.45.250 () {34 vars in 1262 bytes} [Tue Apr 28 07:13:07 2026] GET /v2.0/ports/39fdcae4-83a3-4928-8aa4-45d8390237c6?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2804] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:13:07 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4?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: 1442/2805] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:13:07 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4?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: 1364/2806] 199.204.45.250 () {34 vars in 975 bytes} [Tue Apr 28 07:13:08 2026] GET /v2.0/ports/39fdcae4-83a3-4928-8aa4-45d8390237c6 => generated 1059 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2807] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:13:08 2026] GET /v2.0/networks?id=85384117-6631-460a-adae-4c917c08dcc4 => generated 803 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2808] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:13:08 2026] PUT /v2.0/ports/39fdcae4-83a3-4928-8aa4-45d8390237c6 => generated 1249 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:13:09.167 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0309814-1d8c-4a8e-876e-2ef39b6f3b38'] response: {'name': 'network-changed', 'server_uuid': '5c358ffa-607f-4280-86b5-41f87af7559f', 'tag': '39fdcae4-83a3-4928-8aa4-45d8390237c6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1444/2809] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:13:09 2026] GET /v2.0/ports?tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d&device_id=5c358ffa-607f-4280-86b5-41f87af7559f => 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: 1366/2810] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:13:09 2026] GET /v2.0/networks?id=85384117-6631-460a-adae-4c917c08dcc4 => generated 803 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2811] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:13:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=39fdcae4-83a3-4928-8aa4-45d8390237c6 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2812] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:13:09 2026] GET /v2.0/subnets?id=308abe73-c935-4f0f-98be-713427595c8e => 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: 1446/2813] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:13:09 2026] GET /v2.0/ports?network_id=85384117-6631-460a-adae-4c917c08dcc4&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: 1368/2814] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:13:09 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4?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: 1447/2815] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:13:09 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4?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: 1369/2816] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:13:11 2026] GET /v2.0/ports?tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d&device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 2489 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2817] 199.204.45.250 () {34 vars in 1062 bytes} [Tue Apr 28 07:13:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.250&port_id=0556260b-6375-4d46-9f46-93959694432d => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2818] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:13:11 2026] GET /v2.0/subnets?id=bb957bd1-7c17-4aa4-b255-a041983a983d => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2819] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:13:11 2026] GET /v2.0/ports?network_id=3e8302a7-a707-4b48-aeac-562374087b38&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2820] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:13:11 2026] GET /v2.0/networks/3e8302a7-a707-4b48-aeac-562374087b38?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: 1450/2821] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:13:11 2026] GET /v2.0/networks/3e8302a7-a707-4b48-aeac-562374087b38?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: 1372/2822] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:13:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=39fdcae4-83a3-4928-8aa4-45d8390237c6 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2823] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:13:11 2026] GET /v2.0/subnets?id=308abe73-c935-4f0f-98be-713427595c8e => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2824] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:13:11 2026] GET /v2.0/ports?network_id=85384117-6631-460a-adae-4c917c08dcc4&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: 1452/2825] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:13:11 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4?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: 1374/2826] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:13:11 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4?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: 1453/2827] 10.0.0.210 () {34 vars in 971 bytes} [Tue Apr 28 07:13:15 2026] GET /v2.0/ports/39fdcae4-83a3-4928-8aa4-45d8390237c6 => generated 1251 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2828] 199.204.45.250 () {34 vars in 789 bytes} [Tue Apr 28 07:13:15 2026] PUT /v2.0/ports/39fdcae4-83a3-4928-8aa4-45d8390237c6 => generated 1276 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:13:15.752 8 INFO neutron.api.v2.resource [None req-cb458166-88b6-4037-a4c2-e13ed6120dd4 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] show failed (client error): The resource could not be found. 2026-04-28 07:13:15.756 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f276bf6d-48c0-4010-b12a-f6bc94d83517'] response: {'name': 'network-changed', 'server_uuid': '5c358ffa-607f-4280-86b5-41f87af7559f', 'tag': '39fdcae4-83a3-4928-8aa4-45d8390237c6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1454/2829] 199.204.45.250 () {30 vars in 763 bytes} [Tue Apr 28 07:13:15 2026] GET /v2.0/security-groups/lb-b66ead84-7aa2-4dd9-83bd-0e1842e3d4c4 => 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: 1376/2830] 199.204.45.250 () {30 vars in 785 bytes} [Tue Apr 28 07:13:15 2026] GET /v2.0/security-groups?name=lb-b66ead84-7aa2-4dd9-83bd-0e1842e3d4c4 => generated 1639 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2831] 199.204.45.250 () {34 vars in 789 bytes} [Tue Apr 28 07:13:15 2026] PUT /v2.0/ports/39fdcae4-83a3-4928-8aa4-45d8390237c6 => generated 1314 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:13:16.176 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a98440c-4ef6-4840-bd48-8b7e2d3ef337'] response: {'name': 'network-changed', 'server_uuid': '5c358ffa-607f-4280-86b5-41f87af7559f', 'tag': '39fdcae4-83a3-4928-8aa4-45d8390237c6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1377/2832] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:13:16 2026] GET /v2.0/ports?tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d&device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 2590 bytes in 49 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: 1378/2833] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:13:16 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: 1379/2834] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:13:16 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: 1456/2835] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:13:16 2026] GET /v2.0/networks?id=85384117-6631-460a-adae-4c917c08dcc4 => generated 803 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2836] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:13:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2837] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:13:16 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: 1457/2838] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:13:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=39fdcae4-83a3-4928-8aa4-45d8390237c6 => 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: 1382/2839] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:13:16 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => 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: 1458/2840] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:13:16 2026] GET /v2.0/subnets?id=308abe73-c935-4f0f-98be-713427595c8e => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2841] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:13:16 2026] GET /v2.0/ports?network_id=85384117-6631-460a-adae-4c917c08dcc4&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2842] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:13:16 2026] GET /v2.0/ports/7effb95a-8cd3-44b1-a7ca-8286ae2e6238 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2843] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:13:16 2026] GET /v2.0/ports/39fdcae4-83a3-4928-8aa4-45d8390237c6 => generated 1350 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2844] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:13:16 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4?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: 1461/2845] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:13:16 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2846] 199.204.45.250 () {30 vars in 743 bytes} [Tue Apr 28 07:13:16 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4 => generated 800 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2847] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:13:16 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4?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: 1463/2848] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:13:16 2026] GET /v2.0/ports/7effb95a-8cd3-44b1-a7ca-8286ae2e6238 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2849] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:13:16 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2850] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:13:17 2026] GET /v2.0/ports?tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d&device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 2590 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2851] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:13:17 2026] GET /v2.0/networks?id=85384117-6631-460a-adae-4c917c08dcc4 => generated 803 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2852] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:13:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=39fdcae4-83a3-4928-8aa4-45d8390237c6 => 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: 1388/2853] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:13:17 2026] GET /v2.0/subnets?id=308abe73-c935-4f0f-98be-713427595c8e => generated 679 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2854] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:13:17 2026] GET /v2.0/ports?network_id=85384117-6631-460a-adae-4c917c08dcc4&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: 1389/2855] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:13:17 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4?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: 1467/2856] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:13:17 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:13:22.156 7 INFO neutron.db.l3_db [None req-2c14542d-6eab-4a7f-9888-bdc7e113d78e ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Floating IP 646479b7-f8a8-41a5-8ba8-bde7eb59e0ee associated. External IP: 10.96.250.211, port: 7effb95a-8cd3-44b1-a7ca-8286ae2e6238. [pid: 7|app: 0|req: 1390/2859] 10.0.0.33 () {34 vars in 676 bytes} [Tue Apr 28 07:13:21 2026] POST /v2.0/floatingips => generated 899 bytes in 940 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2860] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:13:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2861] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:13:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2862] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:13:27 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: 1392/2863] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:13:27 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 07:13:27.332 8 INFO neutron.api.v2.resource [None req-d7d60f71-483d-4578-9727-c0526197a395 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1472/2864] 199.204.45.250 () {30 vars in 763 bytes} [Tue Apr 28 07:13:27 2026] GET /v2.0/security-groups/lb-b66ead84-7aa2-4dd9-83bd-0e1842e3d4c4 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2865] 199.204.45.250 () {30 vars in 785 bytes} [Tue Apr 28 07:13:27 2026] GET /v2.0/security-groups?name=lb-b66ead84-7aa2-4dd9-83bd-0e1842e3d4c4 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2866] 199.204.45.250 () {30 vars in 815 bytes} [Tue Apr 28 07:13:27 2026] GET /v2.0/security-group-rules?security_group_id=63e6fd25-72c6-43c4-a138-b9b19bf528e3 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2867] 199.204.45.250 () {34 vars in 747 bytes} [Tue Apr 28 07:13:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2868] 199.204.45.250 () {34 vars in 747 bytes} [Tue Apr 28 07:13:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2871] 10.0.0.111 () {30 vars in 690 bytes} [Tue Apr 28 07:13:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2872] 10.0.0.111 () {30 vars in 692 bytes} [Tue Apr 28 07:13:38 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: 1477/2873] 10.0.0.111 () {30 vars in 668 bytes} [Tue Apr 28 07:13:38 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: 1397/2874] 10.0.0.111 () {30 vars in 704 bytes} [Tue Apr 28 07:13:38 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: 1478/2875] 10.0.0.111 () {28 vars in 439 bytes} [Tue Apr 28 07:13:38 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2876] 10.0.0.111 () {30 vars in 728 bytes} [Tue Apr 28 07:13:38 2026] GET /v2.0/subnets/386b8b7b-c477-4356-b20f-604c2751f1cb => 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: 1479/2877] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:13:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2878] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:13: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: 1480/2879] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:13:39 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: 1400/2880] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:13:39 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: 1481/2881] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:13:39 2026] GET /v2.0/subnets/386b8b7b-c477-4356-b20f-604c2751f1cb => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2882] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:13:39 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2883] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:13:39 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: 1402/2884] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:13:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2885] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:13:39 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: 1403/2886] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:13:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2887] 199.204.45.250 () {34 vars in 717 bytes} [Tue Apr 28 07:13:39 2026] POST /v2.0/ports => generated 1324 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2888] 10.0.0.210 () {34 vars in 971 bytes} [Tue Apr 28 07:13:40 2026] GET /v2.0/ports/e4683744-3c59-427f-9748-d2f8abb7882a => generated 1324 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1485/2889] 10.0.0.210 () {34 vars in 907 bytes} [Tue Apr 28 07:13:40 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: 1405/2890] 199.204.45.250 () {34 vars in 1262 bytes} [Tue Apr 28 07:13:41 2026] GET /v2.0/ports/e4683744-3c59-427f-9748-d2f8abb7882a?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: 1486/2891] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:13:41 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2892] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:13:41 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?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: 1487/2893] 199.204.45.250 () {34 vars in 975 bytes} [Tue Apr 28 07:13:41 2026] GET /v2.0/ports/e4683744-3c59-427f-9748-d2f8abb7882a => generated 1324 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2894] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:13:42 2026] GET /v2.0/networks?id=44531ac5-a32d-41c2-a315-7e4dd5577a6b => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2895] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:13:42 2026] PUT /v2.0/ports/e4683744-3c59-427f-9748-d2f8abb7882a => generated 1514 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:13:42.549 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b248ed7-4650-4a53-99e4-b978732ebd69'] response: {'name': 'network-changed', 'server_uuid': '5c358ffa-607f-4280-86b5-41f87af7559f', 'tag': 'e4683744-3c59-427f-9748-d2f8abb7882a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1408/2896] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:13:43 2026] GET /v2.0/ports?tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d&device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 4096 bytes in 45 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/2897] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:13:43 2026] GET /v2.0/networks?id=44531ac5-a32d-41c2-a315-7e4dd5577a6b => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2898] 199.204.45.250 () {34 vars in 1056 bytes} [Tue Apr 28 07:13:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.77&port_id=e4683744-3c59-427f-9748-d2f8abb7882a => 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: 1490/2899] 199.204.45.250 () {34 vars in 1104 bytes} [Tue Apr 28 07:13:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A144&port_id=e4683744-3c59-427f-9748-d2f8abb7882a => 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: 1410/2900] 199.204.45.250 () {34 vars in 1064 bytes} [Tue Apr 28 07:13:43 2026] GET /v2.0/subnets?id=b3921343-6191-43a1-b54a-bdad0dc19b9f&id=386b8b7b-c477-4356-b20f-604c2751f1cb => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2901] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:13:43 2026] GET /v2.0/ports?network_id=44531ac5-a32d-41c2-a315-7e4dd5577a6b&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: 1411/2902] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:13:43 2026] GET /v2.0/ports?network_id=44531ac5-a32d-41c2-a315-7e4dd5577a6b&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: 1492/2903] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:13:43 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?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: 1412/2904] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:13:43 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2905] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:13:44 2026] GET /v2.0/ports?tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d&device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 4096 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2906] 199.204.45.250 () {34 vars in 1062 bytes} [Tue Apr 28 07:13:44 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.250&port_id=0556260b-6375-4d46-9f46-93959694432d => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2907] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:13:44 2026] GET /v2.0/subnets?id=bb957bd1-7c17-4aa4-b255-a041983a983d => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2908] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:13:44 2026] GET /v2.0/ports?network_id=3e8302a7-a707-4b48-aeac-562374087b38&device_owner=network%3Adhcp => generated 1244 bytes in 618 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2909] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:13:45 2026] GET /v2.0/networks/3e8302a7-a707-4b48-aeac-562374087b38?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: 1415/2910] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:13:45 2026] GET /v2.0/networks/3e8302a7-a707-4b48-aeac-562374087b38?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: 1496/2911] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:13:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=39fdcae4-83a3-4928-8aa4-45d8390237c6 => 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: 1416/2912] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:13:45 2026] GET /v2.0/subnets?id=308abe73-c935-4f0f-98be-713427595c8e => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2913] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:13:45 2026] GET /v2.0/ports?network_id=85384117-6631-460a-adae-4c917c08dcc4&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2914] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:13:45 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4?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: 1498/2915] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:13:45 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2916] 199.204.45.250 () {34 vars in 1056 bytes} [Tue Apr 28 07:13:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.77&port_id=e4683744-3c59-427f-9748-d2f8abb7882a => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2917] 199.204.45.250 () {34 vars in 1104 bytes} [Tue Apr 28 07:13:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A144&port_id=e4683744-3c59-427f-9748-d2f8abb7882a => 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: 1419/2918] 199.204.45.250 () {34 vars in 1064 bytes} [Tue Apr 28 07:13:45 2026] GET /v2.0/subnets?id=b3921343-6191-43a1-b54a-bdad0dc19b9f&id=386b8b7b-c477-4356-b20f-604c2751f1cb => generated 1411 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2919] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:13:45 2026] GET /v2.0/ports?network_id=44531ac5-a32d-41c2-a315-7e4dd5577a6b&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2920] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:13:45 2026] GET /v2.0/ports?network_id=44531ac5-a32d-41c2-a315-7e4dd5577a6b&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2921] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:13:45 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?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: 1421/2922] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:13:45 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2923] 10.0.0.210 () {34 vars in 971 bytes} [Tue Apr 28 07:13:49 2026] GET /v2.0/ports/e4683744-3c59-427f-9748-d2f8abb7882a => generated 1514 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2924] 199.204.45.250 () {30 vars in 743 bytes} [Tue Apr 28 07:13:49 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2925] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:13:49 2026] GET /v2.0/subnets/386b8b7b-c477-4356-b20f-604c2751f1cb => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2926] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:13:50 2026] GET /v2.0/subnets/b3921343-6191-43a1-b54a-bdad0dc19b9f => generated 744 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2927] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:13:50 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: 1424/2928] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:13:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2929] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:13:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2930] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:13:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2931] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:13:50 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2932] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:13:50 2026] GET /v2.0/ports/7effb95a-8cd3-44b1-a7ca-8286ae2e6238 => 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: 1507/2933] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:13:50 2026] GET /v2.0/ports/39fdcae4-83a3-4928-8aa4-45d8390237c6 => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2934] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:13:50 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => 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: 1508/2935] 199.204.45.250 () {30 vars in 743 bytes} [Tue Apr 28 07:13:50 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2936] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:13:50 2026] GET /v2.0/ports/7effb95a-8cd3-44b1-a7ca-8286ae2e6238 => 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: 1509/2937] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:13:50 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => 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: 1511/2940] 10.0.0.111 () {30 vars in 690 bytes} [Tue Apr 28 07:13:59 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: 1430/2941] 10.0.0.111 () {30 vars in 692 bytes} [Tue Apr 28 07:13:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2942] 10.0.0.111 () {30 vars in 668 bytes} [Tue Apr 28 07:13:59 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: 1431/2943] 10.0.0.111 () {30 vars in 704 bytes} [Tue Apr 28 07:13:59 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: 1513/2944] 10.0.0.111 () {28 vars in 439 bytes} [Tue Apr 28 07:13:59 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2945] 10.0.0.111 () {30 vars in 728 bytes} [Tue Apr 28 07:13:59 2026] GET /v2.0/subnets/e067b52c-bd90-4ae0-a05a-d91e97ed2e5f => generated 656 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2946] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:14:00 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: 1433/2947] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:14:00 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: 1515/2948] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:14:00 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: 1434/2949] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:14:00 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: 1516/2950] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:14:00 2026] GET /v2.0/subnets/386b8b7b-c477-4356-b20f-604c2751f1cb => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2951] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:14:00 2026] GET /v2.0/subnets/e067b52c-bd90-4ae0-a05a-d91e97ed2e5f => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2952] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:14:00 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 4098 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2953] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:14:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2954] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:14:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2955] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:14:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2956] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:14:01 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: 1438/2957] 199.204.45.250 () {34 vars in 717 bytes} [Tue Apr 28 07:14:01 2026] POST /v2.0/ports => generated 1332 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2958] 10.0.0.210 () {34 vars in 971 bytes} [Tue Apr 28 07:14:01 2026] GET /v2.0/ports/36f8ed3e-9750-49d3-9345-dbad3b8ea125 => generated 1332 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1439/2959] 199.204.45.250 () {34 vars in 1262 bytes} [Tue Apr 28 07:14:02 2026] GET /v2.0/ports/36f8ed3e-9750-49d3-9345-dbad3b8ea125?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2960] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:14:02 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6?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: 1440/2961] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:14:03 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6?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: 1522/2962] 199.204.45.250 () {34 vars in 975 bytes} [Tue Apr 28 07:14:03 2026] GET /v2.0/ports/36f8ed3e-9750-49d3-9345-dbad3b8ea125 => generated 1332 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2963] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:14:03 2026] GET /v2.0/networks?id=a841e3e0-1991-443e-9c56-58ed1c3817b6 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2964] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:14:03 2026] PUT /v2.0/ports/36f8ed3e-9750-49d3-9345-dbad3b8ea125 => generated 1522 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:14:04.223 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-25293ce4-cc87-4070-8731-9b0d307fd2f3'] response: {'name': 'network-changed', 'server_uuid': '5c358ffa-607f-4280-86b5-41f87af7559f', 'tag': '36f8ed3e-9750-49d3-9345-dbad3b8ea125', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1442/2965] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:14:04 2026] GET /v2.0/ports?tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d&device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 5612 bytes in 54 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: 1524/2966] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:14:04 2026] GET /v2.0/networks?id=a841e3e0-1991-443e-9c56-58ed1c3817b6 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2967] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:14:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.193&port_id=36f8ed3e-9750-49d3-9345-dbad3b8ea125 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2968] 199.204.45.250 () {34 vars in 1106 bytes} [Tue Apr 28 07:14:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2f3&port_id=36f8ed3e-9750-49d3-9345-dbad3b8ea125 => 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: 1444/2969] 199.204.45.250 () {34 vars in 1064 bytes} [Tue Apr 28 07:14:04 2026] GET /v2.0/subnets?id=f3e813c0-3b38-4e3c-84c0-6b5f6b0d8571&id=e067b52c-bd90-4ae0-a05a-d91e97ed2e5f => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2970] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:14:04 2026] GET /v2.0/ports?network_id=a841e3e0-1991-443e-9c56-58ed1c3817b6&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2971] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:14:04 2026] GET /v2.0/ports?network_id=a841e3e0-1991-443e-9c56-58ed1c3817b6&device_owner=network%3Adhcp => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2972] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:14:05 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6?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: 1446/2973] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:14:05 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6?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: 1528/2974] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:14:06 2026] GET /v2.0/ports?tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d&device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 5612 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2975] 199.204.45.250 () {34 vars in 1062 bytes} [Tue Apr 28 07:14:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.250&port_id=0556260b-6375-4d46-9f46-93959694432d => 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: 1529/2976] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:14:06 2026] GET /v2.0/subnets?id=bb957bd1-7c17-4aa4-b255-a041983a983d => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2977] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:14:06 2026] GET /v2.0/ports?network_id=3e8302a7-a707-4b48-aeac-562374087b38&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: 1530/2978] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:14:06 2026] GET /v2.0/networks/3e8302a7-a707-4b48-aeac-562374087b38?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: 1449/2979] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:14:06 2026] GET /v2.0/networks/3e8302a7-a707-4b48-aeac-562374087b38?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: 1531/2980] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:14:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=39fdcae4-83a3-4928-8aa4-45d8390237c6 => 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: 1450/2981] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:14:06 2026] GET /v2.0/subnets?id=308abe73-c935-4f0f-98be-713427595c8e => generated 679 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2982] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:14:06 2026] GET /v2.0/ports?network_id=85384117-6631-460a-adae-4c917c08dcc4&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2985] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:14:06 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2986] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:14:06 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2987] 199.204.45.250 () {34 vars in 1056 bytes} [Tue Apr 28 07:14:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.77&port_id=e4683744-3c59-427f-9748-d2f8abb7882a => 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: 1536/2988] 199.204.45.250 () {34 vars in 1104 bytes} [Tue Apr 28 07:14:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A144&port_id=e4683744-3c59-427f-9748-d2f8abb7882a => 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: 1453/2989] 199.204.45.250 () {34 vars in 1064 bytes} [Tue Apr 28 07:14:06 2026] GET /v2.0/subnets?id=b3921343-6191-43a1-b54a-bdad0dc19b9f&id=386b8b7b-c477-4356-b20f-604c2751f1cb => generated 1411 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/2990] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:14:06 2026] GET /v2.0/ports?network_id=44531ac5-a32d-41c2-a315-7e4dd5577a6b&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2991] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:14:06 2026] GET /v2.0/ports?network_id=44531ac5-a32d-41c2-a315-7e4dd5577a6b&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2992] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:14:06 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?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: 1455/2993] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:14:06 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?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: 1539/2994] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:14:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.193&port_id=36f8ed3e-9750-49d3-9345-dbad3b8ea125 => 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: 1456/2995] 199.204.45.250 () {34 vars in 1106 bytes} [Tue Apr 28 07:14:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2f3&port_id=36f8ed3e-9750-49d3-9345-dbad3b8ea125 => 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: 1540/2996] 199.204.45.250 () {34 vars in 1064 bytes} [Tue Apr 28 07:14:07 2026] GET /v2.0/subnets?id=f3e813c0-3b38-4e3c-84c0-6b5f6b0d8571&id=e067b52c-bd90-4ae0-a05a-d91e97ed2e5f => generated 1413 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2997] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:14:07 2026] GET /v2.0/ports?network_id=a841e3e0-1991-443e-9c56-58ed1c3817b6&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2998] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:14:07 2026] GET /v2.0/ports?network_id=a841e3e0-1991-443e-9c56-58ed1c3817b6&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2999] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:14:07 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6?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: 1542/3000] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:14:07 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3001] 10.0.0.210 () {34 vars in 971 bytes} [Tue Apr 28 07:14:11 2026] GET /v2.0/ports/36f8ed3e-9750-49d3-9345-dbad3b8ea125 => generated 1524 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3002] 199.204.45.250 () {30 vars in 743 bytes} [Tue Apr 28 07:14:11 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6 => generated 798 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3003] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:14:11 2026] GET /v2.0/subnets/e067b52c-bd90-4ae0-a05a-d91e97ed2e5f => 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: 1544/3004] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:14:11 2026] GET /v2.0/subnets/f3e813c0-3b38-4e3c-84c0-6b5f6b0d8571 => generated 746 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3005] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:14:11 2026] GET /v2.0/ports/e4683744-3c59-427f-9748-d2f8abb7882a => generated 1516 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3006] 199.204.45.250 () {34 vars in 790 bytes} [Tue Apr 28 07:14:11 2026] PUT /v2.0/ports/e4683744-3c59-427f-9748-d2f8abb7882a => generated 1251 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:14:12.087 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-55635a6a-888e-4426-84f2-a161470a226f'] response: {'name': 'network-changed', 'server_uuid': '5c358ffa-607f-4280-86b5-41f87af7559f', 'tag': 'e4683744-3c59-427f-9748-d2f8abb7882a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1462/3007] 199.204.45.250 () {30 vars in 743 bytes} [Tue Apr 28 07:14:12 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b => generated 797 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1546/3008] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:14:12 2026] GET /v2.0/subnets/386b8b7b-c477-4356-b20f-604c2751f1cb => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3009] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:14:12 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: 1547/3010] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:14:12 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: 1464/3011] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:14:12 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: 1548/3012] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:14:12 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: 1465/3013] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:14:12 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => 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: 1549/3014] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:14:12 2026] GET /v2.0/ports/7effb95a-8cd3-44b1-a7ca-8286ae2e6238 => generated 1132 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3015] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:14:12 2026] GET /v2.0/ports/39fdcae4-83a3-4928-8aa4-45d8390237c6 => 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: 1550/3016] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:14:12 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3017] 199.204.45.250 () {30 vars in 743 bytes} [Tue Apr 28 07:14:12 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4 => 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: 1551/3018] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:14:12 2026] GET /v2.0/ports/7effb95a-8cd3-44b1-a7ca-8286ae2e6238 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3019] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:14:12 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => 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: 1552/3020] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:14:12 2026] GET /v2.0/ports?tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d&device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 5385 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3021] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:14:12 2026] GET /v2.0/networks?id=44531ac5-a32d-41c2-a315-7e4dd5577a6b => 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: 1553/3022] 199.204.45.250 () {34 vars in 1056 bytes} [Tue Apr 28 07:14:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.77&port_id=e4683744-3c59-427f-9748-d2f8abb7882a => 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: 1470/3023] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:14:12 2026] GET /v2.0/subnets?id=386b8b7b-c477-4356-b20f-604c2751f1cb => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3024] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:14:12 2026] GET /v2.0/ports?network_id=44531ac5-a32d-41c2-a315-7e4dd5577a6b&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3025] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:14:12 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?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: 1555/3026] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:14:12 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3029] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:14:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3030] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:14:24 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: 1558/3031] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:14:24 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: 1474/3032] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:14:24 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: 1559/3033] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:14:24 2026] GET /v2.0/subnets/386b8b7b-c477-4356-b20f-604c2751f1cb => 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: 1475/3034] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:14:24 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 5385 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3035] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:14:24 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: 1476/3036] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:14:24 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: 1561/3037] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:14:24 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: 1477/3038] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:14:24 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: 1562/3039] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:14:24 2026] GET /v2.0/ports/36f8ed3e-9750-49d3-9345-dbad3b8ea125 => generated 1524 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3040] 199.204.45.250 () {34 vars in 790 bytes} [Tue Apr 28 07:14:25 2026] PUT /v2.0/ports/36f8ed3e-9750-49d3-9345-dbad3b8ea125 => generated 1311 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:14:25.400 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-58a33bb1-08c2-4897-9128-2ace337638fa'] response: {'name': 'network-changed', 'server_uuid': '5c358ffa-607f-4280-86b5-41f87af7559f', 'tag': '36f8ed3e-9750-49d3-9345-dbad3b8ea125', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1563/3041] 199.204.45.250 () {30 vars in 743 bytes} [Tue Apr 28 07:14:25 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6 => generated 798 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1479/3042] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:14:25 2026] GET /v2.0/subnets/f3e813c0-3b38-4e3c-84c0-6b5f6b0d8571 => generated 746 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3043] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:14:25 2026] GET /v2.0/ports/36f8ed3e-9750-49d3-9345-dbad3b8ea125 => generated 1347 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3044] 199.204.45.250 () {34 vars in 789 bytes} [Tue Apr 28 07:14:25 2026] PUT /v2.0/ports/36f8ed3e-9750-49d3-9345-dbad3b8ea125 => generated 1080 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3045] 199.204.45.250 () {30 vars in 743 bytes} [Tue Apr 28 07:14:25 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1566/3046] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:14:25 2026] GET /v2.0/ports?tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d&device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 4977 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3047] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:14:25 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 4977 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3048] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:14:25 2026] GET /v2.0/networks?id=a841e3e0-1991-443e-9c56-58ed1c3817b6 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3049] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:14:26 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3050] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:14:26 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3051] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:14:26 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6?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: 1569/3052] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:14:27 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 4977 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:14:27.451 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-31aafc99-aa18-4700-ac9a-c28c85c165b6'] response: {'name': 'network-changed', 'server_uuid': '5c358ffa-607f-4280-86b5-41f87af7559f', 'tag': '36f8ed3e-9750-49d3-9345-dbad3b8ea125', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1484/3053] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:14:27 2026] GET /v2.0/ports?tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d&device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 4977 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3054] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:14:28 2026] GET /v2.0/networks?id=a841e3e0-1991-443e-9c56-58ed1c3817b6 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3055] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:14:28 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6?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: 1571/3056] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:14:28 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6?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: 1486/3057] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:14:28 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 4977 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3058] 199.204.45.250 () {34 vars in 975 bytes} [Tue Apr 28 07:14:28 2026] GET /v2.0/ports/36f8ed3e-9750-49d3-9345-dbad3b8ea125 => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3059] 199.204.45.250 () {34 vars in 1060 bytes} [Tue Apr 28 07:14:28 2026] GET /v2.0/ports/36f8ed3e-9750-49d3-9345-dbad3b8ea125?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3060] 199.204.45.250 () {34 vars in 1016 bytes} [Tue Apr 28 07:14:28 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3061] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:14:28 2026] PUT /v2.0/ports/36f8ed3e-9750-49d3-9345-dbad3b8ea125 => generated 917 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3062] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:14:29 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 3869 bytes in 50 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 07:14:29.440 7 INFO neutron_taas.services.taas.taas_plugin [None req-09f73de5-44a4-4ea3-9342-436b08d08c2f dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 36f8ed3e-9750-49d3-9345-dbad3b8ea125 2026-04-28 07:14:29.443 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09f73de5-44a4-4ea3-9342-436b08d08c2f dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 36f8ed3e-9750-49d3-9345-dbad3b8ea125 [pid: 7|app: 0|req: 1489/3063] 199.204.45.250 () {32 vars in 759 bytes} [Tue Apr 28 07:14:29 2026] DELETE /v2.0/ports/36f8ed3e-9750-49d3-9345-dbad3b8ea125 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3064] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:14:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3065] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:14:29 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: 1576/3066] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:14:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3067] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:14:29 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: 1577/3068] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:14:29 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => 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: 1492/3069] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:14:29 2026] GET /v2.0/ports/7effb95a-8cd3-44b1-a7ca-8286ae2e6238 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3070] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:14:29 2026] GET /v2.0/ports/39fdcae4-83a3-4928-8aa4-45d8390237c6 => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3071] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:14:29 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => 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: 1579/3072] 199.204.45.250 () {30 vars in 743 bytes} [Tue Apr 28 07:14:29 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4 => 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: 1494/3073] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:14:29 2026] GET /v2.0/ports/7effb95a-8cd3-44b1-a7ca-8286ae2e6238 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3074] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:14:29 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => 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: 1495/3075] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:14:30 2026] GET /v2.0/ports?tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d&device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 3869 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3076] 199.204.45.250 () {34 vars in 1226 bytes} [Tue Apr 28 07:14:30 2026] GET /v2.0/networks?id=3e8302a7-a707-4b48-aeac-562374087b38&id=85384117-6631-460a-adae-4c917c08dcc4&id=44531ac5-a32d-41c2-a315-7e4dd5577a6b&id=a841e3e0-1991-443e-9c56-58ed1c3817b6 => generated 3097 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3077] 199.204.45.250 () {34 vars in 1062 bytes} [Tue Apr 28 07:14:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.250&port_id=0556260b-6375-4d46-9f46-93959694432d => 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: 1582/3078] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:14:30 2026] GET /v2.0/subnets?id=bb957bd1-7c17-4aa4-b255-a041983a983d => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3079] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:14:30 2026] GET /v2.0/ports?network_id=3e8302a7-a707-4b48-aeac-562374087b38&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3080] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:14:30 2026] GET /v2.0/networks/3e8302a7-a707-4b48-aeac-562374087b38?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: 1498/3081] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:14:30 2026] GET /v2.0/networks/3e8302a7-a707-4b48-aeac-562374087b38?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: 1584/3082] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:14:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=39fdcae4-83a3-4928-8aa4-45d8390237c6 => 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: 1499/3083] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:14:30 2026] GET /v2.0/subnets?id=308abe73-c935-4f0f-98be-713427595c8e => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3084] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:14:30 2026] GET /v2.0/ports?network_id=85384117-6631-460a-adae-4c917c08dcc4&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: 1500/3085] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:14:30 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4?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: 1586/3086] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:14:30 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4?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: 1501/3087] 199.204.45.250 () {34 vars in 1056 bytes} [Tue Apr 28 07:14:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.77&port_id=e4683744-3c59-427f-9748-d2f8abb7882a => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3088] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:14:30 2026] GET /v2.0/subnets?id=386b8b7b-c477-4356-b20f-604c2751f1cb => generated 677 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3089] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:14:30 2026] GET /v2.0/ports?network_id=44531ac5-a32d-41c2-a315-7e4dd5577a6b&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: 1588/3090] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:14:30 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3091] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:14:31 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?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: 1589/3092] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:14:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3093] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:14:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3094] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:14:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3095] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:14:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3096] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:14:34 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 3869 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3097] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:14:34 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: 1592/3098] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:14:34 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: 1507/3099] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:14:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3100] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:14:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3101] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:14:35 2026] GET /v2.0/ports/e4683744-3c59-427f-9748-d2f8abb7882a => generated 1287 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3102] 199.204.45.250 () {34 vars in 789 bytes} [Tue Apr 28 07:14:35 2026] PUT /v2.0/ports/e4683744-3c59-427f-9748-d2f8abb7882a => generated 1080 bytes in 809 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:14:35.923 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-32ef9282-e723-4dfd-93ed-7032533ffab4'] response: {'name': 'network-changed', 'server_uuid': '5c358ffa-607f-4280-86b5-41f87af7559f', 'tag': 'e4683744-3c59-427f-9748-d2f8abb7882a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1509/3103] 199.204.45.250 () {30 vars in 743 bytes} [Tue Apr 28 07:14:35 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b => generated 797 bytes in 78 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: 1595/3104] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:14:35 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 3698 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3105] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:14:36 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 3698 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3106] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:14:36 2026] GET /v2.0/ports?tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d&device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 3698 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3107] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:14:36 2026] GET /v2.0/networks?id=44531ac5-a32d-41c2-a315-7e4dd5577a6b => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3108] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:14:36 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?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: 1512/3111] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:14:36 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?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: 1600/3112] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:14:37 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 3698 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3113] 199.204.45.250 () {34 vars in 975 bytes} [Tue Apr 28 07:14:38 2026] GET /v2.0/ports/e4683744-3c59-427f-9748-d2f8abb7882a => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3114] 199.204.45.250 () {34 vars in 1060 bytes} [Tue Apr 28 07:14:38 2026] GET /v2.0/ports/e4683744-3c59-427f-9748-d2f8abb7882a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3115] 199.204.45.250 () {34 vars in 1016 bytes} [Tue Apr 28 07:14:38 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3116] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:14:38 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 3698 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3117] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:14:38 2026] PUT /v2.0/ports/e4683744-3c59-427f-9748-d2f8abb7882a => generated 917 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3118] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:14:39 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 2590 bytes in 36 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 07:14:39.456 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a070350-df2f-418c-8441-e2140522be20 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: e4683744-3c59-427f-9748-d2f8abb7882a 2026-04-28 07:14:39.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a070350-df2f-418c-8441-e2140522be20 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: e4683744-3c59-427f-9748-d2f8abb7882a [pid: 7|app: 0|req: 1516/3119] 199.204.45.250 () {32 vars in 759 bytes} [Tue Apr 28 07:14:39 2026] DELETE /v2.0/ports/e4683744-3c59-427f-9748-d2f8abb7882a => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3120] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:14:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3121] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:14:39 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: 1605/3122] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:14:39 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: 1518/3123] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:14:39 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: 1606/3124] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:14:39 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => 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/3125] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:14:39 2026] GET /v2.0/ports/7effb95a-8cd3-44b1-a7ca-8286ae2e6238 => 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: 1607/3126] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:14:39 2026] GET /v2.0/ports/39fdcae4-83a3-4928-8aa4-45d8390237c6 => generated 1350 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3127] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:14:39 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => 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: 1608/3128] 199.204.45.250 () {30 vars in 743 bytes} [Tue Apr 28 07:14:39 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3129] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:14:39 2026] GET /v2.0/ports/7effb95a-8cd3-44b1-a7ca-8286ae2e6238 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3130] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:14:40 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3131] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:14:40 2026] GET /v2.0/ports?tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d&device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 2590 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3132] 199.204.45.250 () {34 vars in 1146 bytes} [Tue Apr 28 07:14:40 2026] GET /v2.0/networks?id=3e8302a7-a707-4b48-aeac-562374087b38&id=85384117-6631-460a-adae-4c917c08dcc4&id=44531ac5-a32d-41c2-a315-7e4dd5577a6b => generated 2310 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3133] 199.204.45.250 () {34 vars in 1062 bytes} [Tue Apr 28 07:14:40 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.250&port_id=0556260b-6375-4d46-9f46-93959694432d => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3134] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:14:40 2026] GET /v2.0/subnets?id=bb957bd1-7c17-4aa4-b255-a041983a983d => 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: 1611/3135] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:14:40 2026] GET /v2.0/ports?network_id=3e8302a7-a707-4b48-aeac-562374087b38&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3136] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:14:40 2026] GET /v2.0/networks/3e8302a7-a707-4b48-aeac-562374087b38?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: 1612/3137] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:14:40 2026] GET /v2.0/networks/3e8302a7-a707-4b48-aeac-562374087b38?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3138] 199.204.45.250 () {34 vars in 1058 bytes} [Tue Apr 28 07:14:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=39fdcae4-83a3-4928-8aa4-45d8390237c6 => 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: 1613/3139] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:14:40 2026] GET /v2.0/subnets?id=308abe73-c935-4f0f-98be-713427595c8e => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3140] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:14:40 2026] GET /v2.0/ports?network_id=85384117-6631-460a-adae-4c917c08dcc4&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3141] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:14:40 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4?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: 1528/3142] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:14:40 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4?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: 1530/3145] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:14: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: 1616/3146] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:14:52 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: 1531/3147] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:14:52 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: 1617/3148] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:14:52 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 07:14:52.477 7 INFO neutron.api.v2.resource [None req-38fd07f8-5778-4fdf-8907-f4ba80d10b65 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1532/3149] 199.204.45.250 () {30 vars in 763 bytes} [Tue Apr 28 07:14:52 2026] GET /v2.0/security-groups/lb-b66ead84-7aa2-4dd9-83bd-0e1842e3d4c4 => 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: 1618/3150] 199.204.45.250 () {30 vars in 785 bytes} [Tue Apr 28 07:14:52 2026] GET /v2.0/security-groups?name=lb-b66ead84-7aa2-4dd9-83bd-0e1842e3d4c4 => generated 2865 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3151] 199.204.45.250 () {30 vars in 815 bytes} [Tue Apr 28 07:14:52 2026] GET /v2.0/security-group-rules?security_group_id=63e6fd25-72c6-43c4-a138-b9b19bf528e3 => generated 2334 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3152] 199.204.45.250 () {32 vars in 789 bytes} [Tue Apr 28 07:14:52 2026] DELETE /v2.0/security-group-rules/adf75e83-cd0d-463a-9221-719686a88ff5 => 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: 1534/3153] 199.204.45.250 () {32 vars in 789 bytes} [Tue Apr 28 07:14:52 2026] DELETE /v2.0/security-group-rules/d15459d3-898c-4c29-add0-4c27415090a4 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:14:55.261 8 INFO neutron_taas.services.taas.taas_plugin [None req-d32d2f33-c5fd-46ad-9ff3-280e5e39854d ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] TaaS: Handle Delete Port: 2457589d-babd-4dc6-8927-8beac53c5f99 2026-04-28 07:14:55.265 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d32d2f33-c5fd-46ad-9ff3-280e5e39854d ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Tap Mirror: Handle Delete Port: 2457589d-babd-4dc6-8927-8beac53c5f99 2026-04-28 07:14:55.480 8 INFO neutron.db.l3_db [None req-d32d2f33-c5fd-46ad-9ff3-280e5e39854d ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Floating IP 646479b7-f8a8-41a5-8ba8-bde7eb59e0ee disassociated (deleted). External IP: 10.96.250.211, port: 7effb95a-8cd3-44b1-a7ca-8286ae2e6238. [pid: 8|app: 0|req: 1620/3154] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:14:55 2026] DELETE /v2.0/floatingips/646479b7-f8a8-41a5-8ba8-bde7eb59e0ee => generated 0 bytes in 685 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:14:55.844 7 INFO neutron.api.v2.resource [None req-a56a836e-2e39-4431-b096-bbd66e38159c ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1535/3155] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:14:55 2026] GET /v2.0/floatingips/646479b7-f8a8-41a5-8ba8-bde7eb59e0ee => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3156] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:14:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3157] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:14:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3158] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:14:56 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: 1537/3159] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:14:56 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 07:14:56.933 8 INFO neutron.api.v2.resource [None req-7ab5a886-8350-43ae-823d-277953dadef9 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1623/3160] 199.204.45.250 () {30 vars in 763 bytes} [Tue Apr 28 07:14:56 2026] GET /v2.0/security-groups/lb-b66ead84-7aa2-4dd9-83bd-0e1842e3d4c4 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3161] 199.204.45.250 () {30 vars in 785 bytes} [Tue Apr 28 07:14:56 2026] GET /v2.0/security-groups?name=lb-b66ead84-7aa2-4dd9-83bd-0e1842e3d4c4 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3162] 199.204.45.250 () {30 vars in 815 bytes} [Tue Apr 28 07:14:56 2026] GET /v2.0/security-group-rules?security_group_id=63e6fd25-72c6-43c4-a138-b9b19bf528e3 => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3163] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:14:57 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: 1625/3164] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:14:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3165] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:14:57 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: 1626/3166] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:14:57 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: 1541/3167] 199.204.45.250 () {30 vars in 741 bytes} [Tue Apr 28 07:14:57 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => 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: 1627/3168] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:14:57 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3169] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:14:57 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => 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: 1628/3170] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:14:57 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3171] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:14:58 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 2590 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3172] 199.204.45.250 () {34 vars in 975 bytes} [Tue Apr 28 07:14:59 2026] GET /v2.0/ports/39fdcae4-83a3-4928-8aa4-45d8390237c6 => 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: 1544/3173] 199.204.45.250 () {34 vars in 1060 bytes} [Tue Apr 28 07:14:59 2026] GET /v2.0/ports/39fdcae4-83a3-4928-8aa4-45d8390237c6?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3174] 199.204.45.250 () {34 vars in 1016 bytes} [Tue Apr 28 07:14:59 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3175] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:14:59 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 2590 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3176] 199.204.45.250 () {38 vars in 1028 bytes} [Tue Apr 28 07:14:59 2026] PUT /v2.0/ports/39fdcae4-83a3-4928-8aa4-45d8390237c6 => generated 1151 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3177] 199.204.45.250 () {30 vars in 769 bytes} [Tue Apr 28 07:15:00 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 1248 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1632/3178] 199.204.45.250 () {34 vars in 789 bytes} [Tue Apr 28 07:15:00 2026] PUT /v2.0/ports/39fdcae4-83a3-4928-8aa4-45d8390237c6 => generated 1090 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3179] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:15:00 2026] GET /v2.0/ports/39fdcae4-83a3-4928-8aa4-45d8390237c6 => 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 07:15:01.024 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c31e40b-3f42-4b89-9ee1-2e542831d886 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 39fdcae4-83a3-4928-8aa4-45d8390237c6 2026-04-28 07:15:01.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c31e40b-3f42-4b89-9ee1-2e542831d886 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 39fdcae4-83a3-4928-8aa4-45d8390237c6 [pid: 8|app: 0|req: 1633/3180] 199.204.45.250 () {32 vars in 759 bytes} [Tue Apr 28 07:15:00 2026] DELETE /v2.0/ports/39fdcae4-83a3-4928-8aa4-45d8390237c6 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3181] 199.204.45.250 () {30 vars in 703 bytes} [Tue Apr 28 07:15:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3182] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:15:01 2026] GET /v2.0/ports?tenant_id=0cc1a0a7a9ed480f9a62d622bed2801d&device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3183] 199.204.45.250 () {30 vars in 705 bytes} [Tue Apr 28 07:15:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3184] 199.204.45.250 () {30 vars in 681 bytes} [Tue Apr 28 07:15:01 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: 1637/3185] 199.204.45.250 () {30 vars in 717 bytes} [Tue Apr 28 07:15:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:15:01.430 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cf2b15d6-6aa6-4f43-8b6f-f9db3830d93e dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1638/3186] 199.204.45.250 () {32 vars in 759 bytes} [Tue Apr 28 07:15:01 2026] DELETE /v2.0/ports/39fdcae4-83a3-4928-8aa4-45d8390237c6 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3187] 199.204.45.250 () {34 vars in 1066 bytes} [Tue Apr 28 07:15:01 2026] GET /v2.0/networks?id=3e8302a7-a707-4b48-aeac-562374087b38&id=85384117-6631-460a-adae-4c917c08dcc4 => generated 1524 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3188] 199.204.45.250 () {34 vars in 1062 bytes} [Tue Apr 28 07:15:01 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.250&port_id=0556260b-6375-4d46-9f46-93959694432d => 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: 1639/3189] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:15:01 2026] GET /v2.0/ports/7effb95a-8cd3-44b1-a7ca-8286ae2e6238 => generated 1132 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3190] 199.204.45.250 () {34 vars in 984 bytes} [Tue Apr 28 07:15:01 2026] GET /v2.0/subnets?id=bb957bd1-7c17-4aa4-b255-a041983a983d => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:15:01.538 8 INFO neutron.api.v2.resource [None req-9846ec2d-0011-4062-9d37-5db64e16de9e dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1640/3191] 199.204.45.250 () {30 vars in 763 bytes} [Tue Apr 28 07:15:01 2026] GET /v2.0/security-groups/lb-b66ead84-7aa2-4dd9-83bd-0e1842e3d4c4 => generated 149 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3192] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:15:01 2026] GET /v2.0/ports?network_id=3e8302a7-a707-4b48-aeac-562374087b38&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3193] 199.204.45.250 () {30 vars in 785 bytes} [Tue Apr 28 07:15:01 2026] GET /v2.0/security-groups?name=lb-b66ead84-7aa2-4dd9-83bd-0e1842e3d4c4 => generated 1639 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3194] 199.204.45.250 () {30 vars in 737 bytes} [Tue Apr 28 07:15:01 2026] GET /v2.0/ports/7effb95a-8cd3-44b1-a7ca-8286ae2e6238 => 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: 1553/3195] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:15:01 2026] GET /v2.0/networks/3e8302a7-a707-4b48-aeac-562374087b38?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3196] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:15:01 2026] GET /v2.0/networks/3e8302a7-a707-4b48-aeac-562374087b38?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: 1554/3197] 199.204.45.250 () {34 vars in 789 bytes} [Tue Apr 28 07:15:01 2026] PUT /v2.0/ports/7effb95a-8cd3-44b1-a7ca-8286ae2e6238 => generated 1094 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3198] 199.204.45.250 () {32 vars in 779 bytes} [Tue Apr 28 07:15:01 2026] DELETE /v2.0/security-groups/63e6fd25-72c6-43c4-a138-b9b19bf528e3 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:15:02.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5e741c9-350e-414a-8bb2-c1aedcf0a627 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 7effb95a-8cd3-44b1-a7ca-8286ae2e6238 2026-04-28 07:15:02.140 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5e741c9-350e-414a-8bb2-c1aedcf0a627 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 7effb95a-8cd3-44b1-a7ca-8286ae2e6238 [pid: 7|app: 0|req: 1555/3199] 199.204.45.250 () {32 vars in 759 bytes} [Tue Apr 28 07:15:02 2026] DELETE /v2.0/ports/7effb95a-8cd3-44b1-a7ca-8286ae2e6238 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3200] 199.204.45.250 () {34 vars in 994 bytes} [Tue Apr 28 07:15:05 2026] GET /v2.0/ports?device_id=5c358ffa-607f-4280-86b5-41f87af7559f => generated 1248 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:15:05.422 7 INFO neutron_taas.services.taas.taas_plugin [req-8151c484-fd2f-4e92-8440-d71818145758 req-d837d9e6-ac69-415f-9abc-2b979244f7b0 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] TaaS: Handle Delete Port: 0556260b-6375-4d46-9f46-93959694432d 2026-04-28 07:15:05.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8151c484-fd2f-4e92-8440-d71818145758 req-d837d9e6-ac69-415f-9abc-2b979244f7b0 dd57eccc2efd4f5fa3e3c9e3dfad82aa 0cc1a0a7a9ed480f9a62d622bed2801d - - default default] Tap Mirror: Handle Delete Port: 0556260b-6375-4d46-9f46-93959694432d [pid: 7|app: 0|req: 1556/3201] 199.204.45.250 () {36 vars in 997 bytes} [Tue Apr 28 07:15:05 2026] DELETE /v2.0/ports/0556260b-6375-4d46-9f46-93959694432d => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:15:05.669 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9cb677d3-fe9b-4f60-a359-052600c31614'] response: {'server_uuid': '5c358ffa-607f-4280-86b5-41f87af7559f', 'name': 'network-vif-deleted', 'tag': '0556260b-6375-4d46-9f46-93959694432d', 'status': 'completed', 'code': 200} 2026-04-28 07:15:06.271 8 INFO neutron_taas.services.taas.taas_plugin [None req-545fc95f-fa21-4d54-8f1d-9c6e38bc038c ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] TaaS: Handle Delete Port: 19777680-a080-49d1-ae00-dabaa33494fa 2026-04-28 07:15:06.280 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-545fc95f-fa21-4d54-8f1d-9c6e38bc038c ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Tap Mirror: Handle Delete Port: 19777680-a080-49d1-ae00-dabaa33494fa 2026-04-28 07:15:06.529 8 INFO neutron.db.l3_db [None req-545fc95f-fa21-4d54-8f1d-9c6e38bc038c ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Floating IP 7b0d6ad0-44a5-401b-bb63-4fb7a036f75b disassociated (deleted). External IP: 10.96.250.208, port: eff20f3a-7556-42af-8b4f-20a52318a5f0. [pid: 8|app: 0|req: 1646/3204] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:15:06 2026] DELETE /v2.0/floatingips/7b0d6ad0-44a5-401b-bb63-4fb7a036f75b => generated 0 bytes in 824 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:15:06.953 7 INFO neutron.api.v2.resource [None req-9f91f3c3-fff9-4a46-883c-d24569510d51 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1559/3205] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:15:06 2026] GET /v2.0/floatingips/7b0d6ad0-44a5-401b-bb63-4fb7a036f75b => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:15:06.978 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-411b5401-56a6-4f3f-a215-931c457ea704'] response: {'name': 'network-changed', 'server_uuid': 'f79723f5-4a59-464d-a73a-59775bf2ea1b', 'tag': 'eff20f3a-7556-42af-8b4f-20a52318a5f0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1647/3206] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:15:07 2026] GET /v2.0/ports?device_id=f79723f5-4a59-464d-a73a-59775bf2ea1b => generated 1196 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3207] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:15:07 2026] GET /v2.0/security-groups?id=6a68775c-fac6-4a58-b91c-5cf3856f99cf&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3208] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:15:07 2026] GET /v2.0/ports?tenant_id=ee73366e9a2b4d3db3f34413e8199161&device_id=f79723f5-4a59-464d-a73a-59775bf2ea1b => generated 1465 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3209] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:15:07 2026] GET /v2.0/networks?id=a841e3e0-1991-443e-9c56-58ed1c3817b6 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3210] 199.204.45.250 () {34 vars in 1056 bytes} [Tue Apr 28 07:15:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.98&port_id=eff20f3a-7556-42af-8b4f-20a52318a5f0 => 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: 1562/3211] 199.204.45.250 () {34 vars in 1104 bytes} [Tue Apr 28 07:15:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ad6&port_id=eff20f3a-7556-42af-8b4f-20a52318a5f0 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3212] 199.204.45.250 () {34 vars in 1064 bytes} [Tue Apr 28 07:15:07 2026] GET /v2.0/subnets?id=f3e813c0-3b38-4e3c-84c0-6b5f6b0d8571&id=e067b52c-bd90-4ae0-a05a-d91e97ed2e5f => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3213] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:15:07 2026] GET /v2.0/ports?network_id=a841e3e0-1991-443e-9c56-58ed1c3817b6&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3214] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:15:07 2026] GET /v2.0/ports?network_id=a841e3e0-1991-443e-9c56-58ed1c3817b6&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3215] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:15:07 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3216] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:15:07 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6?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: 1565/3217] 199.204.45.250 () {34 vars in 994 bytes} [Tue Apr 28 07:15:09 2026] GET /v2.0/ports?device_id=f79723f5-4a59-464d-a73a-59775bf2ea1b => generated 1196 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:15:09.733 8 INFO neutron_taas.services.taas.taas_plugin [req-9869cda6-4419-4399-a17b-a1393c009b05 req-9d47080f-7a4b-4cb5-a093-387ed24bbe11 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] TaaS: Handle Delete Port: eff20f3a-7556-42af-8b4f-20a52318a5f0 2026-04-28 07:15:09.736 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9869cda6-4419-4399-a17b-a1393c009b05 req-9d47080f-7a4b-4cb5-a093-387ed24bbe11 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Tap Mirror: Handle Delete Port: eff20f3a-7556-42af-8b4f-20a52318a5f0 [pid: 8|app: 0|req: 1653/3218] 199.204.45.250 () {36 vars in 997 bytes} [Tue Apr 28 07:15:09 2026] DELETE /v2.0/ports/eff20f3a-7556-42af-8b4f-20a52318a5f0 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:15:09.995 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-28ca6a09-906b-48f2-b0d7-76b773151cf1'] response: {'server_uuid': 'f79723f5-4a59-464d-a73a-59775bf2ea1b', 'name': 'network-vif-deleted', 'tag': 'eff20f3a-7556-42af-8b4f-20a52318a5f0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1566/3219] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:15:12 2026] GET /v2.0/ports?device_id=f79723f5-4a59-464d-a73a-59775bf2ea1b => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 07:15:17.572 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb52605c-9522-47da-b838-0619cf417352 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] TaaS: Handle Delete Port: b76fafba-5637-4ec5-9e88-0e8d1869d218 2026-04-28 07:15:17.575 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb52605c-9522-47da-b838-0619cf417352 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Tap Mirror: Handle Delete Port: b76fafba-5637-4ec5-9e88-0e8d1869d218 2026-04-28 07:15:17.767 8 INFO neutron.db.l3_db [None req-eb52605c-9522-47da-b838-0619cf417352 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Floating IP 981a091d-ae6b-47ea-a3fc-01f48afc236c disassociated (deleted). External IP: 10.96.250.220, port: c8fc695a-3f25-40e9-adf0-093c43ae9fef. [pid: 8|app: 0|req: 1654/3220] 10.0.0.33 () {32 vars in 731 bytes} [Tue Apr 28 07:15:17 2026] DELETE /v2.0/floatingips/981a091d-ae6b-47ea-a3fc-01f48afc236c => generated 0 bytes in 665 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:15:18.118 7 INFO neutron.api.v2.resource [None req-8d3417cf-86d0-4ff8-bd6a-37ae72376c60 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1567/3221] 10.0.0.33 () {32 vars in 728 bytes} [Tue Apr 28 07:15:18 2026] GET /v2.0/floatingips/981a091d-ae6b-47ea-a3fc-01f48afc236c => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:15:18.132 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6ccf585-6354-48b3-ac8e-de366a049637'] response: {'name': 'network-changed', 'server_uuid': 'd2e97489-001f-4846-aacd-a3ab58d76bd1', 'tag': 'c8fc695a-3f25-40e9-adf0-093c43ae9fef', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1655/3222] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:15:18 2026] GET /v2.0/ports?device_id=d2e97489-001f-4846-aacd-a3ab58d76bd1 => 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: 1568/3223] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Apr 28 07:15:18 2026] GET /v2.0/security-groups?id=6a68775c-fac6-4a58-b91c-5cf3856f99cf&fields=id&fields=name => generated 112 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3224] 199.204.45.250 () {34 vars in 1080 bytes} [Tue Apr 28 07:15:18 2026] GET /v2.0/ports?tenant_id=ee73366e9a2b4d3db3f34413e8199161&device_id=d2e97489-001f-4846-aacd-a3ab58d76bd1 => generated 1465 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3225] 199.204.45.250 () {34 vars in 986 bytes} [Tue Apr 28 07:15:18 2026] GET /v2.0/networks?id=44531ac5-a32d-41c2-a315-7e4dd5577a6b => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3226] 199.204.45.250 () {34 vars in 1056 bytes} [Tue Apr 28 07:15:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.74&port_id=c8fc695a-3f25-40e9-adf0-093c43ae9fef => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3227] 199.204.45.250 () {34 vars in 1104 bytes} [Tue Apr 28 07:15:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1df&port_id=c8fc695a-3f25-40e9-adf0-093c43ae9fef => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3228] 199.204.45.250 () {34 vars in 1064 bytes} [Tue Apr 28 07:15:18 2026] GET /v2.0/subnets?id=b3921343-6191-43a1-b54a-bdad0dc19b9f&id=386b8b7b-c477-4356-b20f-604c2751f1cb => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3229] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:15:18 2026] GET /v2.0/ports?network_id=44531ac5-a32d-41c2-a315-7e4dd5577a6b&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3230] 199.204.45.250 () {34 vars in 1052 bytes} [Tue Apr 28 07:15:18 2026] GET /v2.0/ports?network_id=44531ac5-a32d-41c2-a315-7e4dd5577a6b&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3231] 199.204.45.250 () {34 vars in 1012 bytes} [Tue Apr 28 07:15:18 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3232] 199.204.45.250 () {34 vars in 1112 bytes} [Tue Apr 28 07:15:19 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b?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: 1573/3233] 199.204.45.250 () {34 vars in 994 bytes} [Tue Apr 28 07:15:20 2026] GET /v2.0/ports?device_id=d2e97489-001f-4846-aacd-a3ab58d76bd1 => generated 1194 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 07:15:20.955 8 INFO neutron_taas.services.taas.taas_plugin [req-89bc0081-8c20-47eb-803d-3e4ee124e7f2 req-59fbc343-fbd4-42d9-ac4c-dd82e13b207d ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] TaaS: Handle Delete Port: c8fc695a-3f25-40e9-adf0-093c43ae9fef 2026-04-28 07:15:20.962 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-89bc0081-8c20-47eb-803d-3e4ee124e7f2 req-59fbc343-fbd4-42d9-ac4c-dd82e13b207d ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Tap Mirror: Handle Delete Port: c8fc695a-3f25-40e9-adf0-093c43ae9fef [pid: 8|app: 0|req: 1661/3234] 199.204.45.250 () {36 vars in 997 bytes} [Tue Apr 28 07:15:20 2026] DELETE /v2.0/ports/c8fc695a-3f25-40e9-adf0-093c43ae9fef => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:15:21.210 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9cb09e3f-09bb-45fa-b33d-1f9df18c2224'] response: {'server_uuid': 'd2e97489-001f-4846-aacd-a3ab58d76bd1', 'name': 'network-vif-deleted', 'tag': 'c8fc695a-3f25-40e9-adf0-093c43ae9fef', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1575/3237] 10.0.0.210 () {34 vars in 990 bytes} [Tue Apr 28 07:15:23 2026] GET /v2.0/ports?device_id=d2e97489-001f-4846-aacd-a3ab58d76bd1 => 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: 1663/3238] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:15:28 2026] DELETE /v2.0/security-group-rules/0d789289-e9a5-4b9b-9103-fcbf68832b50 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:15:28.709 7 INFO neutron.api.v2.resource [None req-00b58601-a420-450a-a488-08712fcd2a13 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1576/3239] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:15:28 2026] GET /v2.0/security-group-rules/0d789289-e9a5-4b9b-9103-fcbf68832b50 => 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: 1664/3240] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:15:28 2026] DELETE /v2.0/security-group-rules/86730762-f60f-4e73-b7d4-58feb9782809 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:15:28.797 7 INFO neutron.api.v2.resource [None req-c19e0aaf-d8ad-4cb0-8c62-b879f3978dff ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1577/3241] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:15:28 2026] GET /v2.0/security-group-rules/86730762-f60f-4e73-b7d4-58feb9782809 => 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: 1665/3242] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:15:28 2026] DELETE /v2.0/security-group-rules/81ee93f1-c7f1-4922-aa7c-8a7428629ff2 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:15:28.883 7 INFO neutron.api.v2.resource [None req-465a8dc6-43ef-4a54-b874-e67d1499c7a0 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1578/3243] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:15:28 2026] GET /v2.0/security-group-rules/81ee93f1-c7f1-4922-aa7c-8a7428629ff2 => 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: 1666/3244] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:15:28 2026] DELETE /v2.0/security-group-rules/aa99ab21-4efd-4b1f-aa40-f8ef01744f9a => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:15:28.977 7 INFO neutron.api.v2.resource [None req-ec4131a4-e2bd-4ba4-bc05-58ab2e7e70c7 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3245] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:15:28 2026] GET /v2.0/security-group-rules/aa99ab21-4efd-4b1f-aa40-f8ef01744f9a => 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: 1667/3246] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:15:28 2026] DELETE /v2.0/security-group-rules/267edd4f-93d8-4b9a-adff-386ca1821817 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:15:29.085 7 INFO neutron.api.v2.resource [None req-ad6134fd-fa09-4839-bd08-aa4881cb45cc ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1580/3247] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:15:29 2026] GET /v2.0/security-group-rules/267edd4f-93d8-4b9a-adff-386ca1821817 => 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: 1668/3248] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:15:29 2026] DELETE /v2.0/security-group-rules/a0b41ae6-3c23-4833-a4a2-a2816d2a8f74 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:15:29.197 7 INFO neutron.api.v2.resource [None req-0f780ae1-ce01-48da-a3ba-b241daefae47 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1581/3249] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:15:29 2026] GET /v2.0/security-group-rules/a0b41ae6-3c23-4833-a4a2-a2816d2a8f74 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3250] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:15:29 2026] DELETE /v2.0/security-group-rules/b58aabd0-ded1-4429-a851-eaea384c237f => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:15:29.292 7 INFO neutron.api.v2.resource [None req-f950fd38-f487-45f2-b4af-466b795cabc3 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/3251] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:15:29 2026] GET /v2.0/security-group-rules/b58aabd0-ded1-4429-a851-eaea384c237f => 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: 1670/3252] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:15:29 2026] DELETE /v2.0/security-group-rules/abebade4-8597-4763-ba0d-f3eeb1ce4fc6 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:15:29.382 7 INFO neutron.api.v2.resource [None req-0f15d325-d3ce-4993-aa7e-9d274323d3ce ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1583/3253] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:15:29 2026] GET /v2.0/security-group-rules/abebade4-8597-4763-ba0d-f3eeb1ce4fc6 => 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: 1671/3254] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:15:29 2026] DELETE /v2.0/security-group-rules/476589f5-6d0a-4df6-81ef-75d5ef4cb9da => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:15:29.468 7 INFO neutron.api.v2.resource [None req-b1c5812e-cffa-4b95-9624-03058a098ba7 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1584/3255] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:15:29 2026] GET /v2.0/security-group-rules/476589f5-6d0a-4df6-81ef-75d5ef4cb9da => 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: 1672/3256] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:15:29 2026] DELETE /v2.0/security-group-rules/35011688-f752-48ec-bbda-cc51d0f80b16 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:15:29.555 7 INFO neutron.api.v2.resource [None req-dc184f1c-da1d-4f9d-8344-9054214ca0b0 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1585/3257] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:15:29 2026] GET /v2.0/security-group-rules/35011688-f752-48ec-bbda-cc51d0f80b16 => 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: 1673/3258] 10.0.0.33 () {32 vars in 749 bytes} [Tue Apr 28 07:15:29 2026] DELETE /v2.0/security-group-rules/d947aeef-b88f-45e3-895e-13845408400b => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:15:29.644 7 INFO neutron.api.v2.resource [None req-8271d81f-b966-474b-bb15-98f6a83f1d3c ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1586/3259] 10.0.0.33 () {32 vars in 746 bytes} [Tue Apr 28 07:15:29 2026] GET /v2.0/security-group-rules/d947aeef-b88f-45e3-895e-13845408400b => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3260] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:15:29 2026] DELETE /v2.0/security-groups/6a68775c-fac6-4a58-b91c-5cf3856f99cf => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:15:29.752 7 INFO neutron.api.v2.resource [None req-53bbdf39-2d83-463e-8c82-b27df9ad785b ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1587/3261] 10.0.0.33 () {32 vars in 736 bytes} [Tue Apr 28 07:15:29 2026] GET /v2.0/security-groups/6a68775c-fac6-4a58-b91c-5cf3856f99cf => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:15:30.228 8 INFO neutron_taas.services.taas.taas_plugin [None req-aafd452d-c749-41aa-97e6-d4ad25d2fd3b ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] TaaS: Handle Delete Port: 4c1e4770-3011-4e62-a26f-0e79aec055fc 2026-04-28 07:15:30.231 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aafd452d-c749-41aa-97e6-d4ad25d2fd3b ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Tap Mirror: Handle Delete Port: 4c1e4770-3011-4e62-a26f-0e79aec055fc [pid: 8|app: 0|req: 1675/3262] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:15:29 2026] PUT /v2.0/routers/70aa5815-e0ab-4d6d-b7bd-dc99f3242491/remove_router_interface => generated 309 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:15:30.969 7 INFO neutron.api.v2.resource [None req-dc260818-a412-401a-8272-35d7f6e1f6ab ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1588/3263] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:15:30 2026] PUT /v2.0/routers/70aa5815-e0ab-4d6d-b7bd-dc99f3242491/remove_router_interface => generated 198 bytes in 172 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:15:31.327 8 INFO neutron_taas.services.taas.taas_plugin [None req-8891673a-6c36-4450-81b1-b1f5669476d9 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] TaaS: Handle Delete Port: c927bcb0-c618-4856-a0b8-ca5911c32141 2026-04-28 07:15:31.333 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8891673a-6c36-4450-81b1-b1f5669476d9 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Tap Mirror: Handle Delete Port: c927bcb0-c618-4856-a0b8-ca5911c32141 [pid: 8|app: 0|req: 1676/3264] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:15:30 2026] PUT /v2.0/routers/70aa5815-e0ab-4d6d-b7bd-dc99f3242491/remove_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:15:32.214 7 INFO neutron.api.v2.resource [None req-439c4cd1-a515-45a8-a12c-87de7120c9d1 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1589/3265] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:15:32 2026] PUT /v2.0/routers/70aa5815-e0ab-4d6d-b7bd-dc99f3242491/remove_router_interface => generated 198 bytes in 183 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:15:32.635 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa21babd-8beb-4b16-bb53-d92de22dafcc ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] TaaS: Handle Delete Port: 8331f3ee-aa16-4e76-ad26-13884e0c3909 2026-04-28 07:15:32.638 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa21babd-8beb-4b16-bb53-d92de22dafcc ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Tap Mirror: Handle Delete Port: 8331f3ee-aa16-4e76-ad26-13884e0c3909 [pid: 8|app: 0|req: 1677/3266] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:15:32 2026] PUT /v2.0/routers/70aa5815-e0ab-4d6d-b7bd-dc99f3242491/remove_router_interface => generated 309 bytes in 991 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 07:15:33.387 7 INFO neutron.api.v2.resource [None req-e9c8cf1d-aae7-4dca-bc50-feca4e72835e ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1590/3267] 10.0.0.33 () {34 vars in 788 bytes} [Tue Apr 28 07:15:33 2026] PUT /v2.0/routers/70aa5815-e0ab-4d6d-b7bd-dc99f3242491/remove_router_interface => generated 198 bytes in 170 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:15:33.580 8 INFO neutron_taas.services.taas.taas_plugin [None req-51abc53e-3b18-4df6-8e41-f76f4d6b9584 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] TaaS: Handle Delete Port: 5eaa8d9d-d728-40a2-b47b-033ba6568e2a 2026-04-28 07:15:33.583 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51abc53e-3b18-4df6-8e41-f76f4d6b9584 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Tap Mirror: Handle Delete Port: 5eaa8d9d-d728-40a2-b47b-033ba6568e2a 2026-04-28 07:15:33.844 8 INFO neutron_taas.services.taas.taas_plugin [None req-51abc53e-3b18-4df6-8e41-f76f4d6b9584 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] TaaS: Handle Delete Port: 29d3df1d-d0a5-429a-b41c-d644765b8c63 2026-04-28 07:15:33.847 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51abc53e-3b18-4df6-8e41-f76f4d6b9584 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Tap Mirror: Handle Delete Port: 29d3df1d-d0a5-429a-b41c-d644765b8c63 2026-04-28 07:15:34.234 8 INFO neutron.services.segments.plugin [-] Segment 9a509ab8-f38a-4905-8497-8e2933fd9cb4 resource provider aggregate not found 2026-04-28 07:15:34.245 8 INFO neutron.services.segments.plugin [-] Segment 9a509ab8-f38a-4905-8497-8e2933fd9cb4 resource provider aggregate not found 2026-04-28 07:15:34.262 8 INFO neutron.services.segments.plugin [-] Segment 9a509ab8-f38a-4905-8497-8e2933fd9cb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a509ab8-f38a-4905-8497-8e2933fd9cb4 found for delete ", "request_id": "req-32ee1644-3f46-41c7-b86f-7e81f2425975"}]} 2026-04-28 07:15:34.271 8 INFO neutron.services.segments.plugin [-] Segment 9a509ab8-f38a-4905-8497-8e2933fd9cb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a509ab8-f38a-4905-8497-8e2933fd9cb4 found for delete ", "request_id": "req-6ee453f4-110c-4691-bb60-9f56155432d3"}]} 2026-04-28 07:15:34.278 8 INFO neutron.db.l3_hamode_db [None req-51abc53e-3b18-4df6-8e41-f76f4d6b9584 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] HA network fd4fa0f8-5897-46be-a584-876a53898ab5 was deleted as no HA routers are present in tenant ee73366e9a2b4d3db3f34413e8199161. [pid: 8|app: 0|req: 1678/3268] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:15:33 2026] DELETE /v2.0/routers/70aa5815-e0ab-4d6d-b7bd-dc99f3242491 => generated 0 bytes in 892 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 07:15:34.319 7 INFO neutron.api.v2.resource [None req-9a2f0035-c4af-48f2-887c-3f8a484d38fa ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1591/3269] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:15:34 2026] GET /v2.0/routers/70aa5815-e0ab-4d6d-b7bd-dc99f3242491 => generated 135 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3270] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:15:34 2026] DELETE /v2.0/subnets/f3e813c0-3b38-4e3c-84c0-6b5f6b0d8571 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:15:34.544 7 INFO neutron.pecan_wsgi.hooks.translation [None req-645ea4f7-404f-4182-995c-db067c3456a8 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1592/3271] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:15:34 2026] GET /v2.0/subnets/f3e813c0-3b38-4e3c-84c0-6b5f6b0d8571 => 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: 1680/3272] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:15:34 2026] DELETE /v2.0/subnets/e067b52c-bd90-4ae0-a05a-d91e97ed2e5f => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:15:34.726 7 INFO neutron.pecan_wsgi.hooks.translation [None req-59745087-5134-4b9c-84b4-eaed09027ea4 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1593/3273] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:15:34 2026] GET /v2.0/subnets/e067b52c-bd90-4ae0-a05a-d91e97ed2e5f => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:15:34.845 8 INFO neutron_taas.services.taas.taas_plugin [None req-528a2e72-774f-4016-8bc2-139065870886 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] TaaS: Handle Delete Port: 8d8b96f2-e554-41f9-bd05-da8954c37f61 2026-04-28 07:15:34.848 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-528a2e72-774f-4016-8bc2-139065870886 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Tap Mirror: Handle Delete Port: 8d8b96f2-e554-41f9-bd05-da8954c37f61 [pid: 8|app: 0|req: 1681/3274] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:15:34 2026] DELETE /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:15:35.087 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a8494937-7df1-4204-b517-8d68ea38a159 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1594/3275] 10.0.0.33 () {32 vars in 722 bytes} [Tue Apr 28 07:15:35 2026] GET /v2.0/networks/a841e3e0-1991-443e-9c56-58ed1c3817b6 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3276] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:15:35 2026] DELETE /v2.0/subnets/b3921343-6191-43a1-b54a-bdad0dc19b9f => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:15:35.281 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2be5b8d8-dc96-4c11-bff5-844040105be4 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1595/3277] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:15:35 2026] GET /v2.0/subnets/b3921343-6191-43a1-b54a-bdad0dc19b9f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3278] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:15:35 2026] DELETE /v2.0/subnets/386b8b7b-c477-4356-b20f-604c2751f1cb => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:15:35.458 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3c477876-98f0-4e87-91c1-27fc4356088d ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1596/3279] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:15:35 2026] GET /v2.0/subnets/386b8b7b-c477-4356-b20f-604c2751f1cb => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:15:35.577 8 INFO neutron_taas.services.taas.taas_plugin [None req-91506f90-91eb-43d9-a765-b4e630f9cb7e ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] TaaS: Handle Delete Port: a8e334c8-cb80-40b3-9bc8-b3acada7f27e 2026-04-28 07:15:35.580 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91506f90-91eb-43d9-a765-b4e630f9cb7e ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Tap Mirror: Handle Delete Port: a8e334c8-cb80-40b3-9bc8-b3acada7f27e [pid: 8|app: 0|req: 1684/3280] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:15:35 2026] DELETE /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:15:35.821 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b9b18d6-070f-46c8-b472-8893c8d9b6fe ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1597/3281] 10.0.0.33 () {32 vars in 722 bytes} [Tue Apr 28 07:15:35 2026] GET /v2.0/networks/44531ac5-a32d-41c2-a315-7e4dd5577a6b => 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: 1685/3282] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:15:35 2026] DELETE /v2.0/subnets/51d5f039-e458-490b-b93e-b762470ba3cc => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:15:36.080 7 INFO neutron.pecan_wsgi.hooks.translation [None req-334ef32b-4634-4043-801f-0542e604c457 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1598/3283] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:15:36 2026] GET /v2.0/subnets/51d5f039-e458-490b-b93e-b762470ba3cc => 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: 1686/3284] 10.0.0.33 () {32 vars in 723 bytes} [Tue Apr 28 07:15:36 2026] DELETE /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:15:36.279 7 INFO neutron.pecan_wsgi.hooks.translation [None req-48656a6c-3539-4199-853f-056cd113c993 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1599/3285] 10.0.0.33 () {32 vars in 720 bytes} [Tue Apr 28 07:15:36 2026] GET /v2.0/subnets/308abe73-c935-4f0f-98be-713427595c8e => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:15:36.282 8 INFO neutron.services.segments.plugin [-] Segment 6ed00626-04d8-4f32-91fa-51c92efc4030 resource provider aggregate not found 2026-04-28 07:15:36.292 8 INFO neutron.services.segments.plugin [-] Segment 6ed00626-04d8-4f32-91fa-51c92efc4030 resource provider aggregate not found 2026-04-28 07:15:36.302 8 INFO neutron.services.segments.plugin [-] Segment 6ed00626-04d8-4f32-91fa-51c92efc4030 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ed00626-04d8-4f32-91fa-51c92efc4030 found for delete ", "request_id": "req-fd85c370-3d7a-45bb-b77a-7373dca15a51"}]} 2026-04-28 07:15:36.314 8 INFO neutron.services.segments.plugin [-] Segment 6ed00626-04d8-4f32-91fa-51c92efc4030 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ed00626-04d8-4f32-91fa-51c92efc4030 found for delete ", "request_id": "req-83e0be19-739d-4d45-aee8-5d203be00b98"}]} 2026-04-28 07:15:36.322 8 INFO neutron.services.segments.plugin [-] Segment 11eb85be-28ff-4833-a7bf-051f48180396 resource provider aggregate not found 2026-04-28 07:15:36.339 8 INFO neutron.services.segments.plugin [-] Segment 11eb85be-28ff-4833-a7bf-051f48180396 resource provider aggregate not found 2026-04-28 07:15:36.345 8 INFO neutron.services.segments.plugin [-] Segment 11eb85be-28ff-4833-a7bf-051f48180396 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11eb85be-28ff-4833-a7bf-051f48180396 found for delete ", "request_id": "req-dee45511-9623-4fba-806b-833be6697e10"}]} 2026-04-28 07:15:36.360 8 INFO neutron.services.segments.plugin [-] Segment 11eb85be-28ff-4833-a7bf-051f48180396 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11eb85be-28ff-4833-a7bf-051f48180396 found for delete ", "request_id": "req-08a9a026-4c80-4d92-bc24-fa1fc9d9852f"}]} 2026-04-28 07:15:36.421 8 INFO neutron_taas.services.taas.taas_plugin [None req-1479f29e-871d-4d3c-a270-1ee18b049bdf ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] TaaS: Handle Delete Port: d25b8cfa-5db5-45d6-a9f5-2f451e5d8b91 2026-04-28 07:15:36.424 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1479f29e-871d-4d3c-a270-1ee18b049bdf ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] Tap Mirror: Handle Delete Port: d25b8cfa-5db5-45d6-a9f5-2f451e5d8b91 [pid: 8|app: 0|req: 1687/3288] 10.0.0.33 () {32 vars in 725 bytes} [Tue Apr 28 07:15:36 2026] DELETE /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 07:15:36.650 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4fd20abd-4db8-40b1-b536-a79710e76479 ffe38f39ca53491fa82c91bc2c4dfcac ee73366e9a2b4d3db3f34413e8199161 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3289] 10.0.0.33 () {32 vars in 722 bytes} [Tue Apr 28 07:15:36 2026] GET /v2.0/networks/85384117-6631-460a-adae-4c917c08dcc4 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 07:15:38.365 8 INFO neutron.services.segments.plugin [-] Segment 2751a0e9-726b-4e93-b68e-cd46495f176e resource provider aggregate not found 2026-04-28 07:15:38.378 8 INFO neutron.services.segments.plugin [-] Segment 2751a0e9-726b-4e93-b68e-cd46495f176e resource provider aggregate not found 2026-04-28 07:15:38.382 8 INFO neutron.services.segments.plugin [-] Segment 2751a0e9-726b-4e93-b68e-cd46495f176e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2751a0e9-726b-4e93-b68e-cd46495f176e found for delete ", "request_id": "req-00e4e89e-1f1c-4f5c-9462-f12dc102f815"}]} 2026-04-28 07:15:38.393 8 INFO neutron.services.segments.plugin [-] Segment 2751a0e9-726b-4e93-b68e-cd46495f176e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2751a0e9-726b-4e93-b68e-cd46495f176e found for delete ", "request_id": "req-173fd3dd-bcf7-4810-a4a6-1820f6346c93"}]} [pid: 8|app: 0|req: 1688/3290] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:15:38 2026] GET /v2.0/security-groups?tenant_id=e3115d34ceaa4fc494feaceceeeba41a&name=default => generated 2929 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3291] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:15:38 2026] DELETE /v2.0/security-groups/dc7246fc-0592-434c-8571-f927de521c15 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3292] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:15:39 2026] GET /v2.0/security-groups?tenant_id=32777cba0e224d3aa629c755aa894ae6&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3293] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:15:39 2026] DELETE /v2.0/security-groups/3aac2e17-1d2d-4844-b7e3-66dd943d20d6 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3294] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:15:39 2026] GET /v2.0/security-groups?tenant_id=ee73366e9a2b4d3db3f34413e8199161&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3295] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:15:39 2026] DELETE /v2.0/security-groups/509e4316-1eb4-407d-837a-c38c4fd8a391 => 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: 1691/3296] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:15:39 2026] GET /v2.0/security-groups?tenant_id=0799136bc0924ecd91fcd491432e2f05&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3297] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:15:40 2026] DELETE /v2.0/security-groups/53609dc4-01a1-47f9-a23d-cb6ef5f16b9b => 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: 1692/3298] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:15:40 2026] GET /v2.0/security-groups?tenant_id=62a2e7c2aebf405c83bed174905fc7a7&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3299] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:15:40 2026] DELETE /v2.0/security-groups/4e7c9eb0-3d0c-43b3-bdd5-2bbbf182da52 => 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: 1693/3300] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:15:40 2026] GET /v2.0/security-groups?tenant_id=6e4d0076fefa4cca8ea449bd3c8324f2&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3301] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:15:40 2026] DELETE /v2.0/security-groups/ced28c32-1776-416e-b41f-56fc94aa0892 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3302] 10.0.0.33 () {32 vars in 773 bytes} [Tue Apr 28 07:15:41 2026] GET /v2.0/security-groups?tenant_id=b2cd9780fe714a71822b0889b27a865f&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3303] 10.0.0.33 () {32 vars in 739 bytes} [Tue Apr 28 07:15:41 2026] DELETE /v2.0/security-groups/615204bf-ce55-4452-9c11-1a00934612ed => 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: 1695/3304] 10.0.0.33 () {32 vars in 648 bytes} [Tue Apr 28 07:15:43 2026] GET /v2.0/networks => generated 2168 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3305] 10.0.0.33 () {32 vars in 654 bytes} [Tue Apr 28 07:15:45 2026] GET /v2.0/floatingips => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3306] 10.0.0.33 () {32 vars in 646 bytes} [Tue Apr 28 07:15:45 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3307] 10.0.0.33 () {32 vars in 642 bytes} [Tue Apr 28 07:15:45 2026] GET /v2.0/ports => generated 4721 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3308] 10.0.0.33 () {32 vars in 646 bytes} [Tue Apr 28 07:15:45 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3309] 10.0.0.33 () {32 vars in 648 bytes} [Tue Apr 28 07:15:45 2026] GET /v2.0/networks => generated 2168 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1698/3310] 10.0.0.33 () {32 vars in 662 bytes} [Tue Apr 28 07:15:45 2026] GET /v2.0/security-groups => generated 17397 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3311] 10.0.0.33 () {32 vars in 654 bytes} [Tue Apr 28 07:15:45 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)