+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Apr 2 17:20:16 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-f5557c9dc-bktl5 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 0x7f282ee99668 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-02 17:20:20.690 7 INFO neutron.common.config [-] Logging enabled! 2026-04-02 17:20:20.690 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-02 17:20:20.774 8 INFO neutron.common.config [-] Logging enabled! 2026-04-02 17:20:20.774 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-02 17:20:21.691 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-02 17:20:21.767 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-02 17:20:23.147 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-02 17:20:23.150 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-02 17:20:23.153 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-02 17:20:23.154 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-02 17:20:23.154 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-02 17:20:23.155 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-02 17:20:23.155 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 17:20:23.162 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 17:20:23.162 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 17:20:23.162 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-02 17:20:23.184 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-02 17:20:23.185 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-02 17:20:23.185 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-02 17:20:23.212 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-02 17:20:23.213 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-02 17:20:23.213 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-02 17:20:23.213 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-02 17:20:23.291 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-02 17:20:23.294 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-02 17:20:23.297 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-02 17:20:23.298 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-02 17:20:23.298 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-02 17:20:23.299 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-02 17:20:23.299 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 17:20:23.306 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 17:20:23.306 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 17:20:23.306 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-02 17:20:23.328 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-02 17:20:23.329 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-02 17:20:23.329 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-02 17:20:23.356 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-02 17:20:23.356 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-02 17:20:23.356 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-02 17:20:23.356 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-02 17:20:23.545 7 INFO neutron.plugins.ml2.managers [None req-a5cc2030-bd51-4a7e-ae1a-fb527f95082e - - - - - -] Initializing driver for type 'vlan' 2026-04-02 17:20:23.643 8 INFO neutron.plugins.ml2.managers [None req-a72b7365-201b-4d03-bb68-657af6a5ee3e - - - - - -] Initializing driver for type 'vlan' 2026-04-02 17:20:23.711 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a5cc2030-bd51-4a7e-ae1a-fb527f95082e - - - - - -] VlanTypeDriver initialization complete 2026-04-02 17:20:23.711 7 INFO neutron.plugins.ml2.managers [None req-a5cc2030-bd51-4a7e-ae1a-fb527f95082e - - - - - -] Initializing driver for type 'vxlan' 2026-04-02 17:20:23.711 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a5cc2030-bd51-4a7e-ae1a-fb527f95082e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-02 17:20:23.757 7 INFO neutron.plugins.ml2.managers [None req-a5cc2030-bd51-4a7e-ae1a-fb527f95082e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-02 17:20:23.758 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a5cc2030-bd51-4a7e-ae1a-fb527f95082e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-02 17:20:23.758 7 INFO neutron.plugins.ml2.managers [None req-a5cc2030-bd51-4a7e-ae1a-fb527f95082e - - - - - -] Initializing extension driver 'port_security' 2026-04-02 17:20:23.758 7 INFO neutron.plugins.ml2.extensions.port_security [None req-a5cc2030-bd51-4a7e-ae1a-fb527f95082e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-02 17:20:23.758 7 INFO neutron.plugins.ml2.managers [None req-a5cc2030-bd51-4a7e-ae1a-fb527f95082e - - - - - -] Initializing extension driver 'qos' 2026-04-02 17:20:23.758 7 INFO neutron.plugins.ml2.managers [None req-a5cc2030-bd51-4a7e-ae1a-fb527f95082e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-02 17:20:23.758 7 INFO neutron.plugins.ml2.managers [None req-a5cc2030-bd51-4a7e-ae1a-fb527f95082e - - - - - -] Initializing mechanism driver 'l2population' 2026-04-02 17:20:23.770 7 INFO neutron.quota [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded quota_driver: . 2026-04-02 17:20:23.771 7 INFO neutron.plugins.ml2.plugin [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Modular L2 Plugin initialization complete 2026-04-02 17:20:23.771 7 INFO neutron.plugins.ml2.managers [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-02 17:20:23.771 7 INFO neutron.plugins.ml2.managers [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-02 17:20:23.771 7 INFO neutron.plugins.ml2.managers [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Got port-security extension from driver 'port_security' 2026-04-02 17:20:23.771 7 INFO neutron.manager [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loading Plugin: qos 2026-04-02 17:20:23.784 7 INFO neutron.manager [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loading Plugin: router 2026-04-02 17:20:23.830 7 INFO neutron.services.service_base [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-02 17:20:23.831 7 INFO neutron.manager [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loading Plugin: segments 2026-04-02 17:20:23.929 7 INFO neutron.manager [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loading Plugin: trunk 2026-04-02 17:20:23.944 7 INFO neutron.manager [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loading Plugin: vpnaas 2026-04-02 17:20:24.114 7 WARNING stevedore.named [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 17:20:24.189 7 INFO neutron_vpnaas.services.vpn.plugin [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-02 17:20:24.189 7 INFO neutron.common.utils [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-02 17:20:24.189 7 INFO neutron.manager [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loading Plugin: taas 2026-04-02 17:20:24.211 7 WARNING stevedore.named [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 17:20:24.212 7 WARNING stevedore.named [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-02 17:20:24.233 7 INFO neutron_taas.services.taas.taas_plugin [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-02 17:20:24.233 7 INFO neutron.manager [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loading Plugin: tapmirror 2026-04-02 17:20:24.241 7 WARNING stevedore.named [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 17:20:24.241 7 WARNING stevedore.named [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-02 17:20:24.255 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-02 17:20:24.255 7 INFO neutron.manager [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loading Plugin: auto_allocate 2026-04-02 17:20:24.261 7 INFO neutron.manager [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loading Plugin: tag 2026-04-02 17:20:24.268 7 INFO neutron.manager [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loading Plugin: timestamp 2026-04-02 17:20:24.275 7 INFO neutron.manager [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loading Plugin: network_ip_availability 2026-04-02 17:20:24.279 7 INFO neutron.manager [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loading Plugin: flavors 2026-04-02 17:20:24.283 7 INFO neutron.manager [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loading Plugin: revisions 2026-04-02 17:20:24.286 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Initializing extension manager. 2026-04-02 17:20:24.288 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: address-group 2026-04-02 17:20:24.289 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: address-scope 2026-04-02 17:20:24.289 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-02 17:20:24.290 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: agent 2026-04-02 17:20:24.291 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: agent-resources-synced 2026-04-02 17:20:24.292 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: allowed-address-pairs 2026-04-02 17:20:24.293 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: auto-allocated-topology 2026-04-02 17:20:24.293 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: availability_zone 2026-04-02 17:20:24.294 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: availability_zone_filter 2026-04-02 17:20:24.294 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-02 17:20:24.295 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: default-subnetpools 2026-04-02 17:20:24.296 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-02 17:20:24.297 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: dns-integration 2026-04-02 17:20:24.297 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: dns-domain-ports 2026-04-02 17:20:24.298 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-02 17:20:24.298 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: dvr 2026-04-02 17:20:24.299 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-02 17:20:24.299 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: empty-string-filtering 2026-04-02 17:20:24.300 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-02 17:20:24.300 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-02 17:20:24.301 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: external-net 2026-04-02 17:20:24.301 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-02 17:20:24.302 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: extraroute 2026-04-02 17:20:24.302 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: extraroute-atomic 2026-04-02 17:20:24.303 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-02 17:20:24.303 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-02 17:20:24.304 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-02 17:20:24.304 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-02 17:20:24.305 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: fip-port-details 2026-04-02 17:20:24.306 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: flavors 2026-04-02 17:20:24.307 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-02 17:20:24.308 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: floatingip-pools 2026-04-02 17:20:24.309 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: ip_allocation 2026-04-02 17:20:24.310 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: ip-substring-filtering 2026-04-02 17:20:24.310 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: l2_adjacency 2026-04-02 17:20:24.311 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: router 2026-04-02 17:20:24.313 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-02 17:20:24.313 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-02 17:20:24.314 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-02 17:20:24.314 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: ext-gw-mode 2026-04-02 17:20:24.315 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: l3-ha 2026-04-02 17:20:24.315 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-02 17:20:24.316 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-02 17:20:24.316 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: l3-flavors 2026-04-02 17:20:24.317 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-02 17:20:24.318 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-02 17:20:24.320 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-02 17:20:24.321 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-02 17:20:24.322 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-02 17:20:24.323 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-02 17:20:24.324 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-02 17:20:24.324 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: multi-provider 2026-04-02 17:20:24.325 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: net-mtu 2026-04-02 17:20:24.325 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: net-mtu-writable 2026-04-02 17:20:24.326 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: network_availability_zone 2026-04-02 17:20:24.326 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: network_ha 2026-04-02 17:20:24.327 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: network-ip-availability 2026-04-02 17:20:24.328 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-02 17:20:24.328 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: pagination 2026-04-02 17:20:24.329 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: port-device-profile 2026-04-02 17:20:24.329 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-02 17:20:24.330 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-02 17:20:24.330 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-02 17:20:24.331 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: port-mac-override 2026-04-02 17:20:24.331 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-02 17:20:24.332 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-02 17:20:24.332 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-02 17:20:24.333 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: port-resource-request 2026-04-02 17:20:24.333 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: port-resource-request-groups 2026-04-02 17:20:24.334 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-02 17:20:24.334 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: binding 2026-04-02 17:20:24.335 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: binding-extended 2026-04-02 17:20:24.335 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: port-security 2026-04-02 17:20:24.336 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: project-id 2026-04-02 17:20:24.336 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: provider 2026-04-02 17:20:24.337 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-02 17:20:24.340 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: qos 2026-04-02 17:20:24.341 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-02 17:20:24.341 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-02 17:20:24.342 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: qos-default 2026-04-02 17:20:24.342 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: qos-fip 2026-04-02 17:20:24.343 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-02 17:20:24.343 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: qos-gateway-ip 2026-04-02 17:20:24.344 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: qos-port-network-policy 2026-04-02 17:20:24.344 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: qos-pps-minimum 2026-04-02 17:20:24.345 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-02 17:20:24.346 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: qos-pps 2026-04-02 17:20:24.346 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: qos-rule-type-details 2026-04-02 17:20:24.347 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-02 17:20:24.347 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: qos-rules-alias 2026-04-02 17:20:24.348 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: quota-check-limit 2026-04-02 17:20:24.348 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: quota-check-limit-default 2026-04-02 17:20:24.352 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: quotas 2026-04-02 17:20:24.353 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: quota_details 2026-04-02 17:20:24.354 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: rbac-policies 2026-04-02 17:20:24.355 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: rbac-address-group 2026-04-02 17:20:24.355 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: rbac-address-scope 2026-04-02 17:20:24.356 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: rbac-security-groups 2026-04-02 17:20:24.356 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: rbac-subnetpool 2026-04-02 17:20:24.356 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: revision-if-match 2026-04-02 17:20:24.357 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: standard-attr-revisions 2026-04-02 17:20:24.358 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: router_availability_zone 2026-04-02 17:20:24.358 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-02 17:20:24.360 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: security-groups-default-rules 2026-04-02 17:20:24.360 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-02 17:20:24.361 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-02 17:20:24.361 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-02 17:20:24.362 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-02 17:20:24.362 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-02 17:20:24.367 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: security-group 2026-04-02 17:20:24.368 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: segment 2026-04-02 17:20:24.368 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-02 17:20:24.369 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: service-type 2026-04-02 17:20:24.369 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: sorting 2026-04-02 17:20:24.370 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: standard-attr-segment 2026-04-02 17:20:24.371 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: standard-attr-description 2026-04-02 17:20:24.371 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: stateful-security-group 2026-04-02 17:20:24.372 7 WARNING neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-02 17:20:24.372 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-02 17:20:24.372 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: subnet-external-network 2026-04-02 17:20:24.373 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: subnet_onboard 2026-04-02 17:20:24.374 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-02 17:20:24.375 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: subnet-service-types 2026-04-02 17:20:24.375 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: subnet_allocation 2026-04-02 17:20:24.376 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-02 17:20:24.376 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: tag-creation 2026-04-02 17:20:24.377 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-02 17:20:24.381 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: standard-attr-tag 2026-04-02 17:20:24.381 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-02 17:20:24.382 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: trunk 2026-04-02 17:20:24.383 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: trunk-details 2026-04-02 17:20:24.383 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-02 17:20:24.384 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-02 17:20:24.384 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-02 17:20:24.385 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-02 17:20:24.387 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-02 17:20:24.388 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-02 17:20:24.388 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: vpn-flavors 2026-04-02 17:20:24.390 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: vpnaas 2026-04-02 17:20:24.391 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: taas 2026-04-02 17:20:24.392 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: tap-mirror 2026-04-02 17:20:24.392 7 INFO neutron.api.extensions [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Loaded extension: taas-vlan-filter 2026-04-02 17:20:24.395 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-02 17:20:24.395 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-02 17:20:24.395 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:20:24.395 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-02 17:20:24.398 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-02 17:20:24.399 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-02 17:20:24.403 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-02 17:20:24.404 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-02 17:20:24.404 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-02 17:20:24.406 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:20:24.406 7 WARNING neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] subnetpool is already registered 2026-04-02 17:20:24.406 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:20:24.407 7 WARNING neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] subnetpool is already registered 2026-04-02 17:20:24.407 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-02 17:20:24.408 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 17:20:24.408 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 17:20:24.408 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-02 17:20:24.409 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-02 17:20:24.409 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-02 17:20:24.410 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 17:20:24.410 7 WARNING neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] ipsecpolicy is already registered 2026-04-02 17:20:24.410 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 17:20:24.410 7 WARNING neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] ikepolicy is already registered 2026-04-02 17:20:24.415 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-02 17:20:24.415 7 WARNING neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] router is already registered 2026-04-02 17:20:24.415 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-02 17:20:24.415 7 WARNING neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] floatingip is already registered 2026-04-02 17:20:24.419 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-02 17:20:24.419 7 WARNING neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] rbac_policy is already registered 2026-04-02 17:20:24.419 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-02 17:20:24.420 7 WARNING neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] security_group is already registered 2026-04-02 17:20:24.420 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-02 17:20:24.420 7 WARNING neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] security_group_rule is already registered 2026-04-02 17:20:24.421 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:20:24.421 7 WARNING neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] subnetpool is already registered 2026-04-02 17:20:24.421 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:20:24.422 7 WARNING neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] subnetpool is already registered 2026-04-02 17:20:24.422 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-02 17:20:24.422 7 WARNING neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] trunk is already registered 2026-04-02 17:20:24.422 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 17:20:24.423 7 WARNING neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] ikepolicy is already registered 2026-04-02 17:20:24.423 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 17:20:24.423 7 WARNING neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] ipsecpolicy is already registered 2026-04-02 17:20:24.423 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-02 17:20:24.424 7 WARNING neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] endpoint_group is already registered 2026-04-02 17:20:24.424 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-02 17:20:24.424 7 WARNING neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] vpnservice is already registered 2026-04-02 17:20:24.424 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-02 17:20:24.425 7 WARNING neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] ipsec_site_connection is already registered 2026-04-02 17:20:24.425 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 17:20:24.425 7 WARNING neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] ipsecpolicy is already registered 2026-04-02 17:20:24.425 7 INFO neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 17:20:24.425 7 WARNING neutron.quota.resource_registry [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] ikepolicy is already registered 2026-04-02 17:20:24.462 7 WARNING keystonemiddleware._common.config [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-02 17:20:24.469 7 WARNING oslo_config.cfg [None req-e209f597-6f94-42db-9925-c858fa59078b - - - - - -] 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 0x7f282ee99668 pid: 7 (default app) 2026-04-02 17:20:24.525 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a72b7365-201b-4d03-bb68-657af6a5ee3e - - - - - -] VlanTypeDriver initialization complete 2026-04-02 17:20:24.525 8 INFO neutron.plugins.ml2.managers [None req-a72b7365-201b-4d03-bb68-657af6a5ee3e - - - - - -] Initializing driver for type 'vxlan' 2026-04-02 17:20:24.526 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a72b7365-201b-4d03-bb68-657af6a5ee3e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-02 17:20:24.551 8 INFO neutron.plugins.ml2.managers [None req-a72b7365-201b-4d03-bb68-657af6a5ee3e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-02 17:20:24.551 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a72b7365-201b-4d03-bb68-657af6a5ee3e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-02 17:20:24.551 8 INFO neutron.plugins.ml2.managers [None req-a72b7365-201b-4d03-bb68-657af6a5ee3e - - - - - -] Initializing extension driver 'port_security' 2026-04-02 17:20:24.552 8 INFO neutron.plugins.ml2.extensions.port_security [None req-a72b7365-201b-4d03-bb68-657af6a5ee3e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-02 17:20:24.552 8 INFO neutron.plugins.ml2.managers [None req-a72b7365-201b-4d03-bb68-657af6a5ee3e - - - - - -] Initializing extension driver 'qos' 2026-04-02 17:20:24.552 8 INFO neutron.plugins.ml2.managers [None req-a72b7365-201b-4d03-bb68-657af6a5ee3e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-02 17:20:24.552 8 INFO neutron.plugins.ml2.managers [None req-a72b7365-201b-4d03-bb68-657af6a5ee3e - - - - - -] Initializing mechanism driver 'l2population' 2026-04-02 17:20:24.564 8 INFO neutron.quota [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded quota_driver: . 2026-04-02 17:20:24.565 8 INFO neutron.plugins.ml2.plugin [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Modular L2 Plugin initialization complete 2026-04-02 17:20:24.565 8 INFO neutron.plugins.ml2.managers [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-02 17:20:24.565 8 INFO neutron.plugins.ml2.managers [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-02 17:20:24.565 8 INFO neutron.plugins.ml2.managers [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Got port-security extension from driver 'port_security' 2026-04-02 17:20:24.566 8 INFO neutron.manager [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loading Plugin: qos 2026-04-02 17:20:24.579 8 INFO neutron.manager [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loading Plugin: router 2026-04-02 17:20:24.623 8 INFO neutron.services.service_base [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-02 17:20:24.623 8 INFO neutron.manager [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loading Plugin: segments 2026-04-02 17:20:24.719 8 INFO neutron.manager [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loading Plugin: trunk 2026-04-02 17:20:24.733 8 INFO neutron.manager [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loading Plugin: vpnaas 2026-04-02 17:20:24.778 8 WARNING stevedore.named [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 17:20:24.845 8 INFO neutron_vpnaas.services.vpn.plugin [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-02 17:20:24.845 8 INFO neutron.common.utils [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-02 17:20:24.846 8 INFO neutron.manager [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loading Plugin: taas 2026-04-02 17:20:24.869 8 WARNING stevedore.named [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 17:20:24.869 8 WARNING stevedore.named [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-02 17:20:24.888 8 INFO neutron_taas.services.taas.taas_plugin [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-02 17:20:24.889 8 INFO neutron.manager [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loading Plugin: tapmirror 2026-04-02 17:20:24.902 8 WARNING stevedore.named [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 17:20:24.902 8 WARNING stevedore.named [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-02 17:20:24.917 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-02 17:20:24.918 8 INFO neutron.manager [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loading Plugin: auto_allocate 2026-04-02 17:20:24.925 8 INFO neutron.manager [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loading Plugin: tag 2026-04-02 17:20:24.936 8 INFO neutron.manager [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loading Plugin: timestamp 2026-04-02 17:20:24.940 8 INFO neutron.manager [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loading Plugin: network_ip_availability 2026-04-02 17:20:24.944 8 INFO neutron.manager [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loading Plugin: flavors 2026-04-02 17:20:24.947 8 INFO neutron.manager [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loading Plugin: revisions 2026-04-02 17:20:24.950 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Initializing extension manager. 2026-04-02 17:20:24.951 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: address-group 2026-04-02 17:20:24.952 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: address-scope 2026-04-02 17:20:24.953 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-02 17:20:24.954 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: agent 2026-04-02 17:20:24.954 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: agent-resources-synced 2026-04-02 17:20:24.955 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: allowed-address-pairs 2026-04-02 17:20:24.956 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: auto-allocated-topology 2026-04-02 17:20:24.957 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: availability_zone 2026-04-02 17:20:24.957 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: availability_zone_filter 2026-04-02 17:20:24.958 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-02 17:20:24.958 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: default-subnetpools 2026-04-02 17:20:24.960 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-02 17:20:24.960 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: dns-integration 2026-04-02 17:20:24.961 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: dns-domain-ports 2026-04-02 17:20:24.961 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-02 17:20:24.962 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: dvr 2026-04-02 17:20:24.962 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-02 17:20:24.963 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: empty-string-filtering 2026-04-02 17:20:24.963 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-02 17:20:24.964 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-02 17:20:24.964 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: external-net 2026-04-02 17:20:24.965 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-02 17:20:24.965 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: extraroute 2026-04-02 17:20:24.966 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: extraroute-atomic 2026-04-02 17:20:24.967 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-02 17:20:24.967 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-02 17:20:24.967 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-02 17:20:24.968 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-02 17:20:24.969 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: fip-port-details 2026-04-02 17:20:24.970 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: flavors 2026-04-02 17:20:24.971 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-02 17:20:24.972 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: floatingip-pools 2026-04-02 17:20:24.973 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: ip_allocation 2026-04-02 17:20:24.973 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: ip-substring-filtering 2026-04-02 17:20:24.974 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: l2_adjacency 2026-04-02 17:20:24.975 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: router 2026-04-02 17:20:24.977 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-02 17:20:24.977 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-02 17:20:24.978 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-02 17:20:24.978 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: ext-gw-mode 2026-04-02 17:20:24.979 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: l3-ha 2026-04-02 17:20:24.979 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-02 17:20:24.980 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-02 17:20:24.980 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: l3-flavors 2026-04-02 17:20:24.981 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-02 17:20:24.982 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-02 17:20:24.984 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-02 17:20:24.985 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-02 17:20:24.986 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-02 17:20:24.987 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-02 17:20:24.988 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-02 17:20:24.988 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: multi-provider 2026-04-02 17:20:24.989 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: net-mtu 2026-04-02 17:20:24.989 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: net-mtu-writable 2026-04-02 17:20:24.990 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: network_availability_zone 2026-04-02 17:20:24.990 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: network_ha 2026-04-02 17:20:24.991 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: network-ip-availability 2026-04-02 17:20:24.992 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-02 17:20:24.993 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: pagination 2026-04-02 17:20:24.993 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: port-device-profile 2026-04-02 17:20:24.994 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-02 17:20:24.994 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-02 17:20:24.994 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-02 17:20:24.995 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: port-mac-override 2026-04-02 17:20:24.995 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-02 17:20:24.996 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-02 17:20:24.996 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-02 17:20:24.997 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: port-resource-request 2026-04-02 17:20:24.997 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: port-resource-request-groups 2026-04-02 17:20:24.998 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-02 17:20:24.998 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: binding 2026-04-02 17:20:24.999 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: binding-extended 2026-04-02 17:20:25.000 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: port-security 2026-04-02 17:20:25.000 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: project-id 2026-04-02 17:20:25.000 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: provider 2026-04-02 17:20:25.002 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-02 17:20:25.004 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: qos 2026-04-02 17:20:25.005 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-02 17:20:25.005 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-02 17:20:25.006 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: qos-default 2026-04-02 17:20:25.006 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: qos-fip 2026-04-02 17:20:25.006 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-02 17:20:25.007 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: qos-gateway-ip 2026-04-02 17:20:25.007 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: qos-port-network-policy 2026-04-02 17:20:25.008 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: qos-pps-minimum 2026-04-02 17:20:25.008 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-02 17:20:25.009 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: qos-pps 2026-04-02 17:20:25.010 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: qos-rule-type-details 2026-04-02 17:20:25.010 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-02 17:20:25.011 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: qos-rules-alias 2026-04-02 17:20:25.011 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: quota-check-limit 2026-04-02 17:20:25.012 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: quota-check-limit-default 2026-04-02 17:20:25.014 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: quotas 2026-04-02 17:20:25.015 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: quota_details 2026-04-02 17:20:25.016 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: rbac-policies 2026-04-02 17:20:25.017 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: rbac-address-group 2026-04-02 17:20:25.017 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: rbac-address-scope 2026-04-02 17:20:25.018 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: rbac-security-groups 2026-04-02 17:20:25.018 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: rbac-subnetpool 2026-04-02 17:20:25.019 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: revision-if-match 2026-04-02 17:20:25.019 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: standard-attr-revisions 2026-04-02 17:20:25.020 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: router_availability_zone 2026-04-02 17:20:25.020 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-02 17:20:25.022 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: security-groups-default-rules 2026-04-02 17:20:25.023 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-02 17:20:25.023 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-02 17:20:25.024 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-02 17:20:25.024 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-02 17:20:25.025 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-02 17:20:25.029 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: security-group 2026-04-02 17:20:25.030 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: segment 2026-04-02 17:20:25.030 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-02 17:20:25.031 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: service-type 2026-04-02 17:20:25.031 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: sorting 2026-04-02 17:20:25.032 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: standard-attr-segment 2026-04-02 17:20:25.033 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: standard-attr-description 2026-04-02 17:20:25.033 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: stateful-security-group 2026-04-02 17:20:25.033 8 WARNING neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-02 17:20:25.034 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-02 17:20:25.034 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: subnet-external-network 2026-04-02 17:20:25.036 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: subnet_onboard 2026-04-02 17:20:25.036 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-02 17:20:25.037 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: subnet-service-types 2026-04-02 17:20:25.037 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: subnet_allocation 2026-04-02 17:20:25.038 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-02 17:20:25.039 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: tag-creation 2026-04-02 17:20:25.039 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-02 17:20:25.043 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: standard-attr-tag 2026-04-02 17:20:25.043 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-02 17:20:25.044 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: trunk 2026-04-02 17:20:25.044 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: trunk-details 2026-04-02 17:20:25.045 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-02 17:20:25.045 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-02 17:20:25.046 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-02 17:20:25.047 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-02 17:20:25.048 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-02 17:20:25.049 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-02 17:20:25.050 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: vpn-flavors 2026-04-02 17:20:25.051 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: vpnaas 2026-04-02 17:20:25.053 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: taas 2026-04-02 17:20:25.054 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: tap-mirror 2026-04-02 17:20:25.054 8 INFO neutron.api.extensions [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Loaded extension: taas-vlan-filter 2026-04-02 17:20:25.056 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-02 17:20:25.057 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-02 17:20:25.057 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:20:25.057 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-02 17:20:25.060 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-02 17:20:25.060 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-02 17:20:25.065 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-02 17:20:25.065 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-02 17:20:25.066 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-02 17:20:25.067 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:20:25.067 8 WARNING neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] subnetpool is already registered 2026-04-02 17:20:25.067 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:20:25.067 8 WARNING neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] subnetpool is already registered 2026-04-02 17:20:25.068 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-02 17:20:25.068 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 17:20:25.069 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 17:20:25.069 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-02 17:20:25.069 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-02 17:20:25.070 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-02 17:20:25.070 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 17:20:25.071 8 WARNING neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] ipsecpolicy is already registered 2026-04-02 17:20:25.071 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 17:20:25.071 8 WARNING neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] ikepolicy is already registered 2026-04-02 17:20:25.077 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-02 17:20:25.078 8 WARNING neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] router is already registered 2026-04-02 17:20:25.078 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-02 17:20:25.078 8 WARNING neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] floatingip is already registered 2026-04-02 17:20:25.082 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-02 17:20:25.082 8 WARNING neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] rbac_policy is already registered 2026-04-02 17:20:25.082 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-02 17:20:25.082 8 WARNING neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] security_group is already registered 2026-04-02 17:20:25.083 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-02 17:20:25.083 8 WARNING neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] security_group_rule is already registered 2026-04-02 17:20:25.084 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:20:25.084 8 WARNING neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] subnetpool is already registered 2026-04-02 17:20:25.084 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:20:25.084 8 WARNING neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] subnetpool is already registered 2026-04-02 17:20:25.085 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-02 17:20:25.085 8 WARNING neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] trunk is already registered 2026-04-02 17:20:25.085 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 17:20:25.086 8 WARNING neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] ikepolicy is already registered 2026-04-02 17:20:25.086 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 17:20:25.086 8 WARNING neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] ipsecpolicy is already registered 2026-04-02 17:20:25.086 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-02 17:20:25.086 8 WARNING neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] endpoint_group is already registered 2026-04-02 17:20:25.087 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-02 17:20:25.087 8 WARNING neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] vpnservice is already registered 2026-04-02 17:20:25.087 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-02 17:20:25.087 8 WARNING neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] ipsec_site_connection is already registered 2026-04-02 17:20:25.088 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 17:20:25.088 8 WARNING neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] ipsecpolicy is already registered 2026-04-02 17:20:25.088 8 INFO neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 17:20:25.088 8 WARNING neutron.quota.resource_registry [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] ikepolicy is already registered 2026-04-02 17:20:25.126 8 WARNING keystonemiddleware._common.config [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-02 17:20:25.133 8 WARNING oslo_config.cfg [None req-6caf7fd2-c69e-41ef-b8f7-63cbda1c623f - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7f282ee99668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 17:20:29.688 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c711faf9-ba1b-4fd2-bdbc-d809ac5c79f1 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.155 () {44 vars in 926 bytes} [Thu Apr 2 17:20:29 2026] GET /v2.0/networks/public => generated 108 bytes in 676 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.155 () {44 vars in 948 bytes} [Thu Apr 2 17:20:29 2026] GET /v2.0/networks?name=public => generated 15 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:20:30.689 7 WARNING neutron.services.revisions.revision_plugin [None req-5a7f3ec5-f0bc-41b8-95f0-45f59a4d9ca1 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Could not find related network for resource to bump revision. 2026-04-02 17:20:30.710 7 INFO neutron.db.segments_db [None req-5a7f3ec5-f0bc-41b8-95f0-45f59a4d9ca1 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment 3c15fbce-72d9-44ae-939f-c0972ec7943c of type flat for network 737a01fe-5a79-47ee-8092-61ac8cecd34d 2026-04-02 17:20:30.761 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5a7f3ec5-f0bc-41b8-95f0-45f59a4d9ca1 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.155 () {48 vars in 966 bytes} [Thu Apr 2 17:20:30 2026] POST /v2.0/networks => generated 124 bytes in 714 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:20:36.595 7 INFO neutron.pecan_wsgi.hooks.translation [None req-72b3d3e8-11cb-4373-812a-98428fe60fed a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.204.45.155 () {44 vars in 926 bytes} [Thu Apr 2 17:20:36 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.204.45.155 () {44 vars in 948 bytes} [Thu Apr 2 17:20:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:20:36.671 7 WARNING neutron.services.revisions.revision_plugin [None req-4b88cd9b-56ef-40b6-9623-e7efdb799f40 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Could not find related network for resource to bump revision. 2026-04-02 17:20:36.688 7 INFO neutron.db.segments_db [None req-4b88cd9b-56ef-40b6-9623-e7efdb799f40 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment a18b22bb-1e18-431f-954d-9f61f366caa4 of type flat for network 1331f441-a305-48c3-af16-5b6433ce782e 2026-04-02 17:20:36.712 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4b88cd9b-56ef-40b6-9623-e7efdb799f40 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.204.45.155 () {48 vars in 966 bytes} [Thu Apr 2 17:20:36 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:20:42.952 8 INFO neutron.pecan_wsgi.hooks.translation [None req-22187ab1-ca9d-430c-937f-64bffb950201 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.155 () {44 vars in 926 bytes} [Thu Apr 2 17:20:42 2026] GET /v2.0/networks/public => generated 108 bytes in 390 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.204.45.155 () {44 vars in 948 bytes} [Thu Apr 2 17:20:42 2026] GET /v2.0/networks?name=public => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:20:43.234 8 WARNING neutron.services.revisions.revision_plugin [None req-b13afa68-4473-42ec-ae1e-a67c23d80f83 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Could not find related network for resource to bump revision. 2026-04-02 17:20:43.259 8 INFO neutron.db.segments_db [None req-b13afa68-4473-42ec-ae1e-a67c23d80f83 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment 298c3335-1775-4378-9a47-e84a6015517b of type flat for network 458990cd-829c-49a4-bb16-c724a5bb5c7a 2026-04-02 17:20:43.314 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b13afa68-4473-42ec-ae1e-a67c23d80f83 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.155 () {48 vars in 966 bytes} [Thu Apr 2 17:20:42 2026] POST /v2.0/networks => generated 124 bytes in 340 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:20:49.199 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e5417ca5-abaa-4bc5-9eef-00735dd85e97 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.204.45.155 () {44 vars in 926 bytes} [Thu Apr 2 17:20:49 2026] GET /v2.0/networks/public => generated 108 bytes in 81 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 199.204.45.155 () {44 vars in 948 bytes} [Thu Apr 2 17:20:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:20:49.269 7 WARNING neutron.services.revisions.revision_plugin [None req-2e8d7838-5817-452c-b588-2915659487d3 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Could not find related network for resource to bump revision. 2026-04-02 17:20:49.299 7 INFO neutron.db.segments_db [None req-2e8d7838-5817-452c-b588-2915659487d3 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment 9aceae29-535b-4764-afcd-92c808c7cc77 of type flat for network 33dc2e51-161c-48fa-ad2d-cfc4cd8eb5aa 2026-04-02 17:20:49.329 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e8d7838-5817-452c-b588-2915659487d3 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.204.45.155 () {48 vars in 966 bytes} [Thu Apr 2 17:20:49 2026] POST /v2.0/networks => generated 124 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:20:55.178 7 INFO neutron.pecan_wsgi.hooks.translation [None req-58d9d281-778d-4ad9-a7d8-fe684bb1307e a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.155 () {44 vars in 926 bytes} [Thu Apr 2 17:20:55 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: 8/19] 199.204.45.155 () {44 vars in 948 bytes} [Thu Apr 2 17:20:55 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-02 17:20:55.254 7 WARNING neutron.services.revisions.revision_plugin [None req-7776eef9-3c39-4d60-b78c-423fea06b121 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Could not find related network for resource to bump revision. 2026-04-02 17:20:55.272 7 INFO neutron.db.segments_db [None req-7776eef9-3c39-4d60-b78c-423fea06b121 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment c4c21654-b2ed-4207-9cb0-31ca02ff78ba of type flat for network 745e5bd0-33b1-468c-afe3-f02223590ff7 [pid: 7|app: 0|req: 12/20] 199.204.45.155 () {48 vars in 966 bytes} [Thu Apr 2 17:20:55 2026] POST /v2.0/networks => generated 706 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:20:56.541 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bc39b100-3c8b-4639-a7e6-43598ec804f4 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.155 () {44 vars in 926 bytes} [Thu Apr 2 17:20:56 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.204.45.155 () {44 vars in 948 bytes} [Thu Apr 2 17:20:56 2026] GET /v2.0/networks?name=public => generated 709 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:20:56.610 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bf470f60-eba0-466f-b40e-ba5523831b34 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.204.45.155 () {44 vars in 1033 bytes} [Thu Apr 2 17:20:56 2026] GET /v2.0/subnets/public-subnet?network_id=745e5bd0-33b1-468c-afe3-f02223590ff7 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/24] 199.204.45.155 () {44 vars in 1056 bytes} [Thu Apr 2 17:20:56 2026] GET /v2.0/subnets?name=public-subnet&network_id=745e5bd0-33b1-468c-afe3-f02223590ff7 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.204.45.155 () {48 vars in 964 bytes} [Thu Apr 2 17:20:56 2026] POST /v2.0/subnets => generated 664 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:25:40.872 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dfc00e4b-7f7b-4a7e-bdd7-e1cccda30ad5 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 30/63] 199.204.45.155 () {44 vars in 936 bytes} [Thu Apr 2 17:25:40 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/64] 199.204.45.155 () {44 vars in 958 bytes} [Thu Apr 2 17:25:40 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:25:40.952 8 INFO neutron.db.segments_db [None req-ab6bd520-bdc2-434f-9016-35f9c9345a01 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment 88873c74-2b14-44f4-9eea-3176b50e1edd of type vxlan for network f1e41597-963e-4506-9579-92a1f8796675 [pid: 8|app: 0|req: 31/65] 199.204.45.155 () {48 vars in 965 bytes} [Thu Apr 2 17:25:40 2026] POST /v2.0/networks => generated 688 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:25:41.938 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d6e2d1d5-2610-47c6-8dd2-c74512379065 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/66] 199.204.45.155 () {44 vars in 936 bytes} [Thu Apr 2 17:25:41 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/67] 199.204.45.155 () {44 vars in 958 bytes} [Thu Apr 2 17:25:41 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:25:42.008 7 INFO neutron.pecan_wsgi.hooks.translation [None req-df51b036-6659-4aa6-a035-960c1f6e897e a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/68] 199.204.45.155 () {44 vars in 1035 bytes} [Thu Apr 2 17:25:41 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=f1e41597-963e-4506-9579-92a1f8796675 => generated 114 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/69] 199.204.45.155 () {44 vars in 1058 bytes} [Thu Apr 2 17:25:42 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=f1e41597-963e-4506-9579-92a1f8796675 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/70] 199.204.45.155 () {48 vars in 964 bytes} [Thu Apr 2 17:25:42 2026] POST /v2.0/subnets => generated 651 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:25:43.362 8 INFO neutron.api.v2.resource [None req-184ff33d-bc12-4478-9dab-31e00954150d a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/71] 199.204.45.155 () {44 vars in 970 bytes} [Thu Apr 2 17:25:43 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 199.204.45.155 () {44 vars in 992 bytes} [Thu Apr 2 17:25:43 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/73] 199.204.45.155 () {48 vars in 979 bytes} [Thu Apr 2 17:25:43 2026] POST /v2.0/security-groups => generated 1616 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:25:44 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 1616 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:25:44 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:25:44 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 2 17:25:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:25:45 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 2230 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:25:45 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:25:45 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 2 17:25:45 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:25:46 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:25:46 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:25:46 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 2 17:25:46 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:25:47 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 3462 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:25:47 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:25:47 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 2 17:25:47 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:25:48 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 4078 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:25:48 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:25:48 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 4078 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 2 17:25:48 2026] POST /v2.0/security-group-rules => generated 603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.204.45.155 () {44 vars in 986 bytes} [Thu Apr 2 17:25:49 2026] GET /v2.0/networks/f1e41597-963e-4506-9579-92a1f8796675 => generated 732 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:25:50.027 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2065510-610c-4df9-bfb3-576445b3836e a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 47/97] 199.204.45.155 () {44 vars in 1075 bytes} [Thu Apr 2 17:25:49 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=f1e41597-963e-4506-9579-92a1f8796675 => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.204.45.155 () {44 vars in 1098 bytes} [Thu Apr 2 17:25:50 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=f1e41597-963e-4506-9579-92a1f8796675 => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:25:50 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/100] 199.204.45.155 () {48 vars in 960 bytes} [Thu Apr 2 17:25:50 2026] POST /v2.0/ports => generated 1096 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-02 17:25:58.373 8 INFO neutron.pecan_wsgi.hooks.translation [None req-73923f43-90f9-4c1a-bed3-9c28c6188c56 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/101] 199.204.45.155 () {44 vars in 978 bytes} [Thu Apr 2 17:25:58 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 43 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: 53/102] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:25:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.204.45.155 () {48 vars in 1030 bytes} [Thu Apr 2 17:25:58 2026] PUT /v2.0/ports/d2907996-7f8e-4b97-af01-e90082eae15e => generated 1245 bytes in 643 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/104] 199.204.45.155 () {44 vars in 919 bytes} [Thu Apr 2 17:26:00 2026] GET /v2.0/ports => generated 3726 bytes in 88 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-02 17:26:01.574 8 INFO neutron.api.v2.resource [None req-cf697626-3243-4ca0-b1aa-7b1f25cff6e2 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/105] 199.204.45.155 () {44 vars in 958 bytes} [Thu Apr 2 17:26:01 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/106] 199.204.45.155 () {44 vars in 980 bytes} [Thu Apr 2 17:26:01 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: 52/107] 199.204.45.155 () {48 vars in 979 bytes} [Thu Apr 2 17:26:01 2026] POST /v2.0/security-groups => generated 1610 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/108] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:26:02 2026] GET /v2.0/security-groups/849d2230-0bfb-479a-a1f0-6a5045955821 => generated 1610 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/109] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:26:02 2026] GET /v2.0/security-groups/849d2230-0bfb-479a-a1f0-6a5045955821 => 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: 57/110] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:26:02 2026] GET /v2.0/security-groups/849d2230-0bfb-479a-a1f0-6a5045955821 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 2 17:26:02 2026] POST /v2.0/security-group-rules => generated 621 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:26:03 2026] GET /v2.0/security-groups/849d2230-0bfb-479a-a1f0-6a5045955821 => generated 2244 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/113] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:26:03 2026] GET /v2.0/security-groups/849d2230-0bfb-479a-a1f0-6a5045955821 => generated 2244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/114] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:26:03 2026] GET /v2.0/security-groups/849d2230-0bfb-479a-a1f0-6a5045955821 => generated 2244 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 2 17:26:03 2026] POST /v2.0/security-group-rules => generated 625 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/126] 199.204.45.155 () {44 vars in 974 bytes} [Thu Apr 2 17:27:14 2026] GET /v2.0/quotas/235f355238244aeb8d64b6dde5598167 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/127] 199.204.45.155 () {48 vars in 1026 bytes} [Thu Apr 2 17:27:15 2026] PUT /v2.0/quotas/235f355238244aeb8d64b6dde5598167 => generated 291 bytes in 29 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-02 17:29:36.379 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff9c2151-42b2-4676-b4b0-e207f41f7124 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/148] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 17:29:36 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 269 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 73/149] 199.204.45.155 () {30 vars in 762 bytes} [Thu Apr 2 17:29:36 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:29:38.188 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c65ee4e-7ea0-431a-84d6-e54814f66578 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/150] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 17:29:38 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 74/151] 199.204.45.155 () {30 vars in 762 bytes} [Thu Apr 2 17:29:38 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:35:01.509 7 INFO neutron.api.v2.resource [None req-3a40c06c-08cf-4027-8d6b-65dd11b0a317 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 99/194] 199.204.45.155 () {44 vars in 1073 bytes} [Thu Apr 2 17:35:01 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=88038d131d194143802ee1f0d661b327 => generated 139 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 96/195] 199.204.45.155 () {44 vars in 1096 bytes} [Thu Apr 2 17:35:01 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=88038d131d194143802ee1f0d661b327 => generated 23 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/196] 199.204.45.155 () {48 vars in 980 bytes} [Thu Apr 2 17:35:01 2026] POST /v2.0/security-groups => generated 1624 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 97/197] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 2 17:35:02 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45?project_id=88038d131d194143802ee1f0d661b327 => generated 1624 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/198] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:35:02 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 98/199] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 2 17:35:02 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45?project_id=88038d131d194143802ee1f0d661b327 => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/200] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 2 17:35:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/201] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 2 17:35:04 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45?project_id=88038d131d194143802ee1f0d661b327 => generated 2234 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/204] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:35:04 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45 => generated 2234 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/205] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 2 17:35:04 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45?project_id=88038d131d194143802ee1f0d661b327 => generated 2234 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/206] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 2 17:35:04 2026] POST /v2.0/security-group-rules => generated 599 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/207] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 2 17:35:05 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45?project_id=88038d131d194143802ee1f0d661b327 => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/208] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:35:05 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/209] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 2 17:35:05 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45?project_id=88038d131d194143802ee1f0d661b327 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/210] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 2 17:35:05 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: 104/211] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 2 17:35:06 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45?project_id=88038d131d194143802ee1f0d661b327 => generated 3460 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/212] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:35:07 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45 => generated 3460 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/213] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 2 17:35:07 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45?project_id=88038d131d194143802ee1f0d661b327 => 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: 109/214] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 2 17:35:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/263] 199.204.45.155 () {30 vars in 739 bytes} [Thu Apr 2 17:41:08 2026] GET /v2.0/networks?tenant_id=88038d131d194143802ee1f0d661b327&shared=False => generated 15 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:41:09.059 7 INFO neutron.db.segments_db [None req-b4a92df0-65e3-45c7-9b8d-4bdb6b30358a ca9aeb02243c4baf9862fe489c846fd4 88038d131d194143802ee1f0d661b327 - - 2d6f9ff00b194d46b12a4f6ba2789218 2d6f9ff00b194d46b12a4f6ba2789218] Added segment 85a5a0d9-8fe6-485a-a4a1-1858d670bfea of type vxlan for network 45c59e6f-9d46-46fe-b3ef-5e22071f3eea [pid: 7|app: 0|req: 134/264] 199.204.45.155 () {34 vars in 681 bytes} [Thu Apr 2 17:41:08 2026] POST /v2.0/networks => generated 699 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/265] 199.204.45.155 () {30 vars in 721 bytes} [Thu Apr 2 17:41:09 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 135/266] 199.204.45.155 () {30 vars in 632 bytes} [Thu Apr 2 17:41:09 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/267] 199.204.45.155 () {34 vars in 676 bytes} [Thu Apr 2 17:41:09 2026] POST /v2.0/ports => generated 999 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/268] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 17:41:09 2026] GET /v2.0/networks/45c59e6f-9d46-46fe-b3ef-5e22071f3eea => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/269] 199.204.45.155 () {30 vars in 721 bytes} [Thu Apr 2 17:41:11 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/270] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 17:41:11 2026] GET /v2.0/networks/45c59e6f-9d46-46fe-b3ef-5e22071f3eea => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/273] 199.204.45.155 () {44 vars in 974 bytes} [Thu Apr 2 17:41:27 2026] GET /v2.0/quotas/88038d131d194143802ee1f0d661b327 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/274] 199.204.45.155 () {48 vars in 1026 bytes} [Thu Apr 2 17:41:28 2026] PUT /v2.0/quotas/88038d131d194143802ee1f0d661b327 => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:52:24.536 7 INFO neutron.pecan_wsgi.hooks.translation [None req-250d2bd4-4d29-4068-9d6a-8b4d2ba86299 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/363] 199.204.45.155 () {44 vars in 926 bytes} [Thu Apr 2 17:52:24 2026] GET /v2.0/networks/public => generated 108 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/364] 199.204.45.155 () {44 vars in 948 bytes} [Thu Apr 2 17:52:24 2026] GET /v2.0/networks?name=public => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:52:25.739 7 INFO neutron.pecan_wsgi.hooks.translation [None req-751764d3-10f3-462b-a461-78d8e72bceef a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/365] 199.204.45.155 () {44 vars in 926 bytes} [Thu Apr 2 17:52:25 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/366] 199.204.45.155 () {44 vars in 948 bytes} [Thu Apr 2 17:52:25 2026] GET /v2.0/networks?name=public => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:52:25.812 7 INFO neutron.pecan_wsgi.hooks.translation [None req-885419b3-b1dd-40d1-8f61-94f662714fb7 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/367] 199.204.45.155 () {44 vars in 1033 bytes} [Thu Apr 2 17:52:25 2026] GET /v2.0/subnets/public-subnet?network_id=745e5bd0-33b1-468c-afe3-f02223590ff7 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/368] 199.204.45.155 () {44 vars in 1056 bytes} [Thu Apr 2 17:52:25 2026] GET /v2.0/subnets?name=public-subnet&network_id=745e5bd0-33b1-468c-afe3-f02223590ff7 => generated 667 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:52:52.335 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d149f6a-3eb6-4ee1-a51c-3aa88351ccba a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/373] 199.204.45.155 () {44 vars in 936 bytes} [Thu Apr 2 17:52:52 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/374] 199.204.45.155 () {44 vars in 958 bytes} [Thu Apr 2 17:52:52 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:52:53.254 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e94fe78c-192c-4be9-948e-7ae2fa16311c a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/375] 199.204.45.155 () {44 vars in 936 bytes} [Thu Apr 2 17:52:53 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/376] 199.204.45.155 () {44 vars in 958 bytes} [Thu Apr 2 17:52:53 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-02 17:52:53.319 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f662735a-f25c-4300-bf3f-cd78756fef73 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/377] 199.204.45.155 () {44 vars in 1035 bytes} [Thu Apr 2 17:52:53 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=f1e41597-963e-4506-9579-92a1f8796675 => 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: 191/378] 199.204.45.155 () {44 vars in 1058 bytes} [Thu Apr 2 17:52:53 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=f1e41597-963e-4506-9579-92a1f8796675 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:52:54.329 8 INFO neutron.api.v2.resource [None req-45ab1860-33dc-4416-bacf-6ba7d8c6484f a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 188/379] 199.204.45.155 () {44 vars in 970 bytes} [Thu Apr 2 17:52:54 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/380] 199.204.45.155 () {44 vars in 992 bytes} [Thu Apr 2 17:52:54 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/381] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:52:55 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 4694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/382] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:52:55 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/383] 199.204.45.155 () {44 vars in 1010 bytes} [Thu Apr 2 17:52:55 2026] GET /v2.0/security-group-rules/c9519b95-853a-40f3-a276-9f70d665d211 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/384] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:52:56 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/385] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:52:56 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/386] 199.204.45.155 () {44 vars in 1010 bytes} [Thu Apr 2 17:52:56 2026] GET /v2.0/security-group-rules/eda43ff3-259f-4331-95e5-0b46cff549ac => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/387] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:52:57 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/388] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:52:57 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/389] 199.204.45.155 () {44 vars in 1010 bytes} [Thu Apr 2 17:52:57 2026] GET /v2.0/security-group-rules/60b45d35-4f4d-4277-9c40-5c03d7d59c15 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/390] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:52:58 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 4694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/391] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:52:58 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/392] 199.204.45.155 () {44 vars in 1010 bytes} [Thu Apr 2 17:52:58 2026] GET /v2.0/security-group-rules/8d79d4a8-5ba4-4133-bd09-8b25f12a6d5b => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/393] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:52:58 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/394] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:52:58 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => 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: 196/395] 199.204.45.155 () {44 vars in 1010 bytes} [Thu Apr 2 17:52:59 2026] GET /v2.0/security-group-rules/0e1a6a04-6add-47b7-9490-8c672d4c6d07 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/396] 199.204.45.155 () {44 vars in 986 bytes} [Thu Apr 2 17:53:00 2026] GET /v2.0/networks/f1e41597-963e-4506-9579-92a1f8796675 => generated 732 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:53:00.268 8 INFO neutron.pecan_wsgi.hooks.translation [None req-68a96ec8-f6c2-4b39-84d6-687a23e632c2 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/397] 199.204.45.155 () {44 vars in 1075 bytes} [Thu Apr 2 17:53:00 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=f1e41597-963e-4506-9579-92a1f8796675 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/398] 199.204.45.155 () {44 vars in 1098 bytes} [Thu Apr 2 17:53:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=f1e41597-963e-4506-9579-92a1f8796675 => 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: 198/399] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:53:00 2026] GET /v2.0/security-groups/764739ed-2305-4381-963d-4649cb33e449 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:53:07.896 7 INFO neutron.pecan_wsgi.hooks.translation [None req-38f08253-4f25-463b-82ae-c527a1386216 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 203/402] 199.204.45.155 () {44 vars in 978 bytes} [Thu Apr 2 17:53:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/403] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:53:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/404] 199.204.45.155 () {44 vars in 919 bytes} [Thu Apr 2 17:53:09 2026] GET /v2.0/ports => generated 4721 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:53:10.648 8 INFO neutron.api.v2.resource [None req-98141cb6-7d65-4488-90a1-107044bf17e2 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 201/405] 199.204.45.155 () {44 vars in 958 bytes} [Thu Apr 2 17:53:10 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/406] 199.204.45.155 () {44 vars in 980 bytes} [Thu Apr 2 17:53:10 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/407] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:53:11 2026] GET /v2.0/security-groups/849d2230-0bfb-479a-a1f0-6a5045955821 => generated 2882 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/408] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:53:11 2026] GET /v2.0/security-groups/849d2230-0bfb-479a-a1f0-6a5045955821 => generated 2882 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/409] 199.204.45.155 () {44 vars in 1010 bytes} [Thu Apr 2 17:53:11 2026] GET /v2.0/security-group-rules/c3466440-510c-450b-96bc-ef17fbbf5a67 => 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: 207/410] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:53:12 2026] GET /v2.0/security-groups/849d2230-0bfb-479a-a1f0-6a5045955821 => generated 2882 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/411] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:53:12 2026] GET /v2.0/security-groups/849d2230-0bfb-479a-a1f0-6a5045955821 => generated 2882 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/412] 199.204.45.155 () {44 vars in 1010 bytes} [Thu Apr 2 17:53:12 2026] GET /v2.0/security-group-rules/887f6efa-0cfb-45ba-8d9d-4d324a4cd4e8 => generated 625 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/415] 199.204.45.155 () {44 vars in 974 bytes} [Thu Apr 2 17:53:23 2026] GET /v2.0/quotas/235f355238244aeb8d64b6dde5598167 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:54:13.201 7 INFO neutron.api.v2.resource [None req-4e3a861f-5cb1-4359-9285-06252eab1646 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 213/422] 199.204.45.155 () {44 vars in 1073 bytes} [Thu Apr 2 17:54:13 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=88038d131d194143802ee1f0d661b327 => generated 139 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/423] 199.204.45.155 () {44 vars in 1096 bytes} [Thu Apr 2 17:54:13 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=88038d131d194143802ee1f0d661b327 => generated 4072 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/424] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 2 17:54:14 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45?project_id=88038d131d194143802ee1f0d661b327 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/425] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:54:14 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/426] 199.204.45.155 () {44 vars in 1010 bytes} [Thu Apr 2 17:54:14 2026] GET /v2.0/security-group-rules/c8bfbd1f-a0e0-4064-9a38-5c4c7634873b => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/427] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 2 17:54:15 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45?project_id=88038d131d194143802ee1f0d661b327 => generated 4075 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/428] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:54:15 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/429] 199.204.45.155 () {44 vars in 1010 bytes} [Thu Apr 2 17:54:15 2026] GET /v2.0/security-group-rules/5bc17292-f5a8-4600-92e8-6daa500d4a71 => generated 599 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/430] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 2 17:54:16 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45?project_id=88038d131d194143802ee1f0d661b327 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/431] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:54:16 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/432] 199.204.45.155 () {44 vars in 1010 bytes} [Thu Apr 2 17:54:16 2026] GET /v2.0/security-group-rules/e664b47c-a2ca-4f68-9cdc-17b8ce701d35 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/433] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 2 17:54:17 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45?project_id=88038d131d194143802ee1f0d661b327 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/434] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 2 17:54:17 2026] GET /v2.0/security-groups/a5c4680e-0d92-4d57-a56e-aac580630e45 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/435] 199.204.45.155 () {44 vars in 1010 bytes} [Thu Apr 2 17:54:17 2026] GET /v2.0/security-group-rules/835625b3-18eb-494f-8c1a-8a5a87a7502e => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/438] 199.204.45.155 () {44 vars in 974 bytes} [Thu Apr 2 17:54:24 2026] GET /v2.0/quotas/88038d131d194143802ee1f0d661b327 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/445] 199.204.45.155 () {44 vars in 948 bytes} [Thu Apr 2 17:55:15 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) [pid: 8|app: 0|req: 224/452] 10.0.0.71 () {32 vars in 647 bytes} [Thu Apr 2 17:55:54 2026] GET /v2.0/networks => generated 2168 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/453] 10.0.0.71 () {32 vars in 653 bytes} [Thu Apr 2 17:55:55 2026] GET /v2.0/floatingips => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/454] 10.0.0.71 () {32 vars in 645 bytes} [Thu Apr 2 17:55:55 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/455] 10.0.0.71 () {32 vars in 641 bytes} [Thu Apr 2 17:55:55 2026] GET /v2.0/ports => generated 4721 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/456] 10.0.0.71 () {32 vars in 645 bytes} [Thu Apr 2 17:55:55 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/457] 10.0.0.71 () {32 vars in 647 bytes} [Thu Apr 2 17:55:55 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/458] 10.0.0.71 () {32 vars in 661 bytes} [Thu Apr 2 17:55:55 2026] GET /v2.0/security-groups => generated 17397 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/459] 10.0.0.71 () {32 vars in 653 bytes} [Thu Apr 2 17:55:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:56:06.272 8 INFO neutron.db.segments_db [None req-cd502a40-94b1-43a0-ba2b-13a705453d90 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment f86b0361-c86d-48a0-942e-b67e86b00685 of type vxlan for network a42e1d4b-4592-425f-bc3b-1b95ad7df208 [pid: 8|app: 0|req: 229/462] 10.0.0.71 () {34 vars in 669 bytes} [Thu Apr 2 17:56:06 2026] POST /v2.0/networks => generated 724 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:56:06.429 7 INFO neutron.db.segments_db [None req-17487dbb-895f-4ae2-8e67-549f059b43ab a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment e9a80f43-06f0-4d4b-8691-f822248b6a20 of type vxlan for network 50ccfd45-008e-4361-89ab-85fb41ae2151 2026-04-02 17:56:06.514 8 INFO neutron.db.segments_db [None req-2aa3cb7f-50f0-4d19-b5b8-c9c90077f81c a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment 9f229c69-9997-481b-a1be-93b6c1b6cc88 of type vxlan for network f1f587f4-be0b-4518-808d-32e7fdb352ae [pid: 7|app: 0|req: 234/463] 10.0.0.71 () {34 vars in 669 bytes} [Thu Apr 2 17:56:06 2026] POST /v2.0/networks => generated 725 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/464] 10.0.0.71 () {34 vars in 669 bytes} [Thu Apr 2 17:56:06 2026] POST /v2.0/networks => generated 730 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/465] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:06 2026] POST /v2.0/subnets => generated 690 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/466] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:06 2026] POST /v2.0/subnets => generated 691 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:56:06.814 8 INFO neutron.db.segments_db [None req-a7c21c3f-8d19-41ec-b64e-e47a9701b2ed a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment 7fb50e8a-d1a3-4f22-9f42-5c11584bfa73 of type vxlan for network 6f393367-da83-46e3-a928-92b26237bf63 [pid: 7|app: 0|req: 236/467] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:06 2026] POST /v2.0/subnets => generated 696 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:56:06.889 7 INFO neutron.db.segments_db [None req-8f06302b-f1e6-494e-a50f-0659a9228024 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment 664b08bd-02af-4cce-8f93-e23201f19269 of type vxlan for network da38e1f2-084a-4f9d-872c-b35877f6f9f3 2026-04-02 17:56:07.047 8 INFO neutron.db.l3_hamode_db [None req-a7c21c3f-8d19-41ec-b64e-e47a9701b2ed a6e3a385c1694aa885b027e0cbd51257 bf6ff7b331fa44d1ad801f368a46ad18 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:56:07.134 7 INFO neutron.db.l3_hamode_db [None req-8f06302b-f1e6-494e-a50f-0659a9228024 a6e3a385c1694aa885b027e0cbd51257 1c6f67aaaf1b4686a1bbfd27a93c9efc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:56:07.896 8 INFO neutron.db.l3_hamode_db [None req-a7c21c3f-8d19-41ec-b64e-e47a9701b2ed a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:56:07.973 7 INFO neutron.db.l3_hamode_db [None req-8f06302b-f1e6-494e-a50f-0659a9228024 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 232/468] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:06 2026] POST /v2.0/routers => generated 730 bytes in 2200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:56:09.009 8 INFO neutron.db.segments_db [None req-b02fe663-2bf0-492f-8b24-bad42eb3c69b a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment c859fb6a-df7a-4e3a-9653-2bc8c3a84a9b of type vxlan for network e17d8e3c-55c8-4f6d-9ca7-92e6318e32ee [pid: 7|app: 0|req: 237/469] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:06 2026] POST /v2.0/routers => generated 731 bytes in 2326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:56:09.280 8 INFO neutron.db.l3_hamode_db [None req-b02fe663-2bf0-492f-8b24-bad42eb3c69b a6e3a385c1694aa885b027e0cbd51257 14620e9613df4f03a87c413a3587d08a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 238/470] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:56:09 2026] GET /v2.0/security-groups?tenant_id=031982ff2dca4257a685937e2e867765&name=default => generated 2922 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:56:09.863 8 INFO neutron.db.l3_hamode_db [None req-b02fe663-2bf0-492f-8b24-bad42eb3c69b a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 239/471] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:56:09 2026] PUT /v2.0/routers/1e4db7d0-54cf-48b9-af51-9be421b8b1e2/add_router_interface => generated 309 bytes in 1143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/472] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:08 2026] POST /v2.0/routers => generated 736 bytes in 1606 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.71 () {32 vars in 738 bytes} [Thu Apr 2 17:56:10 2026] DELETE /v2.0/security-groups/ff3e86cb-c9fc-4e02-b81d-b8ddd9aca2dd => 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: 240/474] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:56:10 2026] PUT /v2.0/routers/845c7806-67ab-4e44-b78e-6d1821051e6e/add_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/475] 10.0.0.71 () {34 vars in 683 bytes} [Thu Apr 2 17:56:11 2026] POST /v2.0/security-groups => generated 1659 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/476] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:56:10 2026] PUT /v2.0/routers/15bed5e7-1ede-4d65-8887-4b1b9c47a9bf/add_router_interface => generated 309 bytes in 1077 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/477] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:56:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 80 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.71 () {34 vars in 693 bytes} [Thu Apr 2 17:56:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/479] 10.0.0.71 () {34 vars in 674 bytes} [Thu Apr 2 17:56:11 2026] POST /v2.0/floatingips => generated 552 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/480] 10.0.0.100 () {38 vars in 970 bytes} [Thu Apr 2 17:56:12 2026] POST /v2.0/security-groups => generated 1680 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-02 17:56:12.701 7 INFO neutron.db.segments_db [None req-1b84f245-aa44-45aa-a982-fe2531e084bd a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment fdc4e875-018f-406c-b039-b433d05fdd56 of type vxlan for network e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd [pid: 7|app: 0|req: 244/481] 10.0.0.71 () {34 vars in 669 bytes} [Thu Apr 2 17:56:12 2026] POST /v2.0/networks => generated 732 bytes in 329 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.100 () {38 vars in 970 bytes} [Thu Apr 2 17:56:12 2026] POST /v2.0/security-groups => generated 1685 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/483] 10.0.0.100 () {38 vars in 970 bytes} [Thu Apr 2 17:56:12 2026] POST /v2.0/security-groups => generated 1680 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/484] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:12 2026] GET /v2.0/security-groups/1153a18d-11aa-4418-8fa0-7817154a1bc7 => generated 1685 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/485] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:12 2026] POST /v2.0/subnets => generated 698 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/486] 10.0.0.100 () {38 vars in 980 bytes} [Thu Apr 2 17:56:12 2026] POST /v2.0/security-group-rules => generated 614 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/487] 10.0.0.100 () {34 vars in 1099 bytes} [Thu Apr 2 17:56:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1451392426&fields=id&tenant_id=bf6ff7b331fa44d1ad801f368a46ad18 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:56:13.085 7 INFO neutron.db.segments_db [None req-6e2fcebd-12ee-414c-a7e3-9a0cc4d7e70c a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment 420322b9-0735-46cc-b386-9ae432e9c4f6 of type vxlan for network 6d6000cd-328a-43b9-8ff3-78f45bb6bf1a [pid: 8|app: 0|req: 241/488] 10.0.0.100 () {38 vars in 970 bytes} [Thu Apr 2 17:56:13 2026] POST /v2.0/security-groups => generated 1681 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/489] 10.0.0.100 () {34 vars in 981 bytes} [Thu Apr 2 17:56:13 2026] GET /v2.0/networks?id=a42e1d4b-4592-425f-bc3b-1b95ad7df208 => generated 675 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:13.366 7 INFO neutron.db.l3_hamode_db [None req-6e2fcebd-12ee-414c-a7e3-9a0cc4d7e70c a6e3a385c1694aa885b027e0cbd51257 4248e849354344629575d3db2d2e40e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 243/490] 10.0.0.100 () {38 vars in 970 bytes} [Thu Apr 2 17:56:13 2026] POST /v2.0/security-groups => generated 1686 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/491] 10.0.0.100 () {34 vars in 964 bytes} [Thu Apr 2 17:56:13 2026] GET /v2.0/quotas/bf6ff7b331fa44d1ad801f368a46ad18 => 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: 245/492] 10.0.0.100 () {34 vars in 1001 bytes} [Thu Apr 2 17:56:13 2026] GET /v2.0/security-groups?tenant_id=1c6f67aaaf1b4686a1bbfd27a93c9efc => generated 7902 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/493] 10.0.0.100 () {34 vars in 1001 bytes} [Thu Apr 2 17:56:13 2026] GET /v2.0/ports?tenant_id=bf6ff7b331fa44d1ad801f368a46ad18&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/494] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:13 2026] GET /v2.0/security-groups/8e8d1f99-3ee0-4e79-b6c6-241cfee39d3c => generated 2918 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/495] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:13 2026] GET /v2.0/security-groups/8e8d1f99-3ee0-4e79-b6c6-241cfee39d3c => generated 2918 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/496] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:13 2026] GET /v2.0/security-groups/34dc048f-f5fa-4fc1-b9f1-04d4381abb97 => generated 1686 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/497] 10.0.0.100 () {38 vars in 980 bytes} [Thu Apr 2 17:56:13 2026] POST /v2.0/security-group-rules => generated 614 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/498] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:13 2026] GET /v2.0/security-groups/8dccd0e2-5a1a-4b20-97dc-eff13d58b2fe => generated 1680 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/499] 10.0.0.100 () {36 vars in 1012 bytes} [Thu Apr 2 17:56:13 2026] DELETE /v2.0/security-groups/8dccd0e2-5a1a-4b20-97dc-eff13d58b2fe => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/500] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:13 2026] GET /v2.0/security-groups/34dc048f-f5fa-4fc1-b9f1-04d4381abb97 => generated 2311 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/501] 10.0.0.100 () {38 vars in 980 bytes} [Thu Apr 2 17:56:13 2026] POST /v2.0/security-group-rules => generated 619 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/502] 10.0.0.100 () {34 vars in 906 bytes} [Thu Apr 2 17:56:13 2026] GET /v2.0/extensions => generated 21537 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-02 17:56:14.002 8 INFO neutron.api.v2.resource [req-86facd50-a6b2-4fa0-857b-a88ffbed3ca2 req-d8da89df-0f32-4f9b-bd6b-9a7c8fbbbc1f 9ce748690f72413693aed43183d3c5b8 1c6f67aaaf1b4686a1bbfd27a93c9efc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 256/503] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:13 2026] GET /v2.0/security-groups/8dccd0e2-5a1a-4b20-97dc-eff13d58b2fe => 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: 257/504] 10.0.0.100 () {34 vars in 1007 bytes} [Thu Apr 2 17:56:14 2026] GET /v2.0/networks/a42e1d4b-4592-425f-bc3b-1b95ad7df208?fields=segments => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/505] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:14 2026] GET /v2.0/security-groups/34dc048f-f5fa-4fc1-b9f1-04d4381abb97 => generated 2941 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:56:14.052 7 INFO neutron.db.l3_hamode_db [None req-6e2fcebd-12ee-414c-a7e3-9a0cc4d7e70c a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 259/506] 10.0.0.100 () {34 vars in 1107 bytes} [Thu Apr 2 17:56:14 2026] GET /v2.0/networks/a42e1d4b-4592-425f-bc3b-1b95ad7df208?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/507] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:14 2026] GET /v2.0/security-groups/d9ac3584-aa79-4ca8-a30c-f94ea0b8667f => generated 1680 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/508] 10.0.0.100 () {36 vars in 1012 bytes} [Thu Apr 2 17:56:14 2026] DELETE /v2.0/security-groups/d9ac3584-aa79-4ca8-a30c-f94ea0b8667f => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/509] 10.0.0.100 () {34 vars in 1000 bytes} [Thu Apr 2 17:56:14 2026] GET /v2.0/security-group-rules/0705fc52-9a16-4707-86a5-e8467ae5eada => generated 616 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/510] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:14 2026] GET /v2.0/security-groups/34dc048f-f5fa-4fc1-b9f1-04d4381abb97 => generated 2941 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:56:14.254 8 INFO neutron.api.v2.resource [req-b0d63dff-fee3-4c79-b949-19c557ee609e req-5a3a2a3c-2afc-44d3-86fc-ac0a4f94fd46 9ce748690f72413693aed43183d3c5b8 1c6f67aaaf1b4686a1bbfd27a93c9efc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 264/511] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:14 2026] GET /v2.0/security-groups/d9ac3584-aa79-4ca8-a30c-f94ea0b8667f => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/512] 10.0.0.100 () {36 vars in 1022 bytes} [Thu Apr 2 17:56:14 2026] DELETE /v2.0/security-group-rules/0705fc52-9a16-4707-86a5-e8467ae5eada => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/513] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:14 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => 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: 267/514] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:14 2026] GET /v2.0/security-groups/5e170b2f-9744-46ab-b2b5-057dbd1483eb => generated 1681 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/515] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:14 2026] GET /v2.0/security-groups/34dc048f-f5fa-4fc1-b9f1-04d4381abb97 => generated 2311 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/516] 10.0.0.100 () {36 vars in 1012 bytes} [Thu Apr 2 17:56:14 2026] DELETE /v2.0/security-groups/5e170b2f-9744-46ab-b2b5-057dbd1483eb => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/517] 10.0.0.100 () {36 vars in 1012 bytes} [Thu Apr 2 17:56:14 2026] DELETE /v2.0/security-groups/34dc048f-f5fa-4fc1-b9f1-04d4381abb97 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:56:14.568 8 INFO neutron.api.v2.resource [req-13cedeaf-386e-4bd9-a932-e2ffc4542d08 req-29625a03-2556-4e27-92e1-c52ed5bca670 9ce748690f72413693aed43183d3c5b8 1c6f67aaaf1b4686a1bbfd27a93c9efc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 271/518] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:14 2026] GET /v2.0/security-groups/5e170b2f-9744-46ab-b2b5-057dbd1483eb => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/519] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:14 2026] GET /v2.0/security-groups/1153a18d-11aa-4418-8fa0-7817154a1bc7 => generated 2310 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/520] 10.0.0.100 () {34 vars in 1001 bytes} [Thu Apr 2 17:56:14 2026] GET /v2.0/security-groups?tenant_id=1c6f67aaaf1b4686a1bbfd27a93c9efc => generated 2921 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/521] 10.0.0.100 () {36 vars in 1012 bytes} [Thu Apr 2 17:56:14 2026] DELETE /v2.0/security-groups/1153a18d-11aa-4418-8fa0-7817154a1bc7 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/522] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:14 2026] GET /v2.0/security-groups/8e8d1f99-3ee0-4e79-b6c6-241cfee39d3c => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/523] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:13 2026] POST /v2.0/routers => generated 738 bytes in 1792 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/524] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:14 2026] GET /v2.0/security-groups/8e8d1f99-3ee0-4e79-b6c6-241cfee39d3c => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:56:15.577 8 INFO neutron_taas.services.taas.taas_plugin [None req-de9d4491-8edb-4b11-b745-6248ca6a486e a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: daa3f12b-11c4-42b3-88bc-83b848eee94b 2026-04-02 17:56:15.585 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de9d4491-8edb-4b11-b745-6248ca6a486e a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: daa3f12b-11c4-42b3-88bc-83b848eee94b [pid: 7|app: 0|req: 250/525] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:56:14 2026] PUT /v2.0/routers/14413f10-1b57-4d5b-99b3-add823a55467/add_router_interface => generated 309 bytes in 1003 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:15.888 7 INFO neutron.api.v2.resource [req-a9c0d3e2-fef4-404b-ad4c-01dee94d4004 req-f1c7429a-9ce8-4f0d-8564-f07b7c04eb65 9ce748690f72413693aed43183d3c5b8 1c6f67aaaf1b4686a1bbfd27a93c9efc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 251/526] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:15 2026] GET /v2.0/security-groups/5e170b2f-9744-46ab-b2b5-057dbd1483eb => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/527] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:15 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:56:15.941 7 INFO neutron.api.v2.resource [req-b7221e61-8af4-4685-975a-4308c7ec18cc req-7a028dbf-4c6c-4acb-b5f1-be30e4aaf090 9ce748690f72413693aed43183d3c5b8 1c6f67aaaf1b4686a1bbfd27a93c9efc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 253/528] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:15 2026] GET /v2.0/security-groups/d9ac3584-aa79-4ca8-a30c-f94ea0b8667f => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:56:15.967 7 INFO neutron.api.v2.resource [req-b29d036f-663f-418e-a90b-0eaefacd5697 req-04e255f3-a596-4684-a2a7-45566930d4d6 9ce748690f72413693aed43183d3c5b8 1c6f67aaaf1b4686a1bbfd27a93c9efc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 254/529] 10.0.0.100 () {34 vars in 990 bytes} [Thu Apr 2 17:56:15 2026] GET /v2.0/security-groups/8dccd0e2-5a1a-4b20-97dc-eff13d58b2fe => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/530] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:56:14 2026] PUT /v2.0/routers/15bed5e7-1ede-4d65-8887-4b1b9c47a9bf/remove_router_interface => generated 309 bytes in 1312 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:16.294 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4c78ef9-76d2-4f9e-a44e-5fb2b15df816 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: c5232f67-e375-4d78-8fe8-1c25d32a1931 2026-04-02 17:56:16.296 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4c78ef9-76d2-4f9e-a44e-5fb2b15df816 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: c5232f67-e375-4d78-8fe8-1c25d32a1931 2026-04-02 17:56:16.365 7 INFO neutron_taas.services.taas.taas_plugin [None req-b6dc741d-91cc-4a8f-b0b8-1958deea9217 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 80ea3bae-b00b-4e6a-809a-d0d339e64b58 2026-04-02 17:56:16.372 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6dc741d-91cc-4a8f-b0b8-1958deea9217 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 80ea3bae-b00b-4e6a-809a-d0d339e64b58 2026-04-02 17:56:16.510 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4c78ef9-76d2-4f9e-a44e-5fb2b15df816 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: c3097791-a8c0-4ff2-bd64-931d7aa7fdb1 2026-04-02 17:56:16.514 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4c78ef9-76d2-4f9e-a44e-5fb2b15df816 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: c3097791-a8c0-4ff2-bd64-931d7aa7fdb1 2026-04-02 17:56:16.594 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-b4c78ef9-76d2-4f9e-a44e-5fb2b15df816 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - 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-02 17:56:16.947 8 INFO neutron.db.l3_hamode_db [None req-b4c78ef9-76d2-4f9e-a44e-5fb2b15df816 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] HA network e17d8e3c-55c8-4f6d-9ca7-92e6318e32ee was deleted as no HA routers are present in tenant 14620e9613df4f03a87c413a3587d08a. [pid: 8|app: 0|req: 277/531] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:16 2026] DELETE /v2.0/routers/15bed5e7-1ede-4d65-8887-4b1b9c47a9bf => generated 0 bytes in 871 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/532] 10.0.0.71 () {34 vars in 683 bytes} [Thu Apr 2 17:56:16 2026] POST /v2.0/security-groups => generated 1661 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/533] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:56:15 2026] PUT /v2.0/routers/845c7806-67ab-4e44-b78e-6d1821051e6e/remove_router_interface => generated 309 bytes in 1205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/534] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:17 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:56:17.290 8 INFO neutron.services.segments.plugin [-] Segment c859fb6a-df7a-4e3a-9653-2bc8c3a84a9b resource provider aggregate not found 2026-04-02 17:56:17.310 8 INFO neutron.services.segments.plugin [-] Segment c859fb6a-df7a-4e3a-9653-2bc8c3a84a9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c859fb6a-df7a-4e3a-9653-2bc8c3a84a9b found for delete ", "request_id": "req-317214d4-d689-46bb-a83d-7209b111b31e"}]} [pid: 7|app: 0|req: 257/535] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:56:17 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) 2026-04-02 17:56:17.320 8 INFO neutron.services.segments.plugin [-] Segment c859fb6a-df7a-4e3a-9653-2bc8c3a84a9b resource provider aggregate not found [pid: 8|app: 0|req: 279/536] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:17 2026] DELETE /v2.0/subnets/bb205760-7dc5-4367-af68-562f028964d4 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:56:17.341 8 INFO neutron.services.segments.plugin [-] Segment c859fb6a-df7a-4e3a-9653-2bc8c3a84a9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c859fb6a-df7a-4e3a-9653-2bc8c3a84a9b found for delete ", "request_id": "req-6fbc421d-2723-4fb9-825d-fb493208414c"}]} [pid: 8|app: 0|req: 280/537] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:56:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:56:17.487 8 INFO neutron_taas.services.taas.taas_plugin [None req-884e1b24-0789-41bd-9c6a-a9e38bc4dea1 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 88c81c9a-6293-4177-b645-82570d1b13d5 2026-04-02 17:56:17.489 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-884e1b24-0789-41bd-9c6a-a9e38bc4dea1 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 88c81c9a-6293-4177-b645-82570d1b13d5 2026-04-02 17:56:17.498 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4c5314d-9056-4589-acaf-d1df62419d4c a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: d2d4d728-9b3c-4935-b6cc-f2ace33198f8 2026-04-02 17:56:17.510 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4c5314d-9056-4589-acaf-d1df62419d4c a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: d2d4d728-9b3c-4935-b6cc-f2ace33198f8 [pid: 8|app: 0|req: 281/538] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:56:17 2026] DELETE /v2.0/networks/f1f587f4-be0b-4518-808d-32e7fdb352ae => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:56:17.815 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4c5314d-9056-4589-acaf-d1df62419d4c a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: b10c3816-a223-4245-9bac-9248a764b1f5 2026-04-02 17:56:17.817 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4c5314d-9056-4589-acaf-d1df62419d4c a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: b10c3816-a223-4245-9bac-9248a764b1f5 2026-04-02 17:56:17.890 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-a4c5314d-9056-4589-acaf-d1df62419d4c a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 282/539] 10.0.0.71 () {34 vars in 674 bytes} [Thu Apr 2 17:56:17 2026] POST /v2.0/floatingips => generated 552 bytes in 586 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:56:18.313 7 INFO neutron.db.l3_hamode_db [None req-a4c5314d-9056-4589-acaf-d1df62419d4c a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] HA network da38e1f2-084a-4f9d-872c-b35877f6f9f3 was deleted as no HA routers are present in tenant 1c6f67aaaf1b4686a1bbfd27a93c9efc. [pid: 8|app: 0|req: 283/540] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:56:18 2026] GET /v2.0/security-groups?tenant_id=14620e9613df4f03a87c413a3587d08a&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/541] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:17 2026] DELETE /v2.0/routers/845c7806-67ab-4e44-b78e-6d1821051e6e => generated 0 bytes in 999 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/542] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:18 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => 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: 259/543] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:56:18 2026] DELETE /v2.0/security-groups/8dd18b3b-ea96-426f-8c1b-740315045b28 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/544] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:18 2026] DELETE /v2.0/subnets/eb8bd511-0aba-47d2-8267-9a0fae614452 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:56:18.561 7 INFO neutron_taas.services.taas.taas_plugin [None req-55c86777-5541-47c8-ad1a-a272c5ebf57f a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 964cfa7f-fc1d-4922-b323-b566d00d2e63 2026-04-02 17:56:18.564 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55c86777-5541-47c8-ad1a-a272c5ebf57f a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 964cfa7f-fc1d-4922-b323-b566d00d2e63 2026-04-02 17:56:18.772 7 INFO neutron.services.segments.plugin [-] Segment 664b08bd-02af-4cce-8f93-e23201f19269 resource provider aggregate not found [pid: 8|app: 0|req: 286/545] 10.0.0.100 () {34 vars in 1099 bytes} [Thu Apr 2 17:56:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1240972076&fields=id&tenant_id=4248e849354344629575d3db2d2e40e7 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/546] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:56:18 2026] DELETE /v2.0/networks/50ccfd45-008e-4361-89ab-85fb41ae2151 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:56:18.789 7 INFO neutron.services.segments.plugin [-] Segment 664b08bd-02af-4cce-8f93-e23201f19269 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 664b08bd-02af-4cce-8f93-e23201f19269 found for delete ", "request_id": "req-0eca4d83-b084-4d80-869d-d244acb3f293"}]} 2026-04-02 17:56:18.850 7 INFO neutron.services.segments.plugin [-] Segment 664b08bd-02af-4cce-8f93-e23201f19269 resource provider aggregate not found [pid: 8|app: 0|req: 287/547] 10.0.0.100 () {34 vars in 981 bytes} [Thu Apr 2 17:56:18 2026] GET /v2.0/networks?id=e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd => generated 683 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:18.870 7 INFO neutron.services.segments.plugin [-] Segment 664b08bd-02af-4cce-8f93-e23201f19269 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 664b08bd-02af-4cce-8f93-e23201f19269 found for delete ", "request_id": "req-145a8e04-3bab-409c-9dc9-487e248951b6"}]} [pid: 7|app: 0|req: 261/548] 10.0.0.100 () {34 vars in 964 bytes} [Thu Apr 2 17:56:18 2026] GET /v2.0/quotas/4248e849354344629575d3db2d2e40e7 => 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: 288/549] 10.0.0.100 () {34 vars in 1001 bytes} [Thu Apr 2 17:56:18 2026] GET /v2.0/ports?tenant_id=4248e849354344629575d3db2d2e40e7&fields=id => generated 57 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/550] 10.0.0.100 () {34 vars in 1007 bytes} [Thu Apr 2 17:56:18 2026] GET /v2.0/networks/e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd?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: 289/551] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:56:18 2026] GET /v2.0/security-groups?tenant_id=1c6f67aaaf1b4686a1bbfd27a93c9efc&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/552] 10.0.0.100 () {34 vars in 1107 bytes} [Thu Apr 2 17:56:19 2026] GET /v2.0/networks/e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd?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: 8|app: 0|req: 290/553] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:56:19 2026] DELETE /v2.0/security-groups/8e8d1f99-3ee0-4e79-b6c6-241cfee39d3c => 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: 264/554] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:19 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:56:19.331 8 INFO neutron.services.segments.plugin [-] Segment 9f229c69-9997-481b-a1be-93b6c1b6cc88 resource provider aggregate not found 2026-04-02 17:56:19.349 8 INFO neutron.services.segments.plugin [-] Segment 9f229c69-9997-481b-a1be-93b6c1b6cc88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f229c69-9997-481b-a1be-93b6c1b6cc88 found for delete ", "request_id": "req-4eb819f8-ca73-4005-a3b9-8fe649eb5c09"}]} 2026-04-02 17:56:19.355 8 INFO neutron.services.segments.plugin [-] Segment 9f229c69-9997-481b-a1be-93b6c1b6cc88 resource provider aggregate not found 2026-04-02 17:56:19.373 8 INFO neutron.services.segments.plugin [-] Segment 9f229c69-9997-481b-a1be-93b6c1b6cc88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f229c69-9997-481b-a1be-93b6c1b6cc88 found for delete ", "request_id": "req-8f6402c0-0e0f-430b-b379-2589fab431ea"}]} [pid: 7|app: 0|req: 265/555] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:19 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => 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: 291/558] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:56:19 2026] GET /v2.0/networks?id=a42e1d4b-4592-425f-bc3b-1b95ad7df208 => generated 675 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/559] 199.204.45.155 () {34 vars in 910 bytes} [Thu Apr 2 17:56:19 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/560] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 2 17:56:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bf6ff7b331fa44d1ad801f368a46ad18 => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/561] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 2 17:56:19 2026] POST /v2.0/ports => generated 954 bytes in 403 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: 270/562] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => 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: 293/563] 10.0.0.71 () {32 vars in 651 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions => generated 21537 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/564] 10.0.0.71 () {32 vars in 679 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/565] 10.0.0.71 () {32 vars in 679 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/566] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/567] 10.0.0.71 () {32 vars in 663 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/agent => generated 153 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/568] 10.0.0.71 () {32 vars in 697 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/569] 10.0.0.71 () {32 vars in 695 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/570] 10.0.0.71 () {32 vars in 699 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/571] 10.0.0.71 () {32 vars in 687 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/572] 10.0.0.71 () {32 vars in 701 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/573] 10.0.0.71 () {32 vars in 691 bytes} [Thu Apr 2 17:56:20 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: 7|app: 0|req: 280/574] 10.0.0.71 () {32 vars in 693 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/575] 10.0.0.71 () {32 vars in 683 bytes} [Thu Apr 2 17:56:20 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: 282/576] 10.0.0.71 () {32 vars in 685 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/577] 10.0.0.71 () {32 vars in 659 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/578] 10.0.0.71 () {32 vars in 697 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/579] 10.0.0.71 () {32 vars in 677 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/580] 10.0.0.71 () {32 vars in 681 bytes} [Thu Apr 2 17:56: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: 287/581] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 957 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/582] 10.0.0.71 () {32 vars in 673 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/583] 10.0.0.71 () {32 vars in 687 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/584] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/585] 10.0.0.71 () {32 vars in 721 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/586] 10.0.0.71 () {32 vars in 685 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/587] 10.0.0.71 () {32 vars in 667 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/588] 10.0.0.71 () {32 vars in 685 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/589] 10.0.0.71 () {32 vars in 679 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/590] 10.0.0.71 () {32 vars in 697 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/591] 10.0.0.71 () {32 vars in 677 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/592] 10.0.0.71 () {32 vars in 665 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/593] 10.0.0.71 () {32 vars in 675 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/594] 10.0.0.71 () {32 vars in 663 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/l3-ha => 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: 301/595] 10.0.0.71 () {32 vars in 673 bytes} [Thu Apr 2 17:56: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: 7|app: 0|req: 302/596] 10.0.0.71 () {32 vars in 711 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/597] 10.0.0.71 () {32 vars in 689 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/598] 10.0.0.71 () {32 vars in 681 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/599] 10.0.0.71 () {32 vars in 667 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/600] 10.0.0.71 () {32 vars in 685 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/601] 10.0.0.71 () {32 vars in 703 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/602] 10.0.0.71 () {32 vars in 673 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/603] 10.0.0.71 () {32 vars in 699 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/604] 10.0.0.71 () {32 vars in 673 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/605] 10.0.0.71 () {32 vars in 691 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/606] 10.0.0.71 () {32 vars in 687 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/607] 10.0.0.71 () {32 vars in 707 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/608] 10.0.0.71 () {32 vars in 703 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/609] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 17:56:20 2026] PUT /v2.0/ports/10672ccd-b7fb-4d1c-a97b-3b7539d73026 => generated 1235 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/610] 10.0.0.71 () {32 vars in 717 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:20.813 7 INFO neutron.services.segments.plugin [-] Segment e9a80f43-06f0-4d4b-8691-f822248b6a20 resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 296/611] 10.0.0.71 () {32 vars in 695 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/612] 10.0.0.71 () {32 vars in 709 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:20.831 7 INFO neutron.services.segments.plugin [-] Segment e9a80f43-06f0-4d4b-8691-f822248b6a20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9a80f43-06f0-4d4b-8691-f822248b6a20 found for delete ", "request_id": "req-fffb49e6-867d-4c9e-9a6c-9f243943f2ce"}]} [pid: 8|app: 0|req: 297/613] 10.0.0.71 () {32 vars in 667 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/binding => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/614] 10.0.0.71 () {32 vars in 685 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/615] 10.0.0.71 () {32 vars in 679 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/616] 10.0.0.71 () {32 vars in 673 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/617] 10.0.0.71 () {32 vars in 669 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/provider => generated 191 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/618] 10.0.0.71 () {32 vars in 659 bytes} [Thu Apr 2 17:56:20 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) 2026-04-02 17:56:20.895 7 INFO neutron.services.segments.plugin [-] Segment e9a80f43-06f0-4d4b-8691-f822248b6a20 resource provider aggregate not found [pid: 8|app: 0|req: 300/619] 10.0.0.71 () {32 vars in 697 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/620] 10.0.0.71 () {32 vars in 697 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:20.930 7 INFO neutron.services.segments.plugin [-] Segment e9a80f43-06f0-4d4b-8691-f822248b6a20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9a80f43-06f0-4d4b-8691-f822248b6a20 found for delete ", "request_id": "req-116df6d5-0054-4aee-8196-70fcd6026eff"}]} [pid: 8|app: 0|req: 301/621] 10.0.0.71 () {32 vars in 675 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/622] 10.0.0.71 () {32 vars in 667 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/623] 10.0.0.71 () {32 vars in 681 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/624] 10.0.0.71 () {32 vars in 699 bytes} [Thu Apr 2 17:56: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: 305/625] 10.0.0.71 () {32 vars in 683 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/626] 10.0.0.71 () {32 vars in 705 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/627] 10.0.0.71 () {32 vars in 667 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/628] 10.0.0.71 () {32 vars in 695 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/qos-rule-type-details => 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: 309/629] 10.0.0.71 () {32 vars in 693 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/630] 10.0.0.71 () {32 vars in 683 bytes} [Thu Apr 2 17:56:20 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/631] 10.0.0.71 () {32 vars in 687 bytes} [Thu Apr 2 17:56:21 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: 312/632] 10.0.0.71 () {32 vars in 703 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/633] 10.0.0.71 () {32 vars in 665 bytes} [Thu Apr 2 17:56:21 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: 314/634] 10.0.0.71 () {32 vars in 679 bytes} [Thu Apr 2 17:56:21 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: 315/635] 10.0.0.71 () {32 vars in 679 bytes} [Thu Apr 2 17:56:21 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: 316/636] 10.0.0.71 () {32 vars in 689 bytes} [Thu Apr 2 17:56:21 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: 317/637] 10.0.0.71 () {32 vars in 689 bytes} [Thu Apr 2 17:56:21 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: 318/638] 10.0.0.71 () {32 vars in 693 bytes} [Thu Apr 2 17:56:21 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: 319/639] 10.0.0.71 () {32 vars in 683 bytes} [Thu Apr 2 17:56:21 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: 320/640] 10.0.0.71 () {32 vars in 687 bytes} [Thu Apr 2 17:56:21 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: 321/641] 10.0.0.71 () {32 vars in 699 bytes} [Thu Apr 2 17:56:21 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: 322/642] 10.0.0.71 () {32 vars in 701 bytes} [Thu Apr 2 17:56:21 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: 323/643] 10.0.0.71 () {32 vars in 711 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/644] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/645] 10.0.0.71 () {32 vars in 713 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/646] 10.0.0.71 () {32 vars in 725 bytes} [Thu Apr 2 17:56:21 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: 327/647] 10.0.0.71 () {32 vars in 739 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/648] 10.0.0.71 () {32 vars in 717 bytes} [Thu Apr 2 17:56:21 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: 329/649] 10.0.0.71 () {32 vars in 681 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/650] 10.0.0.71 () {32 vars in 667 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/651] 10.0.0.71 () {32 vars in 717 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/652] 10.0.0.71 () {32 vars in 677 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/653] 10.0.0.71 () {32 vars in 667 bytes} [Thu Apr 2 17:56:21 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: 334/654] 10.0.0.71 () {32 vars in 695 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/655] 10.0.0.71 () {32 vars in 703 bytes} [Thu Apr 2 17:56:21 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: 336/656] 10.0.0.71 () {32 vars in 699 bytes} [Thu Apr 2 17:56:21 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) 2026-04-02 17:56:21.231 7 INFO neutron.db.segments_db [None req-ed7586a7-b1c6-45ac-871b-cbd24d235552 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment 9ca61c36-1520-4919-8f72-eba8599d751e of type vxlan for network 800af7fc-7c97-4999-9883-7f68a70e3097 [pid: 8|app: 0|req: 337/657] 10.0.0.71 () {32 vars in 699 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/658] 10.0.0.71 () {32 vars in 681 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/659] 10.0.0.71 () {32 vars in 703 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/660] 10.0.0.71 () {32 vars in 693 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/661] 10.0.0.71 () {32 vars in 687 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/662] 10.0.0.71 () {32 vars in 695 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/663] 10.0.0.71 () {32 vars in 677 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/664] 10.0.0.71 () {32 vars in 687 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/665] 10.0.0.71 () {32 vars in 699 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/666] 10.0.0.71 () {32 vars in 663 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/667] 10.0.0.71 () {34 vars in 669 bytes} [Thu Apr 2 17:56:20 2026] POST /v2.0/networks => generated 718 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/668] 10.0.0.71 () {32 vars in 679 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/669] 10.0.0.71 () {32 vars in 675 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/670] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/671] 10.0.0.71 () {32 vars in 691 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/672] 10.0.0.71 () {32 vars in 675 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:21.385 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b39ad6af-57c5-458a-8fd6-324a1f5f9256'] response: {'name': 'network-changed', 'server_uuid': '40bef5a3-a53e-4fcd-a6d0-21bcdf29a398', 'tag': '10672ccd-b7fb-4d1c-a97b-3b7539d73026', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 352/673] 10.0.0.71 () {32 vars in 665 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/674] 10.0.0.71 () {32 vars in 661 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/taas => generated 175 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/675] 10.0.0.71 () {32 vars in 673 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/676] 10.0.0.71 () {32 vars in 685 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/677] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:21 2026] POST /v2.0/subnets => generated 684 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:56:21.583 8 INFO neutron.db.segments_db [None req-f91efe36-71ec-4b64-ad0d-7060a259b6c0 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment 65c253c7-f44e-48bf-80da-d2ecad5311d2 of type vxlan for network 47eee563-62a0-4c29-8baa-03cc1b072d0d [pid: 7|app: 0|req: 323/678] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/679] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:21.822 8 INFO neutron.db.l3_hamode_db [None req-f91efe36-71ec-4b64-ad0d-7060a259b6c0 a6e3a385c1694aa885b027e0cbd51257 1f4cdf0785634122b0e6e1c0903bb18f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 325/680] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/ports?tenant_id=bf6ff7b331fa44d1ad801f368a46ad18&device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => 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: 326/681] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=10672ccd-b7fb-4d1c-a97b-3b7539d73026 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/682] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/subnets?id=e2355218-e253-4e88-a684-e0fd99a3f26d => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/683] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:56:21 2026] GET /v2.0/security-groups?tenant_id=2d97ac5c264a4cbbb956c3c9f833b90f&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/684] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:56:22 2026] GET /v2.0/ports?network_id=a42e1d4b-4592-425f-bc3b-1b95ad7df208&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: 330/685] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:56:22 2026] DELETE /v2.0/security-groups/e23b1479-f589-45c6-80c0-62a79f9e1aa3 => 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: 331/686] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:56:22 2026] GET /v2.0/networks/a42e1d4b-4592-425f-bc3b-1b95ad7df208?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: 332/687] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:56:22 2026] GET /v2.0/networks/a42e1d4b-4592-425f-bc3b-1b95ad7df208?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: 333/688] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:22 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:56:22.538 8 INFO neutron.db.l3_hamode_db [None req-f91efe36-71ec-4b64-ad0d-7060a259b6c0 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 334/689] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:22 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/690] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:22 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&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: 356/691] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:21 2026] POST /v2.0/routers => generated 724 bytes in 1946 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/692] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:56:23 2026] GET /v2.0/ports?tenant_id=bf6ff7b331fa44d1ad801f368a46ad18&device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/693] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:56:23 2026] GET /v2.0/networks?id=e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd => generated 683 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/694] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:56:23 2026] GET /v2.0/networks?id=a42e1d4b-4592-425f-bc3b-1b95ad7df208 => generated 771 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/695] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 2 17:56:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4248e849354344629575d3db2d2e40e7 => 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: 360/696] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:23 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => 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: 361/697] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:56:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=10672ccd-b7fb-4d1c-a97b-3b7539d73026 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/698] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 2 17:56:23 2026] POST /v2.0/ports => generated 954 bytes in 463 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: 363/699] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:56:24 2026] GET /v2.0/subnets?id=e2355218-e253-4e88-a684-e0fd99a3f26d => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/700] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:24 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 969 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:24.632 8 INFO neutron.db.segments_db [None req-ce979236-7950-456f-af9d-8ebfc3e83216 da59bbec05e34146a3d225dc55ca672e fb8102577fbb46a8ad0bc02de3650252 - - default default] Added segment 2deaa56f-59a3-44de-95ec-f60ab0ee0d88 of type vxlan for network c3272050-fcbc-4752-b5d3-178698c56d07 [pid: 8|app: 0|req: 365/701] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:56:24 2026] POST /v2.0/networks => generated 629 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/702] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:56:23 2026] PUT /v2.0/routers/9e58e351-2f9b-4ca9-af2f-e071ee4eaa08/add_router_interface => generated 309 bytes in 1226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/703] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:56:24 2026] GET /v2.0/ports?network_id=a42e1d4b-4592-425f-bc3b-1b95ad7df208&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: 339/704] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:24 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/705] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:24 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 957 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/706] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:56:24 2026] GET /v2.0/networks/a42e1d4b-4592-425f-bc3b-1b95ad7df208?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/707] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:24 2026] GET /v2.0/security-groups?id=378bb6e5-1194-4275-9830-0faa47bbf0c7&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/708] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:56:24 2026] GET /v2.0/networks/a42e1d4b-4592-425f-bc3b-1b95ad7df208?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/709] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 17:56:24 2026] PUT /v2.0/ports/005764dc-2b40-41ab-bf13-d1d954c8688b => generated 1235 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:56:25.140 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a99eb156-2890-4964-87fe-92a0cb5b921d'] response: {'name': 'network-changed', 'server_uuid': 'ecdacb1f-f80e-4765-852b-cf04dcf630a3', 'tag': '005764dc-2b40-41ab-bf13-d1d954c8688b', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 367/710] 10.0.0.71 () {34 vars in 683 bytes} [Thu Apr 2 17:56:25 2026] POST /v2.0/security-groups => generated 1661 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/711] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:25 2026] POST /v2.0/subnets => generated 673 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:56:25.455 7 INFO neutron.db.segments_db [None req-c9e21c67-0f4a-4eee-942e-4992a663cc6e da59bbec05e34146a3d225dc55ca672e fb8102577fbb46a8ad0bc02de3650252 - - default default] Added segment e0204a27-6364-47ae-83e8-50096af4c8ec of type vxlan for network 6aedb386-3209-4ccd-a797-c24638b24d64 [pid: 8|app: 0|req: 368/712] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:56:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/713] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:56:25 2026] POST /v2.0/networks => generated 628 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/714] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:56:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/715] 10.0.0.71 () {34 vars in 741 bytes} [Thu Apr 2 17:56:25 2026] PUT /v2.0/networks/6aedb386-3209-4ccd-a797-c24638b24d64 => generated 592 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/716] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:25 2026] POST /v2.0/subnets => generated 646 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/717] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:56:25 2026] GET /v2.0/ports?tenant_id=4248e849354344629575d3db2d2e40e7&device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/718] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:25 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/719] 10.0.0.71 () {34 vars in 674 bytes} [Thu Apr 2 17:56:25 2026] POST /v2.0/floatingips => generated 552 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/720] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 2 17:56:26 2026] GET /v2.0/networks?tenant_id=4248e849354344629575d3db2d2e40e7&shared=False => generated 779 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/721] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:26 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/722] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:26 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&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: 350/723] 10.0.0.71 () {34 vars in 739 bytes} [Thu Apr 2 17:56:26 2026] PUT /v2.0/subnets/a3684dbb-d454-4597-a94c-5c31b3837202 => generated 656 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/724] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:26 2026] GET /v2.0/security-groups?id=378bb6e5-1194-4275-9830-0faa47bbf0c7&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/725] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 2 17:56:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:26.384 7 INFO neutron.services.segments.plugin [-] Segment e0204a27-6364-47ae-83e8-50096af4c8ec resource provider aggregate not found 2026-04-02 17:56:26.391 7 INFO neutron.services.segments.plugin [-] Segment e0204a27-6364-47ae-83e8-50096af4c8ec resource provider aggregate not found 2026-04-02 17:56:26.408 7 INFO neutron.services.segments.plugin [-] Segment e0204a27-6364-47ae-83e8-50096af4c8ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0204a27-6364-47ae-83e8-50096af4c8ec found for delete ", "request_id": "req-8ecf8c74-28ee-46c9-b2be-e8b25bc68a09"}]} [pid: 7|app: 0|req: 352/726] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:56:26 2026] DELETE /v2.0/networks/6aedb386-3209-4ccd-a797-c24638b24d64 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:56:26.423 7 INFO neutron.services.segments.plugin [-] Segment e0204a27-6364-47ae-83e8-50096af4c8ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0204a27-6364-47ae-83e8-50096af4c8ec found for delete ", "request_id": "req-e45b5a58-1327-4573-939f-34ff2c96215f"}]} 2026-04-02 17:56:26.434 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c3f01f7c-f6d9-4390-b9c4-f95f2d29984d da59bbec05e34146a3d225dc55ca672e fb8102577fbb46a8ad0bc02de3650252 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 375/727] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:56:26 2026] DELETE /v2.0/networks/6aedb386-3209-4ccd-a797-c24638b24d64 => 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: 376/728] 10.0.0.100 () {34 vars in 1099 bytes} [Thu Apr 2 17:56:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1238442416&fields=id&tenant_id=1f4cdf0785634122b0e6e1c0903bb18f => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/729] 10.0.0.71 () {32 vars in 692 bytes} [Thu Apr 2 17:56:26 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/730] 10.0.0.100 () {34 vars in 981 bytes} [Thu Apr 2 17:56:26 2026] GET /v2.0/networks?id=800af7fc-7c97-4999-9883-7f68a70e3097 => generated 669 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/731] 10.0.0.71 () {32 vars in 740 bytes} [Thu Apr 2 17:56:26 2026] GET /v2.0/subnets?network_id=745e5bd0-33b1-468c-afe3-f02223590ff7 => generated 649 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/732] 10.0.0.100 () {34 vars in 964 bytes} [Thu Apr 2 17:56:26 2026] GET /v2.0/quotas/1f4cdf0785634122b0e6e1c0903bb18f => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/733] 10.0.0.71 () {32 vars in 651 bytes} [Thu Apr 2 17:56:26 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/734] 10.0.0.71 () {32 vars in 647 bytes} [Thu Apr 2 17:56:26 2026] GET /v2.0/networks => generated 1313 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/735] 10.0.0.100 () {34 vars in 1001 bytes} [Thu Apr 2 17:56:26 2026] GET /v2.0/ports?tenant_id=1f4cdf0785634122b0e6e1c0903bb18f&fields=id => generated 57 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/736] 10.0.0.71 () {32 vars in 645 bytes} [Thu Apr 2 17:56:26 2026] GET /v2.0/subnets => generated 1312 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/737] 10.0.0.100 () {34 vars in 1007 bytes} [Thu Apr 2 17:56:26 2026] GET /v2.0/networks/800af7fc-7c97-4999-9883-7f68a70e3097?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/738] 10.0.0.71 () {32 vars in 721 bytes} [Thu Apr 2 17:56:26 2026] GET /v2.0/networks/c3272050-fcbc-4752-b5d3-178698c56d07 => generated 673 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/739] 10.0.0.100 () {34 vars in 1107 bytes} [Thu Apr 2 17:56:26 2026] GET /v2.0/networks/800af7fc-7c97-4999-9883-7f68a70e3097?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/740] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 17:56:26 2026] GET /v2.0/subnets/48a40fe7-132f-4178-8ee2-3be07aa5db2a => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:26.773 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e0303b04-898b-4655-b8d1-9ac30f3c61df da59bbec05e34146a3d225dc55ca672e fb8102577fbb46a8ad0bc02de3650252 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 382/741] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:26 2026] DELETE /v2.0/subnets/a3684dbb-d454-4597-a94c-5c31b3837202 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:56:26.792 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d40fa80-5dba-48cd-a6c6-f26a07fadf6d da59bbec05e34146a3d225dc55ca672e fb8102577fbb46a8ad0bc02de3650252 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 360/742] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:56:26 2026] DELETE /v2.0/networks/6aedb386-3209-4ccd-a797-c24638b24d64 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/743] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:26 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => 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: 383/744] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:26 2026] DELETE /v2.0/subnets/48a40fe7-132f-4178-8ee2-3be07aa5db2a => 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: 362/745] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:56:26 2026] DELETE /v2.0/networks/c3272050-fcbc-4752-b5d3-178698c56d07 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/746] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:27 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/747] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:56:27 2026] GET /v2.0/ports?tenant_id=4248e849354344629575d3db2d2e40e7&device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 1238 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/748] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:27 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/749] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:27 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => 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: 365/750] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:56:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=005764dc-2b40-41ab-bf13-d1d954c8688b => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/751] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:27 2026] GET /v2.0/security-groups?id=378bb6e5-1194-4275-9830-0faa47bbf0c7&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: 366/752] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:56:27 2026] GET /v2.0/subnets?id=e828b6dd-786b-4f92-9e73-4808a47abc8d => generated 701 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/753] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:56:27 2026] GET /v2.0/ports?network_id=e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd&device_owner=network%3Adhcp => generated 1244 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/754] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:56:27 2026] GET /v2.0/networks/e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/755] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:56:27 2026] GET /v2.0/networks/e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd?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: 367/756] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:56:27 2026] GET /v2.0/security-groups?tenant_id=fb8102577fbb46a8ad0bc02de3650252&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/757] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:56:27 2026] DELETE /v2.0/security-groups/8b233620-f69a-4fc6-ae3c-d68644598972 => 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: 368/758] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:27 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => 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: 391/759] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:28 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => 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: 392/760] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:28 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&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-02 17:56:28.426 7 INFO neutron.services.segments.plugin [-] Segment 2deaa56f-59a3-44de-95ec-f60ab0ee0d88 resource provider aggregate not found [pid: 7|app: 0|req: 369/761] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:28 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:28.442 7 INFO neutron.services.segments.plugin [-] Segment 2deaa56f-59a3-44de-95ec-f60ab0ee0d88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2deaa56f-59a3-44de-95ec-f60ab0ee0d88 found for delete ", "request_id": "req-2ac541a6-db84-4ac2-9883-343cabe7443a"}]} 2026-04-02 17:56:28.443 7 INFO neutron.services.segments.plugin [-] Segment 2deaa56f-59a3-44de-95ec-f60ab0ee0d88 resource provider aggregate not found 2026-04-02 17:56:28.469 7 INFO neutron.services.segments.plugin [-] Segment 2deaa56f-59a3-44de-95ec-f60ab0ee0d88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2deaa56f-59a3-44de-95ec-f60ab0ee0d88 found for delete ", "request_id": "req-406adf53-66a2-4ced-8920-987a1bce0e6b"}]} [pid: 8|app: 0|req: 393/762] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:28 2026] GET /v2.0/security-groups?id=378bb6e5-1194-4275-9830-0faa47bbf0c7&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/763] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:29 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => 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: 371/764] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:29 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => 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: 394/765] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:29 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/766] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:29 2026] GET /v2.0/security-groups?id=378bb6e5-1194-4275-9830-0faa47bbf0c7&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/767] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:29 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&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-02 17:56:29.930 7 INFO neutron.db.segments_db [None req-91d9829e-71e6-4a56-a948-57b031430f2f ef0cebbe95c24c6e99e255a4c9118146 6ceeb85594af423798b468ccf831bdab - - default default] Added segment 46dcb810-16dd-4791-a5ad-f2185d72bca6 of type vxlan for network cca9c0b3-67ef-4719-a5f5-67b47ebb5f50 [pid: 7|app: 0|req: 373/768] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:56:29 2026] POST /v2.0/networks => generated 630 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/769] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:30 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => 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: 396/770] 10.0.0.71 () {34 vars in 663 bytes} [Thu Apr 2 17:56:30 2026] POST /v2.0/ports => generated 778 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:56:30.370 7 INFO neutron.db.segments_db [None req-f81258e4-d988-4cfd-9a4c-37761148bd69 ef0cebbe95c24c6e99e255a4c9118146 6ceeb85594af423798b468ccf831bdab - - default default] Added segment fb2af108-39ef-47c9-8801-08b3068d7466 of type vxlan for network ae8315bd-8211-4c31-9e19-c1a9ece7a0c1 [pid: 7|app: 0|req: 375/771] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:56:30 2026] POST /v2.0/networks => generated 616 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: 397/772] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:30 2026] POST /v2.0/subnets => generated 646 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/773] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:30 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 969 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/774] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:30 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/775] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:30 2026] GET /v2.0/security-groups?id=378bb6e5-1194-4275-9830-0faa47bbf0c7&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/776] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:30 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/777] 10.0.0.71 () {34 vars in 663 bytes} [Thu Apr 2 17:56:30 2026] POST /v2.0/ports => generated 962 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:56:31.233 7 INFO neutron_taas.services.taas.taas_plugin [None req-3abbe4f0-98b0-4182-8fde-f7e71bbb93e6 ef0cebbe95c24c6e99e255a4c9118146 6ceeb85594af423798b468ccf831bdab - - default default] TaaS: Handle Delete Port: 0716eb1d-2c34-4265-8905-fe52d3fa9ad3 2026-04-02 17:56:31.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3abbe4f0-98b0-4182-8fde-f7e71bbb93e6 ef0cebbe95c24c6e99e255a4c9118146 6ceeb85594af423798b468ccf831bdab - - default default] Tap Mirror: Handle Delete Port: 0716eb1d-2c34-4265-8905-fe52d3fa9ad3 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 399/778] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:31 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => 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: 400/779] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:56:31 2026] GET /v2.0/networks?id=800af7fc-7c97-4999-9883-7f68a70e3097 => generated 669 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/780] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:56:31 2026] DELETE /v2.0/ports/0716eb1d-2c34-4265-8905-fe52d3fa9ad3 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:56:31.421 8 INFO neutron.pecan_wsgi.hooks.translation [None req-88585a3b-ea79-43b8-9c33-aaa0638f49fc ef0cebbe95c24c6e99e255a4c9118146 6ceeb85594af423798b468ccf831bdab - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 401/781] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:56:31 2026] DELETE /v2.0/ports/0716eb1d-2c34-4265-8905-fe52d3fa9ad3 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/782] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 2 17:56:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1f4cdf0785634122b0e6e1c0903bb18f => generated 181 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:31.446 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3d63ed1e-19ae-463a-9391-6adc7bb5d5da ef0cebbe95c24c6e99e255a4c9118146 6ceeb85594af423798b468ccf831bdab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 402/783] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:56:31 2026] GET /v2.0/ports/0716eb1d-2c34-4265-8905-fe52d3fa9ad3 => 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: 403/784] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:31 2026] DELETE /v2.0/subnets/f46984c4-1ac6-4a4f-8f6a-97c7cf39e9c5 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:56:31.746 8 INFO neutron.services.segments.plugin [-] Segment fb2af108-39ef-47c9-8801-08b3068d7466 resource provider aggregate not found 2026-04-02 17:56:31.749 8 INFO neutron.services.segments.plugin [-] Segment fb2af108-39ef-47c9-8801-08b3068d7466 resource provider aggregate not found 2026-04-02 17:56:31.778 8 INFO neutron.services.segments.plugin [-] Segment fb2af108-39ef-47c9-8801-08b3068d7466 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb2af108-39ef-47c9-8801-08b3068d7466 found for delete ", "request_id": "req-fa11d75e-1e0f-4271-bde7-8f2627764b5a"}]} 2026-04-02 17:56:31.782 8 INFO neutron.services.segments.plugin [-] Segment fb2af108-39ef-47c9-8801-08b3068d7466 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb2af108-39ef-47c9-8801-08b3068d7466 found for delete ", "request_id": "req-6ac4959c-d263-4dc8-87bd-e5e20b934d1b"}]} [pid: 8|app: 0|req: 404/785] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:56:31 2026] DELETE /v2.0/networks/ae8315bd-8211-4c31-9e19-c1a9ece7a0c1 => 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: 382/786] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 2 17:56:31 2026] POST /v2.0/ports => generated 958 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 17:56:31.856 8 INFO neutron.db.segments_db [None req-4befb441-ef29-4eb1-9c94-5c29c88d5529 ef0cebbe95c24c6e99e255a4c9118146 6ceeb85594af423798b468ccf831bdab - - default default] Added segment e7e0fe29-2013-40cf-a79d-bc43a4480c1a of type vxlan for network fc448243-708b-47e2-b316-98b9cab145fb [pid: 8|app: 0|req: 405/787] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:56:31 2026] POST /v2.0/networks => generated 616 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/788] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:31 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/789] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:32 2026] POST /v2.0/subnets => generated 646 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/790] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 17:56:31 2026] PUT /v2.0/ports/ea28f49a-744d-45a6-9900-3cc95d20343a => generated 1239 bytes in 412 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: 408/791] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:32 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => 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: 384/792] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:32 2026] GET /v2.0/security-groups?id=378bb6e5-1194-4275-9830-0faa47bbf0c7&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: 385/793] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:32 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/794] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:32 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/795] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:32 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/796] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:32 2026] GET /v2.0/security-groups?id=1a20b701-6049-4bc5-8cdd-5a80962ca937&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: 409/797] 10.0.0.71 () {34 vars in 663 bytes} [Thu Apr 2 17:56:32 2026] POST /v2.0/ports => generated 923 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:56:32.690 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e25fd658-5e76-44e8-bc43-d7bcb8b9534e'] response: {'name': 'network-changed', 'server_uuid': '8b045768-2fac-4293-92bd-06557e463126', 'tag': 'ea28f49a-744d-45a6-9900-3cc95d20343a', 'status': 'completed', 'code': 200} 2026-04-02 17:56:32.722 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb71c671-c1ee-40cb-90ec-7fe168042a96 ef0cebbe95c24c6e99e255a4c9118146 6ceeb85594af423798b468ccf831bdab - - default default] TaaS: Handle Delete Port: a25c9fc4-fc1b-4f04-a3b4-7517c3fe2504 2026-04-02 17:56:32.728 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb71c671-c1ee-40cb-90ec-7fe168042a96 ef0cebbe95c24c6e99e255a4c9118146 6ceeb85594af423798b468ccf831bdab - - default default] Tap Mirror: Handle Delete Port: a25c9fc4-fc1b-4f04-a3b4-7517c3fe2504 [pid: 8|app: 0|req: 410/798] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:56:32 2026] DELETE /v2.0/ports/a25c9fc4-fc1b-4f04-a3b4-7517c3fe2504 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:56:32.899 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b91ff77-d2e8-477e-b8ef-4e59248b19dc ef0cebbe95c24c6e99e255a4c9118146 6ceeb85594af423798b468ccf831bdab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 411/799] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:56:32 2026] GET /v2.0/ports/a25c9fc4-fc1b-4f04-a3b4-7517c3fe2504 => 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: 412/800] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:32 2026] DELETE /v2.0/subnets/153c10d9-1045-4361-922b-d6587946fa28 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:56:33.206 7 INFO neutron.db.l3_db [None req-d9ea2d66-23c2-4abe-be41-2c08d02c3793 33d85545ebc64f68868f98d855da964d bf6ff7b331fa44d1ad801f368a46ad18 - - default default] Floating IP ba96d7ba-e2c5-4d5f-9378-c3163542f4f7 associated. External IP: 10.96.250.211, port: 10672ccd-b7fb-4d1c-a97b-3b7539d73026. [pid: 8|app: 0|req: 413/801] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:56:33 2026] DELETE /v2.0/networks/fc448243-708b-47e2-b316-98b9cab145fb => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/802] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:56:33 2026] GET /v2.0/ports?tenant_id=1f4cdf0785634122b0e6e1c0903bb18f&device_id=8b045768-2fac-4293-92bd-06557e463126 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/803] 10.0.0.71 () {34 vars in 663 bytes} [Thu Apr 2 17:56:33 2026] POST /v2.0/ports => generated 778 bytes in 252 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: 389/804] 10.0.0.71 () {34 vars in 747 bytes} [Thu Apr 2 17:56:32 2026] PUT /v2.0/floatingips/ba96d7ba-e2c5-4d5f-9378-c3163542f4f7 => generated 855 bytes in 1006 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/805] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 2 17:56:33 2026] GET /v2.0/networks?tenant_id=1f4cdf0785634122b0e6e1c0903bb18f&shared=False => generated 765 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/806] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:33 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/807] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 2 17:56:33 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/808] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:33 2026] GET /v2.0/security-groups?id=378bb6e5-1194-4275-9830-0faa47bbf0c7&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/809] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:33 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => 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: 394/810] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:33 2026] GET /v2.0/security-groups?id=1a20b701-6049-4bc5-8cdd-5a80962ca937&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/811] 10.0.0.71 () {34 vars in 735 bytes} [Thu Apr 2 17:56:33 2026] PUT /v2.0/ports/41cd56bd-3c6b-4c72-80f0-e14801b606ec => generated 752 bytes in 204 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: 418/812] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:33 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:33.808 8 INFO neutron.services.segments.plugin [-] Segment e7e0fe29-2013-40cf-a79d-bc43a4480c1a resource provider aggregate not found 2026-04-02 17:56:33.819 8 INFO neutron.services.segments.plugin [-] Segment e7e0fe29-2013-40cf-a79d-bc43a4480c1a resource provider aggregate not found 2026-04-02 17:56:33.825 8 INFO neutron.services.segments.plugin [-] Segment e7e0fe29-2013-40cf-a79d-bc43a4480c1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7e0fe29-2013-40cf-a79d-bc43a4480c1a found for delete ", "request_id": "req-ee36d023-3586-4abe-b69e-75607cb59991"}]} 2026-04-02 17:56:33.846 8 INFO neutron.services.segments.plugin [-] Segment e7e0fe29-2013-40cf-a79d-bc43a4480c1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7e0fe29-2013-40cf-a79d-bc43a4480c1a found for delete ", "request_id": "req-f7aa818f-0142-474b-a4ec-62ae78a2f969"}]} 2026-04-02 17:56:33.859 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ce8f36d-ff5b-47c9-bdae-5dcdd7eb39ea ef0cebbe95c24c6e99e255a4c9118146 6ceeb85594af423798b468ccf831bdab - - default default] TaaS: Handle Delete Port: 41cd56bd-3c6b-4c72-80f0-e14801b606ec 2026-04-02 17:56:33.862 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ce8f36d-ff5b-47c9-bdae-5dcdd7eb39ea ef0cebbe95c24c6e99e255a4c9118146 6ceeb85594af423798b468ccf831bdab - - default default] Tap Mirror: Handle Delete Port: 41cd56bd-3c6b-4c72-80f0-e14801b606ec [pid: 7|app: 0|req: 395/813] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:56:33 2026] DELETE /v2.0/ports/41cd56bd-3c6b-4c72-80f0-e14801b606ec => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/814] 10.0.0.71 () {32 vars in 641 bytes} [Thu Apr 2 17:56:33 2026] GET /v2.0/ports => generated 781 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:34.014 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f03f63d5-fef8-42e9-bf79-d05e27429e86 ef0cebbe95c24c6e99e255a4c9118146 6ceeb85594af423798b468ccf831bdab - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 397/815] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:56:33 2026] GET /v2.0/ports/41cd56bd-3c6b-4c72-80f0-e14801b606ec => 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: 398/816] 10.0.0.71 () {32 vars in 641 bytes} [Thu Apr 2 17:56:34 2026] GET /v2.0/ports => generated 781 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/817] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:56:34 2026] GET /v2.0/ports/578fd41a-7c14-4f07-abc7-1a99abd23011 => generated 778 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:34.113 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a6125791-2fbb-462b-b25f-c521421d2fad ef0cebbe95c24c6e99e255a4c9118146 6ceeb85594af423798b468ccf831bdab - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 400/818] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:56:34 2026] DELETE /v2.0/ports/a25c9fc4-fc1b-4f04-a3b4-7517c3fe2504 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:56:34.128 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bdb1785b-3bae-4c24-bd09-28e0916a3857 ef0cebbe95c24c6e99e255a4c9118146 6ceeb85594af423798b468ccf831bdab - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 401/819] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:34 2026] DELETE /v2.0/subnets/153c10d9-1045-4361-922b-d6587946fa28 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:56:34.150 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eef91565-b605-442b-988f-dab4414386df ef0cebbe95c24c6e99e255a4c9118146 6ceeb85594af423798b468ccf831bdab - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 402/820] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:34 2026] DELETE /v2.0/subnets/f46984c4-1ac6-4a4f-8f6a-97c7cf39e9c5 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:56:34.245 7 INFO neutron_taas.services.taas.taas_plugin [None req-c65015f5-284d-405d-a378-5917f53daf7a ef0cebbe95c24c6e99e255a4c9118146 6ceeb85594af423798b468ccf831bdab - - default default] TaaS: Handle Delete Port: 578fd41a-7c14-4f07-abc7-1a99abd23011 2026-04-02 17:56:34.250 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c65015f5-284d-405d-a378-5917f53daf7a ef0cebbe95c24c6e99e255a4c9118146 6ceeb85594af423798b468ccf831bdab - - default default] Tap Mirror: Handle Delete Port: 578fd41a-7c14-4f07-abc7-1a99abd23011 [pid: 7|app: 0|req: 403/821] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:56:34 2026] DELETE /v2.0/ports/578fd41a-7c14-4f07-abc7-1a99abd23011 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:56:34.345 8 INFO neutron.db.l3_db [None req-8bfcca54-0bfb-44e0-bbab-08558951a329 a667ef2ab99f4e5fb0b86294f48756a4 4248e849354344629575d3db2d2e40e7 - - default default] Floating IP d605e71b-9282-46f3-807f-104b6f95228e associated. External IP: 10.96.250.210, port: 005764dc-2b40-41ab-bf13-d1d954c8688b. 2026-04-02 17:56:34.447 7 INFO neutron.services.segments.plugin [-] Segment 46dcb810-16dd-4791-a5ad-f2185d72bca6 resource provider aggregate not found 2026-04-02 17:56:34.449 7 INFO neutron.services.segments.plugin [-] Segment 46dcb810-16dd-4791-a5ad-f2185d72bca6 resource provider aggregate not found 2026-04-02 17:56:34.472 7 INFO neutron.services.segments.plugin [-] Segment 46dcb810-16dd-4791-a5ad-f2185d72bca6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46dcb810-16dd-4791-a5ad-f2185d72bca6 found for delete ", "request_id": "req-dc9780cc-df42-457c-9053-e025bb637d06"}]} 2026-04-02 17:56:34.476 7 INFO neutron.services.segments.plugin [-] Segment 46dcb810-16dd-4791-a5ad-f2185d72bca6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46dcb810-16dd-4791-a5ad-f2185d72bca6 found for delete ", "request_id": "req-0a0814bd-b438-4edc-9251-5a558c9b14a2"}]} [pid: 7|app: 0|req: 404/822] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:56:34 2026] DELETE /v2.0/networks/cca9c0b3-67ef-4719-a5f5-67b47ebb5f50 => 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: 419/825] 10.0.0.71 () {34 vars in 747 bytes} [Thu Apr 2 17:56:33 2026] PUT /v2.0/floatingips/d605e71b-9282-46f3-807f-104b6f95228e => generated 855 bytes in 875 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/826] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:56:34 2026] GET /v2.0/ports?tenant_id=1f4cdf0785634122b0e6e1c0903bb18f&device_id=8b045768-2fac-4293-92bd-06557e463126 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/827] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 2 17:56:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ea28f49a-744d-45a6-9900-3cc95d20343a => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:56:34.732 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-92ceb718-0ee0-4de8-a070-b1eb9aa548fa'] response: {'name': 'network-changed', 'server_uuid': '40bef5a3-a53e-4fcd-a6d0-21bcdf29a398', 'tag': '10672ccd-b7fb-4d1c-a97b-3b7539d73026', 'status': 'completed', 'code': 200} 2026-04-02 17:56:34.750 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7cfc3a5d-7a8f-49b7-b4d4-260fd4e30010'] response: {'name': 'network-changed', 'server_uuid': 'ecdacb1f-f80e-4765-852b-cf04dcf630a3', 'tag': '005764dc-2b40-41ab-bf13-d1d954c8688b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 408/828] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:56:34 2026] GET /v2.0/subnets?id=7e07ffdf-ffb4-4ac3-a60b-b51344cb1a1c => generated 687 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/829] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:34 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/830] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:56:34 2026] GET /v2.0/ports?network_id=800af7fc-7c97-4999-9883-7f68a70e3097&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/831] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:34 2026] GET /v2.0/security-groups?id=378bb6e5-1194-4275-9830-0faa47bbf0c7&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/832] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:34 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/833] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:56:34 2026] GET /v2.0/networks/800af7fc-7c97-4999-9883-7f68a70e3097?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: 424/834] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:34 2026] GET /v2.0/security-groups?id=1a20b701-6049-4bc5-8cdd-5a80962ca937&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: 411/835] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:56:34 2026] GET /v2.0/networks/800af7fc-7c97-4999-9883-7f68a70e3097?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: 425/836] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:56:34 2026] GET /v2.0/security-groups?tenant_id=6ceeb85594af423798b468ccf831bdab&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/837] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:56:35 2026] DELETE /v2.0/security-groups/5acfa47a-9d82-4a9a-9a7b-d707b529145b => 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: 426/838] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:56:35 2026] GET /v2.0/ports?tenant_id=bf6ff7b331fa44d1ad801f368a46ad18&device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => 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: 413/839] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:56:35 2026] GET /v2.0/ports?tenant_id=4248e849354344629575d3db2d2e40e7&device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/840] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:56:35 2026] GET /v2.0/networks?id=a42e1d4b-4592-425f-bc3b-1b95ad7df208 => generated 771 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/841] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:56:35 2026] GET /v2.0/networks?id=e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd => generated 779 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/842] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:56:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=10672ccd-b7fb-4d1c-a97b-3b7539d73026 => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/843] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:56:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=005764dc-2b40-41ab-bf13-d1d954c8688b => generated 858 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/844] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:56:35 2026] GET /v2.0/subnets?id=e2355218-e253-4e88-a684-e0fd99a3f26d => generated 693 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/845] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:56:35 2026] GET /v2.0/subnets?id=e828b6dd-786b-4f92-9e73-4808a47abc8d => generated 701 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/846] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:56:35 2026] GET /v2.0/ports?network_id=a42e1d4b-4592-425f-bc3b-1b95ad7df208&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/847] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:56:35 2026] GET /v2.0/ports?network_id=e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/848] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:56:35 2026] GET /v2.0/networks/e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/849] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:56:35 2026] GET /v2.0/networks/a42e1d4b-4592-425f-bc3b-1b95ad7df208?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/850] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:56:35 2026] GET /v2.0/networks/e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd?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: 432/851] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:56:35 2026] GET /v2.0/networks/a42e1d4b-4592-425f-bc3b-1b95ad7df208?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: 420/852] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:36 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/853] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:36 2026] GET /v2.0/security-groups?id=1a20b701-6049-4bc5-8cdd-5a80962ca937&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/854] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:37 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/855] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:37 2026] GET /v2.0/security-groups?id=1a20b701-6049-4bc5-8cdd-5a80962ca937&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-02 17:56:37.349 7 INFO neutron.db.segments_db [None req-40a2ea66-2e8d-4ee9-afa0-4c6502c5b574 7fdd356bbdda4afb90c6e163eb512cde e54c12227d0446c18ff4b13c6c3582d9 - - default default] Added segment c192bfc8-4357-4871-b1cf-fba8be7f9c30 of type vxlan for network f10e797e-47cd-49f9-8d55-32c87e0264b1 [pid: 7|app: 0|req: 421/856] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:56:37 2026] POST /v2.0/networks => generated 626 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/857] 10.0.0.71 () {34 vars in 663 bytes} [Thu Apr 2 17:56:37 2026] POST /v2.0/ports => generated 775 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:56:37.872 7 INFO neutron.db.segments_db [None req-11d9fd37-994c-49da-9729-ae0c60e992e9 7fdd356bbdda4afb90c6e163eb512cde e54c12227d0446c18ff4b13c6c3582d9 - - default default] Added segment b50bac93-ace6-46b6-8ee0-11b02f1d44b3 of type vxlan for network 2b4f79ce-fe22-4d3d-aac9-8b4e59893239 [pid: 7|app: 0|req: 422/858] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:56:37 2026] POST /v2.0/networks => generated 612 bytes in 140 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: 437/859] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:37 2026] POST /v2.0/subnets => generated 626 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/860] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:38 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => 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: 439/861] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:38 2026] GET /v2.0/security-groups?id=1a20b701-6049-4bc5-8cdd-5a80962ca937&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/862] 10.0.0.71 () {34 vars in 663 bytes} [Thu Apr 2 17:56:38 2026] POST /v2.0/ports => generated 950 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:56:38.650 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5eb58f4-c921-430a-a543-13d60d9df8fc 7fdd356bbdda4afb90c6e163eb512cde e54c12227d0446c18ff4b13c6c3582d9 - - default default] TaaS: Handle Delete Port: 8276dc79-802d-4f2c-9734-a04aaf574eb1 2026-04-02 17:56:38.652 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5eb58f4-c921-430a-a543-13d60d9df8fc 7fdd356bbdda4afb90c6e163eb512cde e54c12227d0446c18ff4b13c6c3582d9 - - default default] Tap Mirror: Handle Delete Port: 8276dc79-802d-4f2c-9734-a04aaf574eb1 [pid: 8|app: 0|req: 440/863] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:56:38 2026] DELETE /v2.0/ports/8276dc79-802d-4f2c-9734-a04aaf574eb1 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 17:56:38.811 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a1f9c87-9d01-49f4-9b92-217f79a15624 7fdd356bbdda4afb90c6e163eb512cde e54c12227d0446c18ff4b13c6c3582d9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 424/864] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:56:38 2026] DELETE /v2.0/ports/8276dc79-802d-4f2c-9734-a04aaf574eb1 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:56:38.837 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c2343e6-ecbc-49c9-ab88-18341f8b20be 7fdd356bbdda4afb90c6e163eb512cde e54c12227d0446c18ff4b13c6c3582d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 441/865] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:56:38 2026] GET /v2.0/ports/8276dc79-802d-4f2c-9734-a04aaf574eb1 => 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: 425/866] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:38 2026] DELETE /v2.0/subnets/c27742bd-dddb-48f5-aa7c-c5abb2746b2d => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:56:39.127 8 INFO neutron.services.segments.plugin [-] Segment b50bac93-ace6-46b6-8ee0-11b02f1d44b3 resource provider aggregate not found 2026-04-02 17:56:39.132 8 INFO neutron.services.segments.plugin [-] Segment b50bac93-ace6-46b6-8ee0-11b02f1d44b3 resource provider aggregate not found 2026-04-02 17:56:39.150 8 INFO neutron.services.segments.plugin [-] Segment b50bac93-ace6-46b6-8ee0-11b02f1d44b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b50bac93-ace6-46b6-8ee0-11b02f1d44b3 found for delete ", "request_id": "req-1e310284-f575-4f85-803d-56444b82c5b2"}]} 2026-04-02 17:56:39.150 8 INFO neutron.services.segments.plugin [-] Segment b50bac93-ace6-46b6-8ee0-11b02f1d44b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b50bac93-ace6-46b6-8ee0-11b02f1d44b3 found for delete ", "request_id": "req-92179d08-7160-445e-8132-aceaa47a537d"}]} [pid: 8|app: 0|req: 442/867] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:56:38 2026] DELETE /v2.0/networks/2b4f79ce-fe22-4d3d-aac9-8b4e59893239 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:56:39.231 7 INFO neutron.db.segments_db [None req-d1787ac2-c2db-4014-9706-eb0cc758f6ea 7fdd356bbdda4afb90c6e163eb512cde e54c12227d0446c18ff4b13c6c3582d9 - - default default] Added segment 94fbdb9d-8340-4cd5-9715-b49beaf4e5c6 of type vxlan for network 37f9e5a9-6c7b-46f4-a315-7b14c18291b6 [pid: 7|app: 0|req: 426/868] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:56:39 2026] POST /v2.0/networks => generated 612 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/869] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:39 2026] POST /v2.0/subnets => generated 626 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/870] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:39 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => 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: 428/871] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:39 2026] GET /v2.0/security-groups?id=1a20b701-6049-4bc5-8cdd-5a80962ca937&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/872] 10.0.0.71 () {34 vars in 663 bytes} [Thu Apr 2 17:56:39 2026] POST /v2.0/ports => generated 911 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:56:40.131 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe63a0f0-f766-46fc-bf47-9ad31d608e65 7fdd356bbdda4afb90c6e163eb512cde e54c12227d0446c18ff4b13c6c3582d9 - - default default] TaaS: Handle Delete Port: 09d6711c-dfdc-43bf-a205-77544005ee76 2026-04-02 17:56:40.136 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe63a0f0-f766-46fc-bf47-9ad31d608e65 7fdd356bbdda4afb90c6e163eb512cde e54c12227d0446c18ff4b13c6c3582d9 - - default default] Tap Mirror: Handle Delete Port: 09d6711c-dfdc-43bf-a205-77544005ee76 [pid: 7|app: 0|req: 429/873] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:56:39 2026] DELETE /v2.0/ports/09d6711c-dfdc-43bf-a205-77544005ee76 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:56:40.350 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7983c4bf-377a-434e-a86b-eaa92b442499 7fdd356bbdda4afb90c6e163eb512cde e54c12227d0446c18ff4b13c6c3582d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 445/874] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:56:40 2026] GET /v2.0/ports/09d6711c-dfdc-43bf-a205-77544005ee76 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/875] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:40 2026] DELETE /v2.0/subnets/753cacd8-c90d-4a43-b1ae-e6e47c6f6428 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/876] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:56:40 2026] DELETE /v2.0/networks/37f9e5a9-6c7b-46f4-a315-7b14c18291b6 => 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: 447/877] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:40 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/878] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:40 2026] GET /v2.0/security-groups?id=1a20b701-6049-4bc5-8cdd-5a80962ca937&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/879] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:40 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/880] 10.0.0.71 () {34 vars in 663 bytes} [Thu Apr 2 17:56:40 2026] POST /v2.0/ports => generated 775 bytes in 342 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: 432/881] 10.0.0.71 () {34 vars in 735 bytes} [Thu Apr 2 17:56:40 2026] PUT /v2.0/ports/9f75b0ac-2e81-4472-aa39-0010f16574bb => generated 752 bytes in 169 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-02 17:56:41.175 8 INFO neutron.services.segments.plugin [-] Segment 94fbdb9d-8340-4cd5-9715-b49beaf4e5c6 resource provider aggregate not found 2026-04-02 17:56:41.176 8 INFO neutron.services.segments.plugin [-] Segment 94fbdb9d-8340-4cd5-9715-b49beaf4e5c6 resource provider aggregate not found 2026-04-02 17:56:41.199 8 INFO neutron.services.segments.plugin [-] Segment 94fbdb9d-8340-4cd5-9715-b49beaf4e5c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94fbdb9d-8340-4cd5-9715-b49beaf4e5c6 found for delete ", "request_id": "req-64b92dea-6768-40de-bcd1-466a3959b553"}]} 2026-04-02 17:56:41.200 8 INFO neutron.services.segments.plugin [-] Segment 94fbdb9d-8340-4cd5-9715-b49beaf4e5c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94fbdb9d-8340-4cd5-9715-b49beaf4e5c6 found for delete ", "request_id": "req-5e6d4bb9-627e-43ef-9220-8a1a629dd5af"}]} 2026-04-02 17:56:41.231 7 INFO neutron_taas.services.taas.taas_plugin [None req-287f421e-374d-4393-b053-1fddf6c96ca4 7fdd356bbdda4afb90c6e163eb512cde e54c12227d0446c18ff4b13c6c3582d9 - - default default] TaaS: Handle Delete Port: 9f75b0ac-2e81-4472-aa39-0010f16574bb 2026-04-02 17:56:41.234 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-287f421e-374d-4393-b053-1fddf6c96ca4 7fdd356bbdda4afb90c6e163eb512cde e54c12227d0446c18ff4b13c6c3582d9 - - default default] Tap Mirror: Handle Delete Port: 9f75b0ac-2e81-4472-aa39-0010f16574bb 2026-04-02 17:56:41.248 8 INFO neutron.db.l3_db [None req-34c54012-0ddb-4c3d-b85a-a856a1a65852 f707c5d7de67470caeec751c14ab2496 1f4cdf0785634122b0e6e1c0903bb18f - - default default] Floating IP cc41d40d-e14c-4bd6-8805-5f108de58ead associated. External IP: 10.96.250.208, port: ea28f49a-744d-45a6-9900-3cc95d20343a. [pid: 7|app: 0|req: 433/882] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:56:41 2026] DELETE /v2.0/ports/9f75b0ac-2e81-4472-aa39-0010f16574bb => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/883] 10.0.0.71 () {32 vars in 641 bytes} [Thu Apr 2 17:56:41 2026] GET /v2.0/ports => generated 778 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:41.383 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b67198d-3160-466d-bb5c-a38bab96a3db 7fdd356bbdda4afb90c6e163eb512cde e54c12227d0446c18ff4b13c6c3582d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 435/884] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:56:41 2026] GET /v2.0/ports/9f75b0ac-2e81-4472-aa39-0010f16574bb => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/885] 10.0.0.71 () {32 vars in 641 bytes} [Thu Apr 2 17:56:41 2026] GET /v2.0/ports => generated 778 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/886] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:56:41 2026] GET /v2.0/ports/94d4bba0-7081-4005-bd78-512e1939fbfe => generated 775 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:41.479 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2ebc80d6-ed8e-4d25-892c-6263d52d311e 7fdd356bbdda4afb90c6e163eb512cde e54c12227d0446c18ff4b13c6c3582d9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 438/887] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:56:41 2026] DELETE /v2.0/ports/09d6711c-dfdc-43bf-a205-77544005ee76 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:56:41.494 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f8dcedd1-c214-44a3-b55c-e466f8b83ac5 7fdd356bbdda4afb90c6e163eb512cde e54c12227d0446c18ff4b13c6c3582d9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 439/888] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:41 2026] DELETE /v2.0/subnets/753cacd8-c90d-4a43-b1ae-e6e47c6f6428 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:56:41.511 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0eaaca5e-5eeb-473b-8fa8-ad80223d42ac 7fdd356bbdda4afb90c6e163eb512cde e54c12227d0446c18ff4b13c6c3582d9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 440/889] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:41 2026] DELETE /v2.0/subnets/c27742bd-dddb-48f5-aa7c-c5abb2746b2d => 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: 450/890] 10.0.0.71 () {34 vars in 747 bytes} [Thu Apr 2 17:56:40 2026] PUT /v2.0/floatingips/cc41d40d-e14c-4bd6-8805-5f108de58ead => generated 856 bytes in 648 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:41.605 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-31ef8f12-e747-4a95-a91c-7c7b81634de6'] response: {'name': 'network-changed', 'server_uuid': '8b045768-2fac-4293-92bd-06557e463126', 'tag': 'ea28f49a-744d-45a6-9900-3cc95d20343a', 'status': 'completed', 'code': 200} 2026-04-02 17:56:41.608 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1c7d2bf-60ce-436b-9023-471272dcab72 7fdd356bbdda4afb90c6e163eb512cde e54c12227d0446c18ff4b13c6c3582d9 - - default default] TaaS: Handle Delete Port: 94d4bba0-7081-4005-bd78-512e1939fbfe 2026-04-02 17:56:41.611 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1c7d2bf-60ce-436b-9023-471272dcab72 7fdd356bbdda4afb90c6e163eb512cde e54c12227d0446c18ff4b13c6c3582d9 - - default default] Tap Mirror: Handle Delete Port: 94d4bba0-7081-4005-bd78-512e1939fbfe [pid: 8|app: 0|req: 451/891] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:41 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => 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: 452/892] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:41 2026] GET /v2.0/security-groups?id=1a20b701-6049-4bc5-8cdd-5a80962ca937&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/893] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:56:41 2026] DELETE /v2.0/ports/94d4bba0-7081-4005-bd78-512e1939fbfe => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/894] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:56:41 2026] DELETE /v2.0/networks/f10e797e-47cd-49f9-8d55-32c87e0264b1 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/895] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:41 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/896] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:42 2026] GET /v2.0/security-groups?id=1a20b701-6049-4bc5-8cdd-5a80962ca937&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/897] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:56:42 2026] GET /v2.0/ports?tenant_id=1f4cdf0785634122b0e6e1c0903bb18f&device_id=8b045768-2fac-4293-92bd-06557e463126 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/898] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:56:42 2026] GET /v2.0/networks?id=800af7fc-7c97-4999-9883-7f68a70e3097 => generated 765 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/899] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 2 17:56:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ea28f49a-744d-45a6-9900-3cc95d20343a => generated 859 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/900] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:56:42 2026] GET /v2.0/subnets?id=7e07ffdf-ffb4-4ac3-a60b-b51344cb1a1c => generated 687 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/901] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:56:42 2026] GET /v2.0/ports?network_id=800af7fc-7c97-4999-9883-7f68a70e3097&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: 457/902] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:56:42 2026] GET /v2.0/networks/800af7fc-7c97-4999-9883-7f68a70e3097?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/903] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:56:42 2026] GET /v2.0/networks/800af7fc-7c97-4999-9883-7f68a70e3097?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: 446/904] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:56:42 2026] GET /v2.0/security-groups?tenant_id=e54c12227d0446c18ff4b13c6c3582d9&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: 459/905] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:56:42 2026] DELETE /v2.0/security-groups/23f6d17e-e036-4d54-9622-8e3695a5182f => 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: 447/906] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:43 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:43.221 8 INFO neutron.services.segments.plugin [-] Segment c192bfc8-4357-4871-b1cf-fba8be7f9c30 resource provider aggregate not found 2026-04-02 17:56:43.225 8 INFO neutron.services.segments.plugin [-] Segment c192bfc8-4357-4871-b1cf-fba8be7f9c30 resource provider aggregate not found 2026-04-02 17:56:43.250 8 INFO neutron.services.segments.plugin [-] Segment c192bfc8-4357-4871-b1cf-fba8be7f9c30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c192bfc8-4357-4871-b1cf-fba8be7f9c30 found for delete ", "request_id": "req-8f432649-03cd-44c2-b8d1-c8b3177449de"}]} 2026-04-02 17:56:43.251 8 INFO neutron.services.segments.plugin [-] Segment c192bfc8-4357-4871-b1cf-fba8be7f9c30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c192bfc8-4357-4871-b1cf-fba8be7f9c30 found for delete ", "request_id": "req-e66b0288-bdf9-4278-89ec-7785718142cc"}]} [pid: 8|app: 0|req: 460/907] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:43 2026] GET /v2.0/security-groups?id=1a20b701-6049-4bc5-8cdd-5a80962ca937&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/908] 10.0.0.140 () {34 vars in 989 bytes} [Thu Apr 2 17:56:43 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 1240 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/909] 10.0.0.140 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:43 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&fields=id&fields=name => generated 114 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/910] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:44 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => 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: 462/911] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:44 2026] GET /v2.0/security-groups?id=1a20b701-6049-4bc5-8cdd-5a80962ca937&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: 463/912] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 2 17:56:44 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:44.639 8 INFO neutron_taas.services.taas.taas_plugin [req-5acba88b-a474-4e88-b392-f32f9d4eef81 req-6913af32-b1d7-47f5-9a4d-448f01a84c78 f707c5d7de67470caeec751c14ab2496 1f4cdf0785634122b0e6e1c0903bb18f - - default default] TaaS: Handle Delete Port: ea28f49a-744d-45a6-9900-3cc95d20343a 2026-04-02 17:56:44.642 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5acba88b-a474-4e88-b392-f32f9d4eef81 req-6913af32-b1d7-47f5-9a4d-448f01a84c78 f707c5d7de67470caeec751c14ab2496 1f4cdf0785634122b0e6e1c0903bb18f - - default default] Tap Mirror: Handle Delete Port: ea28f49a-744d-45a6-9900-3cc95d20343a 2026-04-02 17:56:44.659 7 INFO neutron.db.segments_db [None req-c2bb0325-1083-426d-9168-88a88a9b6a26 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Added segment 3c1b03a7-1036-4121-b3f7-0369bddb4cdb of type vxlan for network 2b629d99-08c9-40d4-b2b8-07ecd8005d11 [pid: 7|app: 0|req: 450/913] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:56:44 2026] POST /v2.0/networks => generated 611 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/914] 10.0.0.140 () {34 vars in 989 bytes} [Thu Apr 2 17:56:44 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:56:44.848 7 INFO neutron.db.segments_db [None req-43f6a4a8-0449-43a0-8465-a7bee4302145 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Added segment 747af562-a443-4e8f-a020-076772d010a8 of type vxlan for network d96fcdf4-3803-4b66-aa2b-40d16f1e175d 2026-04-02 17:56:44.852 8 INFO neutron.db.l3_db [req-5acba88b-a474-4e88-b392-f32f9d4eef81 req-6913af32-b1d7-47f5-9a4d-448f01a84c78 f707c5d7de67470caeec751c14ab2496 1f4cdf0785634122b0e6e1c0903bb18f - - default default] Floating IP cc41d40d-e14c-4bd6-8805-5f108de58ead disassociated. External IP: 10.96.250.208, port: ea28f49a-744d-45a6-9900-3cc95d20343a. [pid: 7|app: 0|req: 452/915] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:56:44 2026] POST /v2.0/networks => generated 610 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/916] 10.0.0.140 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:44 2026] GET /v2.0/security-groups?id=378bb6e5-1194-4275-9830-0faa47bbf0c7&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/917] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 2 17:56:44 2026] DELETE /v2.0/ports/ea28f49a-744d-45a6-9900-3cc95d20343a => generated 0 bytes in 662 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/918] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:44 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:56:45.232 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-63d37091-1382-41bb-add7-92ffae293fd1'] response: {'server_uuid': '8b045768-2fac-4293-92bd-06557e463126', 'name': 'network-vif-deleted', 'tag': 'ea28f49a-744d-45a6-9900-3cc95d20343a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 465/919] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:45 2026] POST /v2.0/subnets => generated 626 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:56:45.485 7 INFO neutron.db.segments_db [None req-da7a2d8d-b09a-43e5-8db6-d4536abf289e 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Added segment 3fe97aa4-766d-4e60-af0c-4e4c60644a98 of type vxlan for network 06fb16f4-c060-4d43-85c7-294575ccec3f [pid: 8|app: 0|req: 466/920] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:45 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:56:45.711 7 INFO neutron.db.l3_hamode_db [None req-da7a2d8d-b09a-43e5-8db6-d4536abf289e 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:56:45.843 7 INFO neutron.db.l3_hamode_db [None req-da7a2d8d-b09a-43e5-8db6-d4536abf289e 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 455/921] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:45 2026] POST /v2.0/routers => generated 506 bytes in 964 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/922] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:46 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => 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: 467/923] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:56:46 2026] PUT /v2.0/routers/78be603e-f74b-48a0-9b2e-6bf9f4eff427/add_router_interface => generated 309 bytes in 1058 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/924] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:56:47 2026] GET /v2.0/ports/e0f1b0f7-ab42-4105-b755-7a39890741f0 => generated 955 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/925] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:47 2026] GET /v2.0/ports?device_id=8b045768-2fac-4293-92bd-06557e463126 => 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: 459/926] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:56:48 2026] DELETE /v2.0/security-groups/1a20b701-6049-4bc5-8cdd-5a80962ca937 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:56:48.878 7 INFO neutron.api.v2.resource [None req-5a41fb76-5a74-48bd-9517-7ac2bda96e61 f707c5d7de67470caeec751c14ab2496 1f4cdf0785634122b0e6e1c0903bb18f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 460/927] 10.0.0.71 () {32 vars in 735 bytes} [Thu Apr 2 17:56:48 2026] GET /v2.0/security-groups/1a20b701-6049-4bc5-8cdd-5a80962ca937 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/928] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:56:47 2026] PUT /v2.0/routers/78be603e-f74b-48a0-9b2e-6bf9f4eff427/add_router_interface => generated 309 bytes in 1469 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:48.982 7 INFO neutron_taas.services.taas.taas_plugin [None req-2658f9dc-963a-4efd-b93d-f44251954a78 f707c5d7de67470caeec751c14ab2496 1f4cdf0785634122b0e6e1c0903bb18f - - default default] TaaS: Handle Delete Port: 865c635b-43bf-40e6-967e-33e647dca283 2026-04-02 17:56:48.984 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2658f9dc-963a-4efd-b93d-f44251954a78 f707c5d7de67470caeec751c14ab2496 1f4cdf0785634122b0e6e1c0903bb18f - - default default] Tap Mirror: Handle Delete Port: 865c635b-43bf-40e6-967e-33e647dca283 [pid: 8|app: 0|req: 469/929] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:56:48 2026] GET /v2.0/ports/d2a5adc8-dd9a-4a05-94cb-3eb25eee1f44 => generated 955 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/930] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 17:56:48 2026] DELETE /v2.0/floatingips/cc41d40d-e14c-4bd6-8805-5f108de58ead => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:56:49.342 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb45b0ed-4a96-4ac2-b4db-30cb036ac5f2 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] TaaS: Handle Delete Port: d2a5adc8-dd9a-4a05-94cb-3eb25eee1f44 2026-04-02 17:56:49.346 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb45b0ed-4a96-4ac2-b4db-30cb036ac5f2 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Tap Mirror: Handle Delete Port: d2a5adc8-dd9a-4a05-94cb-3eb25eee1f44 2026-04-02 17:56:49.501 7 INFO neutron_taas.services.taas.taas_plugin [None req-38b006fd-1d4e-47bc-ba14-446826cbe54a a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 876bf91a-801e-4ea1-974e-1942c37a27bf 2026-04-02 17:56:49.504 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38b006fd-1d4e-47bc-ba14-446826cbe54a a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 876bf91a-801e-4ea1-974e-1942c37a27bf [pid: 8|app: 0|req: 470/931] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:56:49 2026] PUT /v2.0/routers/78be603e-f74b-48a0-9b2e-6bf9f4eff427/remove_router_interface => generated 309 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/934] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:56:49 2026] PUT /v2.0/routers/9e58e351-2f9b-4ca9-af2f-e071ee4eaa08/remove_router_interface => generated 309 bytes in 816 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:50.063 8 INFO neutron_taas.services.taas.taas_plugin [None req-02573dee-25a6-411a-86e8-93af87bfdfb3 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] TaaS: Handle Delete Port: e0f1b0f7-ab42-4105-b755-7a39890741f0 2026-04-02 17:56:50.067 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02573dee-25a6-411a-86e8-93af87bfdfb3 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Tap Mirror: Handle Delete Port: e0f1b0f7-ab42-4105-b755-7a39890741f0 2026-04-02 17:56:50.170 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b2bacb6-910d-4dfb-9e63-8d8cdb8b1dab a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: de59bdb1-de51-493c-9ebf-4d98ef8e2d3d 2026-04-02 17:56:50.172 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b2bacb6-910d-4dfb-9e63-8d8cdb8b1dab a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: de59bdb1-de51-493c-9ebf-4d98ef8e2d3d 2026-04-02 17:56:50.385 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b2bacb6-910d-4dfb-9e63-8d8cdb8b1dab a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 04c3772b-3035-453d-b052-0d3d901218a5 2026-04-02 17:56:50.387 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b2bacb6-910d-4dfb-9e63-8d8cdb8b1dab a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 04c3772b-3035-453d-b052-0d3d901218a5 [pid: 8|app: 0|req: 473/935] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:56:49 2026] PUT /v2.0/routers/78be603e-f74b-48a0-9b2e-6bf9f4eff427/remove_router_interface => generated 309 bytes in 735 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/936] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:56:50 2026] GET /v2.0/ports?device_id=78be603e-f74b-48a0-9b2e-6bf9f4eff427 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:56:50.668 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa8531a7-b45a-4a7d-8415-1680cf9a2b8a 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] TaaS: Handle Delete Port: 4af511ab-cafc-4eb2-9199-360b86c10924 2026-04-02 17:56:50.670 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa8531a7-b45a-4a7d-8415-1680cf9a2b8a 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Tap Mirror: Handle Delete Port: 4af511ab-cafc-4eb2-9199-360b86c10924 2026-04-02 17:56:50.716 7 INFO neutron.services.segments.plugin [-] Segment 65c253c7-f44e-48bf-80da-d2ecad5311d2 resource provider aggregate not found 2026-04-02 17:56:50.717 7 INFO neutron.services.segments.plugin [-] Segment 65c253c7-f44e-48bf-80da-d2ecad5311d2 resource provider aggregate not found 2026-04-02 17:56:50.738 7 INFO neutron.services.segments.plugin [-] Segment 65c253c7-f44e-48bf-80da-d2ecad5311d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65c253c7-f44e-48bf-80da-d2ecad5311d2 found for delete ", "request_id": "req-d5d6bb8d-066f-4653-af28-0223e3bb6190"}]} 2026-04-02 17:56:50.739 7 INFO neutron.services.segments.plugin [-] Segment 65c253c7-f44e-48bf-80da-d2ecad5311d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65c253c7-f44e-48bf-80da-d2ecad5311d2 found for delete ", "request_id": "req-8fa3f8b5-471b-4ab8-a693-01dfe7f72667"}]} 2026-04-02 17:56:50.742 7 INFO neutron.db.l3_hamode_db [None req-7b2bacb6-910d-4dfb-9e63-8d8cdb8b1dab a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] HA network 47eee563-62a0-4c29-8baa-03cc1b072d0d was deleted as no HA routers are present in tenant 1f4cdf0785634122b0e6e1c0903bb18f. [pid: 7|app: 0|req: 463/937] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:49 2026] DELETE /v2.0/routers/9e58e351-2f9b-4ca9-af2f-e071ee4eaa08 => generated 0 bytes in 765 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/938] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:50 2026] DELETE /v2.0/subnets/7e07ffdf-ffb4-4ac3-a60b-b51344cb1a1c => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:56:50.950 8 INFO neutron.services.segments.plugin [-] Segment 3fe97aa4-766d-4e60-af0c-4e4c60644a98 resource provider aggregate not found 2026-04-02 17:56:50.954 8 INFO neutron.services.segments.plugin [-] Segment 3fe97aa4-766d-4e60-af0c-4e4c60644a98 resource provider aggregate not found 2026-04-02 17:56:50.971 8 INFO neutron.services.segments.plugin [-] Segment 3fe97aa4-766d-4e60-af0c-4e4c60644a98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fe97aa4-766d-4e60-af0c-4e4c60644a98 found for delete ", "request_id": "req-4e9ee54c-a471-464d-9715-f3786f391c2e"}]} 2026-04-02 17:56:50.972 8 INFO neutron.db.l3_hamode_db [None req-aa8531a7-b45a-4a7d-8415-1680cf9a2b8a 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] HA network 06fb16f4-c060-4d43-85c7-294575ccec3f was deleted as no HA routers are present in tenant 5f841320fe7046ef8bbc38f021d61267. 2026-04-02 17:56:50.977 8 INFO neutron.services.segments.plugin [-] Segment 3fe97aa4-766d-4e60-af0c-4e4c60644a98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fe97aa4-766d-4e60-af0c-4e4c60644a98 found for delete ", "request_id": "req-84d255c5-4659-4a14-8136-8424dc70e26c"}]} [pid: 8|app: 0|req: 475/939] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:50 2026] DELETE /v2.0/routers/78be603e-f74b-48a0-9b2e-6bf9f4eff427 => generated 0 bytes in 445 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:56:51.013 7 INFO neutron_taas.services.taas.taas_plugin [None req-913ab8a0-a861-4c2f-80bd-a207dbccb3fc a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: eb3c43ed-a943-4d08-a069-e57021637939 2026-04-02 17:56:51.016 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-913ab8a0-a861-4c2f-80bd-a207dbccb3fc a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: eb3c43ed-a943-4d08-a069-e57021637939 [pid: 8|app: 0|req: 476/940] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:50 2026] DELETE /v2.0/subnets/edc9a05b-930d-429c-a6bd-b8bc34c716c7 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/941] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:56:50 2026] DELETE /v2.0/networks/800af7fc-7c97-4999-9883-7f68a70e3097 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/942] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:51 2026] DELETE /v2.0/subnets/463d264d-356d-4b85-81a9-578f1cdb59ae => 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: 466/943] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:56:51 2026] DELETE /v2.0/networks/d96fcdf4-3803-4b66-aa2b-40d16f1e175d => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/944] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:56:51 2026] GET /v2.0/security-groups?tenant_id=1f4cdf0785634122b0e6e1c0903bb18f&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/945] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:56:51 2026] DELETE /v2.0/networks/2b629d99-08c9-40d4-b2b8-07ecd8005d11 => 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: 479/946] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:56:51 2026] DELETE /v2.0/security-groups/5ff5c9f5-4a4b-4118-8438-d17e949c5296 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:56:51.604 7 INFO neutron.db.segments_db [None req-1a026b07-5a50-4dc4-b299-91d7535bd882 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Added segment cbfafd65-0cd9-4530-b336-37e9f743a98e of type vxlan for network af770848-bfcc-4e4b-bf1b-c1224e3d1aa5 [pid: 7|app: 0|req: 468/947] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:56:51 2026] POST /v2.0/networks => generated 611 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/948] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:51 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:56:51.993 7 INFO neutron.db.segments_db [None req-30073188-76b1-4738-a35f-ac3ff6848c1b 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Added segment 54f88de4-8a8a-44aa-afb0-b87f6b86fecf of type vxlan for network c5b85d21-4d99-4f15-bdbf-c2552e8f622a 2026-04-02 17:56:52.223 7 INFO neutron.db.l3_hamode_db [None req-30073188-76b1-4738-a35f-ac3ff6848c1b 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:56:52.340 7 INFO neutron.db.l3_hamode_db [None req-30073188-76b1-4738-a35f-ac3ff6848c1b 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:56:52.770 7 INFO neutron.services.segments.plugin [-] Segment 9ca61c36-1520-4919-8f72-eba8599d751e resource provider aggregate not found 2026-04-02 17:56:52.778 7 INFO neutron.services.segments.plugin [-] Segment 9ca61c36-1520-4919-8f72-eba8599d751e resource provider aggregate not found 2026-04-02 17:56:52.789 7 INFO neutron.services.segments.plugin [-] Segment 9ca61c36-1520-4919-8f72-eba8599d751e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ca61c36-1520-4919-8f72-eba8599d751e found for delete ", "request_id": "req-5396f5c4-66e1-4bce-bdfe-06501ee43e5c"}]} 2026-04-02 17:56:52.796 7 INFO neutron.services.segments.plugin [-] Segment 9ca61c36-1520-4919-8f72-eba8599d751e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ca61c36-1520-4919-8f72-eba8599d751e found for delete ", "request_id": "req-ba0fdf8d-9c1a-4a3b-bd74-b63208dc9b2d"}]} 2026-04-02 17:56:52.805 7 INFO neutron.services.segments.plugin [-] Segment 747af562-a443-4e8f-a020-076772d010a8 resource provider aggregate not found 2026-04-02 17:56:52.815 7 INFO neutron.services.segments.plugin [-] Segment 747af562-a443-4e8f-a020-076772d010a8 resource provider aggregate not found 2026-04-02 17:56:52.840 7 INFO neutron.services.segments.plugin [-] Segment 747af562-a443-4e8f-a020-076772d010a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 747af562-a443-4e8f-a020-076772d010a8 found for delete ", "request_id": "req-76bc989e-a2e4-414a-b4eb-1e2e0f578aec"}]} 2026-04-02 17:56:52.842 7 INFO neutron.services.segments.plugin [-] Segment 747af562-a443-4e8f-a020-076772d010a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 747af562-a443-4e8f-a020-076772d010a8 found for delete ", "request_id": "req-05ecff7a-dd48-41d8-bf1b-36113ef7a2a2"}]} 2026-04-02 17:56:52.864 7 INFO neutron.services.segments.plugin [-] Segment 3c1b03a7-1036-4121-b3f7-0369bddb4cdb resource provider aggregate not found 2026-04-02 17:56:52.881 7 INFO neutron.services.segments.plugin [-] Segment 3c1b03a7-1036-4121-b3f7-0369bddb4cdb resource provider aggregate not found 2026-04-02 17:56:52.903 7 INFO neutron.services.segments.plugin [-] Segment 3c1b03a7-1036-4121-b3f7-0369bddb4cdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c1b03a7-1036-4121-b3f7-0369bddb4cdb found for delete ", "request_id": "req-a12c8aa2-da93-41f4-a254-29434ea9ccda"}]} 2026-04-02 17:56:52.904 7 INFO neutron.services.segments.plugin [-] Segment 3c1b03a7-1036-4121-b3f7-0369bddb4cdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c1b03a7-1036-4121-b3f7-0369bddb4cdb found for delete ", "request_id": "req-cd4efab0-5798-47bd-922e-424e16924bd9"}]} [pid: 7|app: 0|req: 469/949] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:51 2026] POST /v2.0/routers => generated 506 bytes in 1091 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/950] 10.0.0.71 () {34 vars in 663 bytes} [Thu Apr 2 17:56:53 2026] POST /v2.0/ports => generated 952 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/951] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:56:53 2026] PUT /v2.0/routers/41cfaa9d-21eb-4c4a-8caf-8850189b86e6/add_router_interface => generated 309 bytes in 1055 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 471/952] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:56:54 2026] GET /v2.0/ports/2d4e91e2-5230-410c-9135-75d919d1e967 => generated 1026 bytes in 78 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: 482/953] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:56:54 2026] GET /v2.0/security-groups?tenant_id=e92c0c438b9c4fc99e738ce49c445334&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/954] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:56:54 2026] DELETE /v2.0/security-groups/2b7e4fb7-dbdb-49ec-82a3-e7719920db41 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:56:54.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-16428132-8d34-4bdf-b9f0-e431c23ba7f5 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] TaaS: Handle Delete Port: 2d4e91e2-5230-410c-9135-75d919d1e967 2026-04-02 17:56:54.840 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16428132-8d34-4bdf-b9f0-e431c23ba7f5 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Tap Mirror: Handle Delete Port: 2d4e91e2-5230-410c-9135-75d919d1e967 [pid: 7|app: 0|req: 472/955] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:56:54 2026] PUT /v2.0/routers/41cfaa9d-21eb-4c4a-8caf-8850189b86e6/remove_router_interface => generated 309 bytes in 766 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-02 17:56:55.415 8 INFO neutron.api.v2.resource [None req-711e7531-76a3-467c-aa8b-5aec69eb173e 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 484/956] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:56:55 2026] PUT /v2.0/routers/41cfaa9d-21eb-4c4a-8caf-8850189b86e6/remove_router_interface => generated 197 bytes in 152 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/957] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:56:55 2026] GET /v2.0/ports?device_id=41cfaa9d-21eb-4c4a-8caf-8850189b86e6 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/958] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:55 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/959] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:55 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&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: 475/960] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:55 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:55.584 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a931481-2b0f-4e4b-b623-883a359cbacd 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] TaaS: Handle Delete Port: f1eea034-56a5-4828-8e3f-67822043e261 2026-04-02 17:56:55.587 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a931481-2b0f-4e4b-b623-883a359cbacd 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Tap Mirror: Handle Delete Port: f1eea034-56a5-4828-8e3f-67822043e261 [pid: 7|app: 0|req: 476/961] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:55 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:55.902 8 INFO neutron.services.segments.plugin [-] Segment 54f88de4-8a8a-44aa-afb0-b87f6b86fecf resource provider aggregate not found 2026-04-02 17:56:55.915 8 INFO neutron.services.segments.plugin [-] Segment 54f88de4-8a8a-44aa-afb0-b87f6b86fecf resource provider aggregate not found 2026-04-02 17:56:55.940 8 INFO neutron.services.segments.plugin [-] Segment 54f88de4-8a8a-44aa-afb0-b87f6b86fecf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54f88de4-8a8a-44aa-afb0-b87f6b86fecf found for delete ", "request_id": "req-c4f1b39c-517a-4586-a0e9-1c5c60b5e668"}]} 2026-04-02 17:56:55.942 8 INFO neutron.services.segments.plugin [-] Segment 54f88de4-8a8a-44aa-afb0-b87f6b86fecf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54f88de4-8a8a-44aa-afb0-b87f6b86fecf found for delete ", "request_id": "req-b6c6ea29-1651-4f68-abcf-18d6d715ce42"}]} 2026-04-02 17:56:55.943 8 INFO neutron.db.l3_hamode_db [None req-7a931481-2b0f-4e4b-b623-883a359cbacd 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] HA network c5b85d21-4d99-4f15-bdbf-c2552e8f622a was deleted as no HA routers are present in tenant 5f841320fe7046ef8bbc38f021d61267. [pid: 8|app: 0|req: 486/962] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:55 2026] DELETE /v2.0/routers/41cfaa9d-21eb-4c4a-8caf-8850189b86e6 => generated 0 bytes in 511 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/963] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:56 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/964] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:55 2026] DELETE /v2.0/subnets/5ea104a8-cf3e-4b92-bf6c-310e4cd9ded1 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/965] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:56 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:56.205 7 INFO neutron.services.segments.plugin [-] Segment cbfafd65-0cd9-4530-b336-37e9f743a98e resource provider aggregate not found 2026-04-02 17:56:56.213 7 INFO neutron.services.segments.plugin [-] Segment cbfafd65-0cd9-4530-b336-37e9f743a98e resource provider aggregate not found 2026-04-02 17:56:56.221 7 INFO neutron.services.segments.plugin [-] Segment cbfafd65-0cd9-4530-b336-37e9f743a98e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbfafd65-0cd9-4530-b336-37e9f743a98e found for delete ", "request_id": "req-1cd70c0c-d805-4386-9b16-0115297f8a20"}]} [pid: 7|app: 0|req: 478/966] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:56:56 2026] DELETE /v2.0/networks/af770848-bfcc-4e4b-bf1b-c1224e3d1aa5 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:56:56.245 7 INFO neutron.services.segments.plugin [-] Segment cbfafd65-0cd9-4530-b336-37e9f743a98e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbfafd65-0cd9-4530-b336-37e9f743a98e found for delete ", "request_id": "req-ccb4dcda-f374-44be-bd1b-68bf836a4e65"}]} 2026-04-02 17:56:56.283 8 INFO neutron.db.segments_db [None req-0f354083-8fcf-4a52-a970-d84f4a272e72 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Added segment 57d97650-6471-4ac8-a87c-17ed29a72d6b of type vxlan for network 4ffb3229-71b7-43a1-978e-31b51c621144 [pid: 8|app: 0|req: 489/967] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:56:56 2026] POST /v2.0/networks => generated 610 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/968] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:56 2026] POST /v2.0/subnets => generated 626 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:56:56.630 8 INFO neutron.db.segments_db [None req-8617f955-011e-4914-8898-7b077cfa8588 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Added segment 6f8dfbe8-ce8a-4daa-90f1-9687eec4226f of type vxlan for network 3f1289fe-da5a-48a4-a537-b272ae5d75b7 2026-04-02 17:56:56.852 8 INFO neutron.db.l3_hamode_db [None req-8617f955-011e-4914-8898-7b077cfa8588 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:56:56.958 8 INFO neutron.db.l3_hamode_db [None req-8617f955-011e-4914-8898-7b077cfa8588 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 480/969] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:57 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => 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: 481/970] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:57 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/971] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:56:56 2026] POST /v2.0/routers => generated 507 bytes in 908 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/972] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:56:57 2026] GET /v2.0/ports?tenant_id=bf6ff7b331fa44d1ad801f368a46ad18&device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/973] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:56:57 2026] GET /v2.0/networks?id=a42e1d4b-4592-425f-bc3b-1b95ad7df208 => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/974] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:56:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=10672ccd-b7fb-4d1c-a97b-3b7539d73026 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/975] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:56:57 2026] GET /v2.0/subnets?id=e2355218-e253-4e88-a684-e0fd99a3f26d => generated 693 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/976] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:56:57 2026] GET /v2.0/ports?network_id=a42e1d4b-4592-425f-bc3b-1b95ad7df208&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/977] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:56:57 2026] GET /v2.0/networks/a42e1d4b-4592-425f-bc3b-1b95ad7df208?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/978] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:56:57 2026] GET /v2.0/networks/a42e1d4b-4592-425f-bc3b-1b95ad7df208?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: 8|app: 0|req: 498/979] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:58 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/980] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:58 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/981] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:56:57 2026] PUT /v2.0/routers/ab26506a-8b0a-4580-91fe-43727bba8a74/add_router_interface => generated 309 bytes in 1337 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/982] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:56:58 2026] GET /v2.0/ports/296af214-70f5-4d7b-8af8-5a1434930717 => generated 955 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:56:59.243 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e256a6b-d1aa-4eeb-8ebf-c1a9c1f34f2e 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] TaaS: Handle Delete Port: 296af214-70f5-4d7b-8af8-5a1434930717 2026-04-02 17:56:59.248 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e256a6b-d1aa-4eeb-8ebf-c1a9c1f34f2e 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Tap Mirror: Handle Delete Port: 296af214-70f5-4d7b-8af8-5a1434930717 [pid: 8|app: 0|req: 501/983] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:56:59 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/984] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:56:59 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/985] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:56:58 2026] PUT /v2.0/routers/ab26506a-8b0a-4580-91fe-43727bba8a74/remove_router_interface => generated 309 bytes in 739 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/986] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:56:59 2026] GET /v2.0/ports?device_id=ab26506a-8b0a-4580-91fe-43727bba8a74 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:56:59.832 7 INFO neutron_taas.services.taas.taas_plugin [None req-ade07c7f-13a5-4d19-8b27-1fdf76a1a630 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] TaaS: Handle Delete Port: ea5d4e96-7447-4d7b-8df8-27e9327ee797 2026-04-02 17:56:59.835 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ade07c7f-13a5-4d19-8b27-1fdf76a1a630 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Tap Mirror: Handle Delete Port: ea5d4e96-7447-4d7b-8df8-27e9327ee797 [pid: 8|app: 0|req: 503/987] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:56:59 2026] GET /v2.0/security-groups?tenant_id=938502b484624f7eaa19396cc587585a&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/988] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:56:59 2026] DELETE /v2.0/security-groups/a3463ffb-8dc0-414e-853b-140fc99e9555 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:57:00.161 7 INFO neutron.services.segments.plugin [-] Segment 6f8dfbe8-ce8a-4daa-90f1-9687eec4226f resource provider aggregate not found 2026-04-02 17:57:00.170 7 INFO neutron.services.segments.plugin [-] Segment 6f8dfbe8-ce8a-4daa-90f1-9687eec4226f resource provider aggregate not found 2026-04-02 17:57:00.183 7 INFO neutron.services.segments.plugin [-] Segment 6f8dfbe8-ce8a-4daa-90f1-9687eec4226f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f8dfbe8-ce8a-4daa-90f1-9687eec4226f found for delete ", "request_id": "req-8c85af00-fa40-43d4-a24c-c87cec1fe94e"}]} 2026-04-02 17:57:00.185 7 INFO neutron.services.segments.plugin [-] Segment 6f8dfbe8-ce8a-4daa-90f1-9687eec4226f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f8dfbe8-ce8a-4daa-90f1-9687eec4226f found for delete ", "request_id": "req-e7cd9de5-8521-4301-a22b-f488612a94de"}]} 2026-04-02 17:57:00.195 7 INFO neutron.db.l3_hamode_db [None req-ade07c7f-13a5-4d19-8b27-1fdf76a1a630 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] HA network 3f1289fe-da5a-48a4-a537-b272ae5d75b7 was deleted as no HA routers are present in tenant 5f841320fe7046ef8bbc38f021d61267. [pid: 7|app: 0|req: 485/989] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:56:59 2026] DELETE /v2.0/routers/ab26506a-8b0a-4580-91fe-43727bba8a74 => generated 0 bytes in 515 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/990] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:00 2026] GET /v2.0/security-groups?tenant_id=62e32969e217489da59ece316c320be5&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: 506/991] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:00 2026] DELETE /v2.0/security-groups/cad2035e-9a38-4a67-bb9a-6a8255d5c7be => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/992] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:57:00 2026] DELETE /v2.0/subnets/b8e32399-af86-4297-bb55-e98323e4dde7 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:57:00.447 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2867ba9-140f-476e-9f5f-dbd6326b5202 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] TaaS: Handle Delete Port: 99ca6abc-36f3-46dc-9ed0-8f7728f0119d 2026-04-02 17:57:00.450 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2867ba9-140f-476e-9f5f-dbd6326b5202 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Tap Mirror: Handle Delete Port: 99ca6abc-36f3-46dc-9ed0-8f7728f0119d 2026-04-02 17:57:00.620 8 INFO neutron.services.segments.plugin [-] Segment 57d97650-6471-4ac8-a87c-17ed29a72d6b resource provider aggregate not found 2026-04-02 17:57:00.627 8 INFO neutron.services.segments.plugin [-] Segment 57d97650-6471-4ac8-a87c-17ed29a72d6b resource provider aggregate not found 2026-04-02 17:57:00.637 8 INFO neutron.services.segments.plugin [-] Segment 57d97650-6471-4ac8-a87c-17ed29a72d6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57d97650-6471-4ac8-a87c-17ed29a72d6b found for delete ", "request_id": "req-d30cd0f4-6f09-4546-9ea4-7e491e782d47"}]} 2026-04-02 17:57:00.642 8 INFO neutron.services.segments.plugin [-] Segment 57d97650-6471-4ac8-a87c-17ed29a72d6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57d97650-6471-4ac8-a87c-17ed29a72d6b found for delete ", "request_id": "req-47379fae-0ca9-4098-ba8e-25a8750288ee"}]} [pid: 8|app: 0|req: 507/993] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:57:00 2026] DELETE /v2.0/networks/4ffb3229-71b7-43a1-978e-31b51c621144 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:57:00.698 8 INFO neutron.db.segments_db [None req-e43b0914-97d7-4263-85ad-0c4035eee9dd 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Added segment e28e8607-6144-4e0f-a330-16fd19875135 of type vxlan for network 688451e1-9078-4c75-8bab-f3c15153df8d [pid: 7|app: 0|req: 487/994] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:00 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => 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: 488/995] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:00 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:00.923 8 INFO neutron.db.l3_hamode_db [None req-e43b0914-97d7-4263-85ad-0c4035eee9dd 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:57:01.691 8 INFO neutron.db.l3_hamode_db [None req-e43b0914-97d7-4263-85ad-0c4035eee9dd 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 489/996] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:01 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => 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: 490/997] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:01 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&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: 508/998] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:57:00 2026] POST /v2.0/routers => generated 688 bytes in 1820 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/999] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 17:57:02 2026] GET /v2.0/routers/e5543d03-2689-445e-9344-8bec76a257ef => generated 694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1000] 10.0.0.71 () {32 vars in 645 bytes} [Thu Apr 2 17:57:02 2026] GET /v2.0/routers => generated 697 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1001] 10.0.0.71 () {34 vars in 739 bytes} [Thu Apr 2 17:57:02 2026] PUT /v2.0/routers/e5543d03-2689-445e-9344-8bec76a257ef => generated 701 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1002] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:02 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1003] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 17:57:03 2026] GET /v2.0/routers/e5543d03-2689-445e-9344-8bec76a257ef => generated 701 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1004] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:03 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1005] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:57:03 2026] GET /v2.0/ports?device_id=e5543d03-2689-445e-9344-8bec76a257ef => 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: 495/1006] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:03 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:03.373 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f995a12-7093-479e-96b1-f27bc0e20f2c 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] TaaS: Handle Delete Port: af69be7a-8afc-48de-a9b4-9c4d2b3ae427 2026-04-02 17:57:03.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f995a12-7093-479e-96b1-f27bc0e20f2c 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Tap Mirror: Handle Delete Port: af69be7a-8afc-48de-a9b4-9c4d2b3ae427 [pid: 7|app: 0|req: 496/1007] 10.0.0.100 () {34 vars in 970 bytes} [Thu Apr 2 17:57:03 2026] GET /v2.0/ports/005764dc-2b40-41ab-bf13-d1d954c8688b => generated 968 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:03.655 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f995a12-7093-479e-96b1-f27bc0e20f2c 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] TaaS: Handle Delete Port: 1dcbee48-4c8f-4e68-9468-b28975ae4a12 2026-04-02 17:57:03.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f995a12-7093-479e-96b1-f27bc0e20f2c 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] Tap Mirror: Handle Delete Port: 1dcbee48-4c8f-4e68-9468-b28975ae4a12 2026-04-02 17:57:03.979 8 INFO neutron.services.segments.plugin [-] Segment e28e8607-6144-4e0f-a330-16fd19875135 resource provider aggregate not found 2026-04-02 17:57:03.984 8 INFO neutron.services.segments.plugin [-] Segment e28e8607-6144-4e0f-a330-16fd19875135 resource provider aggregate not found 2026-04-02 17:57:04.000 8 INFO neutron.services.segments.plugin [-] Segment e28e8607-6144-4e0f-a330-16fd19875135 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e28e8607-6144-4e0f-a330-16fd19875135 found for delete ", "request_id": "req-20553691-074b-4f7b-bd6d-313b82ad9b98"}]} 2026-04-02 17:57:04.001 8 INFO neutron.db.l3_hamode_db [None req-0f995a12-7093-479e-96b1-f27bc0e20f2c 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] HA network 688451e1-9078-4c75-8bab-f3c15153df8d was deleted as no HA routers are present in tenant 5f841320fe7046ef8bbc38f021d61267. 2026-04-02 17:57:04.002 8 INFO neutron.services.segments.plugin [-] Segment e28e8607-6144-4e0f-a330-16fd19875135 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e28e8607-6144-4e0f-a330-16fd19875135 found for delete ", "request_id": "req-49852353-655a-4cff-8368-b7d5b3176aab"}]} [pid: 8|app: 0|req: 512/1008] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:57:03 2026] DELETE /v2.0/routers/e5543d03-2689-445e-9344-8bec76a257ef => generated 0 bytes in 906 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1009] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:57:04 2026] GET /v2.0/ports?device_id=e5543d03-2689-445e-9344-8bec76a257ef => generated 12 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1010] 199.204.45.155 () {34 vars in 999 bytes} [Thu Apr 2 17:57:03 2026] GET /v2.0/subnets?network_id=e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd => generated 683 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:04.042 8 INFO neutron.api.v2.resource [None req-ca4335fd-2019-4ff8-b0b6-1992c02469c8 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 514/1011] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:57:04 2026] DELETE /v2.0/routers/e5543d03-2689-445e-9344-8bec76a257ef => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1012] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:57:04 2026] GET /v2.0/ports?device_id=ab26506a-8b0a-4580-91fe-43727bba8a74 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:57:04.087 8 INFO neutron.api.v2.resource [None req-5ae3bb5e-68d1-492b-a8a9-a9c00a0ceddc 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 516/1013] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:57:04 2026] DELETE /v2.0/routers/ab26506a-8b0a-4580-91fe-43727bba8a74 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1014] 199.204.45.155 () {34 vars in 1145 bytes} [Thu Apr 2 17:57:04 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3&device_owner=compute%3Anova&network_id=e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:04.101 8 INFO neutron.pecan_wsgi.hooks.translation [None req-529de16c-a042-49e3-8b54-98bc700d127c 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 517/1015] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:57:04 2026] DELETE /v2.0/subnets/b8e32399-af86-4297-bb55-e98323e4dde7 => 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: 518/1016] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:57:04 2026] GET /v2.0/ports?device_id=41cfaa9d-21eb-4c4a-8caf-8850189b86e6 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:57:04.156 8 INFO neutron.api.v2.resource [None req-9954e097-95e4-415c-9c92-1d27c09a8744 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 519/1017] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:57:04 2026] DELETE /v2.0/routers/41cfaa9d-21eb-4c4a-8caf-8850189b86e6 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:57:04.173 8 INFO neutron.pecan_wsgi.hooks.translation [None req-94156c73-3993-4123-b85a-0fa49ec02fe1 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 520/1018] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:57:04 2026] DELETE /v2.0/subnets/5ea104a8-cf3e-4b92-bf6c-310e4cd9ded1 => 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: 521/1019] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:04 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1020] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:57:04 2026] GET /v2.0/ports?device_id=78be603e-f74b-48a0-9b2e-6bf9f4eff427 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1021] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:04 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&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-02 17:57:04.269 8 INFO neutron.api.v2.resource [None req-f0979611-02f4-434a-9c37-989488e45d6a 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 524/1022] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:57:04 2026] DELETE /v2.0/routers/78be603e-f74b-48a0-9b2e-6bf9f4eff427 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:57:04.290 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f9a10425-af3c-445f-b005-b8177323d69c 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 525/1023] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:57:04 2026] DELETE /v2.0/subnets/edc9a05b-930d-429c-a6bd-b8bc34c716c7 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:57:04.308 8 INFO neutron.pecan_wsgi.hooks.translation [None req-23d2cf7d-7b6b-4d23-b7e3-498ac3c990ff 66c73d6634424ceabb9c9c331764c951 5f841320fe7046ef8bbc38f021d61267 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 526/1024] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:57:04 2026] DELETE /v2.0/subnets/463d264d-356d-4b85-81a9-578f1cdb59ae => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1027] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 17:57:04 2026] PUT /v2.0/ports/005764dc-2b40-41ab-bf13-d1d954c8688b => generated 1145 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:57:04.660 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af77f7a9-37f1-4d38-8d9b-8584fe41a586'] response: {'name': 'network-changed', 'server_uuid': 'ecdacb1f-f80e-4765-852b-cf04dcf630a3', 'tag': '005764dc-2b40-41ab-bf13-d1d954c8688b', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 529/1028] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:04 2026] GET /v2.0/security-groups?tenant_id=5f841320fe7046ef8bbc38f021d61267&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1029] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:04 2026] GET /v2.0/security-groups?tenant_id=32087260363c4d0ebeb34aa49b0d9748&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: 530/1030] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:05 2026] DELETE /v2.0/security-groups/21e15065-8368-45d7-8ab9-36d3e1654081 => 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: 501/1031] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:05 2026] DELETE /v2.0/security-groups/2c8b8a9a-73e3-492b-9b7e-b49f5c440bc4 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1032] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:57:05 2026] GET /v2.0/ports?tenant_id=4248e849354344629575d3db2d2e40e7&device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 1417 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1033] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:57:05 2026] GET /v2.0/networks?id=e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd => generated 779 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1034] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:57:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=005764dc-2b40-41ab-bf13-d1d954c8688b => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1035] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:57:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=005764dc-2b40-41ab-bf13-d1d954c8688b => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1036] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:57:05 2026] GET /v2.0/subnets?id=e828b6dd-786b-4f92-9e73-4808a47abc8d => generated 701 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1037] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:05 2026] GET /v2.0/security-groups?tenant_id=9df731ac8c60400cb6c5d368d8dd5bc6&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1038] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:57:05 2026] GET /v2.0/ports?network_id=e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1039] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:05 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1040] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:57:05 2026] GET /v2.0/networks/e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd?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: 505/1041] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:05 2026] DELETE /v2.0/security-groups/cb6df533-5216-4e27-80e5-057cf4f4447e => 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: 537/1042] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:05 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&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: 506/1043] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:57:05 2026] GET /v2.0/networks/e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd?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: 538/1044] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:05 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 1148 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1045] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:05 2026] GET /v2.0/security-groups?id=378bb6e5-1194-4275-9830-0faa47bbf0c7&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1046] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:57:06 2026] GET /v2.0/ports?tenant_id=4248e849354344629575d3db2d2e40e7&device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 1417 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1047] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:57:06 2026] GET /v2.0/networks?id=e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd => generated 779 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1048] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:06 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1049] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:57:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=005764dc-2b40-41ab-bf13-d1d954c8688b => generated 860 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1050] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:06 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1051] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:57:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=005764dc-2b40-41ab-bf13-d1d954c8688b => 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: 510/1052] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:57:06 2026] GET /v2.0/subnets?id=e828b6dd-786b-4f92-9e73-4808a47abc8d => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1053] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:57:06 2026] GET /v2.0/ports?network_id=e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd&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: 511/1054] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:57:06 2026] GET /v2.0/networks/e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd?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: 544/1055] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:57:06 2026] GET /v2.0/networks/e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd?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: 512/1056] 10.0.0.71 () {34 vars in 682 bytes} [Thu Apr 2 17:57:06 2026] POST /v2.0/security-groups => generated 1625 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1057] 199.204.45.155 () {34 vars in 1117 bytes} [Thu Apr 2 17:57:07 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1148 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1058] 10.0.0.71 () {32 vars in 661 bytes} [Thu Apr 2 17:57:07 2026] GET /v2.0/security-groups => generated 4530 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1059] 10.0.0.71 () {34 vars in 756 bytes} [Thu Apr 2 17:57:07 2026] PUT /v2.0/security-groups/479d105b-df0e-4d9f-8456-0e11fe52f568 => generated 1663 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1060] 10.0.0.71 () {32 vars in 735 bytes} [Thu Apr 2 17:57:07 2026] GET /v2.0/security-groups/479d105b-df0e-4d9f-8456-0e11fe52f568 => generated 1663 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1061] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:07 2026] DELETE /v2.0/security-groups/479d105b-df0e-4d9f-8456-0e11fe52f568 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1062] 10.0.0.71 () {32 vars in 661 bytes} [Thu Apr 2 17:57:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:57:07.660 7 INFO neutron.api.v2.resource [None req-ded6ca59-5d71-4095-994e-a3ae37833368 f126e70d2baf43ad853ca6686a1db994 c473e766f8d0453db4186c26c37ef6e4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 518/1063] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:07 2026] DELETE /v2.0/security-groups/479d105b-df0e-4d9f-8456-0e11fe52f568 => 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: 519/1064] 10.0.0.71 () {34 vars in 682 bytes} [Thu Apr 2 17:57:07 2026] POST /v2.0/security-groups => generated 1624 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1065] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 17:57:07 2026] PUT /v2.0/ports/005764dc-2b40-41ab-bf13-d1d954c8688b => generated 968 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:07.860 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ea6b84b-efef-433d-b509-67c09a6f3671'] response: {'name': 'network-changed', 'server_uuid': 'ecdacb1f-f80e-4765-852b-cf04dcf630a3', 'tag': '005764dc-2b40-41ab-bf13-d1d954c8688b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 520/1066] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:57:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 547/1067] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 17:57:07 2026] GET /v2.0/security-group-rules/cbe0527f-64ab-47e0-8da9-47c1b31c6865 => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1068] 10.0.0.71 () {32 vars in 671 bytes} [Thu Apr 2 17:57:07 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: 548/1069] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 17:57:07 2026] DELETE /v2.0/security-group-rules/cbe0527f-64ab-47e0-8da9-47c1b31c6865 => 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: 522/1070] 10.0.0.71 () {32 vars in 671 bytes} [Thu Apr 2 17:57:08 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1071] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:57:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1072] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 17:57:08 2026] GET /v2.0/security-group-rules/398cb0a9-a94b-4588-92ea-05be755c5a4a => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1073] 10.0.0.71 () {32 vars in 671 bytes} [Thu Apr 2 17:57:08 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1074] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:57:08 2026] GET /v2.0/ports?tenant_id=4248e849354344629575d3db2d2e40e7&device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 1240 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1075] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 17:57:08 2026] DELETE /v2.0/security-group-rules/398cb0a9-a94b-4588-92ea-05be755c5a4a => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1076] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:57:08 2026] GET /v2.0/networks?id=e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd => generated 779 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1077] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:57:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=005764dc-2b40-41ab-bf13-d1d954c8688b => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1078] 10.0.0.71 () {32 vars in 671 bytes} [Thu Apr 2 17:57:08 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1079] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:57:08 2026] GET /v2.0/subnets?id=e828b6dd-786b-4f92-9e73-4808a47abc8d => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1080] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:57:08 2026] GET /v2.0/ports?network_id=e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1081] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:57:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1082] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:57:08 2026] GET /v2.0/networks/e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1083] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 17:57:08 2026] GET /v2.0/security-group-rules/0070f6a7-3da1-4db1-8a6d-d22f5f992186 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1084] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:57:08 2026] GET /v2.0/networks/e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd?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: 528/1085] 10.0.0.71 () {32 vars in 671 bytes} [Thu Apr 2 17:57:08 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1086] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 17:57:08 2026] DELETE /v2.0/security-group-rules/0070f6a7-3da1-4db1-8a6d-d22f5f992186 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1087] 10.0.0.71 () {32 vars in 671 bytes} [Thu Apr 2 17:57:08 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1088] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:08 2026] DELETE /v2.0/security-groups/c88aba3e-59a1-40c7-a521-0269f23da91a => 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: 530/1089] 10.0.0.71 () {32 vars in 661 bytes} [Thu Apr 2 17:57:08 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) [pid: 8|app: 0|req: 560/1090] 10.0.0.71 () {32 vars in 661 bytes} [Thu Apr 2 17:57:08 2026] GET /v2.0/security-groups => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1091] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:09 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1092] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:09 2026] GET /v2.0/security-groups?id=378bb6e5-1194-4275-9830-0faa47bbf0c7&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1093] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:09 2026] GET /v2.0/security-groups?tenant_id=c473e766f8d0453db4186c26c37ef6e4&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: 561/1094] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:09 2026] GET /v2.0/security-groups?tenant_id=372ac8bf935f4294be0e333c69bf2d75&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1095] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:09 2026] DELETE /v2.0/security-groups/e218dbb8-5531-4bb4-9cca-6e6374af5b07 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1096] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:57:09 2026] GET /v2.0/ports?tenant_id=4248e849354344629575d3db2d2e40e7&device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1097] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:09 2026] DELETE /v2.0/security-groups/e4a728af-8810-4982-8820-52963242af8b => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1098] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:57:09 2026] GET /v2.0/networks?id=e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd => generated 779 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1099] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:57:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=005764dc-2b40-41ab-bf13-d1d954c8688b => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1100] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:57:09 2026] GET /v2.0/subnets?id=e828b6dd-786b-4f92-9e73-4808a47abc8d => 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: 538/1101] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:57:09 2026] GET /v2.0/ports?network_id=e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1102] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:57:09 2026] GET /v2.0/networks/e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd?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: 540/1103] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:57:09 2026] GET /v2.0/networks/e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1104] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:09 2026] GET /v2.0/security-groups?tenant_id=ab22faaa2e0943da958c1f5a19939e7d&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1105] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:09 2026] DELETE /v2.0/security-groups/30e477e0-0575-4a2d-b136-11ad8f26c731 => 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: 565/1106] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:10 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1107] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:10 2026] GET /v2.0/security-groups?id=378bb6e5-1194-4275-9830-0faa47bbf0c7&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1108] 10.0.0.71 () {32 vars in 621 bytes} [Thu Apr 2 17:57:11 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1109] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:11 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1110] 10.0.0.71 () {32 vars in 631 bytes} [Thu Apr 2 17:57:11 2026] GET /v2.0/ => generated 632 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1111] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 2 17:57:11 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => 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: 544/1112] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:11 2026] GET /v2.0/security-groups?id=378bb6e5-1194-4275-9830-0faa47bbf0c7&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:11.809 8 INFO neutron_taas.services.taas.taas_plugin [req-47cb1ecc-a428-40ce-9724-65f091b0b212 req-5814687f-9ed4-4da8-979a-91954946d1ba a667ef2ab99f4e5fb0b86294f48756a4 4248e849354344629575d3db2d2e40e7 - - default default] TaaS: Handle Delete Port: 005764dc-2b40-41ab-bf13-d1d954c8688b 2026-04-02 17:57:11.811 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-47cb1ecc-a428-40ce-9724-65f091b0b212 req-5814687f-9ed4-4da8-979a-91954946d1ba a667ef2ab99f4e5fb0b86294f48756a4 4248e849354344629575d3db2d2e40e7 - - default default] Tap Mirror: Handle Delete Port: 005764dc-2b40-41ab-bf13-d1d954c8688b 2026-04-02 17:57:11.914 8 INFO neutron.db.l3_db [req-47cb1ecc-a428-40ce-9724-65f091b0b212 req-5814687f-9ed4-4da8-979a-91954946d1ba a667ef2ab99f4e5fb0b86294f48756a4 4248e849354344629575d3db2d2e40e7 - - default default] Floating IP d605e71b-9282-46f3-807f-104b6f95228e disassociated. External IP: 10.96.250.210, port: 005764dc-2b40-41ab-bf13-d1d954c8688b. [pid: 8|app: 0|req: 569/1113] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 2 17:57:11 2026] DELETE /v2.0/ports/005764dc-2b40-41ab-bf13-d1d954c8688b => generated 0 bytes in 544 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:57:12.281 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-41d764ff-a51d-47ce-87a1-b8153b9028de'] response: {'server_uuid': 'ecdacb1f-f80e-4765-852b-cf04dcf630a3', 'name': 'network-vif-deleted', 'tag': '005764dc-2b40-41ab-bf13-d1d954c8688b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 545/1114] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:12 2026] GET /v2.0/security-groups?tenant_id=02e33d24a714440ebb56fff2a3c63734&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1115] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:12 2026] DELETE /v2.0/security-groups/9a1fb0f3-275d-4eea-84b3-09063bac1006 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1116] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:12 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => 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: 547/1117] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:13 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => 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: 571/1118] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:13 2026] GET /v2.0/security-groups?tenant_id=a45ac5ee8263449589b55a1097ca7705&name=default => generated 2925 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1119] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:13 2026] DELETE /v2.0/security-groups/55e4a438-224e-4ba7-a7bf-fd0fbab9c31a => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1120] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:14 2026] GET /v2.0/security-groups?tenant_id=0f615fda2f1948e7ad45872c38ef77d9&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1121] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:14 2026] DELETE /v2.0/security-groups/beb016aa-22a8-42b2-a4a7-a05cb133755f => 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: 573/1122] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:15 2026] GET /v2.0/ports?device_id=ecdacb1f-f80e-4765-852b-cf04dcf630a3 => 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: 550/1123] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:16 2026] DELETE /v2.0/security-groups/378bb6e5-1194-4275-9830-0faa47bbf0c7 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:57:16.230 8 INFO neutron.api.v2.resource [None req-c606a8bb-dca1-4ff5-9513-ab3e65135900 a667ef2ab99f4e5fb0b86294f48756a4 4248e849354344629575d3db2d2e40e7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 574/1124] 10.0.0.71 () {32 vars in 735 bytes} [Thu Apr 2 17:57:16 2026] GET /v2.0/security-groups/378bb6e5-1194-4275-9830-0faa47bbf0c7 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:57:16.331 7 INFO neutron_taas.services.taas.taas_plugin [None req-a78a16d7-4c3d-43fe-9ef2-28f8dabab153 a667ef2ab99f4e5fb0b86294f48756a4 4248e849354344629575d3db2d2e40e7 - - default default] TaaS: Handle Delete Port: 44440969-f3bc-4aa5-9555-89f68ef8c52d 2026-04-02 17:57:16.334 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a78a16d7-4c3d-43fe-9ef2-28f8dabab153 a667ef2ab99f4e5fb0b86294f48756a4 4248e849354344629575d3db2d2e40e7 - - default default] Tap Mirror: Handle Delete Port: 44440969-f3bc-4aa5-9555-89f68ef8c52d [pid: 7|app: 0|req: 551/1125] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 17:57:16 2026] DELETE /v2.0/floatingips/d605e71b-9282-46f3-807f-104b6f95228e => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1126] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:16 2026] GET /v2.0/security-groups?tenant_id=3b669d91f7e1415b858dbcf47860321f&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1127] 10.0.0.140 () {34 vars in 989 bytes} [Thu Apr 2 17:57:16 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 1240 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:57:16.942 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf042e6a-1cbf-4ccc-b337-ba62cd08bb26 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 737e58fa-2d3b-4924-affa-6339f3db77a3 2026-04-02 17:57:16.944 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf042e6a-1cbf-4ccc-b337-ba62cd08bb26 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 737e58fa-2d3b-4924-affa-6339f3db77a3 [pid: 7|app: 0|req: 554/1128] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:16 2026] DELETE /v2.0/security-groups/d9ea7e5a-f8b4-4f7d-b7d1-b226f87440c6 => 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: 555/1129] 10.0.0.140 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:16 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&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: 575/1130] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:57:16 2026] PUT /v2.0/routers/14413f10-1b57-4d5b-99b3-add823a55467/remove_router_interface => generated 309 bytes in 970 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:17.718 8 INFO neutron_taas.services.taas.taas_plugin [None req-9544b164-a8bd-412d-8b27-9d06c25452c7 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 5c3c97ed-43a8-4293-b340-9d9bcfd04fbf 2026-04-02 17:57:17.720 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9544b164-a8bd-412d-8b27-9d06c25452c7 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 5c3c97ed-43a8-4293-b340-9d9bcfd04fbf [pid: 7|app: 0|req: 556/1131] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:17 2026] GET /v2.0/security-groups?tenant_id=bf00f1e98f7b4fa2943d6a9f5b9c8243&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1132] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:17 2026] DELETE /v2.0/security-groups/2cd29031-7981-4b12-966d-060d83cd029c => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:57:17.951 8 INFO neutron_taas.services.taas.taas_plugin [None req-9544b164-a8bd-412d-8b27-9d06c25452c7 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 1039fb74-4dc6-42e1-a775-99c4cb75d71c 2026-04-02 17:57:17.953 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9544b164-a8bd-412d-8b27-9d06c25452c7 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 1039fb74-4dc6-42e1-a775-99c4cb75d71c [pid: 7|app: 0|req: 558/1133] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:17 2026] GET /v2.0/security-groups?tenant_id=3dc7d82bf37e4809b0f32cc353ba1614&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: 559/1134] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:18 2026] DELETE /v2.0/security-groups/35483bb6-e0c5-4b6b-b82b-f1e642f1df1d => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:57:18.294 8 INFO neutron.services.segments.plugin [-] Segment 420322b9-0735-46cc-b386-9ae432e9c4f6 resource provider aggregate not found 2026-04-02 17:57:18.299 8 INFO neutron.services.segments.plugin [-] Segment 420322b9-0735-46cc-b386-9ae432e9c4f6 resource provider aggregate not found 2026-04-02 17:57:18.311 8 INFO neutron.services.segments.plugin [-] Segment 420322b9-0735-46cc-b386-9ae432e9c4f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 420322b9-0735-46cc-b386-9ae432e9c4f6 found for delete ", "request_id": "req-e9bcff12-7c9d-462b-bced-522ff9629827"}]} 2026-04-02 17:57:18.318 8 INFO neutron.services.segments.plugin [-] Segment 420322b9-0735-46cc-b386-9ae432e9c4f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 420322b9-0735-46cc-b386-9ae432e9c4f6 found for delete ", "request_id": "req-a03b9289-cc57-469e-9240-1e4953f78def"}]} 2026-04-02 17:57:18.323 8 INFO neutron.db.l3_hamode_db [None req-9544b164-a8bd-412d-8b27-9d06c25452c7 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] HA network 6d6000cd-328a-43b9-8ff3-78f45bb6bf1a was deleted as no HA routers are present in tenant 4248e849354344629575d3db2d2e40e7. [pid: 8|app: 0|req: 576/1135] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:57:17 2026] DELETE /v2.0/routers/14413f10-1b57-4d5b-99b3-add823a55467 => generated 0 bytes in 765 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1136] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:57:18 2026] DELETE /v2.0/subnets/e828b6dd-786b-4f92-9e73-4808a47abc8d => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:57:18.607 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f2376f5-a839-4149-aff6-b5b31db419d7 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 5b3da41e-8819-4e22-992e-52781ffae647 2026-04-02 17:57:18.609 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f2376f5-a839-4149-aff6-b5b31db419d7 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 5b3da41e-8819-4e22-992e-52781ffae647 [pid: 8|app: 0|req: 577/1137] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:57:18 2026] DELETE /v2.0/networks/e81ebba5-5a45-4e3d-b59a-2110b5e7e0bd => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1138] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:18 2026] GET /v2.0/security-groups?tenant_id=4248e849354344629575d3db2d2e40e7&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1139] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:18 2026] DELETE /v2.0/security-groups/bafa3472-4f3f-4b8f-9f59-ce07543d2753 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:57:19.000 7 INFO neutron.db.segments_db [None req-7a2ba6c2-7b2e-4614-acf7-1144883c25a9 78212de19cd54bdfa86f256c85d6c4d2 405ec1f0fa9845f49b1a16c9ae6e031e - - default default] Added segment bf0808ef-1ed0-4a97-9a3e-f76e1289897d of type vxlan for network ecf6efb7-9444-473a-95f7-80d146ac610c 2026-04-02 17:57:19.043 7 INFO neutron.db.segments_db [None req-7a2ba6c2-7b2e-4614-acf7-1144883c25a9 78212de19cd54bdfa86f256c85d6c4d2 405ec1f0fa9845f49b1a16c9ae6e031e - - default default] Added segment bf41b2dc-17d2-485d-a5c8-7dc24d0283e4 of type vxlan for network 513f4502-4ea0-4660-9e98-dce23aff0628 [pid: 7|app: 0|req: 561/1140] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:57:18 2026] POST /v2.0/networks => generated 1206 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1141] 10.0.0.71 () {32 vars in 647 bytes} [Thu Apr 2 17:57:19 2026] GET /v2.0/networks => generated 1843 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:57:19.336 7 INFO neutron.services.segments.plugin [-] Segment bf0808ef-1ed0-4a97-9a3e-f76e1289897d resource provider aggregate not found 2026-04-02 17:57:19.337 7 INFO neutron.services.segments.plugin [-] Segment bf0808ef-1ed0-4a97-9a3e-f76e1289897d resource provider aggregate not found 2026-04-02 17:57:19.358 7 INFO neutron.services.segments.plugin [-] Segment bf0808ef-1ed0-4a97-9a3e-f76e1289897d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf0808ef-1ed0-4a97-9a3e-f76e1289897d found for delete ", "request_id": "req-ed855334-5d64-4e72-bfab-1044a0c92eb8"}]} 2026-04-02 17:57:19.362 7 INFO neutron.services.segments.plugin [-] Segment bf0808ef-1ed0-4a97-9a3e-f76e1289897d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf0808ef-1ed0-4a97-9a3e-f76e1289897d found for delete ", "request_id": "req-f0fb7fca-712c-48dd-a48f-e0e2d7a941d2"}]} [pid: 7|app: 0|req: 562/1142] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:57:19 2026] DELETE /v2.0/networks/ecf6efb7-9444-473a-95f7-80d146ac610c => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1145] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:57:19 2026] DELETE /v2.0/networks/513f4502-4ea0-4660-9e98-dce23aff0628 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1146] 10.0.0.71 () {32 vars in 647 bytes} [Thu Apr 2 17:57:19 2026] GET /v2.0/networks => generated 651 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:19.657 8 INFO neutron.db.segments_db [None req-e7723cc4-3781-41f2-adbb-65e8e38fe977 78212de19cd54bdfa86f256c85d6c4d2 405ec1f0fa9845f49b1a16c9ae6e031e - - default default] Added segment 33a44d6a-30b6-4b3a-b223-1a5e197cc80e of type vxlan for network 95f81aa9-d636-491f-a749-c72e1451e7e6 [pid: 8|app: 0|req: 582/1147] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:57:19 2026] POST /v2.0/networks => generated 630 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:57:19.790 7 INFO neutron.db.segments_db [None req-de912f94-36b0-40c6-93a0-e9b1824abe9f 78212de19cd54bdfa86f256c85d6c4d2 405ec1f0fa9845f49b1a16c9ae6e031e - - default default] Added segment 7a454640-bcc2-412b-b6b0-e7c8ca07b8b0 of type vxlan for network 0517d4f1-caed-4d40-9de5-f6d1bcfbe989 [pid: 7|app: 0|req: 566/1148] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:57:19 2026] POST /v2.0/networks => generated 631 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:57:20.355 8 INFO neutron.services.segments.plugin [-] Segment fdc4e875-018f-406c-b039-b433d05fdd56 resource provider aggregate not found 2026-04-02 17:57:20.360 8 INFO neutron.services.segments.plugin [-] Segment fdc4e875-018f-406c-b039-b433d05fdd56 resource provider aggregate not found 2026-04-02 17:57:20.379 8 INFO neutron.services.segments.plugin [-] Segment fdc4e875-018f-406c-b039-b433d05fdd56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdc4e875-018f-406c-b039-b433d05fdd56 found for delete ", "request_id": "req-b140862b-5a01-402b-9a18-6c537d989d50"}]} 2026-04-02 17:57:20.384 8 INFO neutron.services.segments.plugin [-] Segment fdc4e875-018f-406c-b039-b433d05fdd56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdc4e875-018f-406c-b039-b433d05fdd56 found for delete ", "request_id": "req-a15ad567-387c-4226-bc55-dff31deac0fc"}]} 2026-04-02 17:57:20.400 8 INFO neutron.services.segments.plugin [-] Segment bf41b2dc-17d2-485d-a5c8-7dc24d0283e4 resource provider aggregate not found 2026-04-02 17:57:20.404 8 INFO neutron.services.segments.plugin [-] Segment bf41b2dc-17d2-485d-a5c8-7dc24d0283e4 resource provider aggregate not found [pid: 8|app: 0|req: 583/1149] 10.0.0.71 () {34 vars in 663 bytes} [Thu Apr 2 17:57:19 2026] POST /v2.0/ports => generated 1505 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-02 17:57:20.416 8 INFO neutron.services.segments.plugin [-] Segment bf41b2dc-17d2-485d-a5c8-7dc24d0283e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf41b2dc-17d2-485d-a5c8-7dc24d0283e4 found for delete ", "request_id": "req-ec9c02ca-ac4f-4734-ad7b-80d09aa0c1c7"}]} 2026-04-02 17:57:20.422 8 INFO neutron.services.segments.plugin [-] Segment bf41b2dc-17d2-485d-a5c8-7dc24d0283e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf41b2dc-17d2-485d-a5c8-7dc24d0283e4 found for delete ", "request_id": "req-eb48baf2-f816-4d73-b967-09d41067a670"}]} [pid: 7|app: 0|req: 567/1150] 10.0.0.71 () {32 vars in 641 bytes} [Thu Apr 2 17:57:20 2026] GET /v2.0/ports => generated 1505 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 17:57:20.602 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1ece4f1-8c7e-4c72-9eac-7396dad0fee1 78212de19cd54bdfa86f256c85d6c4d2 405ec1f0fa9845f49b1a16c9ae6e031e - - default default] TaaS: Handle Delete Port: b42e93b2-d5cd-43f8-bfe7-110e1bf28e71 2026-04-02 17:57:20.604 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1ece4f1-8c7e-4c72-9eac-7396dad0fee1 78212de19cd54bdfa86f256c85d6c4d2 405ec1f0fa9845f49b1a16c9ae6e031e - - default default] Tap Mirror: Handle Delete Port: b42e93b2-d5cd-43f8-bfe7-110e1bf28e71 [pid: 8|app: 0|req: 584/1151] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:57:20 2026] DELETE /v2.0/ports/b42e93b2-d5cd-43f8-bfe7-110e1bf28e71 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:57:20.763 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd871159-702b-4047-b91e-7a975c08260c 78212de19cd54bdfa86f256c85d6c4d2 405ec1f0fa9845f49b1a16c9ae6e031e - - default default] TaaS: Handle Delete Port: b505a5de-cb96-4b03-9151-87cbe721781e 2026-04-02 17:57:20.767 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd871159-702b-4047-b91e-7a975c08260c 78212de19cd54bdfa86f256c85d6c4d2 405ec1f0fa9845f49b1a16c9ae6e031e - - default default] Tap Mirror: Handle Delete Port: b505a5de-cb96-4b03-9151-87cbe721781e [pid: 8|app: 0|req: 585/1152] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:57:20 2026] DELETE /v2.0/ports/b505a5de-cb96-4b03-9151-87cbe721781e => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:57:20.861 7 INFO neutron.db.segments_db [None req-851d90e6-c768-4167-a9b1-ea4ec6090701 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment 0595bf99-0d3d-4194-b410-c9b2bad83799 of type vxlan for network 78fd12bf-6230-438a-ae97-29b166e846a0 [pid: 8|app: 0|req: 586/1153] 10.0.0.71 () {32 vars in 641 bytes} [Thu Apr 2 17:57:20 2026] GET /v2.0/ports => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1154] 10.0.0.71 () {34 vars in 669 bytes} [Thu Apr 2 17:57:20 2026] POST /v2.0/networks => generated 729 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:57:20.946 8 INFO neutron.db.segments_db [None req-1e71a4b3-feb6-4ff0-899e-97da29f234b3 78212de19cd54bdfa86f256c85d6c4d2 405ec1f0fa9845f49b1a16c9ae6e031e - - default default] Added segment 0974de36-c796-4bc3-be42-56148cd2f0e2 of type vxlan for network 2744cef7-abec-4f2e-a508-2f837c613ca7 [pid: 8|app: 0|req: 587/1155] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:57:20 2026] POST /v2.0/networks => generated 630 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:57:21.102 8 INFO neutron.db.segments_db [None req-01a0f061-c3c8-4a3a-86c4-6d85e837c8e7 78212de19cd54bdfa86f256c85d6c4d2 405ec1f0fa9845f49b1a16c9ae6e031e - - default default] Added segment 93dcfa9d-e9e3-441f-b8d7-a1bdd8cf734e of type vxlan for network d7edcf10-26b9-41b9-9a69-31c25351e3e1 [pid: 7|app: 0|req: 569/1156] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:57:20 2026] POST /v2.0/subnets => generated 695 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1157] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:57:21 2026] POST /v2.0/networks => generated 630 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:57:21.218 7 INFO neutron.db.segments_db [None req-27267f0e-6641-4cac-af98-ab1784ad05c8 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment fe4d125d-8231-49ac-a419-e6feb4c3d86d of type vxlan for network 5c4678f2-ff16-4163-91f3-d83ed5ecd63f 2026-04-02 17:57:21.459 7 INFO neutron.db.l3_hamode_db [None req-27267f0e-6641-4cac-af98-ab1784ad05c8 a6e3a385c1694aa885b027e0cbd51257 a0b16f28c81f4ca1988cf64d06e809f0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 589/1158] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:57:21 2026] POST /v2.0/subnets => generated 1274 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1159] 10.0.0.71 () {32 vars in 645 bytes} [Thu Apr 2 17:57:21 2026] GET /v2.0/subnets => generated 1910 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1160] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:57:21 2026] DELETE /v2.0/subnets/fb43d03a-011a-4981-94bf-145984da233f => 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: 592/1161] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:57:21 2026] DELETE /v2.0/subnets/c66302ea-ac0f-434f-acd9-c956fc236d35 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1162] 10.0.0.71 () {32 vars in 645 bytes} [Thu Apr 2 17:57:21 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1163] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:57:21 2026] DELETE /v2.0/networks/d7edcf10-26b9-41b9-9a69-31c25351e3e1 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:57:22.258 7 INFO neutron.db.l3_hamode_db [None req-27267f0e-6641-4cac-af98-ab1784ad05c8 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 595/1164] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:57:22 2026] DELETE /v2.0/networks/2744cef7-abec-4f2e-a508-2f837c613ca7 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1165] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:57:22 2026] DELETE /v2.0/networks/0517d4f1-caed-4d40-9de5-f6d1bcfbe989 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:57:22.441 8 INFO neutron.services.segments.plugin [-] Segment 93dcfa9d-e9e3-441f-b8d7-a1bdd8cf734e resource provider aggregate not found 2026-04-02 17:57:22.443 8 INFO neutron.services.segments.plugin [-] Segment 93dcfa9d-e9e3-441f-b8d7-a1bdd8cf734e resource provider aggregate not found 2026-04-02 17:57:22.460 8 INFO neutron.services.segments.plugin [-] Segment 93dcfa9d-e9e3-441f-b8d7-a1bdd8cf734e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93dcfa9d-e9e3-441f-b8d7-a1bdd8cf734e found for delete ", "request_id": "req-3ee9bb7d-1744-40a0-a34f-f1143a5ad5b6"}]} 2026-04-02 17:57:22.464 8 INFO neutron.services.segments.plugin [-] Segment 93dcfa9d-e9e3-441f-b8d7-a1bdd8cf734e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93dcfa9d-e9e3-441f-b8d7-a1bdd8cf734e found for delete ", "request_id": "req-29c45996-8c19-4588-a2f0-b8604cee3bee"}]} 2026-04-02 17:57:22.478 8 INFO neutron.services.segments.plugin [-] Segment 0974de36-c796-4bc3-be42-56148cd2f0e2 resource provider aggregate not found 2026-04-02 17:57:22.483 8 INFO neutron.services.segments.plugin [-] Segment 0974de36-c796-4bc3-be42-56148cd2f0e2 resource provider aggregate not found 2026-04-02 17:57:22.495 8 INFO neutron.services.segments.plugin [-] Segment 0974de36-c796-4bc3-be42-56148cd2f0e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0974de36-c796-4bc3-be42-56148cd2f0e2 found for delete ", "request_id": "req-3ced82bb-027a-4fff-878d-d311aaeb4dbd"}]} 2026-04-02 17:57:22.499 8 INFO neutron.services.segments.plugin [-] Segment 0974de36-c796-4bc3-be42-56148cd2f0e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0974de36-c796-4bc3-be42-56148cd2f0e2 found for delete ", "request_id": "req-390aa13b-2c0a-468c-8dcf-8a7f311a16ca"}]} 2026-04-02 17:57:22.513 8 INFO neutron.services.segments.plugin [-] Segment 7a454640-bcc2-412b-b6b0-e7c8ca07b8b0 resource provider aggregate not found 2026-04-02 17:57:22.518 8 INFO neutron.services.segments.plugin [-] Segment 7a454640-bcc2-412b-b6b0-e7c8ca07b8b0 resource provider aggregate not found 2026-04-02 17:57:22.531 8 INFO neutron.services.segments.plugin [-] Segment 7a454640-bcc2-412b-b6b0-e7c8ca07b8b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a454640-bcc2-412b-b6b0-e7c8ca07b8b0 found for delete ", "request_id": "req-8aeec1ba-b49a-4bc6-bc56-0919082ceed0"}]} 2026-04-02 17:57:22.538 8 INFO neutron.services.segments.plugin [-] Segment 7a454640-bcc2-412b-b6b0-e7c8ca07b8b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a454640-bcc2-412b-b6b0-e7c8ca07b8b0 found for delete ", "request_id": "req-66cfda3a-a771-4869-b098-63c41d3be29d"}]} [pid: 8|app: 0|req: 597/1166] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:57:22 2026] DELETE /v2.0/networks/95f81aa9-d636-491f-a749-c72e1451e7e6 => 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: 570/1167] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:57:21 2026] POST /v2.0/routers => generated 735 bytes in 1989 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1168] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:23 2026] GET /v2.0/security-groups?tenant_id=405ec1f0fa9845f49b1a16c9ae6e031e&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: 599/1169] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:23 2026] GET /v2.0/security-groups?tenant_id=bb177dbdd1934efebbe733c707559458&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: 600/1170] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:23 2026] DELETE /v2.0/security-groups/0cf542e0-97d0-4ae0-ae0e-2aba4a07d188 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1171] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:23 2026] DELETE /v2.0/security-groups/3fe0755e-5672-43dd-95d4-9fd1f0d56178 => 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: 602/1172] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:23 2026] GET /v2.0/security-groups?tenant_id=25c48874e0d941a28b1037dca798328e&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: 603/1173] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:23 2026] DELETE /v2.0/security-groups/1e87607d-c90e-4552-84f5-f4474a34d013 => 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: 571/1174] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:57:23 2026] PUT /v2.0/routers/2a5a2648-b960-4a91-8cdd-887cd09b3250/add_router_interface => generated 309 bytes in 1144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:24.551 8 INFO neutron.services.segments.plugin [-] Segment 33a44d6a-30b6-4b3a-b223-1a5e197cc80e resource provider aggregate not found 2026-04-02 17:57:24.558 8 INFO neutron.services.segments.plugin [-] Segment 33a44d6a-30b6-4b3a-b223-1a5e197cc80e resource provider aggregate not found 2026-04-02 17:57:24.572 8 INFO neutron.services.segments.plugin [-] Segment 33a44d6a-30b6-4b3a-b223-1a5e197cc80e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33a44d6a-30b6-4b3a-b223-1a5e197cc80e found for delete ", "request_id": "req-bf8a1c22-e363-495c-b88c-d0998f84d2d4"}]} 2026-04-02 17:57:24.577 8 INFO neutron.services.segments.plugin [-] Segment 33a44d6a-30b6-4b3a-b223-1a5e197cc80e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33a44d6a-30b6-4b3a-b223-1a5e197cc80e found for delete ", "request_id": "req-0d7a2b8a-a1fd-49aa-9a2b-c7a802224e0e"}]} [pid: 8|app: 0|req: 604/1175] 10.0.0.71 () {34 vars in 683 bytes} [Thu Apr 2 17:57:24 2026] POST /v2.0/security-groups => generated 1660 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1176] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:57:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1177] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:57:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1178] 10.0.0.71 () {34 vars in 674 bytes} [Thu Apr 2 17:57:25 2026] POST /v2.0/floatingips => generated 552 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:57:25.866 8 INFO neutron.db.segments_db [None req-de41193a-5053-4bd7-a2a5-186e2509dfb4 5f7cdf71f8fe4c968ec68485124c52fb 5189508997974cfc8f99002098b0b5c4 - - default default] Added segment 7f537380-0304-4a0e-b7af-d2a3683399eb of type vxlan for network af2790b1-f7c8-4ed1-8812-9b948e9abe9e [pid: 8|app: 0|req: 606/1179] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:57:25 2026] POST /v2.0/networks => generated 624 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1180] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:57:26 2026] POST /v2.0/subnets => generated 641 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:57:26.389 8 INFO neutron.db.segments_db [None req-e9a82fc0-b48a-459e-ae50-238c52601396 5f7cdf71f8fe4c968ec68485124c52fb 5189508997974cfc8f99002098b0b5c4 - - default default] Added segment 283945ec-7517-4208-a618-68037a66cb75 of type vxlan for network 3237217b-2156-41c2-9ed8-8c2a5f5cbefc [pid: 8|app: 0|req: 607/1181] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:57:26 2026] POST /v2.0/networks => generated 624 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1182] 10.0.0.71 () {34 vars in 741 bytes} [Thu Apr 2 17:57:26 2026] PUT /v2.0/networks/3237217b-2156-41c2-9ed8-8c2a5f5cbefc => generated 592 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1183] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:57:26 2026] POST /v2.0/subnets => generated 626 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1184] 10.0.0.71 () {34 vars in 739 bytes} [Thu Apr 2 17:57:26 2026] PUT /v2.0/subnets/ec830f5b-f008-4fb7-8e4a-bbb1b8888fb0 => generated 636 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:27.194 8 INFO neutron.services.segments.plugin [-] Segment 283945ec-7517-4208-a618-68037a66cb75 resource provider aggregate not found 2026-04-02 17:57:27.203 8 INFO neutron.services.segments.plugin [-] Segment 283945ec-7517-4208-a618-68037a66cb75 resource provider aggregate not found 2026-04-02 17:57:27.210 8 INFO neutron.services.segments.plugin [-] Segment 283945ec-7517-4208-a618-68037a66cb75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 283945ec-7517-4208-a618-68037a66cb75 found for delete ", "request_id": "req-b5a6d51c-3edc-4918-b7e5-d809bd7697a4"}]} [pid: 8|app: 0|req: 609/1185] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:57:27 2026] DELETE /v2.0/networks/3237217b-2156-41c2-9ed8-8c2a5f5cbefc => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:57:27.230 8 INFO neutron.services.segments.plugin [-] Segment 283945ec-7517-4208-a618-68037a66cb75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 283945ec-7517-4208-a618-68037a66cb75 found for delete ", "request_id": "req-d08e461b-0748-4838-bc6b-433097840078"}]} 2026-04-02 17:57:27.230 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d30f3a21-a9d1-45e3-8deb-e55779c5a039 5f7cdf71f8fe4c968ec68485124c52fb 5189508997974cfc8f99002098b0b5c4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 577/1186] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:57:27 2026] DELETE /v2.0/networks/3237217b-2156-41c2-9ed8-8c2a5f5cbefc => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1187] 10.0.0.71 () {32 vars in 692 bytes} [Thu Apr 2 17:57:27 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1188] 10.0.0.71 () {32 vars in 740 bytes} [Thu Apr 2 17:57:27 2026] GET /v2.0/subnets?network_id=745e5bd0-33b1-468c-afe3-f02223590ff7 => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1189] 10.0.0.71 () {32 vars in 651 bytes} [Thu Apr 2 17:57:27 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: 579/1190] 10.0.0.71 () {32 vars in 647 bytes} [Thu Apr 2 17:57:27 2026] GET /v2.0/networks => generated 1308 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1191] 10.0.0.71 () {32 vars in 645 bytes} [Thu Apr 2 17:57:27 2026] GET /v2.0/subnets => generated 1280 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1192] 10.0.0.71 () {32 vars in 721 bytes} [Thu Apr 2 17:57:27 2026] GET /v2.0/networks/af2790b1-f7c8-4ed1-8812-9b948e9abe9e => generated 668 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1193] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 17:57:27 2026] GET /v2.0/subnets/49f247ac-e57b-4fb5-81ea-59c40e0fbef2 => generated 641 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:27.533 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eb334d95-5cf8-4b69-a130-ed698975a46c 5f7cdf71f8fe4c968ec68485124c52fb 5189508997974cfc8f99002098b0b5c4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 581/1194] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:57:27 2026] DELETE /v2.0/subnets/ec830f5b-f008-4fb7-8e4a-bbb1b8888fb0 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:57:27.558 8 INFO neutron.pecan_wsgi.hooks.translation [None req-adbc23c4-ff83-4e96-bae9-5501421599d3 5f7cdf71f8fe4c968ec68485124c52fb 5189508997974cfc8f99002098b0b5c4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 614/1195] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:57:27 2026] DELETE /v2.0/networks/3237217b-2156-41c2-9ed8-8c2a5f5cbefc => generated 138 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1196] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:57:27 2026] DELETE /v2.0/subnets/49f247ac-e57b-4fb5-81ea-59c40e0fbef2 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1197] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:57:27 2026] DELETE /v2.0/networks/af2790b1-f7c8-4ed1-8812-9b948e9abe9e => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1198] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:27 2026] GET /v2.0/security-groups?tenant_id=1c6dafcffbdb4b3fa037a3356f658f9c&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1199] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:27 2026] DELETE /v2.0/security-groups/ab501eef-5162-48b2-8c9d-3be390e12097 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1200] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:28 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1201] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:28 2026] GET /v2.0/security-groups?tenant_id=5189508997974cfc8f99002098b0b5c4&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: 619/1202] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:28 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1203] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:28 2026] DELETE /v2.0/security-groups/f7e12b22-ac45-4067-8ea2-40bb7593e490 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1204] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:28 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1205] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:28 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:29.228 8 INFO neutron.services.segments.plugin [-] Segment 7f537380-0304-4a0e-b7af-d2a3683399eb resource provider aggregate not found 2026-04-02 17:57:29.249 8 INFO neutron.services.segments.plugin [-] Segment 7f537380-0304-4a0e-b7af-d2a3683399eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f537380-0304-4a0e-b7af-d2a3683399eb found for delete ", "request_id": "req-72854363-16ae-4562-b3ee-a7875daeae6d"}]} 2026-04-02 17:57:29.250 8 INFO neutron.services.segments.plugin [-] Segment 7f537380-0304-4a0e-b7af-d2a3683399eb resource provider aggregate not found 2026-04-02 17:57:29.274 8 INFO neutron.services.segments.plugin [-] Segment 7f537380-0304-4a0e-b7af-d2a3683399eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f537380-0304-4a0e-b7af-d2a3683399eb found for delete ", "request_id": "req-d4d26d2d-2cd1-46e9-bbc7-bc4a6b5ca4a1"}]} [pid: 7|app: 0|req: 586/1206] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:29 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1207] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:29 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:29.946 8 INFO neutron.db.segments_db [None req-fe120986-5a2b-491d-abb7-bfd39c89fdb9 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment 2aab4b03-1604-4006-8cac-9aad12171a83 of type vxlan for network 4298ac21-f538-4c8c-9202-6acef53e8a9a [pid: 8|app: 0|req: 621/1208] 10.0.0.71 () {34 vars in 669 bytes} [Thu Apr 2 17:57:29 2026] POST /v2.0/networks => generated 721 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1209] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:57:30 2026] POST /v2.0/subnets => generated 687 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:57:30.317 8 INFO neutron.db.segments_db [None req-02d8bdb2-9dbf-4e5e-aacb-6bb49af8eb7d a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment 217a5676-37cd-4b50-a3c7-7a35071f7cb8 of type vxlan for network 129f8bad-d7dc-4ee7-9995-29fd1c0fac42 [pid: 7|app: 0|req: 589/1210] 10.0.0.71 () {34 vars in 674 bytes} [Thu Apr 2 17:57:30 2026] POST /v2.0/subnetpools => generated 548 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1211] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 17:57:30 2026] GET /v2.0/subnetpools/24bb40ee-3c92-478c-aed8-62c41c5d7abe => generated 548 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:30.525 8 INFO neutron.db.l3_hamode_db [None req-02d8bdb2-9dbf-4e5e-aacb-6bb49af8eb7d a6e3a385c1694aa885b027e0cbd51257 c1224d8f735c4cea9c6ef2c1d32173ea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 591/1212] 10.0.0.71 () {34 vars in 747 bytes} [Thu Apr 2 17:57:30 2026] PUT /v2.0/subnetpools/24bb40ee-3c92-478c-aed8-62c41c5d7abe => generated 499 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1213] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 17:57:30 2026] DELETE /v2.0/subnetpools/24bb40ee-3c92-478c-aed8-62c41c5d7abe => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:57:30.615 7 INFO neutron.api.v2.resource [None req-a7a8d6a0-e49f-4179-b222-39856175ec45 47234ee1c1fa49508504bec691575723 d3bf552714494526be6d823c071b4207 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 593/1214] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 17:57:30 2026] GET /v2.0/subnetpools/24bb40ee-3c92-478c-aed8-62c41c5d7abe => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:57:30.629 7 INFO neutron.api.v2.resource [None req-5935a78b-288d-4488-ac9f-5953a8af6768 47234ee1c1fa49508504bec691575723 d3bf552714494526be6d823c071b4207 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 594/1215] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 17:57:30 2026] DELETE /v2.0/subnetpools/24bb40ee-3c92-478c-aed8-62c41c5d7abe => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1216] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:31 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1217] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 2 17:57:31 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1218] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:31 2026] GET /v2.0/security-groups?id=38e1a17b-4b86-42bf-85ff-95c45f0d11c3&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:31.171 7 INFO neutron_taas.services.taas.taas_plugin [req-acb491ad-f104-4243-99b7-c4a775eb2f8a req-73881f29-634d-4dd4-b568-47a25aca4e28 33d85545ebc64f68868f98d855da964d bf6ff7b331fa44d1ad801f368a46ad18 - - default default] TaaS: Handle Delete Port: 10672ccd-b7fb-4d1c-a97b-3b7539d73026 2026-04-02 17:57:31.173 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-acb491ad-f104-4243-99b7-c4a775eb2f8a req-73881f29-634d-4dd4-b568-47a25aca4e28 33d85545ebc64f68868f98d855da964d bf6ff7b331fa44d1ad801f368a46ad18 - - default default] Tap Mirror: Handle Delete Port: 10672ccd-b7fb-4d1c-a97b-3b7539d73026 2026-04-02 17:57:31.307 7 INFO neutron.db.l3_db [req-acb491ad-f104-4243-99b7-c4a775eb2f8a req-73881f29-634d-4dd4-b568-47a25aca4e28 33d85545ebc64f68868f98d855da964d bf6ff7b331fa44d1ad801f368a46ad18 - - default default] Floating IP ba96d7ba-e2c5-4d5f-9378-c3163542f4f7 disassociated. External IP: 10.96.250.211, port: 10672ccd-b7fb-4d1c-a97b-3b7539d73026. 2026-04-02 17:57:31.617 8 INFO neutron.db.l3_hamode_db [None req-02d8bdb2-9dbf-4e5e-aacb-6bb49af8eb7d a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 598/1219] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 2 17:57:31 2026] DELETE /v2.0/ports/10672ccd-b7fb-4d1c-a97b-3b7539d73026 => generated 0 bytes in 545 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:57:31.679 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7cb99706-f505-468d-9d84-393aa8349b78'] response: {'server_uuid': '40bef5a3-a53e-4fcd-a6d0-21bcdf29a398', 'name': 'network-vif-deleted', 'tag': '10672ccd-b7fb-4d1c-a97b-3b7539d73026', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 599/1220] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:31 2026] GET /v2.0/security-groups?tenant_id=d3bf552714494526be6d823c071b4207&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1221] 10.0.0.100 () {34 vars in 1099 bytes} [Thu Apr 2 17:57:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1024879269&fields=id&tenant_id=a0b16f28c81f4ca1988cf64d06e809f0 => 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: 601/1222] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:31 2026] DELETE /v2.0/security-groups/49e7d534-0d9a-4901-bd17-b7f238e821e1 => 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: 602/1223] 10.0.0.100 () {34 vars in 981 bytes} [Thu Apr 2 17:57:31 2026] GET /v2.0/networks?id=78fd12bf-6230-438a-ae97-29b166e846a0 => generated 680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1224] 10.0.0.100 () {34 vars in 964 bytes} [Thu Apr 2 17:57:32 2026] GET /v2.0/quotas/a0b16f28c81f4ca1988cf64d06e809f0 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1225] 10.0.0.100 () {34 vars in 1001 bytes} [Thu Apr 2 17:57:32 2026] GET /v2.0/ports?tenant_id=a0b16f28c81f4ca1988cf64d06e809f0&fields=id => generated 103 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1226] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:32 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1227] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:57:30 2026] POST /v2.0/routers => generated 727 bytes in 2204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1228] 10.0.0.100 () {34 vars in 906 bytes} [Thu Apr 2 17:57:32 2026] GET /v2.0/extensions => generated 21537 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1229] 10.0.0.100 () {34 vars in 1007 bytes} [Thu Apr 2 17:57:32 2026] GET /v2.0/networks/78fd12bf-6230-438a-ae97-29b166e846a0?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: 625/1230] 10.0.0.100 () {34 vars in 1107 bytes} [Thu Apr 2 17:57:32 2026] GET /v2.0/networks/78fd12bf-6230-438a-ae97-29b166e846a0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1231] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:33 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => 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: 627/1232] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:33 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => 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: 606/1233] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:57:32 2026] PUT /v2.0/routers/909f9523-e565-4676-a156-e995216647ef/add_router_interface => generated 309 bytes in 1160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1234] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:34 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => 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: 607/1235] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:34 2026] GET /v2.0/ports?device_id=40bef5a3-a53e-4fcd-a6d0-21bcdf29a398 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:57:34.849 8 INFO neutron.db.segments_db [None req-22b74336-c4db-4f38-8cf5-1539fca3e3e2 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment 6e8d5b65-bba3-4272-996d-25cd56e6172d of type vxlan for network 906294f9-ea71-4105-9f4b-e4c5b8940816 [pid: 8|app: 0|req: 630/1238] 10.0.0.71 () {34 vars in 669 bytes} [Thu Apr 2 17:57:34 2026] POST /v2.0/networks => generated 721 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1239] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:57:34 2026] POST /v2.0/subnets => generated 687 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:57:35.179 8 INFO neutron.db.segments_db [None req-0dd71d3f-aa07-43a1-a303-5070af90d373 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment 2de429a3-1223-4599-b7b5-e9abb1f336b0 of type vxlan for network 0f9c1f79-6fe8-4254-9612-299002606984 [pid: 7|app: 0|req: 610/1240] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:35 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:57:35.468 8 INFO neutron.db.l3_hamode_db [None req-0dd71d3f-aa07-43a1-a303-5070af90d373 a6e3a385c1694aa885b027e0cbd51257 7eb78b1536134482bf513b8019e390dd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 611/1241] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:35 2026] DELETE /v2.0/security-groups/38e1a17b-4b86-42bf-85ff-95c45f0d11c3 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:57:35.645 7 INFO neutron.api.v2.resource [None req-faae4a56-eeb9-4fc9-8995-bd95292aef3c 33d85545ebc64f68868f98d855da964d bf6ff7b331fa44d1ad801f368a46ad18 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 612/1242] 10.0.0.71 () {32 vars in 735 bytes} [Thu Apr 2 17:57:35 2026] GET /v2.0/security-groups/38e1a17b-4b86-42bf-85ff-95c45f0d11c3 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:57:35.764 7 INFO neutron_taas.services.taas.taas_plugin [None req-40ba8ed9-0e5a-4d6f-9685-f1929cbb2eaa 33d85545ebc64f68868f98d855da964d bf6ff7b331fa44d1ad801f368a46ad18 - - default default] TaaS: Handle Delete Port: 1a46c6bd-9a3c-43fe-93c3-d5267fc7e354 2026-04-02 17:57:35.767 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40ba8ed9-0e5a-4d6f-9685-f1929cbb2eaa 33d85545ebc64f68868f98d855da964d bf6ff7b331fa44d1ad801f368a46ad18 - - default default] Tap Mirror: Handle Delete Port: 1a46c6bd-9a3c-43fe-93c3-d5267fc7e354 [pid: 7|app: 0|req: 613/1243] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 17:57:35 2026] DELETE /v2.0/floatingips/ba96d7ba-e2c5-4d5f-9378-c3163542f4f7 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:57:36.311 8 INFO neutron.db.l3_hamode_db [None req-0dd71d3f-aa07-43a1-a303-5070af90d373 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:57:36.343 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2c0fe64-31ef-47e6-8aa9-707423b35bbc a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 6ba5dc14-3abe-4116-9ec2-014f7f1889ec 2026-04-02 17:57:36.346 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2c0fe64-31ef-47e6-8aa9-707423b35bbc a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 6ba5dc14-3abe-4116-9ec2-014f7f1889ec [pid: 7|app: 0|req: 614/1244] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:57:35 2026] PUT /v2.0/routers/1e4db7d0-54cf-48b9-af51-9be421b8b1e2/remove_router_interface => generated 309 bytes in 1001 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1245] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:36 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:57:37.156 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e7e5e71-9dbf-4867-b331-02fd0da4f3e1 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: ed8204eb-0676-4d02-b6fc-40c161ad6d9b 2026-04-02 17:57:37.158 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e7e5e71-9dbf-4867-b331-02fd0da4f3e1 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: ed8204eb-0676-4d02-b6fc-40c161ad6d9b [pid: 8|app: 0|req: 631/1246] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:57:35 2026] POST /v2.0/routers => generated 727 bytes in 2082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:57:37.424 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e7e5e71-9dbf-4867-b331-02fd0da4f3e1 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 8a092cb3-a12e-41eb-914f-ac9688e20f98 2026-04-02 17:57:37.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e7e5e71-9dbf-4867-b331-02fd0da4f3e1 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 8a092cb3-a12e-41eb-914f-ac9688e20f98 2026-04-02 17:57:37.768 7 INFO neutron.services.segments.plugin [-] Segment 7fb50e8a-d1a3-4f22-9f42-5c11584bfa73 resource provider aggregate not found 2026-04-02 17:57:37.776 7 INFO neutron.services.segments.plugin [-] Segment 7fb50e8a-d1a3-4f22-9f42-5c11584bfa73 resource provider aggregate not found 2026-04-02 17:57:37.792 7 INFO neutron.services.segments.plugin [-] Segment 7fb50e8a-d1a3-4f22-9f42-5c11584bfa73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fb50e8a-d1a3-4f22-9f42-5c11584bfa73 found for delete ", "request_id": "req-f4dd0a04-2901-4965-8993-4eb93b516df3"}]} 2026-04-02 17:57:37.799 7 INFO neutron.services.segments.plugin [-] Segment 7fb50e8a-d1a3-4f22-9f42-5c11584bfa73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fb50e8a-d1a3-4f22-9f42-5c11584bfa73 found for delete ", "request_id": "req-c4d0b7a5-df5d-486d-8459-681d5ee5133c"}]} 2026-04-02 17:57:37.807 7 INFO neutron.db.l3_hamode_db [None req-1e7e5e71-9dbf-4867-b331-02fd0da4f3e1 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] HA network 6f393367-da83-46e3-a928-92b26237bf63 was deleted as no HA routers are present in tenant bf6ff7b331fa44d1ad801f368a46ad18. [pid: 7|app: 0|req: 616/1247] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:57:36 2026] DELETE /v2.0/routers/1e4db7d0-54cf-48b9-af51-9be421b8b1e2 => generated 0 bytes in 850 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1248] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:57:37 2026] GET /v2.0/networks?id=78fd12bf-6230-438a-ae97-29b166e846a0 => generated 680 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1249] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:57:37 2026] DELETE /v2.0/subnets/e2355218-e253-4e88-a684-e0fd99a3f26d => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1250] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 2 17:57:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a0b16f28c81f4ca1988cf64d06e809f0 => generated 181 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:38.210 7 INFO neutron_taas.services.taas.taas_plugin [None req-17449111-a044-42e0-a9d4-fae8d244d468 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: a662009b-f177-4b05-b090-3eaa8830686e 2026-04-02 17:57:38.217 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17449111-a044-42e0-a9d4-fae8d244d468 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: a662009b-f177-4b05-b090-3eaa8830686e [pid: 8|app: 0|req: 632/1251] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:57:37 2026] PUT /v2.0/routers/63beabdc-5862-4699-baaf-d9a9ffa0dca8/add_router_interface => generated 309 bytes in 1028 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1252] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:38 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1253] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:57:38 2026] DELETE /v2.0/networks/a42e1d4b-4592-425f-bc3b-1b95ad7df208 => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1254] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 2 17:57:38 2026] POST /v2.0/ports => generated 954 bytes in 317 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: 635/1255] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:38 2026] GET /v2.0/security-groups?tenant_id=bf6ff7b331fa44d1ad801f368a46ad18&name=default => generated 2921 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1256] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:38 2026] DELETE /v2.0/security-groups/ec8a5a3a-787c-48c8-92ad-399a6d28f8f2 => 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: 621/1257] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 17:57:38 2026] PUT /v2.0/ports/06587acd-3af9-4781-a637-12b64eeeeff6 => generated 1235 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:57:39.055 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c2787a2-9eac-45e1-8463-3417e9a2a532'] response: {'name': 'network-changed', 'server_uuid': 'da28d5f8-e321-4928-b062-419b0ee88ad0', 'tag': '06587acd-3af9-4781-a637-12b64eeeeff6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 637/1258] 10.0.0.71 () {34 vars in 683 bytes} [Thu Apr 2 17:57:38 2026] POST /v2.0/security-groups => generated 1675 bytes in 202 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: 622/1259] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:57:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1260] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:39 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => generated 969 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1261] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:39 2026] GET /v2.0/security-groups?id=4a575d92-8405-44b5-9884-17f7099ffb74&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1262] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:57:39 2026] POST /v2.0/security-group-rules => generated 596 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1263] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:57:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1264] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:57:39 2026] GET /v2.0/ports?tenant_id=a0b16f28c81f4ca1988cf64d06e809f0&device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1265] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 2 17:57:39 2026] GET /v2.0/networks?tenant_id=a0b16f28c81f4ca1988cf64d06e809f0&shared=False => generated 776 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1266] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:57:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1267] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 2 17:57:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:39.750 7 INFO neutron.db.securitygroups_db [None req-7abf1ef3-64be-457c-a57d-33b093681e77 b91c441ef3fa455993611f04613ea1d1 c1224d8f735c4cea9c6ef2c1d32173ea - - default default] Project c1224d8f735c4cea9c6ef2c1d32173ea added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-02 17:57:39.828 7 INFO neutron.services.segments.plugin [-] Segment f86b0361-c86d-48a0-942e-b67e86b00685 resource provider aggregate not found 2026-04-02 17:57:39.834 7 INFO neutron.services.segments.plugin [-] Segment f86b0361-c86d-48a0-942e-b67e86b00685 resource provider aggregate not found 2026-04-02 17:57:39.844 7 INFO neutron.services.segments.plugin [-] Segment f86b0361-c86d-48a0-942e-b67e86b00685 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f86b0361-c86d-48a0-942e-b67e86b00685 found for delete ", "request_id": "req-89f9e185-1079-4977-9d01-d01870de4ce8"}]} 2026-04-02 17:57:39.848 7 INFO neutron.services.segments.plugin [-] Segment f86b0361-c86d-48a0-942e-b67e86b00685 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f86b0361-c86d-48a0-942e-b67e86b00685 found for delete ", "request_id": "req-adbba963-cf8a-4daf-a99a-456f47270856"}]} [pid: 7|app: 0|req: 627/1268] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:57:39 2026] POST /v2.0/security-group-rules => generated 607 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:57:39.924 8 INFO neutron.db.securitygroups_db [None req-93b3b32e-4690-42ed-930b-79726b01e5b7 b91c441ef3fa455993611f04613ea1d1 c1224d8f735c4cea9c6ef2c1d32173ea - - default default] Project c1224d8f735c4cea9c6ef2c1d32173ea 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: 642/1269] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:57:39 2026] POST /v2.0/security-group-rules => generated 606 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1270] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:40 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => 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: 644/1271] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:40 2026] GET /v2.0/security-groups?id=4a575d92-8405-44b5-9884-17f7099ffb74&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: 628/1272] 10.0.0.71 () {34 vars in 683 bytes} [Thu Apr 2 17:57:40 2026] POST /v2.0/security-groups => generated 1661 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1273] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:57:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1274] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:57:40 2026] GET /v2.0/ports?tenant_id=a0b16f28c81f4ca1988cf64d06e809f0&device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1275] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:57:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=06587acd-3af9-4781-a637-12b64eeeeff6 => 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: 631/1276] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:57:40 2026] GET /v2.0/subnets?id=1fc9f09d-5fc8-4310-b2c4-2fc52cbab6f2 => generated 698 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1277] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:57:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1278] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:57:40 2026] GET /v2.0/ports?network_id=78fd12bf-6230-438a-ae97-29b166e846a0&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1279] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:57:40 2026] GET /v2.0/networks/78fd12bf-6230-438a-ae97-29b166e846a0?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: 634/1280] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:57:40 2026] GET /v2.0/networks/78fd12bf-6230-438a-ae97-29b166e846a0?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: 647/1281] 10.0.0.71 () {34 vars in 674 bytes} [Thu Apr 2 17:57:40 2026] POST /v2.0/floatingips => generated 552 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1282] 10.0.0.100 () {34 vars in 1099 bytes} [Thu Apr 2 17:57:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1600304476&fields=id&tenant_id=c1224d8f735c4cea9c6ef2c1d32173ea => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1283] 10.0.0.100 () {34 vars in 1099 bytes} [Thu Apr 2 17:57:41 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2092303243&fields=id&tenant_id=c1224d8f735c4cea9c6ef2c1d32173ea => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1284] 10.0.0.100 () {34 vars in 981 bytes} [Thu Apr 2 17:57:41 2026] GET /v2.0/networks?id=4298ac21-f538-4c8c-9202-6acef53e8a9a => generated 672 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1285] 10.0.0.100 () {34 vars in 964 bytes} [Thu Apr 2 17:57:41 2026] GET /v2.0/quotas/c1224d8f735c4cea9c6ef2c1d32173ea => 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: 637/1286] 10.0.0.100 () {34 vars in 1001 bytes} [Thu Apr 2 17:57:41 2026] GET /v2.0/ports?tenant_id=c1224d8f735c4cea9c6ef2c1d32173ea&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1287] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:41 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1288] 10.0.0.100 () {34 vars in 1007 bytes} [Thu Apr 2 17:57:41 2026] GET /v2.0/networks/4298ac21-f538-4c8c-9202-6acef53e8a9a?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: 651/1289] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:41 2026] GET /v2.0/security-groups?id=4a575d92-8405-44b5-9884-17f7099ffb74&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: 639/1290] 10.0.0.100 () {34 vars in 1107 bytes} [Thu Apr 2 17:57:41 2026] GET /v2.0/networks/4298ac21-f538-4c8c-9202-6acef53e8a9a?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: 652/1291] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:41 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => 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: 640/1292] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:42 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1293] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:42 2026] GET /v2.0/security-groups?id=4a575d92-8405-44b5-9884-17f7099ffb74&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1294] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:43 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => 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: 654/1295] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:43 2026] GET /v2.0/security-groups?tenant_id=3b39e5349a264a3a97d5a24bb3f1103b&name=default => generated 2925 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1296] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:43 2026] DELETE /v2.0/security-groups/1142ac92-7b17-4c78-bdda-8810f257ebce => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1297] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:43 2026] GET /v2.0/security-groups?tenant_id=c14506afa6604f9aa528613154b958ce&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1298] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:44 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => 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: 644/1299] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:44 2026] GET /v2.0/security-groups?id=4a575d92-8405-44b5-9884-17f7099ffb74&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: 656/1300] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:44 2026] DELETE /v2.0/security-groups/b7eec9d6-49b5-43a4-9700-709913691807 => 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: 645/1301] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:44 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 12 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1302] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:45 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1303] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:45 2026] GET /v2.0/security-groups?id=4a575d92-8405-44b5-9884-17f7099ffb74&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: 658/1304] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:45 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => 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: 647/1305] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:46 2026] GET /v2.0/security-groups?tenant_id=a3c698c1ec014641a4d35ee85a0d1442&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1306] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:46 2026] DELETE /v2.0/security-groups/837be27b-6601-4c26-9db9-6a281ad3f3bb => 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: 648/1307] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:46 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1308] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:46 2026] GET /v2.0/security-groups?id=4a575d92-8405-44b5-9884-17f7099ffb74&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1309] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:46 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => 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: 661/1310] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:57:47 2026] GET /v2.0/networks?id=4298ac21-f538-4c8c-9202-6acef53e8a9a => generated 672 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1311] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 2 17:57:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c1224d8f735c4cea9c6ef2c1d32173ea => generated 274 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1312] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:47 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => 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: 663/1313] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:47 2026] GET /v2.0/security-groups?id=4a575d92-8405-44b5-9884-17f7099ffb74&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: 664/1314] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:47 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => 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: 651/1315] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 2 17:57:47 2026] POST /v2.0/ports => generated 997 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1316] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 17:57:48 2026] PUT /v2.0/ports/32234551-dc66-4e97-8fcc-3d0e0b40e7b2 => generated 1278 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:57:48.712 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ea06e78-413d-4262-92cb-fe0ce216864e'] response: {'name': 'network-changed', 'server_uuid': 'e5ec4f05-cddb-4007-ab8a-a22f3745b39e', 'tag': '32234551-dc66-4e97-8fcc-3d0e0b40e7b2', '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: 652/1317] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:48 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => generated 971 bytes in 49 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: 666/1318] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:48 2026] GET /v2.0/security-groups?id=4a575d92-8405-44b5-9884-17f7099ffb74&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: 653/1319] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:48 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => 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: 667/1320] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:48 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 1012 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1321] 10.0.0.100 () {34 vars in 1119 bytes} [Thu Apr 2 17:57:49 2026] GET /v2.0/security-groups?id=d277fab5-cc09-4393-9358-b069078add13&id=54d6fb22-8e4c-4643-9103-211cbf9f0e13&fields=id&fields=name => generated 207 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1322] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:57:49 2026] GET /v2.0/ports?tenant_id=c1224d8f735c4cea9c6ef2c1d32173ea&device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 1281 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1323] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 2 17:57:49 2026] GET /v2.0/networks?tenant_id=c1224d8f735c4cea9c6ef2c1d32173ea&shared=False => generated 768 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:49.334 7 INFO neutron.db.l3_db [None req-30006713-b42e-4445-b235-32b18c59a457 070a6eaa33054706969fb800f9c3cf96 a0b16f28c81f4ca1988cf64d06e809f0 - - default default] Floating IP f8b3607f-d0b5-4211-9ad2-832ce846d687 associated. External IP: 10.96.250.207, port: 06587acd-3af9-4781-a637-12b64eeeeff6. [pid: 8|app: 0|req: 671/1324] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 2 17:57:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1327] 10.0.0.71 () {34 vars in 747 bytes} [Thu Apr 2 17:57:48 2026] PUT /v2.0/floatingips/f8b3607f-d0b5-4211-9ad2-832ce846d687 => generated 855 bytes in 739 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:49.731 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8dc4753-62ac-486a-819b-109c2bf4121c'] response: {'name': 'network-changed', 'server_uuid': 'da28d5f8-e321-4928-b062-419b0ee88ad0', 'tag': '06587acd-3af9-4781-a637-12b64eeeeff6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 674/1328] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:49 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => 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: 655/1329] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:49 2026] GET /v2.0/security-groups?id=4a575d92-8405-44b5-9884-17f7099ffb74&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: 675/1330] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:50 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1331] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:50 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 1012 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1332] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:50 2026] GET /v2.0/security-groups?id=4a575d92-8405-44b5-9884-17f7099ffb74&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1333] 10.0.0.100 () {34 vars in 1119 bytes} [Thu Apr 2 17:57:50 2026] GET /v2.0/security-groups?id=d277fab5-cc09-4393-9358-b069078add13&id=54d6fb22-8e4c-4643-9103-211cbf9f0e13&fields=id&fields=name => generated 207 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1334] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:57:50 2026] GET /v2.0/ports?tenant_id=a0b16f28c81f4ca1988cf64d06e809f0&device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1335] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:57:50 2026] GET /v2.0/networks?id=78fd12bf-6230-438a-ae97-29b166e846a0 => generated 776 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1336] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:57:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=06587acd-3af9-4781-a637-12b64eeeeff6 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1337] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:57:50 2026] GET /v2.0/subnets?id=1fc9f09d-5fc8-4310-b2c4-2fc52cbab6f2 => generated 698 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1338] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:57:50 2026] GET /v2.0/ports?tenant_id=c1224d8f735c4cea9c6ef2c1d32173ea&device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 1281 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1339] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 2 17:57:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=32234551-dc66-4e97-8fcc-3d0e0b40e7b2 => 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: 660/1340] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:57:50 2026] GET /v2.0/ports?network_id=78fd12bf-6230-438a-ae97-29b166e846a0&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1341] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:57:50 2026] GET /v2.0/subnets?id=367cee94-9e73-4083-93b6-526e5165552c => generated 690 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1342] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:57:50 2026] GET /v2.0/networks/78fd12bf-6230-438a-ae97-29b166e846a0?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1343] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:57:50 2026] GET /v2.0/ports?network_id=4298ac21-f538-4c8c-9202-6acef53e8a9a&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1344] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:57:50 2026] GET /v2.0/networks/78fd12bf-6230-438a-ae97-29b166e846a0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1345] 10.0.0.139 () {32 vars in 800 bytes} [Thu Apr 2 17:57:50 2026] GET /v2.0/extensions => generated 21537 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1346] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:57:50 2026] GET /v2.0/networks/4298ac21-f538-4c8c-9202-6acef53e8a9a?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1347] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:57:50 2026] GET /v2.0/networks/4298ac21-f538-4c8c-9202-6acef53e8a9a?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: 666/1348] 10.0.0.139 () {30 vars in 723 bytes} [Thu Apr 2 17:57:50 2026] GET /v2.0/quotas/3174c205adfb40bd949033ddb13da79c/details => generated 847 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1349] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:51 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1350] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:51 2026] GET /v2.0/security-groups?tenant_id=ac837dd2c0bd4140a53a192344f92577&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1351] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:51 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 1012 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1352] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:51 2026] GET /v2.0/security-groups?id=4a575d92-8405-44b5-9884-17f7099ffb74&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: 685/1353] 10.0.0.100 () {34 vars in 1119 bytes} [Thu Apr 2 17:57:51 2026] GET /v2.0/security-groups?id=d277fab5-cc09-4393-9358-b069078add13&id=54d6fb22-8e4c-4643-9103-211cbf9f0e13&fields=id&fields=name => generated 207 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1354] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:51 2026] DELETE /v2.0/security-groups/7d5add6e-4db1-4909-80ae-501984a32d60 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1355] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:51 2026] GET /v2.0/security-groups?tenant_id=8a2c243575d34e789ff7dc03c6b5fc33&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1356] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:51 2026] DELETE /v2.0/security-groups/f22c291e-299c-41d7-9bf0-a8cb5cf233e9 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1357] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:52 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1358] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:52 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 1012 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1359] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:57:52 2026] GET /v2.0/security-groups?id=4a575d92-8405-44b5-9884-17f7099ffb74&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1360] 10.0.0.100 () {34 vars in 1119 bytes} [Thu Apr 2 17:57:52 2026] GET /v2.0/security-groups?id=d277fab5-cc09-4393-9358-b069078add13&id=54d6fb22-8e4c-4643-9103-211cbf9f0e13&fields=id&fields=name => generated 207 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1361] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 2 17:57:52 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:52.782 7 INFO neutron_taas.services.taas.taas_plugin [req-84702bf7-02ce-455c-8f83-eda464c0c4ec req-4cdb1813-1e68-48d3-b223-1ef416fe3d50 070a6eaa33054706969fb800f9c3cf96 a0b16f28c81f4ca1988cf64d06e809f0 - - default default] TaaS: Handle Delete Port: 06587acd-3af9-4781-a637-12b64eeeeff6 2026-04-02 17:57:52.790 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-84702bf7-02ce-455c-8f83-eda464c0c4ec req-4cdb1813-1e68-48d3-b223-1ef416fe3d50 070a6eaa33054706969fb800f9c3cf96 a0b16f28c81f4ca1988cf64d06e809f0 - - default default] Tap Mirror: Handle Delete Port: 06587acd-3af9-4781-a637-12b64eeeeff6 2026-04-02 17:57:52.885 7 INFO neutron.db.l3_db [req-84702bf7-02ce-455c-8f83-eda464c0c4ec req-4cdb1813-1e68-48d3-b223-1ef416fe3d50 070a6eaa33054706969fb800f9c3cf96 a0b16f28c81f4ca1988cf64d06e809f0 - - default default] Floating IP f8b3607f-d0b5-4211-9ad2-832ce846d687 disassociated. External IP: 10.96.250.207, port: 06587acd-3af9-4781-a637-12b64eeeeff6. [pid: 7|app: 0|req: 673/1362] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 2 17:57:52 2026] DELETE /v2.0/ports/06587acd-3af9-4781-a637-12b64eeeeff6 => generated 0 bytes in 768 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:57:53.395 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8bcecba7-e9fa-42b2-950c-1d2d2cd9d3a5'] response: {'server_uuid': 'da28d5f8-e321-4928-b062-419b0ee88ad0', 'name': 'network-vif-deleted', 'tag': '06587acd-3af9-4781-a637-12b64eeeeff6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 690/1363] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:53 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => 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: 674/1364] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:53 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 1012 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1365] 10.0.0.100 () {34 vars in 1119 bytes} [Thu Apr 2 17:57:53 2026] GET /v2.0/security-groups?id=d277fab5-cc09-4393-9358-b069078add13&id=54d6fb22-8e4c-4643-9103-211cbf9f0e13&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1366] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 2 17:57:53 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 1281 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1367] 199.204.45.155 () {34 vars in 1123 bytes} [Thu Apr 2 17:57:53 2026] GET /v2.0/security-groups?id=d277fab5-cc09-4393-9358-b069078add13&id=54d6fb22-8e4c-4643-9103-211cbf9f0e13&fields=id&fields=name => generated 207 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1368] 10.0.0.139 () {32 vars in 800 bytes} [Thu Apr 2 17:57:54 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: 693/1369] 10.0.0.139 () {30 vars in 723 bytes} [Thu Apr 2 17:57:54 2026] GET /v2.0/quotas/3174c205adfb40bd949033ddb13da79c/details => generated 847 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1370] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:54 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => 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: 694/1371] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:54 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 1012 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1372] 10.0.0.100 () {34 vars in 1119 bytes} [Thu Apr 2 17:57:54 2026] GET /v2.0/security-groups?id=d277fab5-cc09-4393-9358-b069078add13&id=54d6fb22-8e4c-4643-9103-211cbf9f0e13&fields=id&fields=name => generated 207 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1373] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:55 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => 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: 679/1374] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:56 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1375] 10.0.0.100 () {34 vars in 1119 bytes} [Thu Apr 2 17:57:56 2026] GET /v2.0/security-groups?id=d277fab5-cc09-4393-9358-b069078add13&id=54d6fb22-8e4c-4643-9103-211cbf9f0e13&fields=id&fields=name => generated 207 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1376] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:56 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:57:56.652 8 INFO neutron.db.l3_db [None req-867e020a-292a-4f96-83bf-dd6b1c74fcab b91c441ef3fa455993611f04613ea1d1 c1224d8f735c4cea9c6ef2c1d32173ea - - default default] Floating IP b051518a-401a-4fac-a5f2-d59e0cc940b8 associated. External IP: 10.96.250.215, port: 32234551-dc66-4e97-8fcc-3d0e0b40e7b2. [pid: 7|app: 0|req: 681/1377] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:57:56 2026] GET /v2.0/ports?device_id=da28d5f8-e321-4928-b062-419b0ee88ad0 => 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: 697/1378] 10.0.0.71 () {34 vars in 747 bytes} [Thu Apr 2 17:57:56 2026] PUT /v2.0/floatingips/b051518a-401a-4fac-a5f2-d59e0cc940b8 => generated 856 bytes in 725 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:57.063 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-93a276b3-5c04-4965-a719-e8db4eeb400e'] response: {'name': 'network-changed', 'server_uuid': 'e5ec4f05-cddb-4007-ab8a-a22f3745b39e', 'tag': '32234551-dc66-4e97-8fcc-3d0e0b40e7b2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 682/1379] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:57 2026] GET /v2.0/security-groups?tenant_id=3174c205adfb40bd949033ddb13da79c&name=default => generated 2925 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1380] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:57:57 2026] GET /v2.0/ports?tenant_id=c1224d8f735c4cea9c6ef2c1d32173ea&device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 1283 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1381] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:57 2026] GET /v2.0/security-groups?tenant_id=1cd44daeb655410bb548da379de2cd2d&name=default => generated 2925 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1382] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:57:57 2026] GET /v2.0/networks?id=4298ac21-f538-4c8c-9202-6acef53e8a9a => generated 768 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1383] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:57 2026] DELETE /v2.0/security-groups/3bda1914-2716-4ca1-b7fe-a41e7531fa47 => 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: 685/1384] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 2 17:57:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=32234551-dc66-4e97-8fcc-3d0e0b40e7b2 => generated 859 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1385] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:57 2026] DELETE /v2.0/security-groups/212749f0-084c-4830-a1c3-7dac50850697 => 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: 701/1386] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:57:58 2026] GET /v2.0/subnets?id=367cee94-9e73-4083-93b6-526e5165552c => generated 690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1387] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:58 2026] DELETE /v2.0/security-groups/4a575d92-8405-44b5-9884-17f7099ffb74 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1388] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:57:58 2026] GET /v2.0/ports?network_id=4298ac21-f538-4c8c-9202-6acef53e8a9a&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:57:58.179 7 INFO neutron.api.v2.resource [None req-70dfadc6-fef0-4589-b82b-38b269c04ed1 070a6eaa33054706969fb800f9c3cf96 a0b16f28c81f4ca1988cf64d06e809f0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 687/1389] 10.0.0.71 () {32 vars in 735 bytes} [Thu Apr 2 17:57:58 2026] GET /v2.0/security-groups/4a575d92-8405-44b5-9884-17f7099ffb74 => 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: 703/1390] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:57:58 2026] GET /v2.0/networks/4298ac21-f538-4c8c-9202-6acef53e8a9a?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: 704/1391] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:57:58 2026] GET /v2.0/networks/4298ac21-f538-4c8c-9202-6acef53e8a9a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:57:58.283 7 INFO neutron_taas.services.taas.taas_plugin [None req-fda1bdab-071e-4cc5-8ea9-d5a28dbda711 070a6eaa33054706969fb800f9c3cf96 a0b16f28c81f4ca1988cf64d06e809f0 - - default default] TaaS: Handle Delete Port: 94f565e2-823a-4ffe-85d6-dd530ff64c12 2026-04-02 17:57:58.286 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fda1bdab-071e-4cc5-8ea9-d5a28dbda711 070a6eaa33054706969fb800f9c3cf96 a0b16f28c81f4ca1988cf64d06e809f0 - - default default] Tap Mirror: Handle Delete Port: 94f565e2-823a-4ffe-85d6-dd530ff64c12 [pid: 8|app: 0|req: 705/1392] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:57:58 2026] GET /v2.0/security-groups?tenant_id=f4f704b3e18740cd8d4fe6b4a6a9a211&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1393] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 17:57:58 2026] DELETE /v2.0/floatingips/f8b3607f-d0b5-4211-9ad2-832ce846d687 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1394] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:57:58 2026] DELETE /v2.0/security-groups/941c6702-324c-43f8-9250-8cec46090074 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:57:58.852 7 INFO neutron_taas.services.taas.taas_plugin [None req-4da3f7ba-d9fd-4993-a606-75e567212fe3 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: a8be70b5-8dd6-4e2a-aeb7-a170612292a4 2026-04-02 17:57:58.855 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4da3f7ba-d9fd-4993-a606-75e567212fe3 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: a8be70b5-8dd6-4e2a-aeb7-a170612292a4 [pid: 7|app: 0|req: 689/1395] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:57:58 2026] PUT /v2.0/routers/2a5a2648-b960-4a91-8cdd-887cd09b3250/remove_router_interface => generated 309 bytes in 920 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:57:59.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-202166a7-a5fd-46a1-842e-5da8478f18a2 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: bd7d9052-02ab-4ad7-a121-a37f96aa87bd 2026-04-02 17:57:59.596 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-202166a7-a5fd-46a1-842e-5da8478f18a2 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: bd7d9052-02ab-4ad7-a121-a37f96aa87bd 2026-04-02 17:57:59.844 8 INFO neutron_taas.services.taas.taas_plugin [None req-202166a7-a5fd-46a1-842e-5da8478f18a2 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: d63cecdc-fc7e-4bf4-9180-d32b88ef97d2 2026-04-02 17:57:59.848 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-202166a7-a5fd-46a1-842e-5da8478f18a2 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: d63cecdc-fc7e-4bf4-9180-d32b88ef97d2 2026-04-02 17:58:00.250 8 INFO neutron.services.segments.plugin [-] Segment fe4d125d-8231-49ac-a419-e6feb4c3d86d resource provider aggregate not found 2026-04-02 17:58:00.253 8 INFO neutron.services.segments.plugin [-] Segment fe4d125d-8231-49ac-a419-e6feb4c3d86d resource provider aggregate not found 2026-04-02 17:58:00.268 8 INFO neutron.services.segments.plugin [-] Segment fe4d125d-8231-49ac-a419-e6feb4c3d86d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe4d125d-8231-49ac-a419-e6feb4c3d86d found for delete ", "request_id": "req-139a6b66-fb0a-43ed-8aee-60dc66d55a0c"}]} 2026-04-02 17:58:00.271 8 INFO neutron.services.segments.plugin [-] Segment fe4d125d-8231-49ac-a419-e6feb4c3d86d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe4d125d-8231-49ac-a419-e6feb4c3d86d found for delete ", "request_id": "req-75dbb753-7f31-432d-b516-e62c70601eb2"}]} 2026-04-02 17:58:00.274 8 INFO neutron.db.l3_hamode_db [None req-202166a7-a5fd-46a1-842e-5da8478f18a2 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] HA network 5c4678f2-ff16-4163-91f3-d83ed5ecd63f was deleted as no HA routers are present in tenant a0b16f28c81f4ca1988cf64d06e809f0. [pid: 8|app: 0|req: 707/1396] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:57:59 2026] DELETE /v2.0/routers/2a5a2648-b960-4a91-8cdd-887cd09b3250 => generated 0 bytes in 871 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1397] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:00 2026] DELETE /v2.0/subnets/1fc9f09d-5fc8-4310-b2c4-2fc52cbab6f2 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:58:00.560 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c9f0a6d-314f-458a-b324-9b8c5d9beccf a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 0f27da97-a48d-4951-a956-ab4ead9ec308 2026-04-02 17:58:00.562 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c9f0a6d-314f-458a-b324-9b8c5d9beccf a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 0f27da97-a48d-4951-a956-ab4ead9ec308 [pid: 8|app: 0|req: 708/1398] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:00 2026] DELETE /v2.0/networks/78fd12bf-6230-438a-ae97-29b166e846a0 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1399] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:00 2026] GET /v2.0/security-groups?tenant_id=a0b16f28c81f4ca1988cf64d06e809f0&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: 710/1400] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:00 2026] DELETE /v2.0/security-groups/11a483aa-e224-4155-8f90-2a5f72a913c9 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:58:01.181 7 INFO neutron.db.segments_db [None req-fab5be3f-213c-4c92-8171-64092df6c03e 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] Added segment 762214c9-00b7-4a9a-bd75-5cb4072cff89 of type vxlan for network aaaa7a20-fb86-401f-a934-2e2d29fe034e [pid: 7|app: 0|req: 691/1401] 10.0.0.71 () {34 vars in 669 bytes} [Thu Apr 2 17:58:00 2026] POST /v2.0/networks => generated 614 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:58:01.309 7 INFO neutron.db.segments_db [None req-ad1a11ae-b127-4fc3-8102-720c3a65f719 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] Added segment a4cd7992-400e-495f-ad5e-2f3e72e67b9b of type vxlan for network ac222821-0a22-4d76-aa5a-cc0d04e3aaca [pid: 8|app: 0|req: 711/1402] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:01 2026] GET /v2.0/security-groups?tenant_id=d0ef4deba76649c5b56cd859d62891df&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1403] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:01 2026] DELETE /v2.0/security-groups/5f213857-b9b1-4fa9-bcc0-ac3d8b5c79c3 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:58:01.538 7 INFO neutron.db.l3_hamode_db [None req-ad1a11ae-b127-4fc3-8102-720c3a65f719 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:58:02.270 7 INFO neutron.db.l3_hamode_db [None req-ad1a11ae-b127-4fc3-8102-720c3a65f719 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:58:02.286 8 INFO neutron.services.segments.plugin [-] Segment 0595bf99-0d3d-4194-b410-c9b2bad83799 resource provider aggregate not found 2026-04-02 17:58:02.295 8 INFO neutron.services.segments.plugin [-] Segment 0595bf99-0d3d-4194-b410-c9b2bad83799 resource provider aggregate not found 2026-04-02 17:58:02.300 8 INFO neutron.services.segments.plugin [-] Segment 0595bf99-0d3d-4194-b410-c9b2bad83799 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0595bf99-0d3d-4194-b410-c9b2bad83799 found for delete ", "request_id": "req-aa681e5e-02c7-419c-8064-899290dbca1d"}]} 2026-04-02 17:58:02.310 8 INFO neutron.services.segments.plugin [-] Segment 0595bf99-0d3d-4194-b410-c9b2bad83799 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0595bf99-0d3d-4194-b410-c9b2bad83799 found for delete ", "request_id": "req-4d2a7bf1-cb5d-44bb-9e2b-cc2ea437d9ed"}]} 2026-04-02 17:58:02.944 8 INFO neutron.db.segments_db [None req-f1878b6c-d0bd-4bcb-ba0b-14c8d48f6de4 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment fbd45fd5-52e8-4279-85b7-610989f2b8ea of type vxlan for network b3663a2f-97aa-4e66-a414-91db988685c8 [pid: 8|app: 0|req: 713/1404] 10.0.0.71 () {34 vars in 669 bytes} [Thu Apr 2 17:58:02 2026] POST /v2.0/networks => generated 725 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1405] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:58:01 2026] POST /v2.0/routers => generated 694 bytes in 1899 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1406] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:58:03 2026] POST /v2.0/subnets => generated 691 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1407] 10.0.0.71 () {32 vars in 774 bytes} [Thu Apr 2 17:58:03 2026] GET /v2.0/subnets?project_id=dd67380f9e314403a0808f583911c062&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) 2026-04-02 17:58:03.418 7 INFO neutron.db.segments_db [None req-e073c6b7-73ff-4967-a10c-1f3142d5558b a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment 3d8b9caa-ca1b-4c0e-8ae7-3c9abb1535f4 of type vxlan for network 3c6e6078-386b-4645-9983-2fa9c2a6a1a3 2026-04-02 17:58:03.418 8 INFO neutron.db.segments_db [None req-8c421c06-624a-46d9-934b-c3d87c049a98 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] Added segment 4e66a42d-e076-41ff-89f0-2488c537bdf7 of type vxlan for network cc8b0c83-ea8a-41f5-8130-89077e17a68d [pid: 8|app: 0|req: 715/1408] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:58:03 2026] POST /v2.0/networks => generated 630 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1409] 10.0.0.71 () {32 vars in 692 bytes} [Thu Apr 2 17:58:03 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:03.624 7 INFO neutron.db.l3_hamode_db [None req-e073c6b7-73ff-4967-a10c-1f3142d5558b a6e3a385c1694aa885b027e0cbd51257 dd3e34b82c9d4b6a87099bf004336183 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 717/1410] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:58:03 2026] POST /v2.0/subnets => generated 627 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1411] 10.0.0.71 () {32 vars in 782 bytes} [Thu Apr 2 17:58:03 2026] GET /v2.0/subnets?network_id=745e5bd0-33b1-468c-afe3-f02223590ff7&cidr=10.100.0.0%2F28 => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:58:03.778 8 INFO neutron.db.segments_db [None req-a3078df6-b44d-449b-b00e-d8f50bc49c7d 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] Added segment db53a5eb-3c4e-4496-9a30-fa7204e46405 of type vxlan for network 11f9eebd-38a0-43a6-9418-a2e36a827569 2026-04-02 17:58:03.996 8 INFO neutron.db.l3_hamode_db [None req-a3078df6-b44d-449b-b00e-d8f50bc49c7d 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:58:04.440 7 INFO neutron.db.l3_hamode_db [None req-e073c6b7-73ff-4967-a10c-1f3142d5558b a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:58:04.762 8 INFO neutron.db.l3_hamode_db [None req-a3078df6-b44d-449b-b00e-d8f50bc49c7d 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 694/1412] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:58:03 2026] POST /v2.0/routers => generated 731 bytes in 2017 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1413] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:58:03 2026] POST /v2.0/routers => generated 695 bytes in 1883 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1416] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:58:05 2026] POST /v2.0/subnets => generated 657 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1417] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:58:05 2026] PUT /v2.0/routers/4a99aabc-209e-437c-a778-0832d4dc5f5f/add_router_interface => generated 309 bytes in 1416 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1418] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:58:05 2026] PUT /v2.0/routers/1e8d375e-a485-4557-bcd0-447dd9a5d9b7/add_router_interface => generated 309 bytes in 1432 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1419] 10.0.0.71 () {34 vars in 663 bytes} [Thu Apr 2 17:58:07 2026] POST /v2.0/ports => generated 955 bytes in 307 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: 698/1420] 10.0.0.71 () {34 vars in 663 bytes} [Thu Apr 2 17:58:07 2026] POST /v2.0/ports => generated 959 bytes in 303 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: 699/1421] 10.0.0.71 () {34 vars in 683 bytes} [Thu Apr 2 17:58:07 2026] POST /v2.0/security-groups => generated 1660 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1422] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:58:07 2026] PUT /v2.0/routers/8f417ed7-08eb-422d-aaff-0428b17947e9/add_router_interface => generated 309 bytes in 1220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1423] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:58:08 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-02 17:58:08.401 7 INFO neutron.db.l3_db [None req-da13ca4b-8761-4d94-87c9-7242c9ab6331 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] Floating IP 40939d0f-6f12-472a-aebf-39baf17f6fe1 associated. External IP: 10.96.250.220, port: 7d748a51-ac45-4d91-afba-ce52a3b27c80. [pid: 8|app: 0|req: 725/1424] 10.0.0.71 () {32 vars in 647 bytes} [Thu Apr 2 17:58:08 2026] GET /v2.0/networks => generated 9414 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1425] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:58:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1426] 10.0.0.71 () {32 vars in 645 bytes} [Thu Apr 2 17:58:08 2026] GET /v2.0/subnets => generated 7753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1427] 10.0.0.71 () {34 vars in 675 bytes} [Thu Apr 2 17:58:07 2026] POST /v2.0/floatingips => generated 843 bytes in 930 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1428] 10.0.0.71 () {32 vars in 645 bytes} [Thu Apr 2 17:58:08 2026] GET /v2.0/routers => generated 3635 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:58:08.938 7 INFO neutron.db.l3_db [None req-bbf15754-787a-4958-a4f9-fc91fad991a7 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] Floating IP 40939d0f-6f12-472a-aebf-39baf17f6fe1 disassociated. External IP: 10.96.250.220, port: 7d748a51-ac45-4d91-afba-ce52a3b27c80. [pid: 8|app: 0|req: 728/1429] 10.0.0.71 () {34 vars in 674 bytes} [Thu Apr 2 17:58:08 2026] POST /v2.0/floatingips => generated 552 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1430] 10.0.0.71 () {34 vars in 683 bytes} [Thu Apr 2 17:58:09 2026] POST /v2.0/security-groups => generated 1675 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1431] 10.0.0.71 () {34 vars in 747 bytes} [Thu Apr 2 17:58:08 2026] PUT /v2.0/floatingips/40939d0f-6f12-472a-aebf-39baf17f6fe1 => generated 552 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1432] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:09 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 1014 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1433] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:58:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:58:09.401 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e4567fa-9389-4ee4-940f-f127878d99fa 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] TaaS: Handle Delete Port: bc18b1f7-5e92-407c-a5bb-b580af100846 2026-04-02 17:58:09.403 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e4567fa-9389-4ee4-940f-f127878d99fa 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] Tap Mirror: Handle Delete Port: bc18b1f7-5e92-407c-a5bb-b580af100846 [pid: 7|app: 0|req: 704/1434] 10.0.0.100 () {34 vars in 1119 bytes} [Thu Apr 2 17:58:09 2026] GET /v2.0/security-groups?id=d277fab5-cc09-4393-9358-b069078add13&id=54d6fb22-8e4c-4643-9103-211cbf9f0e13&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1435] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 17:58:09 2026] DELETE /v2.0/floatingips/40939d0f-6f12-472a-aebf-39baf17f6fe1 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1436] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:58:09 2026] POST /v2.0/security-group-rules => generated 596 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1437] 10.0.0.100 () {34 vars in 1097 bytes} [Thu Apr 2 17:58:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--280734390&fields=id&tenant_id=dd3e34b82c9d4b6a87099bf004336183 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1438] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:58:09 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 1283 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1439] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:58:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1440] 10.0.0.100 () {34 vars in 981 bytes} [Thu Apr 2 17:58:09 2026] GET /v2.0/networks?id=b3663a2f-97aa-4e66-a414-91db988685c8 => 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: 735/1441] 10.0.0.71 () {32 vars in 856 bytes} [Thu Apr 2 17:58:09 2026] GET /v2.0/floatingips?floating_network_id=745e5bd0-33b1-468c-afe3-f02223590ff7&port_id=32234551-dc66-4e97-8fcc-3d0e0b40e7b2 => generated 861 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1442] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:58:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1443] 10.0.0.100 () {34 vars in 964 bytes} [Thu Apr 2 17:58:10 2026] GET /v2.0/quotas/dd3e34b82c9d4b6a87099bf004336183 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:10.089 8 INFO neutron.db.securitygroups_db [None req-06b96016-91e9-4d80-b903-355962e2417c 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] Project dd67380f9e314403a0808f583911c062 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: 738/1444] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:58:10 2026] POST /v2.0/security-group-rules => generated 607 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1445] 10.0.0.100 () {34 vars in 1001 bytes} [Thu Apr 2 17:58:10 2026] GET /v2.0/ports?tenant_id=dd3e34b82c9d4b6a87099bf004336183&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:10.274 8 INFO neutron.db.securitygroups_db [None req-6f98b48c-5c5c-4245-97cf-4caf707102a5 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] Project dd67380f9e314403a0808f583911c062 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-02 17:58:10.318 7 INFO neutron.db.l3_db [None req-6f34f69b-46af-410e-bd90-051e19161df9 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] Floating IP abc789a3-71c8-422d-9236-a4cb392e2804 associated. External IP: 10.96.250.209, port: 53e59a84-a548-4df1-8708-d99669e7d76b. [pid: 8|app: 0|req: 740/1446] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:58:10 2026] POST /v2.0/security-group-rules => generated 606 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1447] 10.0.0.100 () {34 vars in 1007 bytes} [Thu Apr 2 17:58:10 2026] GET /v2.0/networks/b3663a2f-97aa-4e66-a414-91db988685c8?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1448] 10.0.0.100 () {34 vars in 1107 bytes} [Thu Apr 2 17:58:10 2026] GET /v2.0/networks/b3663a2f-97aa-4e66-a414-91db988685c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1449] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:10 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => 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: 707/1450] 10.0.0.71 () {34 vars in 675 bytes} [Thu Apr 2 17:58:09 2026] POST /v2.0/floatingips => generated 842 bytes in 1108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1451] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 17:58:10 2026] GET /v2.0/floatingips/abc789a3-71c8-422d-9236-a4cb392e2804 => generated 842 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1452] 10.0.0.71 () {32 vars in 653 bytes} [Thu Apr 2 17:58:10 2026] GET /v2.0/floatingips => generated 845 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1453] 10.0.0.71 () {32 vars in 647 bytes} [Thu Apr 2 17:58:10 2026] GET /v2.0/networks => generated 1298 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1454] 10.0.0.100 () {34 vars in 1099 bytes} [Thu Apr 2 17:58:10 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2084902306&fields=id&tenant_id=dd67380f9e314403a0808f583911c062 => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1455] 10.0.0.100 () {34 vars in 981 bytes} [Thu Apr 2 17:58:10 2026] GET /v2.0/networks?id=aaaa7a20-fb86-401f-a934-2e2d29fe034e => generated 661 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1456] 10.0.0.100 () {34 vars in 964 bytes} [Thu Apr 2 17:58:10 2026] GET /v2.0/quotas/dd67380f9e314403a0808f583911c062 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1457] 10.0.0.100 () {34 vars in 1001 bytes} [Thu Apr 2 17:58:11 2026] GET /v2.0/ports?tenant_id=dd67380f9e314403a0808f583911c062&fields=id => generated 57 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1458] 10.0.0.100 () {34 vars in 1007 bytes} [Thu Apr 2 17:58:11 2026] GET /v2.0/networks/aaaa7a20-fb86-401f-a934-2e2d29fe034e?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1459] 10.0.0.100 () {34 vars in 1107 bytes} [Thu Apr 2 17:58:11 2026] GET /v2.0/networks/aaaa7a20-fb86-401f-a934-2e2d29fe034e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1460] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:11 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1461] 10.0.0.140 () {34 vars in 989 bytes} [Thu Apr 2 17:58:11 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 1283 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1462] 10.0.0.140 () {34 vars in 1119 bytes} [Thu Apr 2 17:58:11 2026] GET /v2.0/security-groups?id=d277fab5-cc09-4393-9358-b069078add13&id=54d6fb22-8e4c-4643-9103-211cbf9f0e13&fields=id&fields=name => generated 207 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:11.549 8 INFO neutron.db.l3_db [None req-5de034ef-ff45-4866-9269-a34a0c0dd4a3 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] Floating IP abc789a3-71c8-422d-9236-a4cb392e2804 associated. External IP: 10.96.250.209, port: 53e59a84-a548-4df1-8708-d99669e7d76b. [pid: 7|app: 0|req: 718/1463] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:11 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => 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: 746/1464] 10.0.0.71 () {34 vars in 747 bytes} [Thu Apr 2 17:58:10 2026] PUT /v2.0/floatingips/abc789a3-71c8-422d-9236-a4cb392e2804 => generated 843 bytes in 1282 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:12.219 7 INFO neutron.db.l3_db [None req-73e7c489-f8be-40c9-92e9-91b69a3b532e 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] Floating IP abc789a3-71c8-422d-9236-a4cb392e2804 disassociated. External IP: 10.96.250.209, port: 7d748a51-ac45-4d91-afba-ce52a3b27c80. [pid: 8|app: 0|req: 747/1465] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:12 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => 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: 719/1466] 10.0.0.71 () {34 vars in 747 bytes} [Thu Apr 2 17:58:12 2026] PUT /v2.0/floatingips/abc789a3-71c8-422d-9236-a4cb392e2804 => generated 552 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:12.675 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb6e3172-9bfe-4ee0-8def-e394a8f9e37d 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] TaaS: Handle Delete Port: d022672e-9353-488d-b480-ac9271cd20ba 2026-04-02 17:58:12.678 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb6e3172-9bfe-4ee0-8def-e394a8f9e37d 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] Tap Mirror: Handle Delete Port: d022672e-9353-488d-b480-ac9271cd20ba [pid: 7|app: 0|req: 720/1467] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:12 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => 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: 748/1468] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 17:58:12 2026] DELETE /v2.0/floatingips/abc789a3-71c8-422d-9236-a4cb392e2804 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:58:12.856 7 INFO neutron.api.v2.resource [None req-1ff01f89-0c54-45e0-9a22-0342dcb3992f 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 721/1469] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 17:58:12 2026] DELETE /v2.0/floatingips/abc789a3-71c8-422d-9236-a4cb392e2804 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:58:12.991 8 INFO neutron_taas.services.taas.taas_plugin [None req-abecadef-dca7-4ada-bf3f-ebd77c5236fc 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] TaaS: Handle Delete Port: 7d748a51-ac45-4d91-afba-ce52a3b27c80 2026-04-02 17:58:12.995 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abecadef-dca7-4ada-bf3f-ebd77c5236fc 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] Tap Mirror: Handle Delete Port: 7d748a51-ac45-4d91-afba-ce52a3b27c80 [pid: 8|app: 0|req: 749/1470] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:58:12 2026] DELETE /v2.0/ports/7d748a51-ac45-4d91-afba-ce52a3b27c80 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:58:13.307 7 INFO neutron_taas.services.taas.taas_plugin [None req-3be42040-812a-460d-a9af-e037f0c422c2 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] TaaS: Handle Delete Port: 53e59a84-a548-4df1-8708-d99669e7d76b 2026-04-02 17:58:13.312 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3be42040-812a-460d-a9af-e037f0c422c2 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] Tap Mirror: Handle Delete Port: 53e59a84-a548-4df1-8708-d99669e7d76b [pid: 7|app: 0|req: 722/1471] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:58:13 2026] DELETE /v2.0/ports/53e59a84-a548-4df1-8708-d99669e7d76b => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1472] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:58:13 2026] GET /v2.0/ports?device_id=1e8d375e-a485-4557-bcd0-447dd9a5d9b7 => generated 958 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1473] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:13 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:58:13.887 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b5fbc5f-8289-4d3b-8fdb-8c07793a2a08 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] TaaS: Handle Delete Port: 4313fb6e-680a-43b4-b22a-3b95be97d62a 2026-04-02 17:58:13.891 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b5fbc5f-8289-4d3b-8fdb-8c07793a2a08 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] Tap Mirror: Handle Delete Port: 4313fb6e-680a-43b4-b22a-3b95be97d62a [pid: 7|app: 0|req: 724/1474] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:13 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => 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: 725/1475] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:13 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 1014 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1476] 10.0.0.100 () {34 vars in 1119 bytes} [Thu Apr 2 17:58:14 2026] GET /v2.0/security-groups?id=d277fab5-cc09-4393-9358-b069078add13&id=54d6fb22-8e4c-4643-9103-211cbf9f0e13&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1477] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:58:13 2026] PUT /v2.0/routers/1e8d375e-a485-4557-bcd0-447dd9a5d9b7/remove_router_interface => generated 309 bytes in 805 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:14.522 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e6b347f-ff1d-4932-af23-28c26de0488d 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] TaaS: Handle Delete Port: dea2078e-2bfb-4bb3-9810-6b6fb06ce5db 2026-04-02 17:58:14.525 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e6b347f-ff1d-4932-af23-28c26de0488d 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] Tap Mirror: Handle Delete Port: dea2078e-2bfb-4bb3-9810-6b6fb06ce5db [pid: 8|app: 0|req: 752/1478] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:14 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:58:14.778 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e6b347f-ff1d-4932-af23-28c26de0488d 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] TaaS: Handle Delete Port: 139705f1-e525-4693-997c-503c6dd97aed 2026-04-02 17:58:14.780 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e6b347f-ff1d-4932-af23-28c26de0488d 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] Tap Mirror: Handle Delete Port: 139705f1-e525-4693-997c-503c6dd97aed [pid: 8|app: 0|req: 753/1479] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:58:14 2026] GET /v2.0/networks?id=b3663a2f-97aa-4e66-a414-91db988685c8 => generated 676 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1480] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 2 17:58:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dd3e34b82c9d4b6a87099bf004336183 => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:15.151 7 INFO neutron.services.segments.plugin [-] Segment db53a5eb-3c4e-4496-9a30-fa7204e46405 resource provider aggregate not found 2026-04-02 17:58:15.157 7 INFO neutron.services.segments.plugin [-] Segment db53a5eb-3c4e-4496-9a30-fa7204e46405 resource provider aggregate not found 2026-04-02 17:58:15.177 7 INFO neutron.services.segments.plugin [-] Segment db53a5eb-3c4e-4496-9a30-fa7204e46405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db53a5eb-3c4e-4496-9a30-fa7204e46405 found for delete ", "request_id": "req-7a2c6387-7300-489f-aebb-c463e60da478"}]} 2026-04-02 17:58:15.179 7 INFO neutron.services.segments.plugin [-] Segment db53a5eb-3c4e-4496-9a30-fa7204e46405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db53a5eb-3c4e-4496-9a30-fa7204e46405 found for delete ", "request_id": "req-e9dd7829-f6a8-49f5-9f36-6b7e0e5542c7"}]} 2026-04-02 17:58:15.184 7 INFO neutron.db.l3_hamode_db [None req-0e6b347f-ff1d-4932-af23-28c26de0488d 3beaf654631a4d9dabe681349b25745d 00de354301484942b96c9e59f39e157e - - default default] HA network 11f9eebd-38a0-43a6-9418-a2e36a827569 was deleted as no HA routers are present in tenant 00de354301484942b96c9e59f39e157e. [pid: 7|app: 0|req: 727/1481] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:14 2026] DELETE /v2.0/routers/1e8d375e-a485-4557-bcd0-447dd9a5d9b7 => generated 0 bytes in 871 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1482] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:15 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => generated 957 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1483] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:15 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 1014 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1484] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 2 17:58:14 2026] POST /v2.0/ports => generated 954 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 756/1485] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:15 2026] GET /v2.0/security-groups?id=fbb1357d-c989-4e1f-8de9-3fc85a752ee0&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1486] 10.0.0.100 () {34 vars in 1119 bytes} [Thu Apr 2 17:58:15 2026] GET /v2.0/security-groups?id=d277fab5-cc09-4393-9358-b069078add13&id=54d6fb22-8e4c-4643-9103-211cbf9f0e13&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1487] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:15 2026] DELETE /v2.0/subnets/94f38665-bf29-4338-87f0-a961fa64f6b3 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1488] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:15 2026] DELETE /v2.0/networks/cc8b0c83-ea8a-41f5-8130-89077e17a68d => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1489] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:15 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => 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: 758/1490] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 17:58:15 2026] PUT /v2.0/ports/1550bfdc-3bc0-420e-87c2-38f0d3d9656a => generated 1235 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:58:15.961 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cfdc17ab-5bc7-4700-b0f0-ac05687ea9f8'] response: {'name': 'network-changed', 'server_uuid': '94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3', 'tag': '1550bfdc-3bc0-420e-87c2-38f0d3d9656a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 733/1491] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:16 2026] GET /v2.0/security-groups?tenant_id=00de354301484942b96c9e59f39e157e&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 759/1492] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:16 2026] DELETE /v2.0/security-groups/c7a86751-58d5-48ea-b9d6-b999709fc65d => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1493] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 2 17:58:16 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 1014 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1494] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:58:16 2026] GET /v2.0/ports?tenant_id=dd3e34b82c9d4b6a87099bf004336183&device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1495] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:16 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1496] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:16 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:58:16.596 8 INFO neutron_taas.services.taas.taas_plugin [req-859aa508-f79e-4307-89ea-3c205de92ec3 req-eccb568a-e78b-428e-899a-b48fd2ff9da3 b91c441ef3fa455993611f04613ea1d1 c1224d8f735c4cea9c6ef2c1d32173ea - - default default] TaaS: Handle Delete Port: 32234551-dc66-4e97-8fcc-3d0e0b40e7b2 2026-04-02 17:58:16.599 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-859aa508-f79e-4307-89ea-3c205de92ec3 req-eccb568a-e78b-428e-899a-b48fd2ff9da3 b91c441ef3fa455993611f04613ea1d1 c1224d8f735c4cea9c6ef2c1d32173ea - - default default] Tap Mirror: Handle Delete Port: 32234551-dc66-4e97-8fcc-3d0e0b40e7b2 [pid: 7|app: 0|req: 738/1497] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 2 17:58:16 2026] GET /v2.0/networks?tenant_id=dd3e34b82c9d4b6a87099bf004336183&shared=False => generated 772 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1498] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:16 2026] GET /v2.0/security-groups?id=fbb1357d-c989-4e1f-8de9-3fc85a752ee0&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: 740/1499] 10.0.0.100 () {34 vars in 1119 bytes} [Thu Apr 2 17:58:16 2026] GET /v2.0/security-groups?id=d277fab5-cc09-4393-9358-b069078add13&id=54d6fb22-8e4c-4643-9103-211cbf9f0e13&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:16.733 8 INFO neutron.db.l3_db [req-859aa508-f79e-4307-89ea-3c205de92ec3 req-eccb568a-e78b-428e-899a-b48fd2ff9da3 b91c441ef3fa455993611f04613ea1d1 c1224d8f735c4cea9c6ef2c1d32173ea - - default default] Floating IP b051518a-401a-4fac-a5f2-d59e0cc940b8 disassociated. External IP: 10.96.250.215, port: 32234551-dc66-4e97-8fcc-3d0e0b40e7b2. [pid: 7|app: 0|req: 741/1500] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 2 17:58:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1501] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:16 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => 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: 743/1502] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:58:16 2026] GET /v2.0/networks?id=aaaa7a20-fb86-401f-a934-2e2d29fe034e => generated 661 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1503] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 2 17:58:16 2026] DELETE /v2.0/ports/32234551-dc66-4e97-8fcc-3d0e0b40e7b2 => generated 0 bytes in 651 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1504] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 2 17:58:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dd67380f9e314403a0808f583911c062 => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:17.200 7 INFO neutron.services.segments.plugin [-] Segment 4e66a42d-e076-41ff-89f0-2488c537bdf7 resource provider aggregate not found 2026-04-02 17:58:17.201 7 INFO neutron.services.segments.plugin [-] Segment 4e66a42d-e076-41ff-89f0-2488c537bdf7 resource provider aggregate not found 2026-04-02 17:58:17.229 7 INFO neutron.services.segments.plugin [-] Segment 4e66a42d-e076-41ff-89f0-2488c537bdf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e66a42d-e076-41ff-89f0-2488c537bdf7 found for delete ", "request_id": "req-ba3e0d5a-f9e3-4f78-8ca6-5a0a59d9f004"}]} 2026-04-02 17:58:17.231 7 INFO neutron.services.segments.plugin [-] Segment 4e66a42d-e076-41ff-89f0-2488c537bdf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e66a42d-e076-41ff-89f0-2488c537bdf7 found for delete ", "request_id": "req-3c20a30d-4f99-46de-a4cb-de83761b5c54"}]} [pid: 8|app: 0|req: 761/1505] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 2 17:58:17 2026] POST /v2.0/ports => generated 954 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: 762/1506] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:17 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => 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: 763/1507] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:58:17 2026] GET /v2.0/ports?tenant_id=dd3e34b82c9d4b6a87099bf004336183&device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1508] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:17 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => 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: 765/1509] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:17 2026] GET /v2.0/security-groups?id=fbb1357d-c989-4e1f-8de9-3fc85a752ee0&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1510] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:58:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=1550bfdc-3bc0-420e-87c2-38f0d3d9656a => 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: 767/1511] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:17 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1512] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 17:58:17 2026] PUT /v2.0/ports/6ba769b3-4921-409c-8a3d-91ec00d66237 => generated 1235 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1513] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:58:17 2026] GET /v2.0/subnets?id=1578a1b3-96b3-44f8-9bbd-ed87c2c50493 => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 746/1514] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:17 2026] GET /v2.0/security-groups?id=4c61cf1f-86c9-4234-81ff-f4104ac827c2&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:17.985 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-56d8941e-508d-4aa6-8831-c4744c9bcb9f'] response: {'name': 'network-changed', 'server_uuid': '7ec05a4a-9807-4e86-849e-2d4c2f5050de', 'tag': '6ba769b3-4921-409c-8a3d-91ec00d66237', 'status': 'completed', 'code': 200} 2026-04-02 17:58:18.013 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bfbeffd6-54c2-4e5f-8f1e-2537e1f3a433'] response: {'server_uuid': 'e5ec4f05-cddb-4007-ab8a-a22f3745b39e', 'name': 'network-vif-deleted', 'tag': '32234551-dc66-4e97-8fcc-3d0e0b40e7b2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 747/1515] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:58:17 2026] GET /v2.0/ports?network_id=b3663a2f-97aa-4e66-a414-91db988685c8&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: 748/1516] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:58:18 2026] GET /v2.0/networks/b3663a2f-97aa-4e66-a414-91db988685c8?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: 749/1517] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:58:18 2026] GET /v2.0/networks/b3663a2f-97aa-4e66-a414-91db988685c8?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-02 17:58:18.276 8 INFO neutron.db.segments_db [None req-506c2c6d-6d17-423f-980d-a8c85735a237 15382f133bbe485aae878c8e1b25df2c 3b7c66e0e3a441918f8968ab296258d6 - - default default] Added segment 76f5b3cb-6d32-4800-92ef-f7e2d132eba4 of type vxlan for network 0411886a-c7b3-4c9b-8add-b93b816ac003 2026-04-02 17:58:18.329 8 INFO neutron.db.segments_db [None req-506c2c6d-6d17-423f-980d-a8c85735a237 15382f133bbe485aae878c8e1b25df2c 3b7c66e0e3a441918f8968ab296258d6 - - default default] Added segment 22e8e143-eae6-4d7b-839d-6e25ad893f53 of type vxlan for network 7b481fb4-db1e-42ba-8a6a-c6473a96b673 [pid: 8|app: 0|req: 769/1518] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:58:17 2026] POST /v2.0/networks => generated 1207 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1519] 10.0.0.71 () {32 vars in 647 bytes} [Thu Apr 2 17:58:18 2026] GET /v2.0/networks => generated 1844 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1520] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:58:18 2026] GET /v2.0/ports?tenant_id=dd67380f9e314403a0808f583911c062&device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1521] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 2 17:58:18 2026] GET /v2.0/networks?tenant_id=dd67380f9e314403a0808f583911c062&shared=False => generated 757 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:18.587 8 INFO neutron.services.segments.plugin [-] Segment 76f5b3cb-6d32-4800-92ef-f7e2d132eba4 resource provider aggregate not found 2026-04-02 17:58:18.591 8 INFO neutron.services.segments.plugin [-] Segment 76f5b3cb-6d32-4800-92ef-f7e2d132eba4 resource provider aggregate not found 2026-04-02 17:58:18.603 8 INFO neutron.services.segments.plugin [-] Segment 76f5b3cb-6d32-4800-92ef-f7e2d132eba4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76f5b3cb-6d32-4800-92ef-f7e2d132eba4 found for delete ", "request_id": "req-ab9acc0a-6ea8-4aa5-99fa-4e73415d20c5"}]} 2026-04-02 17:58:18.610 8 INFO neutron.services.segments.plugin [-] Segment 76f5b3cb-6d32-4800-92ef-f7e2d132eba4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76f5b3cb-6d32-4800-92ef-f7e2d132eba4 found for delete ", "request_id": "req-899fa480-0492-4dad-bbd9-f508438cc8c4"}]} [pid: 8|app: 0|req: 770/1522] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:18 2026] DELETE /v2.0/networks/0411886a-c7b3-4c9b-8add-b93b816ac003 => 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: 753/1523] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 2 17:58:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1524] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:18 2026] DELETE /v2.0/networks/7b481fb4-db1e-42ba-8a6a-c6473a96b673 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1525] 10.0.0.71 () {32 vars in 647 bytes} [Thu Apr 2 17:58:18 2026] GET /v2.0/networks => generated 651 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:18.862 8 INFO neutron.db.segments_db [None req-fc43b0e6-8f4a-41c4-ae7d-591530460ecb 15382f133bbe485aae878c8e1b25df2c 3b7c66e0e3a441918f8968ab296258d6 - - default default] Added segment 162ff52c-c88d-494b-b05a-b84004ddd82f of type vxlan for network acbc037c-2219-4c0c-9891-2fb56c8818ca [pid: 7|app: 0|req: 755/1526] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:18 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => 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: 772/1527] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:58:18 2026] POST /v2.0/networks => generated 634 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1528] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:18 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:18.999 8 INFO neutron.db.segments_db [None req-edf3ef0a-ae57-415a-bac1-49ba2c2f13f5 15382f133bbe485aae878c8e1b25df2c 3b7c66e0e3a441918f8968ab296258d6 - - default default] Added segment 4d4f56ec-8858-4f88-b71b-1c09423e2496 of type vxlan for network b61c0726-c871-41ad-9685-ebb4acdd64ef [pid: 7|app: 0|req: 757/1529] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:18 2026] GET /v2.0/security-groups?id=fbb1357d-c989-4e1f-8de9-3fc85a752ee0&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1530] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:58:18 2026] POST /v2.0/networks => generated 635 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1531] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:19 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1532] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:19 2026] GET /v2.0/security-groups?id=4c61cf1f-86c9-4234-81ff-f4104ac827c2&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1535] 10.0.0.71 () {34 vars in 663 bytes} [Thu Apr 2 17:58:19 2026] POST /v2.0/ports => generated 1505 bytes in 483 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: 762/1536] 10.0.0.71 () {32 vars in 641 bytes} [Thu Apr 2 17:58:19 2026] GET /v2.0/ports => generated 1505 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1537] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:58:19 2026] GET /v2.0/ports?tenant_id=dd67380f9e314403a0808f583911c062&device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 1238 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1538] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:58:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6ba769b3-4921-409c-8a3d-91ec00d66237 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1539] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:58:19 2026] GET /v2.0/subnets?id=38e20853-16bd-49cf-82db-9fb925070e6b => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1540] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:58:19 2026] GET /v2.0/ports?network_id=aaaa7a20-fb86-401f-a934-2e2d29fe034e&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1541] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:58:19 2026] GET /v2.0/networks/aaaa7a20-fb86-401f-a934-2e2d29fe034e?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1542] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:58:19 2026] GET /v2.0/networks/aaaa7a20-fb86-401f-a934-2e2d29fe034e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1543] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:19 2026] GET /v2.0/ports?device_id=e5ec4f05-cddb-4007-ab8a-a22f3745b39e => 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: 782/1544] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:20 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:20.147 7 INFO neutron_taas.services.taas.taas_plugin [None req-3eb4b372-6a0b-4c6b-b4a1-37f3c891a2a6 15382f133bbe485aae878c8e1b25df2c 3b7c66e0e3a441918f8968ab296258d6 - - default default] TaaS: Handle Delete Port: bcc41d23-dc35-4907-9f23-cbdcd4e9d9d0 2026-04-02 17:58:20.149 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3eb4b372-6a0b-4c6b-b4a1-37f3c891a2a6 15382f133bbe485aae878c8e1b25df2c 3b7c66e0e3a441918f8968ab296258d6 - - default default] Tap Mirror: Handle Delete Port: bcc41d23-dc35-4907-9f23-cbdcd4e9d9d0 [pid: 8|app: 0|req: 783/1545] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:20 2026] GET /v2.0/security-groups?id=fbb1357d-c989-4e1f-8de9-3fc85a752ee0&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1546] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:58:19 2026] DELETE /v2.0/ports/bcc41d23-dc35-4907-9f23-cbdcd4e9d9d0 => generated 0 bytes in 532 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1547] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:20 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1548] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:20 2026] GET /v2.0/security-groups?id=4c61cf1f-86c9-4234-81ff-f4104ac827c2&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-02 17:58:20.307 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b63de32-4268-41ad-b11d-0d74cb19e72a 15382f133bbe485aae878c8e1b25df2c 3b7c66e0e3a441918f8968ab296258d6 - - default default] TaaS: Handle Delete Port: 56ee3803-6085-4830-a217-aedbc3f12614 2026-04-02 17:58:20.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b63de32-4268-41ad-b11d-0d74cb19e72a 15382f133bbe485aae878c8e1b25df2c 3b7c66e0e3a441918f8968ab296258d6 - - default default] Tap Mirror: Handle Delete Port: 56ee3803-6085-4830-a217-aedbc3f12614 [pid: 7|app: 0|req: 764/1549] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:58:20 2026] DELETE /v2.0/ports/56ee3803-6085-4830-a217-aedbc3f12614 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1550] 10.0.0.71 () {32 vars in 641 bytes} [Thu Apr 2 17:58:20 2026] GET /v2.0/ports => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:58:20.484 7 INFO neutron.db.segments_db [None req-09b917cf-741c-46e9-9e49-9f3d8a04cdb3 15382f133bbe485aae878c8e1b25df2c 3b7c66e0e3a441918f8968ab296258d6 - - default default] Added segment f19d490d-e9d5-455e-a0fa-2d2a0e9d5630 of type vxlan for network fc692dc3-0d68-4229-b673-2eb5fdac2aa7 [pid: 7|app: 0|req: 765/1551] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:58:20 2026] POST /v2.0/networks => generated 634 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:58:20.622 8 INFO neutron.services.segments.plugin [-] Segment 22e8e143-eae6-4d7b-839d-6e25ad893f53 resource provider aggregate not found 2026-04-02 17:58:20.631 8 INFO neutron.services.segments.plugin [-] Segment 22e8e143-eae6-4d7b-839d-6e25ad893f53 resource provider aggregate not found 2026-04-02 17:58:20.637 8 INFO neutron.services.segments.plugin [-] Segment 22e8e143-eae6-4d7b-839d-6e25ad893f53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22e8e143-eae6-4d7b-839d-6e25ad893f53 found for delete ", "request_id": "req-018184f6-dda6-489f-8965-94d2acbfe1d9"}]} 2026-04-02 17:58:20.645 8 INFO neutron.db.segments_db [None req-1f78de87-5e7d-4cea-a533-31eb366621d4 15382f133bbe485aae878c8e1b25df2c 3b7c66e0e3a441918f8968ab296258d6 - - default default] Added segment 606a8ad6-5033-4188-9b9f-4c8ee53006af of type vxlan for network 3006f3e0-a169-418b-b89c-bc36d8a5b4dc 2026-04-02 17:58:20.651 8 INFO neutron.services.segments.plugin [-] Segment 22e8e143-eae6-4d7b-839d-6e25ad893f53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22e8e143-eae6-4d7b-839d-6e25ad893f53 found for delete ", "request_id": "req-a642c87a-a480-47c9-ba92-1e3e545089fe"}]} [pid: 8|app: 0|req: 787/1552] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:58:20 2026] POST /v2.0/networks => generated 635 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1553] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:21 2026] DELETE /v2.0/security-groups/d277fab5-cc09-4393-9358-b069078add13 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1554] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:21 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:21.371 7 INFO neutron.api.v2.resource [None req-135c15d7-e4b0-4829-aea6-83bdbd587254 b91c441ef3fa455993611f04613ea1d1 c1224d8f735c4cea9c6ef2c1d32173ea - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 768/1555] 10.0.0.71 () {32 vars in 735 bytes} [Thu Apr 2 17:58:21 2026] GET /v2.0/security-groups/d277fab5-cc09-4393-9358-b069078add13 => 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: 769/1556] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:21 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1557] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:21 2026] GET /v2.0/security-groups?id=fbb1357d-c989-4e1f-8de9-3fc85a752ee0&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:21.535 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8686bac-2793-4c5e-93cf-a3deab8e65ed b91c441ef3fa455993611f04613ea1d1 c1224d8f735c4cea9c6ef2c1d32173ea - - default default] TaaS: Handle Delete Port: aa1bb97f-a6c2-461c-bc16-5cfe01bc2a32 2026-04-02 17:58:21.537 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8686bac-2793-4c5e-93cf-a3deab8e65ed b91c441ef3fa455993611f04613ea1d1 c1224d8f735c4cea9c6ef2c1d32173ea - - default default] Tap Mirror: Handle Delete Port: aa1bb97f-a6c2-461c-bc16-5cfe01bc2a32 [pid: 8|app: 0|req: 788/1558] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:58:21 2026] POST /v2.0/subnets => generated 1323 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1559] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:21 2026] GET /v2.0/security-groups?id=4c61cf1f-86c9-4234-81ff-f4104ac827c2&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1560] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 17:58:21 2026] DELETE /v2.0/floatingips/b051518a-401a-4fac-a5f2-d59e0cc940b8 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1561] 10.0.0.71 () {32 vars in 645 bytes} [Thu Apr 2 17:58:21 2026] GET /v2.0/subnets => generated 1959 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1562] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:21 2026] DELETE /v2.0/security-groups/54d6fb22-8e4c-4643-9103-211cbf9f0e13 => 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: 791/1563] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:21 2026] DELETE /v2.0/subnets/ba73d740-563a-4205-9720-7fc288e328f6 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1564] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:21 2026] DELETE /v2.0/subnets/29f73b35-2955-4357-91cb-df65f2656472 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1565] 10.0.0.71 () {32 vars in 645 bytes} [Thu Apr 2 17:58:21 2026] GET /v2.0/subnets => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1566] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:21 2026] DELETE /v2.0/networks/3006f3e0-a169-418b-b89c-bc36d8a5b4dc => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:58:22.135 7 INFO neutron_taas.services.taas.taas_plugin [None req-74c8de33-1e72-4382-80ea-1ac97054e472 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: e60c104c-c9a7-4cf4-92ff-8c06f9b5b480 2026-04-02 17:58:22.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74c8de33-1e72-4382-80ea-1ac97054e472 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: e60c104c-c9a7-4cf4-92ff-8c06f9b5b480 [pid: 8|app: 0|req: 795/1567] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:22 2026] DELETE /v2.0/networks/fc692dc3-0d68-4229-b673-2eb5fdac2aa7 => 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: 796/1568] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:22 2026] DELETE /v2.0/networks/b61c0726-c871-41ad-9685-ebb4acdd64ef => 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: 797/1569] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:22 2026] DELETE /v2.0/networks/acbc037c-2219-4c0c-9891-2fb56c8818ca => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1570] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:22 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1571] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:22 2026] GET /v2.0/security-groups?id=fbb1357d-c989-4e1f-8de9-3fc85a752ee0&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-02 17:58:22.656 8 INFO neutron.services.segments.plugin [-] Segment 606a8ad6-5033-4188-9b9f-4c8ee53006af resource provider aggregate not found [pid: 7|app: 0|req: 773/1572] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:58:21 2026] PUT /v2.0/routers/909f9523-e565-4676-a156-e995216647ef/remove_router_interface => generated 309 bytes in 827 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:22.694 8 INFO neutron.services.segments.plugin [-] Segment 606a8ad6-5033-4188-9b9f-4c8ee53006af resource provider aggregate not found 2026-04-02 17:58:22.696 8 INFO neutron.services.segments.plugin [-] Segment 606a8ad6-5033-4188-9b9f-4c8ee53006af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 606a8ad6-5033-4188-9b9f-4c8ee53006af found for delete ", "request_id": "req-8ffbf19b-33bb-472e-b231-b5189f4ef331"}]} 2026-04-02 17:58:22.722 8 INFO neutron.services.segments.plugin [-] Segment 606a8ad6-5033-4188-9b9f-4c8ee53006af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 606a8ad6-5033-4188-9b9f-4c8ee53006af found for delete ", "request_id": "req-971c4e10-950c-4576-b81c-479459beaaa5"}]} 2026-04-02 17:58:22.735 8 INFO neutron.services.segments.plugin [-] Segment f19d490d-e9d5-455e-a0fa-2d2a0e9d5630 resource provider aggregate not found 2026-04-02 17:58:22.752 8 INFO neutron.services.segments.plugin [-] Segment f19d490d-e9d5-455e-a0fa-2d2a0e9d5630 resource provider aggregate not found 2026-04-02 17:58:22.772 8 INFO neutron.services.segments.plugin [-] Segment f19d490d-e9d5-455e-a0fa-2d2a0e9d5630 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f19d490d-e9d5-455e-a0fa-2d2a0e9d5630 found for delete ", "request_id": "req-e3f6287a-4a00-423d-9367-e923dd9603f2"}]} 2026-04-02 17:58:22.777 8 INFO neutron.services.segments.plugin [-] Segment f19d490d-e9d5-455e-a0fa-2d2a0e9d5630 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f19d490d-e9d5-455e-a0fa-2d2a0e9d5630 found for delete ", "request_id": "req-76c7bb56-37fc-4d47-91e3-e46808fd7f1a"}]} 2026-04-02 17:58:22.790 8 INFO neutron.services.segments.plugin [-] Segment 4d4f56ec-8858-4f88-b71b-1c09423e2496 resource provider aggregate not found 2026-04-02 17:58:22.796 8 INFO neutron.services.segments.plugin [-] Segment 4d4f56ec-8858-4f88-b71b-1c09423e2496 resource provider aggregate not found [pid: 7|app: 0|req: 774/1573] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:22 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:22.809 8 INFO neutron.services.segments.plugin [-] Segment 4d4f56ec-8858-4f88-b71b-1c09423e2496 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d4f56ec-8858-4f88-b71b-1c09423e2496 found for delete ", "request_id": "req-e8dc8cb6-3de8-4056-8d78-2e9d43c7d1a6"}]} 2026-04-02 17:58:22.813 8 INFO neutron.services.segments.plugin [-] Segment 4d4f56ec-8858-4f88-b71b-1c09423e2496 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d4f56ec-8858-4f88-b71b-1c09423e2496 found for delete ", "request_id": "req-3f595e56-7d74-41c4-b3da-5608da6dd9b4"}]} 2026-04-02 17:58:22.831 8 INFO neutron.services.segments.plugin [-] Segment 162ff52c-c88d-494b-b05a-b84004ddd82f resource provider aggregate not found [pid: 7|app: 0|req: 775/1574] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:22 2026] GET /v2.0/security-groups?id=4c61cf1f-86c9-4234-81ff-f4104ac827c2&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:22.836 8 INFO neutron.services.segments.plugin [-] Segment 162ff52c-c88d-494b-b05a-b84004ddd82f resource provider aggregate not found 2026-04-02 17:58:22.846 8 INFO neutron.services.segments.plugin [-] Segment 162ff52c-c88d-494b-b05a-b84004ddd82f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 162ff52c-c88d-494b-b05a-b84004ddd82f found for delete ", "request_id": "req-3eede7af-27ce-4e1b-b509-895400a38ee7"}]} 2026-04-02 17:58:22.853 8 INFO neutron.services.segments.plugin [-] Segment 162ff52c-c88d-494b-b05a-b84004ddd82f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 162ff52c-c88d-494b-b05a-b84004ddd82f found for delete ", "request_id": "req-4d733dc1-b97b-4763-931f-a2c1b5816453"}]} 2026-04-02 17:58:22.935 8 INFO neutron_taas.services.taas.taas_plugin [None req-85c4fd27-6bc5-4759-8372-896cfa42a3f9 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 1700bf2f-fbbf-4d7d-9431-45c2fb266e27 2026-04-02 17:58:22.937 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85c4fd27-6bc5-4759-8372-896cfa42a3f9 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 1700bf2f-fbbf-4d7d-9431-45c2fb266e27 [pid: 7|app: 0|req: 776/1575] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:22 2026] GET /v2.0/security-groups?tenant_id=3b7c66e0e3a441918f8968ab296258d6&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:58:23.171 8 INFO neutron_taas.services.taas.taas_plugin [None req-85c4fd27-6bc5-4759-8372-896cfa42a3f9 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 205a3e0f-2974-4683-a3ce-cc55ec874544 2026-04-02 17:58:23.173 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85c4fd27-6bc5-4759-8372-896cfa42a3f9 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 205a3e0f-2974-4683-a3ce-cc55ec874544 [pid: 7|app: 0|req: 777/1576] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:23 2026] DELETE /v2.0/security-groups/c424d55f-da9b-4504-84f9-517646186639 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:58:23.566 8 INFO neutron.db.l3_hamode_db [None req-85c4fd27-6bc5-4759-8372-896cfa42a3f9 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] HA network 129f8bad-d7dc-4ee7-9995-29fd1c0fac42 was deleted as no HA routers are present in tenant c1224d8f735c4cea9c6ef2c1d32173ea. [pid: 8|app: 0|req: 800/1577] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:22 2026] DELETE /v2.0/routers/909f9523-e565-4676-a156-e995216647ef => generated 0 bytes in 911 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1578] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:23 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => 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: 778/1579] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:23 2026] DELETE /v2.0/subnets/367cee94-9e73-4083-93b6-526e5165552c => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1580] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:23 2026] GET /v2.0/security-groups?id=fbb1357d-c989-4e1f-8de9-3fc85a752ee0&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-02 17:58:23.849 7 INFO neutron_taas.services.taas.taas_plugin [None req-d77730e4-046c-44f8-8c4c-7dfb4f887707 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 3c34b1d7-47b4-4de4-abba-4ca9a3e48d40 2026-04-02 17:58:23.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d77730e4-046c-44f8-8c4c-7dfb4f887707 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 3c34b1d7-47b4-4de4-abba-4ca9a3e48d40 [pid: 8|app: 0|req: 803/1581] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:23 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1582] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:24 2026] GET /v2.0/security-groups?id=4c61cf1f-86c9-4234-81ff-f4104ac827c2&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:24.037 7 INFO neutron.services.segments.plugin [-] Segment 2aab4b03-1604-4006-8cac-9aad12171a83 resource provider aggregate not found 2026-04-02 17:58:24.043 7 INFO neutron.services.segments.plugin [-] Segment 2aab4b03-1604-4006-8cac-9aad12171a83 resource provider aggregate not found 2026-04-02 17:58:24.060 7 INFO neutron.services.segments.plugin [-] Segment 2aab4b03-1604-4006-8cac-9aad12171a83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2aab4b03-1604-4006-8cac-9aad12171a83 found for delete ", "request_id": "req-6a9efe2b-63f4-49d0-ab3c-ae2b3115c4d7"}]} 2026-04-02 17:58:24.061 7 INFO neutron.services.segments.plugin [-] Segment 2aab4b03-1604-4006-8cac-9aad12171a83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2aab4b03-1604-4006-8cac-9aad12171a83 found for delete ", "request_id": "req-6d6bc709-1b42-41e0-a735-eadf94deee70"}]} [pid: 7|app: 0|req: 779/1583] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:23 2026] DELETE /v2.0/networks/4298ac21-f538-4c8c-9202-6acef53e8a9a => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:58:24.521 8 INFO neutron_taas.services.taas.taas_plugin [None req-6575cd3c-a254-4eb2-86d4-9e36faeecb8a a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: b8a590ab-fc28-4d29-9978-0009c797223f 2026-04-02 17:58:24.523 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6575cd3c-a254-4eb2-86d4-9e36faeecb8a a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: b8a590ab-fc28-4d29-9978-0009c797223f 2026-04-02 17:58:24.862 8 INFO neutron.services.segments.plugin [-] Segment 217a5676-37cd-4b50-a3c7-7a35071f7cb8 resource provider aggregate not found [pid: 7|app: 0|req: 780/1584] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:24 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:24.882 8 INFO neutron.services.segments.plugin [-] Segment 217a5676-37cd-4b50-a3c7-7a35071f7cb8 resource provider aggregate not found 2026-04-02 17:58:24.890 8 INFO neutron.services.segments.plugin [-] Segment 217a5676-37cd-4b50-a3c7-7a35071f7cb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 217a5676-37cd-4b50-a3c7-7a35071f7cb8 found for delete ", "request_id": "req-ed58e3d0-8460-4397-a9b0-6aa856b9d18a"}]} 2026-04-02 17:58:24.906 8 INFO neutron.services.segments.plugin [-] Segment 217a5676-37cd-4b50-a3c7-7a35071f7cb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 217a5676-37cd-4b50-a3c7-7a35071f7cb8 found for delete ", "request_id": "req-37c4f6f9-525e-45ab-8346-52f40622f958"}]} [pid: 7|app: 0|req: 781/1585] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:24 2026] GET /v2.0/security-groups?id=fbb1357d-c989-4e1f-8de9-3fc85a752ee0&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: 782/1586] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:24 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => 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: 805/1587] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:58:24 2026] PUT /v2.0/routers/63beabdc-5862-4699-baaf-d9a9ffa0dca8/remove_router_interface => generated 309 bytes in 1027 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:25.388 7 INFO neutron.db.l3_db [None req-1cf066f6-964e-4609-8150-b44569141d0c 1ae9c6a7bf1c4735bc322f41932cf8d7 dd3e34b82c9d4b6a87099bf004336183 - - default default] Floating IP d8d680fe-ec09-4324-b1a1-945e5167031f associated. External IP: 10.96.250.216, port: 1550bfdc-3bc0-420e-87c2-38f0d3d9656a. 2026-04-02 17:58:25.438 8 INFO neutron.db.segments_db [None req-16b7b861-c8c4-42d7-8dc3-c43081027a90 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Added segment 3977396b-2c46-468f-8c8a-ce36d852d91f of type vxlan for network ba01d073-ca2d-43d5-911f-0bd4408bb9da [pid: 8|app: 0|req: 806/1588] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:58:25 2026] POST /v2.0/networks => generated 615 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1589] 10.0.0.71 () {34 vars in 747 bytes} [Thu Apr 2 17:58:25 2026] PUT /v2.0/floatingips/d8d680fe-ec09-4324-b1a1-945e5167031f => generated 855 bytes in 687 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:25.735 8 INFO neutron_taas.services.taas.taas_plugin [None req-d17be481-2c2f-4977-b23a-ef622eefa2d0 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 1e690717-3af6-41be-85a8-7ef7427eb151 2026-04-02 17:58:25.750 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d17be481-2c2f-4977-b23a-ef622eefa2d0 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 1e690717-3af6-41be-85a8-7ef7427eb151 [pid: 7|app: 0|req: 784/1590] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:25 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:25.873 7 INFO neutron.db.segments_db [None req-d48ccbd8-9bb5-45d4-83b8-938f9d0479cc 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Added segment 75fb50cb-479e-430c-b1d5-4bdf3b4ea89f of type vxlan for network 13e96c8f-8087-4c67-a172-086d8bd2acb4 [pid: 7|app: 0|req: 785/1591] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:58:25 2026] POST /v2.0/networks => generated 614 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1592] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:25 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:26.047 8 INFO neutron_taas.services.taas.taas_plugin [None req-d17be481-2c2f-4977-b23a-ef622eefa2d0 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 1dd14df3-2ec1-4152-8fc7-4ac46aa61109 2026-04-02 17:58:26.049 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d17be481-2c2f-4977-b23a-ef622eefa2d0 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 1dd14df3-2ec1-4152-8fc7-4ac46aa61109 [pid: 7|app: 0|req: 787/1593] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:26 2026] GET /v2.0/security-groups?id=4c61cf1f-86c9-4234-81ff-f4104ac827c2&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:26.115 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a14a8822-4b9c-4732-a0c4-d9fd3cabc622'] response: {'name': 'network-changed', 'server_uuid': '94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3', 'tag': '1550bfdc-3bc0-420e-87c2-38f0d3d9656a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 788/1594] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:58:26 2026] POST /v2.0/subnets => generated 646 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1595] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:26 2026] GET /v2.0/security-groups?id=fbb1357d-c989-4e1f-8de9-3fc85a752ee0&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:26.341 8 INFO neutron.db.l3_hamode_db [None req-d17be481-2c2f-4977-b23a-ef622eefa2d0 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] HA network 0f9c1f79-6fe8-4254-9612-299002606984 was deleted as no HA routers are present in tenant 7eb78b1536134482bf513b8019e390dd. [pid: 8|app: 0|req: 807/1596] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:25 2026] DELETE /v2.0/routers/63beabdc-5862-4699-baaf-d9a9ffa0dca8 => generated 0 bytes in 819 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1597] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:26 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1598] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:26 2026] DELETE /v2.0/subnets/90192fc5-649e-41ab-b6fb-5afac8a071c7 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1599] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:26 2026] GET /v2.0/security-groups?id=4c61cf1f-86c9-4234-81ff-f4104ac827c2&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1600] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:58:26 2026] POST /v2.0/subnets => generated 655 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:58:26.601 7 INFO neutron_taas.services.taas.taas_plugin [None req-861d781e-8932-47b8-a4fc-656b89ce6391 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 09a545b9-d857-4091-b999-9b39fd1557ca 2026-04-02 17:58:26.608 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-861d781e-8932-47b8-a4fc-656b89ce6391 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 09a545b9-d857-4091-b999-9b39fd1557ca [pid: 8|app: 0|req: 809/1601] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:58:26 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:58:26.659 8 INFO neutron.db.segments_db [None req-c0de20b2-c1fa-434d-a3f8-f97d5faa6ff4 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Added segment b52460cc-7718-433f-890a-4199432fb4db of type vxlan for network 05501684-dc05-492f-b8c5-f4e1b8c0a3e2 2026-04-02 17:58:26.765 7 INFO neutron.services.segments.plugin [-] Segment 6e8d5b65-bba3-4272-996d-25cd56e6172d resource provider aggregate not found 2026-04-02 17:58:26.778 7 INFO neutron.services.segments.plugin [-] Segment 6e8d5b65-bba3-4272-996d-25cd56e6172d resource provider aggregate not found [pid: 7|app: 0|req: 793/1602] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:26 2026] DELETE /v2.0/networks/906294f9-ea71-4105-9f4b-e4c5b8940816 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:58:26.791 7 INFO neutron.services.segments.plugin [-] Segment 6e8d5b65-bba3-4272-996d-25cd56e6172d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e8d5b65-bba3-4272-996d-25cd56e6172d found for delete ", "request_id": "req-d5e3e588-da7b-4a2f-8606-244c1c3b542b"}]} 2026-04-02 17:58:26.805 7 INFO neutron.services.segments.plugin [-] Segment 6e8d5b65-bba3-4272-996d-25cd56e6172d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e8d5b65-bba3-4272-996d-25cd56e6172d found for delete ", "request_id": "req-95de951d-dd2a-4f41-9a55-42ec6e304c63"}]} 2026-04-02 17:58:26.911 8 INFO neutron.services.segments.plugin [-] Segment 2de429a3-1223-4599-b7b5-e9abb1f336b0 resource provider aggregate not found 2026-04-02 17:58:26.926 8 INFO neutron.services.segments.plugin [-] Segment 2de429a3-1223-4599-b7b5-e9abb1f336b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2de429a3-1223-4599-b7b5-e9abb1f336b0 found for delete ", "request_id": "req-defb23e3-b7ed-41f1-a5bd-062309e15b06"}]} 2026-04-02 17:58:26.932 8 INFO neutron.services.segments.plugin [-] Segment 2de429a3-1223-4599-b7b5-e9abb1f336b0 resource provider aggregate not found 2026-04-02 17:58:26.944 8 INFO neutron.db.l3_hamode_db [None req-c0de20b2-c1fa-434d-a3f8-f97d5faa6ff4 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:58:26.946 8 INFO neutron.services.segments.plugin [-] Segment 2de429a3-1223-4599-b7b5-e9abb1f336b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2de429a3-1223-4599-b7b5-e9abb1f336b0 found for delete ", "request_id": "req-f5b3279b-0af9-45bb-8355-8a9bbd5b624c"}]} 2026-04-02 17:58:27.085 8 INFO neutron.db.l3_hamode_db [None req-c0de20b2-c1fa-434d-a3f8-f97d5faa6ff4 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:58:27.568 7 INFO neutron.db.l3_db [None req-ce7dcd3a-7926-4e48-b14b-d9eabd355738 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] Floating IP d7effac4-d26c-4608-9a73-55869aa7e39e associated. External IP: 10.96.250.217, port: 6ba769b3-4921-409c-8a3d-91ec00d66237. [pid: 8|app: 0|req: 810/1603] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:58:26 2026] POST /v2.0/routers => generated 511 bytes in 1121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1604] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:58:27 2026] GET /v2.0/ports?tenant_id=dd3e34b82c9d4b6a87099bf004336183&device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1605] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:27 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => generated 971 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1606] 10.0.0.71 () {34 vars in 675 bytes} [Thu Apr 2 17:58:26 2026] POST /v2.0/floatingips => generated 855 bytes in 1124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1607] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:27 2026] GET /v2.0/security-groups?tenant_id=7eb78b1536134482bf513b8019e390dd&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1608] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:58:27 2026] GET /v2.0/networks?id=b3663a2f-97aa-4e66-a414-91db988685c8 => generated 772 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1609] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:27 2026] GET /v2.0/security-groups?id=fbb1357d-c989-4e1f-8de9-3fc85a752ee0&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1610] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 17:58:27 2026] GET /v2.0/floatingips/d7effac4-d26c-4608-9a73-55869aa7e39e => generated 855 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1611] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:28 2026] DELETE /v2.0/security-groups/e237fbf4-7056-4ee8-8a40-d80dafbb58c8 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:58:28.154 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4234a40c-8a19-45ec-a562-a7716d22c654'] response: {'name': 'network-changed', 'server_uuid': '7ec05a4a-9807-4e86-849e-2d4c2f5050de', 'tag': '6ba769b3-4921-409c-8a3d-91ec00d66237', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 818/1612] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:58:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=1550bfdc-3bc0-420e-87c2-38f0d3d9656a => generated 860 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1613] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:58:28 2026] GET /v2.0/subnets?id=1578a1b3-96b3-44f8-9bbd-ed87c2c50493 => generated 694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1614] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:58:28 2026] GET /v2.0/ports?network_id=b3663a2f-97aa-4e66-a414-91db988685c8&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1615] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:58:28 2026] GET /v2.0/networks/b3663a2f-97aa-4e66-a414-91db988685c8?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: 822/1616] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:28 2026] GET /v2.0/security-groups?tenant_id=c1224d8f735c4cea9c6ef2c1d32173ea&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1617] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:58:28 2026] GET /v2.0/networks/b3663a2f-97aa-4e66-a414-91db988685c8?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: 8|app: 0|req: 824/1618] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:28 2026] DELETE /v2.0/security-groups/0f9676c1-09fe-4e56-be51-ba2e33648eae => 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: 825/1619] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:58:28 2026] GET /v2.0/ports?tenant_id=dd67380f9e314403a0808f583911c062&device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1620] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:58:28 2026] GET /v2.0/networks?id=aaaa7a20-fb86-401f-a934-2e2d29fe034e => generated 757 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1621] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:58:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6ba769b3-4921-409c-8a3d-91ec00d66237 => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1622] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:58:28 2026] GET /v2.0/subnets?id=38e20853-16bd-49cf-82db-9fb925070e6b => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1623] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:58:28 2026] GET /v2.0/ports?network_id=aaaa7a20-fb86-401f-a934-2e2d29fe034e&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: 795/1624] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:58:27 2026] PUT /v2.0/routers/6490e610-c832-4ce9-a314-80b0c833a901/add_router_interface => generated 309 bytes in 1017 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1625] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:58:28 2026] GET /v2.0/networks/aaaa7a20-fb86-401f-a934-2e2d29fe034e?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: 796/1626] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:58:28 2026] GET /v2.0/networks/aaaa7a20-fb86-401f-a934-2e2d29fe034e?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: 831/1627] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:58:28 2026] GET /v2.0/ports/bf8bac58-27dd-4c96-b798-549f7467ce8f => generated 959 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1628] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 17:58:29 2026] GET /v2.0/floatingips/d7effac4-d26c-4608-9a73-55869aa7e39e => generated 855 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1629] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:29 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => 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: 799/1630] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 2 17:58:29 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1631] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:29 2026] GET /v2.0/security-groups?id=fbb1357d-c989-4e1f-8de9-3fc85a752ee0&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:29.290 7 INFO neutron_taas.services.taas.taas_plugin [req-67474670-b35f-4da6-b69b-0bceb81f62fc req-845fc593-4860-45ac-bae0-0e5634bc2af5 1ae9c6a7bf1c4735bc322f41932cf8d7 dd3e34b82c9d4b6a87099bf004336183 - - default default] TaaS: Handle Delete Port: 1550bfdc-3bc0-420e-87c2-38f0d3d9656a 2026-04-02 17:58:29.294 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-67474670-b35f-4da6-b69b-0bceb81f62fc req-845fc593-4860-45ac-bae0-0e5634bc2af5 1ae9c6a7bf1c4735bc322f41932cf8d7 dd3e34b82c9d4b6a87099bf004336183 - - default default] Tap Mirror: Handle Delete Port: 1550bfdc-3bc0-420e-87c2-38f0d3d9656a 2026-04-02 17:58:29.413 7 INFO neutron.db.l3_db [req-67474670-b35f-4da6-b69b-0bceb81f62fc req-845fc593-4860-45ac-bae0-0e5634bc2af5 1ae9c6a7bf1c4735bc322f41932cf8d7 dd3e34b82c9d4b6a87099bf004336183 - - default default] Floating IP d8d680fe-ec09-4324-b1a1-945e5167031f disassociated. External IP: 10.96.250.216, port: 1550bfdc-3bc0-420e-87c2-38f0d3d9656a. [pid: 7|app: 0|req: 801/1632] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 2 17:58:29 2026] DELETE /v2.0/ports/1550bfdc-3bc0-420e-87c2-38f0d3d9656a => generated 0 bytes in 546 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1633] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:58:29 2026] PUT /v2.0/routers/6490e610-c832-4ce9-a314-80b0c833a901/add_router_interface => generated 309 bytes in 1048 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1634] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 17:58:30 2026] GET /v2.0/floatingips/d7effac4-d26c-4608-9a73-55869aa7e39e => generated 857 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1635] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:58:30 2026] GET /v2.0/ports/86fa2094-357e-4eb9-b19c-017d81b909d5 => generated 967 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:30.206 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d689d060-4495-4d9d-8d85-18b7909c8c77'] response: {'server_uuid': '94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3', 'name': 'network-vif-deleted', 'tag': '1550bfdc-3bc0-420e-87c2-38f0d3d9656a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 834/1636] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:30 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:58:30.442 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4d95612-9e28-490f-a3e2-5050ba5f1a36 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] TaaS: Handle Delete Port: 86fa2094-357e-4eb9-b19c-017d81b909d5 2026-04-02 17:58:30.444 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4d95612-9e28-490f-a3e2-5050ba5f1a36 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Tap Mirror: Handle Delete Port: 86fa2094-357e-4eb9-b19c-017d81b909d5 [pid: 7|app: 0|req: 803/1637] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:58:30 2026] PUT /v2.0/routers/6490e610-c832-4ce9-a314-80b0c833a901/remove_router_interface => generated 309 bytes in 655 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:31.104 8 INFO neutron_taas.services.taas.taas_plugin [None req-0cf8db21-6b87-43bd-bd85-9b79ef0357d2 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] TaaS: Handle Delete Port: bf8bac58-27dd-4c96-b798-549f7467ce8f 2026-04-02 17:58:31.111 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cf8db21-6b87-43bd-bd85-9b79ef0357d2 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Tap Mirror: Handle Delete Port: bf8bac58-27dd-4c96-b798-549f7467ce8f [pid: 7|app: 0|req: 804/1638] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:31 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => 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: 835/1639] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:58:30 2026] PUT /v2.0/routers/6490e610-c832-4ce9-a314-80b0c833a901/remove_router_interface => generated 309 bytes in 739 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1640] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:58:31 2026] GET /v2.0/ports?device_id=6490e610-c832-4ce9-a314-80b0c833a901 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:58:31.751 8 INFO neutron_taas.services.taas.taas_plugin [None req-0158314a-0a3e-4a80-bc13-9493257ace4a 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] TaaS: Handle Delete Port: d6f6d303-d7cb-4a47-84fe-2f1299f6040a 2026-04-02 17:58:31.753 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0158314a-0a3e-4a80-bc13-9493257ace4a 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Tap Mirror: Handle Delete Port: d6f6d303-d7cb-4a47-84fe-2f1299f6040a 2026-04-02 17:58:32.076 8 INFO neutron.services.segments.plugin [-] Segment b52460cc-7718-433f-890a-4199432fb4db resource provider aggregate not found 2026-04-02 17:58:32.082 8 INFO neutron.services.segments.plugin [-] Segment b52460cc-7718-433f-890a-4199432fb4db resource provider aggregate not found 2026-04-02 17:58:32.097 8 INFO neutron.db.l3_hamode_db [None req-0158314a-0a3e-4a80-bc13-9493257ace4a 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] HA network 05501684-dc05-492f-b8c5-f4e1b8c0a3e2 was deleted as no HA routers are present in tenant 08a20a0110f4428aa384eba9c6f9146d. 2026-04-02 17:58:32.098 8 INFO neutron.services.segments.plugin [-] Segment b52460cc-7718-433f-890a-4199432fb4db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b52460cc-7718-433f-890a-4199432fb4db found for delete ", "request_id": "req-12152752-0de2-42ac-b48a-5ef51bd98598"}]} 2026-04-02 17:58:32.105 8 INFO neutron.services.segments.plugin [-] Segment b52460cc-7718-433f-890a-4199432fb4db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b52460cc-7718-433f-890a-4199432fb4db found for delete ", "request_id": "req-8a0df4f1-479d-464a-bd9e-ed128ece451f"}]} [pid: 8|app: 0|req: 836/1641] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:31 2026] DELETE /v2.0/routers/6490e610-c832-4ce9-a314-80b0c833a901 => generated 0 bytes in 551 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1642] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:32 2026] DELETE /v2.0/subnets/65486012-fd3f-49a0-adbc-10c6fbcc08ae => 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: 837/1643] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:32 2026] DELETE /v2.0/subnets/6a76b485-5063-4aff-95ef-727871416aee => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1644] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:32 2026] GET /v2.0/ports?device_id=94e9d4f1-4eb9-4a05-bfc9-19ec3f4105a3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:58:32.489 7 INFO neutron.services.segments.plugin [-] Segment 75fb50cb-479e-430c-b1d5-4bdf3b4ea89f resource provider aggregate not found 2026-04-02 17:58:32.495 7 INFO neutron.services.segments.plugin [-] Segment 75fb50cb-479e-430c-b1d5-4bdf3b4ea89f resource provider aggregate not found 2026-04-02 17:58:32.507 7 INFO neutron.services.segments.plugin [-] Segment 75fb50cb-479e-430c-b1d5-4bdf3b4ea89f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75fb50cb-479e-430c-b1d5-4bdf3b4ea89f found for delete ", "request_id": "req-a8443bde-23fc-44d7-b3e4-d68797d2c623"}]} 2026-04-02 17:58:32.514 7 INFO neutron.services.segments.plugin [-] Segment 75fb50cb-479e-430c-b1d5-4bdf3b4ea89f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75fb50cb-479e-430c-b1d5-4bdf3b4ea89f found for delete ", "request_id": "req-56be2971-147c-4ac3-b618-7960d3265392"}]} [pid: 7|app: 0|req: 807/1645] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:32 2026] DELETE /v2.0/networks/13e96c8f-8087-4c67-a172-086d8bd2acb4 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:58:32.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-32ca4473-3ac0-4319-916e-ea70369352d4 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] TaaS: Handle Delete Port: fd0cfb91-61df-4dad-893b-907c8405ca70 2026-04-02 17:58:32.614 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32ca4473-3ac0-4319-916e-ea70369352d4 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Tap Mirror: Handle Delete Port: fd0cfb91-61df-4dad-893b-907c8405ca70 [pid: 7|app: 0|req: 808/1646] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:32 2026] DELETE /v2.0/networks/ba01d073-ca2d-43d5-911f-0bd4408bb9da => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:58:32.852 7 INFO neutron.db.segments_db [None req-2d90eff8-8ab3-4292-82a6-5022ba44fe5e 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Added segment 84cb79b3-d30e-4d1f-8173-c79b03517f34 of type vxlan for network c34c2b98-23e9-49bc-93c6-c9019f6b8f59 [pid: 7|app: 0|req: 809/1647] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:58:32 2026] POST /v2.0/networks => generated 615 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1648] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:58:32 2026] POST /v2.0/subnets => generated 646 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1649] 10.0.0.71 () {34 vars in 674 bytes} [Thu Apr 2 17:58:32 2026] POST /v2.0/floatingips => generated 552 bytes in 642 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:58:33.189 7 INFO neutron.db.segments_db [None req-8e5dde26-5fcd-4fae-a937-50a02ebd53a4 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Added segment 4e519b59-aa09-4c66-bbff-9c341ff2edb3 of type vxlan for network af9f2633-e616-4a24-bd45-fec28e5d6d4f 2026-04-02 17:58:33.451 7 INFO neutron.db.l3_hamode_db [None req-8e5dde26-5fcd-4fae-a937-50a02ebd53a4 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:58:33.565 7 INFO neutron.db.l3_hamode_db [None req-8e5dde26-5fcd-4fae-a937-50a02ebd53a4 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 840/1650] 10.0.0.71 () {34 vars in 674 bytes} [Thu Apr 2 17:58:33 2026] POST /v2.0/floatingips => generated 552 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1651] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:33 2026] DELETE /v2.0/security-groups/fbb1357d-c989-4e1f-8de9-3fc85a752ee0 => 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: 811/1652] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:58:33 2026] POST /v2.0/routers => generated 510 bytes in 958 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:58:34.117 7 INFO neutron.api.v2.resource [None req-70f82939-e21e-48b5-b218-f76c0bcb0195 1ae9c6a7bf1c4735bc322f41932cf8d7 dd3e34b82c9d4b6a87099bf004336183 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 812/1653] 10.0.0.71 () {32 vars in 735 bytes} [Thu Apr 2 17:58:34 2026] GET /v2.0/security-groups/fbb1357d-c989-4e1f-8de9-3fc85a752ee0 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1654] 10.0.0.71 () {34 vars in 674 bytes} [Thu Apr 2 17:58:33 2026] POST /v2.0/floatingips => generated 552 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:58:34.295 8 INFO neutron_taas.services.taas.taas_plugin [None req-f28a4d71-c0e6-45fd-99c7-0f98dd0b46ff 1ae9c6a7bf1c4735bc322f41932cf8d7 dd3e34b82c9d4b6a87099bf004336183 - - default default] TaaS: Handle Delete Port: 76ffc6cf-14ef-4cc4-96c2-c2d023cfec38 2026-04-02 17:58:34.299 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f28a4d71-c0e6-45fd-99c7-0f98dd0b46ff 1ae9c6a7bf1c4735bc322f41932cf8d7 dd3e34b82c9d4b6a87099bf004336183 - - default default] Tap Mirror: Handle Delete Port: 76ffc6cf-14ef-4cc4-96c2-c2d023cfec38 [pid: 7|app: 0|req: 813/1655] 10.0.0.71 () {34 vars in 663 bytes} [Thu Apr 2 17:58:34 2026] POST /v2.0/ports => generated 964 bytes in 294 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: 843/1656] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 17:58:34 2026] DELETE /v2.0/floatingips/d8d680fe-ec09-4324-b1a1-945e5167031f => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:58:34.525 7 INFO neutron.services.segments.plugin [-] Segment 3977396b-2c46-468f-8c8a-ce36d852d91f resource provider aggregate not found 2026-04-02 17:58:34.537 7 INFO neutron.services.segments.plugin [-] Segment 3977396b-2c46-468f-8c8a-ce36d852d91f resource provider aggregate not found 2026-04-02 17:58:34.545 7 INFO neutron.services.segments.plugin [-] Segment 3977396b-2c46-468f-8c8a-ce36d852d91f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3977396b-2c46-468f-8c8a-ce36d852d91f found for delete ", "request_id": "req-ac6943b4-971f-4d81-8b83-2f7f9e4527f6"}]} 2026-04-02 17:58:34.556 7 INFO neutron.services.segments.plugin [-] Segment 3977396b-2c46-468f-8c8a-ce36d852d91f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3977396b-2c46-468f-8c8a-ce36d852d91f found for delete ", "request_id": "req-4a21120f-bad8-426d-8a31-7a0438f7f331"}]} [pid: 7|app: 0|req: 814/1657] 10.0.0.71 () {34 vars in 674 bytes} [Thu Apr 2 17:58:34 2026] POST /v2.0/floatingips => generated 552 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:58:35.256 7 INFO neutron_taas.services.taas.taas_plugin [None req-478f01ee-1f16-4ed4-88cf-6869961fa180 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: ef36b24c-2937-4382-b6f6-ecc3c1cb2223 2026-04-02 17:58:35.259 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-478f01ee-1f16-4ed4-88cf-6869961fa180 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: ef36b24c-2937-4382-b6f6-ecc3c1cb2223 [pid: 8|app: 0|req: 844/1660] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:58:34 2026] PUT /v2.0/routers/e5a795b3-d848-44e7-b25d-023ba125d09a/add_router_interface => generated 309 bytes in 955 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: 817/1661] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:58:34 2026] PUT /v2.0/routers/4a99aabc-209e-437c-a778-0832d4dc5f5f/remove_router_interface => generated 309 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1662] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:58:35 2026] GET /v2.0/ports/1510c979-3f5f-4663-ad33-05bcd3cf5494 => generated 1038 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1663] 10.0.0.71 () {34 vars in 674 bytes} [Thu Apr 2 17:58:35 2026] POST /v2.0/floatingips => generated 552 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:58:35.998 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5cd7ab9-64f7-4806-8754-243ccf8ce5c9 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 4bac3321-32ba-452a-9057-19d306c42d81 2026-04-02 17:58:36.000 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5cd7ab9-64f7-4806-8754-243ccf8ce5c9 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 4bac3321-32ba-452a-9057-19d306c42d81 2026-04-02 17:58:36.196 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d26e320-5ab1-4a5b-932a-687765985f95 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] TaaS: Handle Delete Port: 1510c979-3f5f-4663-ad33-05bcd3cf5494 2026-04-02 17:58:36.200 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d26e320-5ab1-4a5b-932a-687765985f95 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Tap Mirror: Handle Delete Port: 1510c979-3f5f-4663-ad33-05bcd3cf5494 2026-04-02 17:58:36.280 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5cd7ab9-64f7-4806-8754-243ccf8ce5c9 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: a129d924-424f-4abf-be85-8430993de768 2026-04-02 17:58:36.283 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5cd7ab9-64f7-4806-8754-243ccf8ce5c9 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: a129d924-424f-4abf-be85-8430993de768 [pid: 8|app: 0|req: 846/1664] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:58:35 2026] PUT /v2.0/routers/e5a795b3-d848-44e7-b25d-023ba125d09a/remove_router_interface => generated 309 bytes in 739 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-02 17:58:36.631 7 INFO neutron.services.segments.plugin [-] Segment 3d8b9caa-ca1b-4c0e-8ae7-3c9abb1535f4 resource provider aggregate not found 2026-04-02 17:58:36.641 7 INFO neutron.services.segments.plugin [-] Segment 3d8b9caa-ca1b-4c0e-8ae7-3c9abb1535f4 resource provider aggregate not found 2026-04-02 17:58:36.655 7 INFO neutron.services.segments.plugin [-] Segment 3d8b9caa-ca1b-4c0e-8ae7-3c9abb1535f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d8b9caa-ca1b-4c0e-8ae7-3c9abb1535f4 found for delete ", "request_id": "req-a03577bf-9d0e-4e11-ace4-9100ce9a6135"}]} 2026-04-02 17:58:36.659 7 INFO neutron.services.segments.plugin [-] Segment 3d8b9caa-ca1b-4c0e-8ae7-3c9abb1535f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d8b9caa-ca1b-4c0e-8ae7-3c9abb1535f4 found for delete ", "request_id": "req-436c57ff-206c-4828-b206-85b5e1489709"}]} 2026-04-02 17:58:36.669 7 INFO neutron.db.l3_hamode_db [None req-d5cd7ab9-64f7-4806-8754-243ccf8ce5c9 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] HA network 3c6e6078-386b-4645-9983-2fa9c2a6a1a3 was deleted as no HA routers are present in tenant dd3e34b82c9d4b6a87099bf004336183. [pid: 7|app: 0|req: 819/1665] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:35 2026] DELETE /v2.0/routers/4a99aabc-209e-437c-a778-0832d4dc5f5f => generated 0 bytes in 866 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1666] 10.0.0.71 () {34 vars in 757 bytes} [Thu Apr 2 17:58:36 2026] PUT /v2.0/floatingips/58918d40-5709-43f0-80cb-5cd7ef6c8d05/tags => generated 17 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:58:36.765 7 INFO neutron.api.v2.resource [None req-0617082f-4d47-4d3d-8ce1-419647c41a7e 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 820/1667] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:58:36 2026] PUT /v2.0/routers/e5a795b3-d848-44e7-b25d-023ba125d09a/remove_router_interface => generated 197 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1668] 10.0.0.71 () {34 vars in 757 bytes} [Thu Apr 2 17:58:36 2026] PUT /v2.0/floatingips/9be1fafa-8883-447a-a384-e73bd205de33/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1669] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:36 2026] DELETE /v2.0/subnets/1578a1b3-96b3-44f8-9bbd-ed87c2c50493 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1670] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:58:36 2026] GET /v2.0/ports?device_id=e5a795b3-d848-44e7-b25d-023ba125d09a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1671] 10.0.0.140 () {34 vars in 989 bytes} [Thu Apr 2 17:58:36 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1672] 10.0.0.71 () {34 vars in 757 bytes} [Thu Apr 2 17:58:36 2026] PUT /v2.0/floatingips/2fe3fc6c-e811-440e-a4ef-833b56c07008/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:58:36.977 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a495b9c-e648-4603-b889-b6abc17cae04 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: f994dd91-809b-40e9-94e8-32e6cd64855a 2026-04-02 17:58:36.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a495b9c-e648-4603-b889-b6abc17cae04 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: f994dd91-809b-40e9-94e8-32e6cd64855a [pid: 7|app: 0|req: 823/1673] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:36 2026] DELETE /v2.0/networks/b3663a2f-97aa-4e66-a414-91db988685c8 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1674] 10.0.0.140 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:37 2026] GET /v2.0/security-groups?id=4c61cf1f-86c9-4234-81ff-f4104ac827c2&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1675] 10.0.0.71 () {34 vars in 757 bytes} [Thu Apr 2 17:58:37 2026] PUT /v2.0/floatingips/5e912259-7cbf-4733-949f-92eaae7c1195/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1676] 10.0.0.71 () {32 vars in 670 bytes} [Thu Apr 2 17:58:37 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1677] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:37 2026] GET /v2.0/security-groups?tenant_id=dd3e34b82c9d4b6a87099bf004336183&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1678] 10.0.0.71 () {32 vars in 684 bytes} [Thu Apr 2 17:58:37 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:58:37.479 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2bdf200-a32f-461f-9193-c1f2499dbe72 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] TaaS: Handle Delete Port: 361f1960-5488-47ee-9d98-2460e5c49c71 2026-04-02 17:58:37.481 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2bdf200-a32f-461f-9193-c1f2499dbe72 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Tap Mirror: Handle Delete Port: 361f1960-5488-47ee-9d98-2460e5c49c71 [pid: 7|app: 0|req: 829/1679] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:37 2026] DELETE /v2.0/security-groups/10e55f4b-ac74-496a-8d3b-841a1a11b7c2 => 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: 830/1680] 10.0.0.71 () {32 vars in 680 bytes} [Thu Apr 2 17:58:37 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1681] 10.0.0.71 () {32 vars in 692 bytes} [Thu Apr 2 17:58:37 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1682] 10.0.0.71 () {32 vars in 678 bytes} [Thu Apr 2 17:58:37 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1683] 10.0.0.71 () {32 vars in 692 bytes} [Thu Apr 2 17:58:37 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1684] 10.0.0.71 () {32 vars in 688 bytes} [Thu Apr 2 17:58:37 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:58:37.771 8 INFO neutron.services.segments.plugin [-] Segment 4e519b59-aa09-4c66-bbff-9c341ff2edb3 resource provider aggregate not found 2026-04-02 17:58:37.777 8 INFO neutron.services.segments.plugin [-] Segment 4e519b59-aa09-4c66-bbff-9c341ff2edb3 resource provider aggregate not found [pid: 7|app: 0|req: 835/1685] 10.0.0.71 () {32 vars in 700 bytes} [Thu Apr 2 17:58:37 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:58:37.795 8 INFO neutron.services.segments.plugin [-] Segment 4e519b59-aa09-4c66-bbff-9c341ff2edb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e519b59-aa09-4c66-bbff-9c341ff2edb3 found for delete ", "request_id": "req-39ae5eea-0813-4f62-b4dd-08cbf3a05e67"}]} 2026-04-02 17:58:37.803 8 INFO neutron.services.segments.plugin [-] Segment 4e519b59-aa09-4c66-bbff-9c341ff2edb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e519b59-aa09-4c66-bbff-9c341ff2edb3 found for delete ", "request_id": "req-e77b3353-66d2-43d1-b466-98b0e840a559"}]} 2026-04-02 17:58:37.806 8 INFO neutron.db.l3_hamode_db [None req-d2bdf200-a32f-461f-9193-c1f2499dbe72 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] HA network af9f2633-e616-4a24-bd45-fec28e5d6d4f was deleted as no HA routers are present in tenant 08a20a0110f4428aa384eba9c6f9146d. [pid: 8|app: 0|req: 851/1686] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:36 2026] DELETE /v2.0/routers/e5a795b3-d848-44e7-b25d-023ba125d09a => generated 0 bytes in 880 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:58:37.902 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8bf8f81-de45-4c54-a041-6e6e0019f909 0dbb2f25d49c4ba1bd71e223df65e06a 5e94b0ac97874650aacf3d0aea2ba4c0 - - default default] TaaS: Handle Delete Port: 4715964a-3a3c-40a0-a33e-78b1182a8aab 2026-04-02 17:58:37.906 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8bf8f81-de45-4c54-a041-6e6e0019f909 0dbb2f25d49c4ba1bd71e223df65e06a 5e94b0ac97874650aacf3d0aea2ba4c0 - - default default] Tap Mirror: Handle Delete Port: 4715964a-3a3c-40a0-a33e-78b1182a8aab [pid: 8|app: 0|req: 852/1687] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:37 2026] DELETE /v2.0/subnets/4e521a21-54ba-46ab-b045-b8a998c09b3e => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1688] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 17:58:37 2026] DELETE /v2.0/floatingips/58918d40-5709-43f0-80cb-5cd7ef6c8d05 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1689] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:37 2026] DELETE /v2.0/networks/c34c2b98-23e9-49bc-93c6-c9019f6b8f59 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:58:38.131 8 INFO neutron.db.segments_db [None req-d477fd72-fa71-4c86-a877-131b6e5f1f74 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Added segment b6e0dbc1-9362-4760-ad89-2f3520a50f0d of type vxlan for network 4ee49606-6107-4802-9ffe-83bc579d8f8d 2026-04-02 17:58:38.172 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c849e82-72da-4067-8fd2-c9384b8af7fc 0dbb2f25d49c4ba1bd71e223df65e06a 5e94b0ac97874650aacf3d0aea2ba4c0 - - default default] TaaS: Handle Delete Port: c407dbc0-24c6-498a-863e-864f3de027e9 2026-04-02 17:58:38.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c849e82-72da-4067-8fd2-c9384b8af7fc 0dbb2f25d49c4ba1bd71e223df65e06a 5e94b0ac97874650aacf3d0aea2ba4c0 - - default default] Tap Mirror: Handle Delete Port: c407dbc0-24c6-498a-863e-864f3de027e9 [pid: 8|app: 0|req: 854/1690] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:58:38 2026] POST /v2.0/networks => generated 614 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1691] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 17:58:38 2026] DELETE /v2.0/floatingips/9be1fafa-8883-447a-a384-e73bd205de33 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:58:38.425 7 INFO neutron_taas.services.taas.taas_plugin [None req-50253bed-6f08-45ca-8c6d-33b878a31eee 0dbb2f25d49c4ba1bd71e223df65e06a 5e94b0ac97874650aacf3d0aea2ba4c0 - - default default] TaaS: Handle Delete Port: 037aa3ce-87b7-41b2-a980-98bc162a2279 2026-04-02 17:58:38.428 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50253bed-6f08-45ca-8c6d-33b878a31eee 0dbb2f25d49c4ba1bd71e223df65e06a 5e94b0ac97874650aacf3d0aea2ba4c0 - - default default] Tap Mirror: Handle Delete Port: 037aa3ce-87b7-41b2-a980-98bc162a2279 [pid: 8|app: 0|req: 855/1692] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:58:38 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:58:38.521 8 INFO neutron.db.segments_db [None req-55384dd8-09fe-4142-8cd3-9fe2e8696cb2 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Added segment afe2035a-ef79-40a7-b1a0-a7ccd9164146 of type vxlan for network 6e830835-5d3c-4a42-b30e-613a662b4065 [pid: 7|app: 0|req: 838/1693] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 17:58:38 2026] DELETE /v2.0/floatingips/2fe3fc6c-e811-440e-a4ef-833b56c07008 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:58:38.682 7 INFO neutron.services.segments.plugin [-] Segment fbd45fd5-52e8-4279-85b7-610989f2b8ea resource provider aggregate not found 2026-04-02 17:58:38.685 7 INFO neutron.services.segments.plugin [-] Segment fbd45fd5-52e8-4279-85b7-610989f2b8ea resource provider aggregate not found 2026-04-02 17:58:38.703 7 INFO neutron.services.segments.plugin [-] Segment fbd45fd5-52e8-4279-85b7-610989f2b8ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbd45fd5-52e8-4279-85b7-610989f2b8ea found for delete ", "request_id": "req-a5b331c5-69b6-4642-854a-eba611bf621f"}]} 2026-04-02 17:58:38.705 7 INFO neutron_taas.services.taas.taas_plugin [None req-5aaa2419-65ba-457e-b02d-d17be0446237 0dbb2f25d49c4ba1bd71e223df65e06a 5e94b0ac97874650aacf3d0aea2ba4c0 - - default default] TaaS: Handle Delete Port: 05ceb435-a9b7-433d-9493-5164f07ca63a 2026-04-02 17:58:38.707 7 INFO neutron.services.segments.plugin [-] Segment fbd45fd5-52e8-4279-85b7-610989f2b8ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbd45fd5-52e8-4279-85b7-610989f2b8ea found for delete ", "request_id": "req-373a2507-0449-45da-bd42-2733ca0bc933"}]} 2026-04-02 17:58:38.708 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5aaa2419-65ba-457e-b02d-d17be0446237 0dbb2f25d49c4ba1bd71e223df65e06a 5e94b0ac97874650aacf3d0aea2ba4c0 - - default default] Tap Mirror: Handle Delete Port: 05ceb435-a9b7-433d-9493-5164f07ca63a 2026-04-02 17:58:38.767 8 INFO neutron.db.l3_hamode_db [None req-55384dd8-09fe-4142-8cd3-9fe2e8696cb2 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 839/1694] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 17:58:38 2026] DELETE /v2.0/floatingips/5e912259-7cbf-4733-949f-92eaae7c1195 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:58:38.890 8 INFO neutron.db.l3_hamode_db [None req-55384dd8-09fe-4142-8cd3-9fe2e8696cb2 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:58:38.956 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a7673bc-efd0-46e7-b409-bab67214b1d0 0dbb2f25d49c4ba1bd71e223df65e06a 5e94b0ac97874650aacf3d0aea2ba4c0 - - default default] TaaS: Handle Delete Port: f5a0a4f4-1929-4c91-b3d9-7e99ef589606 2026-04-02 17:58:38.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a7673bc-efd0-46e7-b409-bab67214b1d0 0dbb2f25d49c4ba1bd71e223df65e06a 5e94b0ac97874650aacf3d0aea2ba4c0 - - default default] Tap Mirror: Handle Delete Port: f5a0a4f4-1929-4c91-b3d9-7e99ef589606 [pid: 7|app: 0|req: 840/1695] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 17:58:38 2026] DELETE /v2.0/floatingips/e9acec18-ad22-4458-b6e6-44848acc486b => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1696] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:58:38 2026] POST /v2.0/routers => generated 510 bytes in 963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:58:39.518 7 INFO neutron.db.segments_db [None req-8276c03f-43c6-486f-9937-aca3530aeff6 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment 6c2fb7ff-b49c-4570-a57e-a2c82cbb76f9 of type vxlan for network a676e584-c3d2-4b95-85c0-56083255031b [pid: 7|app: 0|req: 841/1697] 10.0.0.71 () {34 vars in 669 bytes} [Thu Apr 2 17:58:39 2026] POST /v2.0/networks => generated 726 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1698] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:58:39 2026] POST /v2.0/subnets => generated 693 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:58:39.825 8 INFO neutron.services.segments.plugin [-] Segment 84cb79b3-d30e-4d1f-8173-c79b03517f34 resource provider aggregate not found 2026-04-02 17:58:39.832 8 INFO neutron.services.segments.plugin [-] Segment 84cb79b3-d30e-4d1f-8173-c79b03517f34 resource provider aggregate not found 2026-04-02 17:58:39.844 8 INFO neutron.services.segments.plugin [-] Segment 84cb79b3-d30e-4d1f-8173-c79b03517f34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84cb79b3-d30e-4d1f-8173-c79b03517f34 found for delete ", "request_id": "req-edc6b9d3-cdf9-45bb-860e-2a67365e217f"}]} 2026-04-02 17:58:39.845 7 INFO neutron.db.segments_db [None req-52d53052-f1db-4a56-94c1-357839349f1f a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment d5745dd4-3b1e-4c6c-ab1f-e910abe97579 of type vxlan for network 23bf68d6-bf57-4570-8cf7-e9bf8c19a7ad 2026-04-02 17:58:39.854 8 INFO neutron.services.segments.plugin [-] Segment 84cb79b3-d30e-4d1f-8173-c79b03517f34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84cb79b3-d30e-4d1f-8173-c79b03517f34 found for delete ", "request_id": "req-3cfb8441-e377-4779-b3b5-d2e8cbff0ee4"}]} 2026-04-02 17:58:40.087 7 INFO neutron.db.l3_hamode_db [None req-52d53052-f1db-4a56-94c1-357839349f1f a6e3a385c1694aa885b027e0cbd51257 66036c989e7242d09040d8107fd79954 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 857/1699] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:58:39 2026] PUT /v2.0/routers/1d3b8231-03a3-4ab6-bb69-968d27e618a3/add_router_interface => generated 309 bytes in 1027 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1700] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:40 2026] GET /v2.0/security-groups?tenant_id=8e61070380ec41499147fe751b8fc4c5&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1701] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:58:40 2026] GET /v2.0/ports/deb36241-a676-4e2f-9c37-659fe4731d00 => generated 959 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1702] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:40 2026] DELETE /v2.0/security-groups/02dff2f1-57a0-46e3-aa3d-a1e40f815527 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:58:41.124 7 INFO neutron.db.l3_hamode_db [None req-52d53052-f1db-4a56-94c1-357839349f1f a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:58:41.197 8 INFO neutron_taas.services.taas.taas_plugin [None req-dcbdc266-6763-49fc-a8d1-7de0c1382f4a 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] TaaS: Handle Delete Port: deb36241-a676-4e2f-9c37-659fe4731d00 2026-04-02 17:58:41.201 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcbdc266-6763-49fc-a8d1-7de0c1382f4a 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Tap Mirror: Handle Delete Port: deb36241-a676-4e2f-9c37-659fe4731d00 [pid: 8|app: 0|req: 861/1703] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:58:40 2026] PUT /v2.0/routers/1d3b8231-03a3-4ab6-bb69-968d27e618a3/remove_router_interface => generated 309 bytes in 680 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1704] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:41 2026] GET /v2.0/security-groups?tenant_id=5e94b0ac97874650aacf3d0aea2ba4c0&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1705] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:58:41 2026] GET /v2.0/ports?device_id=1d3b8231-03a3-4ab6-bb69-968d27e618a3 => 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: 864/1706] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:41 2026] DELETE /v2.0/security-groups/de08c956-56fb-4015-bb68-e9144b8e3a66 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:58:41.909 8 INFO neutron_taas.services.taas.taas_plugin [None req-aab883ce-6693-4733-9f57-f0287c85779d 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] TaaS: Handle Delete Port: ab72e746-af01-4cf1-b304-1c69a1b70c98 2026-04-02 17:58:41.912 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aab883ce-6693-4733-9f57-f0287c85779d 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Tap Mirror: Handle Delete Port: ab72e746-af01-4cf1-b304-1c69a1b70c98 [pid: 7|app: 0|req: 843/1707] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:58:39 2026] POST /v2.0/routers => generated 733 bytes in 2148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1708] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:41 2026] GET /v2.0/security-groups?tenant_id=0542e2ccfd5243dda98081e5a5068d17&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:58:42.210 8 INFO neutron.services.segments.plugin [-] Segment afe2035a-ef79-40a7-b1a0-a7ccd9164146 resource provider aggregate not found 2026-04-02 17:58:42.210 8 INFO neutron.services.segments.plugin [-] Segment afe2035a-ef79-40a7-b1a0-a7ccd9164146 resource provider aggregate not found 2026-04-02 17:58:42.232 8 INFO neutron.services.segments.plugin [-] Segment afe2035a-ef79-40a7-b1a0-a7ccd9164146 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afe2035a-ef79-40a7-b1a0-a7ccd9164146 found for delete ", "request_id": "req-a094a35a-97a7-4e97-afd8-1b9f2a2cb91c"}]} 2026-04-02 17:58:42.234 8 INFO neutron.services.segments.plugin [-] Segment afe2035a-ef79-40a7-b1a0-a7ccd9164146 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afe2035a-ef79-40a7-b1a0-a7ccd9164146 found for delete ", "request_id": "req-6c7c7f69-769e-46aa-9c4a-ddeb0c9834d9"}]} 2026-04-02 17:58:42.245 8 INFO neutron.db.l3_hamode_db [None req-aab883ce-6693-4733-9f57-f0287c85779d 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] HA network 6e830835-5d3c-4a42-b30e-613a662b4065 was deleted as no HA routers are present in tenant 08a20a0110f4428aa384eba9c6f9146d. [pid: 8|app: 0|req: 865/1709] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:41 2026] DELETE /v2.0/routers/1d3b8231-03a3-4ab6-bb69-968d27e618a3 => generated 0 bytes in 482 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1710] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:42 2026] DELETE /v2.0/security-groups/984c7fa8-1425-4077-b1e4-3dbb3acc6cee => 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: 867/1711] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:42 2026] DELETE /v2.0/subnets/57cd2961-aafb-44e7-b2a6-dfe501a6c855 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1712] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:42 2026] DELETE /v2.0/networks/4ee49606-6107-4802-9ffe-83bc579d8f8d => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:58:42.645 8 INFO neutron.db.segments_db [None req-0ef1bc91-8a54-45a5-be0f-cbd5ee9843cd 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Added segment 5cac877a-1b20-434d-b563-e278eaefcc40 of type vxlan for network 25ff11cf-2723-4728-8496-898432be5627 2026-04-02 17:58:42.881 8 INFO neutron.db.l3_hamode_db [None req-0ef1bc91-8a54-45a5-be0f-cbd5ee9843cd 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 845/1713] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:58:42 2026] PUT /v2.0/routers/cb65905d-941e-4a7e-a4e6-dd7568c29631/add_router_interface => generated 309 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:43.610 8 INFO neutron.db.l3_hamode_db [None req-0ef1bc91-8a54-45a5-be0f-cbd5ee9843cd 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 846/1714] 10.0.0.100 () {34 vars in 981 bytes} [Thu Apr 2 17:58:44 2026] GET /v2.0/networks?id=a676e584-c3d2-4b95-85c0-56083255031b => generated 678 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1715] 10.0.0.100 () {34 vars in 964 bytes} [Thu Apr 2 17:58:44 2026] GET /v2.0/quotas/66036c989e7242d09040d8107fd79954 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:44.269 8 INFO neutron.services.segments.plugin [-] Segment b6e0dbc1-9362-4760-ad89-2f3520a50f0d resource provider aggregate not found 2026-04-02 17:58:44.286 8 INFO neutron.services.segments.plugin [-] Segment b6e0dbc1-9362-4760-ad89-2f3520a50f0d resource provider aggregate not found 2026-04-02 17:58:44.291 8 INFO neutron.services.segments.plugin [-] Segment b6e0dbc1-9362-4760-ad89-2f3520a50f0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6e0dbc1-9362-4760-ad89-2f3520a50f0d found for delete ", "request_id": "req-6f0c70cc-36a8-42a4-af1f-9827dbd29956"}]} 2026-04-02 17:58:44.303 8 INFO neutron.services.segments.plugin [-] Segment b6e0dbc1-9362-4760-ad89-2f3520a50f0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6e0dbc1-9362-4760-ad89-2f3520a50f0d found for delete ", "request_id": "req-a4afd148-4409-4964-851e-692410b24cf7"}]} [pid: 7|app: 0|req: 848/1716] 10.0.0.100 () {34 vars in 1001 bytes} [Thu Apr 2 17:58:44 2026] GET /v2.0/ports?tenant_id=66036c989e7242d09040d8107fd79954&fields=id => generated 57 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1717] 10.0.0.100 () {34 vars in 1007 bytes} [Thu Apr 2 17:58:44 2026] GET /v2.0/networks/a676e584-c3d2-4b95-85c0-56083255031b?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1718] 10.0.0.100 () {34 vars in 1107 bytes} [Thu Apr 2 17:58:44 2026] GET /v2.0/networks/a676e584-c3d2-4b95-85c0-56083255031b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1719] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:58:42 2026] POST /v2.0/routers => generated 691 bytes in 1882 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1720] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:44 2026] GET /v2.0/ports?device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => 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: 851/1721] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 17:58:44 2026] GET /v2.0/routers/a56b0795-afd8-4019-9057-e36bd7c776ac => generated 697 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1722] 10.0.0.71 () {32 vars in 645 bytes} [Thu Apr 2 17:58:44 2026] GET /v2.0/routers => generated 700 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1723] 10.0.0.71 () {34 vars in 739 bytes} [Thu Apr 2 17:58:44 2026] PUT /v2.0/routers/a56b0795-afd8-4019-9057-e36bd7c776ac => generated 704 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1724] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 17:58:45 2026] GET /v2.0/routers/a56b0795-afd8-4019-9057-e36bd7c776ac => generated 704 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1725] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:58:45 2026] GET /v2.0/ports?device_id=a56b0795-afd8-4019-9057-e36bd7c776ac => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:58:45.457 8 INFO neutron_taas.services.taas.taas_plugin [None req-67cbf548-b217-436e-bdcb-22e059e806e0 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] TaaS: Handle Delete Port: 778d5267-5f43-4979-a13e-c800d44fe0d6 2026-04-02 17:58:45.460 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67cbf548-b217-436e-bdcb-22e059e806e0 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Tap Mirror: Handle Delete Port: 778d5267-5f43-4979-a13e-c800d44fe0d6 [pid: 7|app: 0|req: 854/1726] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:45 2026] GET /v2.0/ports?device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:58:45.688 8 INFO neutron_taas.services.taas.taas_plugin [None req-67cbf548-b217-436e-bdcb-22e059e806e0 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] TaaS: Handle Delete Port: c4fc309f-8498-42f7-a318-21030c3e2632 2026-04-02 17:58:45.692 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67cbf548-b217-436e-bdcb-22e059e806e0 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] Tap Mirror: Handle Delete Port: c4fc309f-8498-42f7-a318-21030c3e2632 2026-04-02 17:58:46.012 8 INFO neutron.db.l3_hamode_db [None req-67cbf548-b217-436e-bdcb-22e059e806e0 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] HA network 25ff11cf-2723-4728-8496-898432be5627 was deleted as no HA routers are present in tenant 08a20a0110f4428aa384eba9c6f9146d. [pid: 8|app: 0|req: 873/1727] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:45 2026] DELETE /v2.0/routers/a56b0795-afd8-4019-9057-e36bd7c776ac => generated 0 bytes in 781 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1728] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:58:46 2026] GET /v2.0/ports?device_id=a56b0795-afd8-4019-9057-e36bd7c776ac => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:58:46.062 8 INFO neutron.api.v2.resource [None req-9d5a7e1d-3b7b-4e88-84df-2e3acdd90367 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 874/1729] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:46 2026] DELETE /v2.0/routers/a56b0795-afd8-4019-9057-e36bd7c776ac => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1730] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:58:46 2026] GET /v2.0/ports?device_id=1d3b8231-03a3-4ab6-bb69-968d27e618a3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:58:46.110 8 INFO neutron.api.v2.resource [None req-3a673803-e3ce-4da5-9534-a69aac789006 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 875/1731] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:46 2026] DELETE /v2.0/routers/1d3b8231-03a3-4ab6-bb69-968d27e618a3 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:58:46.128 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0d43c030-b423-4e9f-86ac-864f524886d9 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 857/1732] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:46 2026] DELETE /v2.0/subnets/57cd2961-aafb-44e7-b2a6-dfe501a6c855 => 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: 876/1733] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:58:46 2026] GET /v2.0/ports?device_id=e5a795b3-d848-44e7-b25d-023ba125d09a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:58:46.173 7 INFO neutron.api.v2.resource [None req-c015bd87-007d-4026-b2c8-bcd8e074c847 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 858/1734] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:46 2026] DELETE /v2.0/routers/e5a795b3-d848-44e7-b25d-023ba125d09a => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:58:46.191 8 INFO neutron.pecan_wsgi.hooks.translation [None req-efb9a520-9ed6-43a3-bb26-45ef35907ae8 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 877/1735] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:46 2026] DELETE /v2.0/subnets/4e521a21-54ba-46ab-b045-b8a998c09b3e => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1736] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:58:46 2026] GET /v2.0/ports?device_id=6490e610-c832-4ce9-a314-80b0c833a901 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:58:46.238 8 INFO neutron.api.v2.resource [None req-0b48482d-9404-4fd9-b205-9d54de6f42b3 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 878/1737] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:46 2026] DELETE /v2.0/routers/6490e610-c832-4ce9-a314-80b0c833a901 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:58:46.258 7 INFO neutron.pecan_wsgi.hooks.translation [None req-14883801-841a-4b92-83ab-48e23d40139d 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 860/1738] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:46 2026] DELETE /v2.0/subnets/65486012-fd3f-49a0-adbc-10c6fbcc08ae => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:58:46.283 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a744f809-cc29-4748-b078-1cc6b0374bee 443784aae1e440cfbc61854861fc9b1e 08a20a0110f4428aa384eba9c6f9146d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 879/1739] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:58:46 2026] DELETE /v2.0/subnets/6a76b485-5063-4aff-95ef-727871416aee => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:58:46.322 8 INFO neutron.services.segments.plugin [-] Segment 5cac877a-1b20-434d-b563-e278eaefcc40 resource provider aggregate not found 2026-04-02 17:58:46.331 8 INFO neutron.services.segments.plugin [-] Segment 5cac877a-1b20-434d-b563-e278eaefcc40 resource provider aggregate not found 2026-04-02 17:58:46.336 8 INFO neutron.services.segments.plugin [-] Segment 5cac877a-1b20-434d-b563-e278eaefcc40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cac877a-1b20-434d-b563-e278eaefcc40 found for delete ", "request_id": "req-2434bf43-6578-471d-a1b6-31ebfb5260a9"}]} 2026-04-02 17:58:46.343 8 INFO neutron.services.segments.plugin [-] Segment 5cac877a-1b20-434d-b563-e278eaefcc40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cac877a-1b20-434d-b563-e278eaefcc40 found for delete ", "request_id": "req-58bc4aa5-e8b3-4e56-b32c-7100f7a33e4c"}]} [pid: 8|app: 0|req: 880/1740] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:46 2026] GET /v2.0/ports?device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:58:46.918 7 INFO neutron.db.segments_db [None req-de3c6c18-557e-447c-a0d2-2c9122356536 f61a534382864fa89e718da1b402e105 06efa3ee72ee4423ab70a712e56579cf - - default default] Added segment 3bd3d274-3cf2-4397-b3bc-1af5e938649a of type vxlan for network c77590d6-6427-4b2a-ae93-c60e9547115f [pid: 8|app: 0|req: 881/1741] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:46 2026] GET /v2.0/security-groups?tenant_id=08a20a0110f4428aa384eba9c6f9146d&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1742] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:58:46 2026] POST /v2.0/networks => generated 613 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1743] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:46 2026] DELETE /v2.0/security-groups/9c0599f6-3e29-4be4-85cf-c41010a004cf => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:58:47.077 7 INFO neutron.db.segments_db [None req-c4954388-b0f6-4a54-b328-4a7be4e4d70c f61a534382864fa89e718da1b402e105 06efa3ee72ee4423ab70a712e56579cf - - default default] Added segment 6d0c6a9a-1ee6-443b-a411-8e740beb14c1 of type vxlan for network f6f20be7-5f0f-46ad-9755-c8f053508a63 [pid: 7|app: 0|req: 862/1744] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:58:47 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-02 17:58:47.255 8 INFO neutron.db.segments_db [None req-b672f999-6e2f-402e-882f-320e5c671000 f61a534382864fa89e718da1b402e105 06efa3ee72ee4423ab70a712e56579cf - - default default] Added segment 072d8d3e-eaea-4476-ba0d-21b22d1ebdc9 of type vxlan for network 43b83d4b-15c2-470b-b0ed-c91a4237cc60 [pid: 7|app: 0|req: 863/1745] 10.0.0.71 () {32 vars in 824 bytes} [Thu Apr 2 17:58:47 2026] GET /v2.0/ports?project_id=dd67380f9e314403a0808f583911c062&network_id=aaaa7a20-fb86-401f-a934-2e2d29fe034e => generated 3691 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1746] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:58:47 2026] POST /v2.0/networks => generated 613 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:58:47.425 7 INFO neutron.db.segments_db [None req-f8df3439-2c87-44b3-b170-40df2fe4eb87 f61a534382864fa89e718da1b402e105 06efa3ee72ee4423ab70a712e56579cf - - default default] Added segment ed449263-efcb-47c0-b313-23a8cfb1076b of type vxlan for network 13f8d898-a6af-4b5a-81de-156c6ac3432a [pid: 7|app: 0|req: 864/1747] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:58:47 2026] POST /v2.0/networks => generated 613 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:58:47.616 8 INFO neutron.db.segments_db [None req-f1762195-b833-4bae-beb2-19682874eed6 f61a534382864fa89e718da1b402e105 06efa3ee72ee4423ab70a712e56579cf - - default default] Added segment dad47254-c361-48d2-906a-8e36deea8c0b of type vxlan for network 738817d1-af91-4134-ab42-7028460f42eb [pid: 8|app: 0|req: 884/1748] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:58:47 2026] POST /v2.0/networks => generated 612 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1749] 10.0.0.71 () {34 vars in 751 bytes} [Thu Apr 2 17:58:47 2026] PUT /v2.0/networks/c77590d6-6427-4b2a-ae93-c60e9547115f/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1750] 10.0.0.71 () {32 vars in 740 bytes} [Thu Apr 2 17:58:47 2026] GET /v2.0/subnets?network_id=745e5bd0-33b1-468c-afe3-f02223590ff7 => generated 667 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1751] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:47 2026] GET /v2.0/ports?device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => 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: 866/1752] 10.0.0.71 () {34 vars in 751 bytes} [Thu Apr 2 17:58:47 2026] PUT /v2.0/networks/f6f20be7-5f0f-46ad-9755-c8f053508a63/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1753] 10.0.0.71 () {34 vars in 751 bytes} [Thu Apr 2 17:58:47 2026] PUT /v2.0/networks/43b83d4b-15c2-470b-b0ed-c91a4237cc60/tags => generated 34 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1754] 10.0.0.71 () {34 vars in 751 bytes} [Thu Apr 2 17:58:47 2026] PUT /v2.0/networks/13f8d898-a6af-4b5a-81de-156c6ac3432a/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1755] 10.0.0.71 () {32 vars in 664 bytes} [Thu Apr 2 17:58:48 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1756] 10.0.0.71 () {32 vars in 678 bytes} [Thu Apr 2 17:58:48 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:58:48.144 8 INFO neutron.db.l3_db [None req-ff28c49b-82e5-4c6e-9599-d831233a0517 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] Floating IP d7effac4-d26c-4608-9a73-55869aa7e39e disassociated. External IP: 10.96.250.217, port: 6ba769b3-4921-409c-8a3d-91ec00d66237. [pid: 7|app: 0|req: 870/1757] 10.0.0.71 () {32 vars in 674 bytes} [Thu Apr 2 17:58:48 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1758] 10.0.0.71 () {32 vars in 686 bytes} [Thu Apr 2 17:58:48 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1759] 10.0.0.71 () {32 vars in 672 bytes} [Thu Apr 2 17:58:48 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1760] 10.0.0.71 () {32 vars in 686 bytes} [Thu Apr 2 17:58:48 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1761] 10.0.0.71 () {32 vars in 682 bytes} [Thu Apr 2 17:58:48 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1762] 10.0.0.71 () {32 vars in 694 bytes} [Thu Apr 2 17:58:48 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1763] 10.0.0.71 () {34 vars in 747 bytes} [Thu Apr 2 17:58:48 2026] PUT /v2.0/floatingips/d7effac4-d26c-4608-9a73-55869aa7e39e => generated 554 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1764] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 17:58:48 2026] GET /v2.0/floatingips/d7effac4-d26c-4608-9a73-55869aa7e39e => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:48.563 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba391ffb-da55-4c0b-aaa9-176698317fe6'] response: {'name': 'network-changed', 'server_uuid': '7ec05a4a-9807-4e86-849e-2d4c2f5050de', 'tag': '6ba769b3-4921-409c-8a3d-91ec00d66237', 'status': 'completed', 'code': 200} 2026-04-02 17:58:48.660 7 INFO neutron.services.segments.plugin [-] Segment 3bd3d274-3cf2-4397-b3bc-1af5e938649a resource provider aggregate not found 2026-04-02 17:58:48.664 7 INFO neutron.services.segments.plugin [-] Segment 3bd3d274-3cf2-4397-b3bc-1af5e938649a resource provider aggregate not found 2026-04-02 17:58:48.683 7 INFO neutron.services.segments.plugin [-] Segment 3bd3d274-3cf2-4397-b3bc-1af5e938649a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bd3d274-3cf2-4397-b3bc-1af5e938649a found for delete ", "request_id": "req-b483046a-e8c5-4e5b-8864-19e188121b74"}]} 2026-04-02 17:58:48.683 7 INFO neutron.services.segments.plugin [-] Segment 3bd3d274-3cf2-4397-b3bc-1af5e938649a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bd3d274-3cf2-4397-b3bc-1af5e938649a found for delete ", "request_id": "req-29ac69be-5bab-4843-874d-0aa078414dae"}]} [pid: 7|app: 0|req: 876/1765] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:48 2026] DELETE /v2.0/networks/c77590d6-6427-4b2a-ae93-c60e9547115f => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:58:48.836 8 INFO neutron.services.segments.plugin [-] Segment 6d0c6a9a-1ee6-443b-a411-8e740beb14c1 resource provider aggregate not found 2026-04-02 17:58:48.837 8 INFO neutron.services.segments.plugin [-] Segment 6d0c6a9a-1ee6-443b-a411-8e740beb14c1 resource provider aggregate not found [pid: 8|app: 0|req: 890/1766] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:48 2026] DELETE /v2.0/networks/f6f20be7-5f0f-46ad-9755-c8f053508a63 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:58:48.863 8 INFO neutron.services.segments.plugin [-] Segment 6d0c6a9a-1ee6-443b-a411-8e740beb14c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d0c6a9a-1ee6-443b-a411-8e740beb14c1 found for delete ", "request_id": "req-7bca9745-adab-43c9-88e3-d3e811102cae"}]} 2026-04-02 17:58:48.863 8 INFO neutron.services.segments.plugin [-] Segment 6d0c6a9a-1ee6-443b-a411-8e740beb14c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d0c6a9a-1ee6-443b-a411-8e740beb14c1 found for delete ", "request_id": "req-3219c5c8-d3fe-4d9d-adab-6accf0f9a7a6"}]} [pid: 8|app: 0|req: 891/1767] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:48 2026] DELETE /v2.0/networks/43b83d4b-15c2-470b-b0ed-c91a4237cc60 => 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: 892/1768] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:49 2026] GET /v2.0/ports?device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => 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: 877/1769] 10.0.0.71 () {34 vars in 682 bytes} [Thu Apr 2 17:58:48 2026] POST /v2.0/security-groups => generated 1624 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1770] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:58:49 2026] GET /v2.0/ports?tenant_id=dd67380f9e314403a0808f583911c062&device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1771] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:49 2026] DELETE /v2.0/networks/13f8d898-a6af-4b5a-81de-156c6ac3432a => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1772] 10.0.0.71 () {32 vars in 661 bytes} [Thu Apr 2 17:58:49 2026] GET /v2.0/security-groups => generated 4529 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1773] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:58:49 2026] GET /v2.0/networks?id=aaaa7a20-fb86-401f-a934-2e2d29fe034e => generated 757 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1774] 10.0.0.71 () {34 vars in 756 bytes} [Thu Apr 2 17:58:49 2026] PUT /v2.0/security-groups/27e6b31b-0a3a-4c40-bf61-ee56c92693d3 => generated 1664 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1775] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:58:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6ba769b3-4921-409c-8a3d-91ec00d66237 => 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: 880/1776] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:58:49 2026] DELETE /v2.0/networks/738817d1-af91-4134-ab42-7028460f42eb => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1777] 10.0.0.71 () {32 vars in 735 bytes} [Thu Apr 2 17:58:49 2026] GET /v2.0/security-groups/27e6b31b-0a3a-4c40-bf61-ee56c92693d3 => generated 1664 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1778] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:58:49 2026] GET /v2.0/subnets?id=38e20853-16bd-49cf-82db-9fb925070e6b => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1779] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:58:49 2026] GET /v2.0/ports?network_id=aaaa7a20-fb86-401f-a934-2e2d29fe034e&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: 898/1780] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:49 2026] DELETE /v2.0/security-groups/27e6b31b-0a3a-4c40-bf61-ee56c92693d3 => 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: 883/1781] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:58:49 2026] GET /v2.0/networks/aaaa7a20-fb86-401f-a934-2e2d29fe034e?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: 899/1783] 10.0.0.71 () {32 vars in 661 bytes} [Thu Apr 2 17:58:49 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:58:49.468 7 INFO neutron.api.v2.resource [None req-89146695-8b06-4afe-93d5-64da9902f1ff 7b41c5ccc2c145dc92f10b01d592a8ca 29c26cc0dba9493894e299ff12a50673 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 886/1785] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:49 2026] DELETE /v2.0/security-groups/27e6b31b-0a3a-4c40-bf61-ee56c92693d3 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1786] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:58:49 2026] GET /v2.0/networks/aaaa7a20-fb86-401f-a934-2e2d29fe034e?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: 887/1787] 10.0.0.71 () {34 vars in 682 bytes} [Thu Apr 2 17:58:49 2026] POST /v2.0/security-groups => generated 1624 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1788] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 17:58:49 2026] GET /v2.0/floatingips/d7effac4-d26c-4608-9a73-55869aa7e39e => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1789] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:58:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1790] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 17:58:49 2026] GET /v2.0/security-group-rules/fc461bbd-ebb3-4f51-8f17-3cfb722dc4d3 => 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: 889/1791] 10.0.0.71 () {32 vars in 671 bytes} [Thu Apr 2 17:58:49 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1792] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 17:58:49 2026] DELETE /v2.0/security-group-rules/fc461bbd-ebb3-4f51-8f17-3cfb722dc4d3 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1793] 10.0.0.71 () {32 vars in 671 bytes} [Thu Apr 2 17:58:49 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1794] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:58:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1795] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 17:58:50 2026] GET /v2.0/security-group-rules/2209fdc0-461a-4d62-97df-66d238dbb97f => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1796] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:50 2026] GET /v2.0/ports?device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => 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: 905/1797] 10.0.0.71 () {32 vars in 671 bytes} [Thu Apr 2 17:58:50 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: 7|app: 0|req: 893/1798] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 17:58:50 2026] DELETE /v2.0/security-group-rules/2209fdc0-461a-4d62-97df-66d238dbb97f => 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: 894/1799] 10.0.0.71 () {32 vars in 671 bytes} [Thu Apr 2 17:58:50 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:58:50.325 7 INFO neutron.db.securitygroups_db [None req-c8d97431-5dd3-4940-8164-9821a53338fe 7b41c5ccc2c145dc92f10b01d592a8ca 29c26cc0dba9493894e299ff12a50673 - - default default] Project 29c26cc0dba9493894e299ff12a50673 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: 895/1800] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:58:50 2026] POST /v2.0/security-group-rules => generated 607 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1801] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 17:58:50 2026] GET /v2.0/security-group-rules/e6601297-708f-4c64-8f16-aba2752a13e5 => generated 607 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1802] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:50 2026] GET /v2.0/security-groups?tenant_id=7696a9b0b7844f5f9309a00fa566a275&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1803] 10.0.0.71 () {32 vars in 671 bytes} [Thu Apr 2 17:58:50 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1804] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:50 2026] DELETE /v2.0/security-groups/36cf3d3f-1a72-4668-b06a-12a87c0ecc89 => 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: 898/1805] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 17:58:50 2026] DELETE /v2.0/security-group-rules/e6601297-708f-4c64-8f16-aba2752a13e5 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1806] 10.0.0.71 () {32 vars in 671 bytes} [Thu Apr 2 17:58:50 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1807] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 17:58:50 2026] GET /v2.0/floatingips/d7effac4-d26c-4608-9a73-55869aa7e39e => generated 552 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1808] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:50 2026] DELETE /v2.0/security-groups/f430ddbd-480f-43de-b9d1-b6d02d2ddbb7 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1809] 10.0.0.71 () {32 vars in 661 bytes} [Thu Apr 2 17:58:50 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) 2026-04-02 17:58:50.714 7 INFO neutron.services.segments.plugin [-] Segment dad47254-c361-48d2-906a-8e36deea8c0b resource provider aggregate not found 2026-04-02 17:58:50.722 7 INFO neutron.services.segments.plugin [-] Segment dad47254-c361-48d2-906a-8e36deea8c0b resource provider aggregate not found 2026-04-02 17:58:50.732 7 INFO neutron.services.segments.plugin [-] Segment dad47254-c361-48d2-906a-8e36deea8c0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dad47254-c361-48d2-906a-8e36deea8c0b found for delete ", "request_id": "req-bf4ec757-232c-4092-8c9d-4d576534f62c"}]} [pid: 8|app: 0|req: 911/1810] 10.0.0.71 () {32 vars in 661 bytes} [Thu Apr 2 17:58:50 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:58:50.752 7 INFO neutron.services.segments.plugin [-] Segment dad47254-c361-48d2-906a-8e36deea8c0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dad47254-c361-48d2-906a-8e36deea8c0b found for delete ", "request_id": "req-92f5317f-b8eb-4159-9d5d-21b91d2a64e3"}]} [pid: 7|app: 0|req: 900/1811] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:50 2026] GET /v2.0/security-groups?tenant_id=770b1110b28940319f12cd0316670895&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1812] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:58:50 2026] GET /v2.0/networks?id=a676e584-c3d2-4b95-85c0-56083255031b => generated 678 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:50.891 8 INFO neutron.services.segments.plugin [-] Segment 072d8d3e-eaea-4476-ba0d-21b22d1ebdc9 resource provider aggregate not found 2026-04-02 17:58:50.899 8 INFO neutron.services.segments.plugin [-] Segment 072d8d3e-eaea-4476-ba0d-21b22d1ebdc9 resource provider aggregate not found 2026-04-02 17:58:50.909 8 INFO neutron.services.segments.plugin [-] Segment 072d8d3e-eaea-4476-ba0d-21b22d1ebdc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 072d8d3e-eaea-4476-ba0d-21b22d1ebdc9 found for delete ", "request_id": "req-996237ae-f2cb-46df-9963-b1f3ed267c9e"}]} 2026-04-02 17:58:50.920 8 INFO neutron.services.segments.plugin [-] Segment 072d8d3e-eaea-4476-ba0d-21b22d1ebdc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 072d8d3e-eaea-4476-ba0d-21b22d1ebdc9 found for delete ", "request_id": "req-8f3a9c0d-721e-483d-8138-c97db57ee7b4"}]} 2026-04-02 17:58:50.930 8 INFO neutron.services.segments.plugin [-] Segment ed449263-efcb-47c0-b313-23a8cfb1076b resource provider aggregate not found [pid: 7|app: 0|req: 901/1813] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:50 2026] DELETE /v2.0/security-groups/47f41d50-64dd-420e-92ca-9e6f0ebc5714 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:58:50.947 8 INFO neutron.services.segments.plugin [-] Segment ed449263-efcb-47c0-b313-23a8cfb1076b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed449263-efcb-47c0-b313-23a8cfb1076b found for delete ", "request_id": "req-10f8b122-b554-4350-bb2b-2d7eccdefaa2"}]} 2026-04-02 17:58:50.948 8 INFO neutron.services.segments.plugin [-] Segment ed449263-efcb-47c0-b313-23a8cfb1076b resource provider aggregate not found 2026-04-02 17:58:50.968 8 INFO neutron.services.segments.plugin [-] Segment ed449263-efcb-47c0-b313-23a8cfb1076b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed449263-efcb-47c0-b313-23a8cfb1076b found for delete ", "request_id": "req-41878b83-9f8f-4139-bdab-851ee8356adc"}]} [pid: 7|app: 0|req: 902/1814] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:51 2026] GET /v2.0/security-groups?tenant_id=06efa3ee72ee4423ab70a712e56579cf&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1815] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 2 17:58:50 2026] POST /v2.0/ports => generated 954 bytes in 352 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: 903/1816] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:51 2026] DELETE /v2.0/security-groups/5aec046e-0736-48f9-84a0-d6f45704be76 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1817] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:51 2026] GET /v2.0/ports?device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => generated 957 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1818] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:51 2026] GET /v2.0/security-groups?id=d243f51a-25f8-43f2-b50c-f7f8a20e326e&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1819] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:51 2026] GET /v2.0/security-groups?tenant_id=29c26cc0dba9493894e299ff12a50673&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1820] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:51 2026] DELETE /v2.0/security-groups/c80b6365-311f-4c43-9d5f-26b3b9f09d28 => 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: 904/1821] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 17:58:51 2026] PUT /v2.0/ports/ffb4b3f3-1d74-47d1-bfbc-e12b64cbe34e => generated 1235 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:58:51.672 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9899c44e-2aea-4f69-abb4-67458b2bd3d9'] response: {'name': 'network-changed', 'server_uuid': '758c214b-4b4b-43e2-889e-5feff3fd11da', 'tag': 'ffb4b3f3-1d74-47d1-bfbc-e12b64cbe34e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 918/1822] 10.0.0.71 () {34 vars in 683 bytes} [Thu Apr 2 17:58:51 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 905/1823] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:58:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1824] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:58:51 2026] POST /v2.0/security-group-rules => generated 596 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1825] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:58:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1826] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:58:52 2026] GET /v2.0/ports?tenant_id=66036c989e7242d09040d8107fd79954&device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1827] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 2 17:58:52 2026] GET /v2.0/networks?tenant_id=66036c989e7242d09040d8107fd79954&shared=False => generated 773 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1828] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 2 17:58:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1829] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:58:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:58:52.358 8 INFO neutron.db.securitygroups_db [None req-2468515e-8a31-4fdf-b713-727421c31a4f 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] Project dd67380f9e314403a0808f583911c062 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: 923/1830] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:58:52 2026] POST /v2.0/security-group-rules => generated 607 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1831] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:52 2026] GET /v2.0/ports?device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:52.457 8 INFO neutron.db.securitygroups_db [None req-05dbab63-385d-4745-85d3-c75e7b878dd1 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] Project dd67380f9e314403a0808f583911c062 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: 909/1832] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:52 2026] GET /v2.0/security-groups?id=d243f51a-25f8-43f2-b50c-f7f8a20e326e&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1833] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:58:52 2026] POST /v2.0/security-group-rules => generated 606 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1834] 10.0.0.71 () {32 vars in 647 bytes} [Thu Apr 2 17:58:52 2026] GET /v2.0/networks => generated 1298 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1835] 10.0.0.100 () {34 vars in 1097 bytes} [Thu Apr 2 17:58:53 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-909447232&fields=id&tenant_id=dd67380f9e314403a0808f583911c062 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1836] 10.0.0.100 () {34 vars in 981 bytes} [Thu Apr 2 17:58:53 2026] GET /v2.0/networks?id=aaaa7a20-fb86-401f-a934-2e2d29fe034e => generated 661 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1837] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:58:53 2026] GET /v2.0/ports?tenant_id=66036c989e7242d09040d8107fd79954&device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1838] 10.0.0.100 () {34 vars in 964 bytes} [Thu Apr 2 17:58:53 2026] GET /v2.0/quotas/dd67380f9e314403a0808f583911c062 => 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: 927/1839] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:58:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=ffb4b3f3-1d74-47d1-bfbc-e12b64cbe34e => 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: 928/1840] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:58:53 2026] GET /v2.0/subnets?id=66173be3-e6cb-429b-a1af-da82eced3e6a => generated 696 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1841] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:58:53 2026] GET /v2.0/ports?network_id=a676e584-c3d2-4b95-85c0-56083255031b&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1842] 10.0.0.100 () {34 vars in 1001 bytes} [Thu Apr 2 17:58:53 2026] GET /v2.0/ports?tenant_id=dd67380f9e314403a0808f583911c062&fields=id => generated 149 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1843] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:58:53 2026] GET /v2.0/networks/a676e584-c3d2-4b95-85c0-56083255031b?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1844] 10.0.0.100 () {34 vars in 1007 bytes} [Thu Apr 2 17:58:53 2026] GET /v2.0/networks/aaaa7a20-fb86-401f-a934-2e2d29fe034e?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: 931/1845] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:58:53 2026] GET /v2.0/networks/a676e584-c3d2-4b95-85c0-56083255031b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1846] 10.0.0.100 () {34 vars in 1107 bytes} [Thu Apr 2 17:58:53 2026] GET /v2.0/networks/aaaa7a20-fb86-401f-a934-2e2d29fe034e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1847] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:53 2026] GET /v2.0/ports?device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1848] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:53 2026] GET /v2.0/security-groups?id=d243f51a-25f8-43f2-b50c-f7f8a20e326e&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1849] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:53 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => 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: 917/1850] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:54 2026] GET /v2.0/ports?device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => 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: 918/1851] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:54 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => 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: 934/1852] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:54 2026] GET /v2.0/security-groups?id=d243f51a-25f8-43f2-b50c-f7f8a20e326e&fields=id&fields=name => generated 88 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1853] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:55 2026] GET /v2.0/security-groups?tenant_id=60d12a3ea8a94318997ef5b827520b61&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1854] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:55 2026] DELETE /v2.0/security-groups/7e2ac40b-3075-4fba-b3bc-9be0c186ea01 => 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: 935/1855] 10.0.0.71 () {34 vars in 682 bytes} [Thu Apr 2 17:58:55 2026] POST /v2.0/security-groups => generated 1601 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1856] 10.0.0.71 () {34 vars in 682 bytes} [Thu Apr 2 17:58:55 2026] POST /v2.0/security-groups => generated 1601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1857] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:55 2026] GET /v2.0/ports?device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1858] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:55 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => 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: 924/1859] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:55 2026] GET /v2.0/security-groups?id=d243f51a-25f8-43f2-b50c-f7f8a20e326e&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1860] 10.0.0.71 () {34 vars in 682 bytes} [Thu Apr 2 17:58:55 2026] POST /v2.0/security-groups => generated 1601 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1861] 10.0.0.71 () {34 vars in 682 bytes} [Thu Apr 2 17:58:56 2026] POST /v2.0/security-groups => generated 1601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1862] 10.0.0.71 () {34 vars in 682 bytes} [Thu Apr 2 17:58:56 2026] POST /v2.0/security-groups => generated 1601 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1863] 10.0.0.71 () {34 vars in 765 bytes} [Thu Apr 2 17:58:56 2026] PUT /v2.0/security-groups/9f166a6a-12c8-4f7e-9b48-99058ed7d937/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1864] 10.0.0.71 () {34 vars in 765 bytes} [Thu Apr 2 17:58:56 2026] PUT /v2.0/security-groups/536f65f1-fe82-405e-9f4d-893a9fc962ff/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1865] 10.0.0.71 () {34 vars in 765 bytes} [Thu Apr 2 17:58:56 2026] PUT /v2.0/security-groups/30987703-23d8-4f72-a072-f98bd7951efc/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1866] 10.0.0.71 () {34 vars in 765 bytes} [Thu Apr 2 17:58:56 2026] PUT /v2.0/security-groups/4da07f9d-1f6d-483a-ae7d-6c8bf314318a/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1867] 10.0.0.71 () {32 vars in 678 bytes} [Thu Apr 2 17:58:56 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1868] 10.0.0.71 () {32 vars in 692 bytes} [Thu Apr 2 17:58:56 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1869] 10.0.0.71 () {32 vars in 688 bytes} [Thu Apr 2 17:58:56 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1870] 10.0.0.71 () {32 vars in 700 bytes} [Thu Apr 2 17:58:56 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1871] 10.0.0.71 () {32 vars in 686 bytes} [Thu Apr 2 17:58:56 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1872] 10.0.0.71 () {32 vars in 700 bytes} [Thu Apr 2 17:58:56 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1873] 10.0.0.71 () {32 vars in 696 bytes} [Thu Apr 2 17:58:56 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1874] 10.0.0.71 () {32 vars in 708 bytes} [Thu Apr 2 17:58:56 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1875] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:56 2026] DELETE /v2.0/security-groups/9f166a6a-12c8-4f7e-9b48-99058ed7d937 => 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: 944/1876] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:57 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => 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: 933/1877] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:57 2026] DELETE /v2.0/security-groups/536f65f1-fe82-405e-9f4d-893a9fc962ff => 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: 945/1878] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:57 2026] GET /v2.0/ports?device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1879] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:57 2026] GET /v2.0/security-groups?id=d243f51a-25f8-43f2-b50c-f7f8a20e326e&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: 7|app: 0|req: 934/1880] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:57 2026] DELETE /v2.0/security-groups/30987703-23d8-4f72-a072-f98bd7951efc => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1881] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:57 2026] DELETE /v2.0/security-groups/4da07f9d-1f6d-483a-ae7d-6c8bf314318a => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1882] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:57 2026] DELETE /v2.0/security-groups/f8048c96-4f63-43d7-a075-1ef67c99e910 => 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: 936/1883] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:58:57 2026] GET /v2.0/networks?id=aaaa7a20-fb86-401f-a934-2e2d29fe034e => generated 661 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1884] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 2 17:58:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dd67380f9e314403a0808f583911c062 => generated 273 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1885] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:57 2026] GET /v2.0/security-groups?tenant_id=5a4674a45d9e489092557b15fa422b56&name=default => generated 2925 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1886] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:58 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => generated 957 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1887] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 2 17:58:58 2026] POST /v2.0/ports => generated 954 bytes in 362 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: 939/1888] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:58 2026] GET /v2.0/ports?device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1889] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:58 2026] DELETE /v2.0/security-groups/1079a1ef-3c5d-4807-9525-0e19169626cc => 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: 941/1890] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:58 2026] GET /v2.0/security-groups?id=ba2372e5-7cb1-49fb-bdbe-dc14fcd1c5d9&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1891] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:58 2026] GET /v2.0/security-groups?tenant_id=f0c0092745b146f999cac9c2c741851e&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1892] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:58 2026] GET /v2.0/security-groups?id=d243f51a-25f8-43f2-b50c-f7f8a20e326e&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1893] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:58 2026] DELETE /v2.0/security-groups/7e343146-dea2-447c-b6dd-7dd75ebfdc63 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1894] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 17:58:58 2026] PUT /v2.0/ports/95cd2974-1f01-409e-88b1-4c2a1a53b8ba => generated 1235 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 953/1895] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:58 2026] GET /v2.0/security-groups?tenant_id=7a52513cd9084a2b86e78cd91077747f&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1896] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:59 2026] GET /v2.0/ports?device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:59.142 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d4517aa-778c-4d0b-832b-68174ea8bf95'] response: {'name': 'network-changed', 'server_uuid': 'a9563a99-398b-4b7f-804d-404274477aad', 'tag': '95cd2974-1f01-409e-88b1-4c2a1a53b8ba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 944/1897] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:59 2026] GET /v2.0/security-groups?id=d243f51a-25f8-43f2-b50c-f7f8a20e326e&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1898] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:59 2026] DELETE /v2.0/security-groups/9ffe0a69-37e8-478a-9bf7-70d6fa0a4d74 => 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: 945/1899] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:58:59 2026] GET /v2.0/security-groups?tenant_id=a3d0142d9cbd4181b3ffb3dbcf410ad0&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: 955/1900] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:58:59 2026] DELETE /v2.0/security-groups/360640f7-c2bf-4218-a491-d42dd2f339a9 => 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: 946/1901] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:58:59 2026] GET /v2.0/ports?tenant_id=dd67380f9e314403a0808f583911c062&device_id=a9563a99-398b-4b7f-804d-404274477aad => 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: 956/1902] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 2 17:58:59 2026] GET /v2.0/networks?tenant_id=dd67380f9e314403a0808f583911c062&shared=False => generated 757 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1903] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:58:59 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1904] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 2 17:58:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1905] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:58:59 2026] GET /v2.0/security-groups?id=ba2372e5-7cb1-49fb-bdbe-dc14fcd1c5d9&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: 958/1906] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:00 2026] GET /v2.0/ports?device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1907] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:00 2026] GET /v2.0/security-groups?id=d243f51a-25f8-43f2-b50c-f7f8a20e326e&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:59:00.724 8 INFO neutron.db.segments_db [None req-d4575673-681a-47e9-95f5-4dd4b423ab5e a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment 77f13ae1-24ec-4143-a15c-a0832626196f of type vxlan for network 8fcdc9a3-0b56-4ad5-89dc-21368ec872e8 [pid: 8|app: 0|req: 959/1908] 10.0.0.71 () {34 vars in 669 bytes} [Thu Apr 2 17:59:00 2026] POST /v2.0/networks => generated 722 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1909] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:59:00 2026] GET /v2.0/ports?tenant_id=dd67380f9e314403a0808f583911c062&device_id=a9563a99-398b-4b7f-804d-404274477aad => 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: 961/1910] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:59:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=95cd2974-1f01-409e-88b1-4c2a1a53b8ba => 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: 962/1911] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:00 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => 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: 963/1912] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:59:00 2026] GET /v2.0/subnets?id=38e20853-16bd-49cf-82db-9fb925070e6b => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1913] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:00 2026] GET /v2.0/security-groups?id=ba2372e5-7cb1-49fb-bdbe-dc14fcd1c5d9&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1914] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:59:00 2026] GET /v2.0/ports?network_id=aaaa7a20-fb86-401f-a934-2e2d29fe034e&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1915] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:59:00 2026] POST /v2.0/subnets => generated 688 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1916] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:59:01 2026] GET /v2.0/networks/aaaa7a20-fb86-401f-a934-2e2d29fe034e?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:59:01.085 7 INFO neutron.db.segments_db [None req-5299e574-cab5-498b-b15d-6fca2a73a7d6 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Added segment 4fcfa866-2d76-4120-8d32-7cfea686c0e6 of type vxlan for network b2bde6c6-92fc-4a88-959a-c8a6c6904c3b [pid: 8|app: 0|req: 967/1917] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:59:01 2026] GET /v2.0/networks/aaaa7a20-fb86-401f-a934-2e2d29fe034e?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-02 17:59:01.326 7 INFO neutron.db.l3_hamode_db [None req-5299e574-cab5-498b-b15d-6fca2a73a7d6 a6e3a385c1694aa885b027e0cbd51257 3e118e9c1aec42ec92b23be091700fb8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 968/1918] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:01 2026] GET /v2.0/ports?device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1919] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:01 2026] GET /v2.0/security-groups?id=d243f51a-25f8-43f2-b50c-f7f8a20e326e&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1920] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 2 17:59:01 2026] GET /v2.0/ports?device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:01.654 8 INFO neutron_taas.services.taas.taas_plugin [req-ee150b81-ef23-4860-a4fe-f275b7e5a277 req-db2c7ac6-fbc0-4531-a375-b3074f12f09e 691e3b5a75c148479224aedd87811874 66036c989e7242d09040d8107fd79954 - - default default] TaaS: Handle Delete Port: ffb4b3f3-1d74-47d1-bfbc-e12b64cbe34e 2026-04-02 17:59:01.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ee150b81-ef23-4860-a4fe-f275b7e5a277 req-db2c7ac6-fbc0-4531-a375-b3074f12f09e 691e3b5a75c148479224aedd87811874 66036c989e7242d09040d8107fd79954 - - default default] Tap Mirror: Handle Delete Port: ffb4b3f3-1d74-47d1-bfbc-e12b64cbe34e [pid: 8|app: 0|req: 971/1921] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 2 17:59:01 2026] DELETE /v2.0/ports/ffb4b3f3-1d74-47d1-bfbc-e12b64cbe34e => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:59:01.826 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f30e8be-2cf1-4120-b938-85f672df636f'] response: {'server_uuid': '758c214b-4b4b-43e2-889e-5feff3fd11da', 'name': 'network-vif-deleted', 'tag': 'ffb4b3f3-1d74-47d1-bfbc-e12b64cbe34e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 972/1922] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:02 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:02.112 7 INFO neutron.db.l3_hamode_db [None req-5299e574-cab5-498b-b15d-6fca2a73a7d6 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 973/1923] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:02 2026] GET /v2.0/security-groups?id=ba2372e5-7cb1-49fb-bdbe-dc14fcd1c5d9&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: 974/1924] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:02 2026] GET /v2.0/ports?device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => 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: 951/1925] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:59:01 2026] POST /v2.0/routers => generated 728 bytes in 1938 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1926] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:03 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1927] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:03 2026] GET /v2.0/security-groups?id=ba2372e5-7cb1-49fb-bdbe-dc14fcd1c5d9&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-02 17:59:03.914 7 INFO neutron.db.segments_db [None req-449e32de-2519-4aa0-b650-52f1b06a4807 994690b66da44a10b7411e97f98351f4 1bdd7392542f4cd4a54b4ac93067e3a6 - - default default] Added segment d74cc875-1c7b-4df8-90ec-67e734f42c3b of type vxlan for network 060ac7ae-dfb0-4084-a7de-87c6048ce275 [pid: 7|app: 0|req: 954/1928] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:59:03 2026] POST /v2.0/networks => generated 613 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1929] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:04 2026] GET /v2.0/ports?device_id=758c214b-4b4b-43e2-889e-5feff3fd11da => 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: 975/1930] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:59:02 2026] PUT /v2.0/routers/d76ef8ff-9098-4001-bad1-b7a33f8b320a/add_router_interface => generated 309 bytes in 1202 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1931] 10.0.0.71 () {34 vars in 662 bytes} [Thu Apr 2 17:59:04 2026] POST /v2.0/ports => generated 743 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 957/1932] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:04 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1933] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:04 2026] GET /v2.0/security-groups?id=ba2372e5-7cb1-49fb-bdbe-dc14fcd1c5d9&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: 976/1936] 10.0.0.71 () {34 vars in 664 bytes} [Thu Apr 2 17:59:04 2026] POST /v2.0/trunks => generated 407 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:59:04.646 7 INFO neutron.db.segments_db [None req-4d0de370-e2a6-4f0a-8836-52a4d6ff2d72 994690b66da44a10b7411e97f98351f4 1bdd7392542f4cd4a54b4ac93067e3a6 - - default default] Added segment 696617a8-148c-4592-bc14-300ec914db0f of type vxlan for network 774c9724-42c4-4142-aca3-17b8a341054f [pid: 7|app: 0|req: 961/1937] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:59:04 2026] POST /v2.0/networks => generated 613 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1938] 10.0.0.71 () {34 vars in 662 bytes} [Thu Apr 2 17:59:04 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: 7|app: 0|req: 962/1939] 10.0.0.71 () {34 vars in 664 bytes} [Thu Apr 2 17:59:05 2026] POST /v2.0/trunks => generated 407 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:59:05.360 7 INFO neutron.db.segments_db [None req-cea4157a-60e3-44cf-bb51-efb1860fc0d3 994690b66da44a10b7411e97f98351f4 1bdd7392542f4cd4a54b4ac93067e3a6 - - default default] Added segment f2e4d29c-f0d9-4d2c-8c99-fabe08b56fbe of type vxlan for network bdd825ec-d84a-430b-a01b-e6639381dc20 2026-04-02 17:59:05.437 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8d43c9e-d235-4d8d-94d1-d77226cd1b0c a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 3418d2c8-2af2-48fb-ba58-0a6b3886f60f 2026-04-02 17:59:05.440 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8d43c9e-d235-4d8d-94d1-d77226cd1b0c a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 3418d2c8-2af2-48fb-ba58-0a6b3886f60f [pid: 7|app: 0|req: 963/1940] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:59:05 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: 7|app: 0|req: 964/1941] 10.0.0.71 () {34 vars in 662 bytes} [Thu Apr 2 17:59:05 2026] POST /v2.0/ports => generated 743 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 965/1942] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:05 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1943] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:59:05 2026] PUT /v2.0/routers/cb65905d-941e-4a7e-a4e6-dd7568c29631/remove_router_interface => generated 309 bytes in 899 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1944] 10.0.0.71 () {34 vars in 664 bytes} [Thu Apr 2 17:59:05 2026] POST /v2.0/trunks => generated 407 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1945] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:05 2026] GET /v2.0/security-groups?id=ba2372e5-7cb1-49fb-bdbe-dc14fcd1c5d9&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-02 17:59:06.080 8 INFO neutron.db.segments_db [None req-40380d8d-8945-4fa8-b724-e3bdcb4b2932 994690b66da44a10b7411e97f98351f4 1bdd7392542f4cd4a54b4ac93067e3a6 - - default default] Added segment 802420c0-48a7-4927-8fab-06db9ebb790b of type vxlan for network eac25e14-501b-4ae7-8d81-5755a953b8b9 [pid: 8|app: 0|req: 980/1946] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:59:06 2026] POST /v2.0/networks => generated 613 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:59:06.239 7 INFO neutron_taas.services.taas.taas_plugin [None req-5488fbc0-9e7e-4b8f-b6ff-c486f8fb44e8 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 01edc4a8-9b2a-4277-b1b3-6683fdb8ee72 2026-04-02 17:59:06.244 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5488fbc0-9e7e-4b8f-b6ff-c486f8fb44e8 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 01edc4a8-9b2a-4277-b1b3-6683fdb8ee72 [pid: 8|app: 0|req: 981/1947] 10.0.0.71 () {34 vars in 662 bytes} [Thu Apr 2 17:59:06 2026] POST /v2.0/ports => generated 743 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 982/1948] 10.0.0.100 () {34 vars in 981 bytes} [Thu Apr 2 17:59:06 2026] GET /v2.0/networks?id=8fcdc9a3-0b56-4ad5-89dc-21368ec872e8 => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:06.538 7 INFO neutron_taas.services.taas.taas_plugin [None req-5488fbc0-9e7e-4b8f-b6ff-c486f8fb44e8 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 6c7f5791-2d5b-4dbd-8ccc-5fb43eb14bbe 2026-04-02 17:59:06.541 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5488fbc0-9e7e-4b8f-b6ff-c486f8fb44e8 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 6c7f5791-2d5b-4dbd-8ccc-5fb43eb14bbe [pid: 8|app: 0|req: 983/1949] 10.0.0.71 () {34 vars in 664 bytes} [Thu Apr 2 17:59:06 2026] POST /v2.0/trunks => generated 407 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1950] 10.0.0.100 () {34 vars in 964 bytes} [Thu Apr 2 17:59:06 2026] GET /v2.0/quotas/3e118e9c1aec42ec92b23be091700fb8 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:06.746 8 INFO neutron.db.segments_db [None req-8f01f7d5-b20c-4401-990d-9fb1660d1ee8 994690b66da44a10b7411e97f98351f4 1bdd7392542f4cd4a54b4ac93067e3a6 - - default default] Added segment 72cbbb2a-425e-40fa-a08c-dfff59e05610 of type vxlan for network bc39c183-a249-41eb-89b0-00e590c05e64 [pid: 8|app: 0|req: 985/1951] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:59:06 2026] POST /v2.0/networks => generated 613 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:59:06.885 7 INFO neutron.services.segments.plugin [-] Segment d5745dd4-3b1e-4c6c-ab1f-e910abe97579 resource provider aggregate not found 2026-04-02 17:59:06.892 7 INFO neutron.services.segments.plugin [-] Segment d5745dd4-3b1e-4c6c-ab1f-e910abe97579 resource provider aggregate not found 2026-04-02 17:59:06.906 7 INFO neutron.services.segments.plugin [-] Segment d5745dd4-3b1e-4c6c-ab1f-e910abe97579 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5745dd4-3b1e-4c6c-ab1f-e910abe97579 found for delete ", "request_id": "req-137e3c7b-22be-4ec5-bbeb-fab65a913ad1"}]} 2026-04-02 17:59:06.907 7 INFO neutron.services.segments.plugin [-] Segment d5745dd4-3b1e-4c6c-ab1f-e910abe97579 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5745dd4-3b1e-4c6c-ab1f-e910abe97579 found for delete ", "request_id": "req-ceb08f1f-b79b-412e-8d90-632e523359ce"}]} [pid: 8|app: 0|req: 986/1952] 10.0.0.100 () {34 vars in 1001 bytes} [Thu Apr 2 17:59:06 2026] GET /v2.0/ports?tenant_id=3e118e9c1aec42ec92b23be091700fb8&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:06.924 7 INFO neutron.db.l3_hamode_db [None req-5488fbc0-9e7e-4b8f-b6ff-c486f8fb44e8 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] HA network 23bf68d6-bf57-4570-8cf7-e9bf8c19a7ad was deleted as no HA routers are present in tenant 66036c989e7242d09040d8107fd79954. [pid: 7|app: 0|req: 967/1953] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:59:05 2026] DELETE /v2.0/routers/cb65905d-941e-4a7e-a4e6-dd7568c29631 => generated 0 bytes in 932 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1954] 10.0.0.100 () {34 vars in 1007 bytes} [Thu Apr 2 17:59:06 2026] GET /v2.0/networks/8fcdc9a3-0b56-4ad5-89dc-21368ec872e8?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: 969/1955] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:59:06 2026] DELETE /v2.0/subnets/66173be3-e6cb-429b-a1af-da82eced3e6a => 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: 970/1956] 10.0.0.100 () {34 vars in 1107 bytes} [Thu Apr 2 17:59:07 2026] GET /v2.0/networks/8fcdc9a3-0b56-4ad5-89dc-21368ec872e8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1957] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:07 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => 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: 987/1958] 10.0.0.71 () {34 vars in 662 bytes} [Thu Apr 2 17:59:06 2026] POST /v2.0/ports => generated 743 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 988/1959] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:07 2026] GET /v2.0/security-groups?id=ba2372e5-7cb1-49fb-bdbe-dc14fcd1c5d9&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:07.319 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a64830f-7936-4a26-ba37-cea7a61b25a6 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 3e1089ff-8345-4a9f-bd80-fa9c00fc3d25 2026-04-02 17:59:07.321 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a64830f-7936-4a26-ba37-cea7a61b25a6 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 3e1089ff-8345-4a9f-bd80-fa9c00fc3d25 [pid: 8|app: 0|req: 989/1960] 10.0.0.71 () {34 vars in 664 bytes} [Thu Apr 2 17:59:07 2026] POST /v2.0/trunks => generated 407 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1961] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:07 2026] GET /v2.0/ports?device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => 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: 972/1962] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:59:07 2026] DELETE /v2.0/networks/a676e584-c3d2-4b95-85c0-56083255031b => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1963] 10.0.0.71 () {34 vars in 747 bytes} [Thu Apr 2 17:59:07 2026] PUT /v2.0/trunks/107517b7-98bc-4d23-88d1-7e88a44736ef/tags => generated 17 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1964] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:07 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1965] 10.0.0.71 () {34 vars in 747 bytes} [Thu Apr 2 17:59:07 2026] PUT /v2.0/trunks/0ad5aeaa-be61-45a8-85e9-e2ad5e8a498a/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1966] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:07 2026] GET /v2.0/security-groups?id=ba2372e5-7cb1-49fb-bdbe-dc14fcd1c5d9&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1967] 10.0.0.71 () {34 vars in 747 bytes} [Thu Apr 2 17:59:07 2026] PUT /v2.0/trunks/fe6b84d2-0006-4e7b-8de5-f3a077e6dec6/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: 993/1968] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:59:07 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1969] 10.0.0.71 () {34 vars in 747 bytes} [Thu Apr 2 17:59:07 2026] PUT /v2.0/trunks/88129b50-5031-4370-a3bf-39639e0ce192/tags => 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: 977/1970] 10.0.0.71 () {32 vars in 660 bytes} [Thu Apr 2 17:59:07 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1971] 10.0.0.71 () {32 vars in 674 bytes} [Thu Apr 2 17:59:07 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1972] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:07 2026] GET /v2.0/security-groups?tenant_id=66036c989e7242d09040d8107fd79954&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1973] 10.0.0.71 () {32 vars in 670 bytes} [Thu Apr 2 17:59:07 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1974] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:07 2026] DELETE /v2.0/security-groups/d243f51a-25f8-43f2-b50c-f7f8a20e326e => generated 0 bytes in 189 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1975] 10.0.0.71 () {32 vars in 682 bytes} [Thu Apr 2 17:59:07 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1976] 10.0.0.71 () {32 vars in 668 bytes} [Thu Apr 2 17:59:07 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1977] 10.0.0.71 () {32 vars in 682 bytes} [Thu Apr 2 17:59:07 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1978] 10.0.0.71 () {32 vars in 678 bytes} [Thu Apr 2 17:59:08 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1979] 10.0.0.71 () {32 vars in 690 bytes} [Thu Apr 2 17:59:08 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:08.105 8 INFO neutron.db.l3_db [None req-d0e6a883-2ff6-453d-8549-c13393ffb147 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] Floating IP d7effac4-d26c-4608-9a73-55869aa7e39e associated. External IP: 10.96.250.217, port: 95cd2974-1f01-409e-88b1-4c2a1a53b8ba. [pid: 7|app: 0|req: 987/1980] 10.0.0.71 () {32 vars in 717 bytes} [Thu Apr 2 17:59:08 2026] GET /v2.0/trunks/107517b7-98bc-4d23-88d1-7e88a44736ef => generated 412 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1981] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:59:08 2026] GET /v2.0/ports/b6ad334a-b62a-4312-b915-a692b32f7e9b => generated 826 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1982] 10.0.0.71 () {32 vars in 720 bytes} [Thu Apr 2 17:59:08 2026] DELETE /v2.0/trunks/107517b7-98bc-4d23-88d1-7e88a44736ef => 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: 990/1983] 10.0.0.71 () {32 vars in 717 bytes} [Thu Apr 2 17:59:08 2026] GET /v2.0/trunks/0ad5aeaa-be61-45a8-85e9-e2ad5e8a498a => generated 420 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1984] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:59:08 2026] GET /v2.0/ports/fb5b758a-7a4a-418d-8070-3d99cc5c7a45 => generated 826 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1985] 10.0.0.71 () {34 vars in 747 bytes} [Thu Apr 2 17:59:07 2026] PUT /v2.0/floatingips/d7effac4-d26c-4608-9a73-55869aa7e39e => generated 855 bytes in 800 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1986] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 17:59:08 2026] GET /v2.0/floatingips/d7effac4-d26c-4608-9a73-55869aa7e39e => generated 855 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:08.511 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a3104cd9-19fd-47d6-8322-8e8a47c29197'] response: {'name': 'network-changed', 'server_uuid': 'a9563a99-398b-4b7f-804d-404274477aad', 'tag': '95cd2974-1f01-409e-88b1-4c2a1a53b8ba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 992/1987] 10.0.0.71 () {32 vars in 720 bytes} [Thu Apr 2 17:59:08 2026] DELETE /v2.0/trunks/0ad5aeaa-be61-45a8-85e9-e2ad5e8a498a => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1988] 10.0.0.71 () {32 vars in 717 bytes} [Thu Apr 2 17:59:08 2026] GET /v2.0/trunks/fe6b84d2-0006-4e7b-8de5-f3a077e6dec6 => generated 429 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1989] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:08 2026] GET /v2.0/ports?device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1990] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:59:08 2026] GET /v2.0/ports/496af28a-7893-4343-adda-46dcd49aaeef => generated 826 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1991] 10.0.0.71 () {32 vars in 720 bytes} [Thu Apr 2 17:59:08 2026] DELETE /v2.0/trunks/fe6b84d2-0006-4e7b-8de5-f3a077e6dec6 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1992] 10.0.0.71 () {32 vars in 717 bytes} [Thu Apr 2 17:59:08 2026] GET /v2.0/trunks/88129b50-5031-4370-a3bf-39639e0ce192 => generated 414 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1993] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:59:08 2026] GET /v2.0/ports/3d077412-78bc-4de5-9fd3-b6d48310296f => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1994] 10.0.0.71 () {32 vars in 720 bytes} [Thu Apr 2 17:59:08 2026] DELETE /v2.0/trunks/88129b50-5031-4370-a3bf-39639e0ce192 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1995] 10.0.0.71 () {32 vars in 717 bytes} [Thu Apr 2 17:59:08 2026] GET /v2.0/trunks/a1de56dc-cf6b-491d-ac3c-d15061f0bb8d => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:08.929 7 INFO neutron.services.segments.plugin [-] Segment 6c2fb7ff-b49c-4570-a57e-a2c82cbb76f9 resource provider aggregate not found 2026-04-02 17:59:08.933 7 INFO neutron.services.segments.plugin [-] Segment 6c2fb7ff-b49c-4570-a57e-a2c82cbb76f9 resource provider aggregate not found 2026-04-02 17:59:08.952 7 INFO neutron.services.segments.plugin [-] Segment 6c2fb7ff-b49c-4570-a57e-a2c82cbb76f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c2fb7ff-b49c-4570-a57e-a2c82cbb76f9 found for delete ", "request_id": "req-b20e4322-60f7-48c1-b108-5d9a6bef217d"}]} 2026-04-02 17:59:08.953 7 INFO neutron.services.segments.plugin [-] Segment 6c2fb7ff-b49c-4570-a57e-a2c82cbb76f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c2fb7ff-b49c-4570-a57e-a2c82cbb76f9 found for delete ", "request_id": "req-508825e7-5cba-426f-adaa-ec683c191c20"}]} [pid: 7|app: 0|req: 996/1996] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 17:59:08 2026] GET /v2.0/ports/ee601058-056a-49ce-8a2a-fa75ee2973ed => generated 826 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1997] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:59:09 2026] GET /v2.0/ports?tenant_id=dd67380f9e314403a0808f583911c062&device_id=a9563a99-398b-4b7f-804d-404274477aad => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1998] 10.0.0.71 () {32 vars in 720 bytes} [Thu Apr 2 17:59:09 2026] DELETE /v2.0/trunks/a1de56dc-cf6b-491d-ac3c-d15061f0bb8d => 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: 998/1999] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:59:09 2026] GET /v2.0/networks?id=aaaa7a20-fb86-401f-a934-2e2d29fe034e => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2000] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 17:59:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=95cd2974-1f01-409e-88b1-4c2a1a53b8ba => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:09.193 8 INFO neutron_taas.services.taas.taas_plugin [None req-24bd8334-ad8a-47b6-834c-e67ccf1267ee 994690b66da44a10b7411e97f98351f4 1bdd7392542f4cd4a54b4ac93067e3a6 - - default default] TaaS: Handle Delete Port: b6ad334a-b62a-4312-b915-a692b32f7e9b 2026-04-02 17:59:09.196 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24bd8334-ad8a-47b6-834c-e67ccf1267ee 994690b66da44a10b7411e97f98351f4 1bdd7392542f4cd4a54b4ac93067e3a6 - - default default] Tap Mirror: Handle Delete Port: b6ad334a-b62a-4312-b915-a692b32f7e9b [pid: 7|app: 0|req: 1000/2001] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:59:09 2026] GET /v2.0/subnets?id=38e20853-16bd-49cf-82db-9fb925070e6b => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2002] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:59:09 2026] GET /v2.0/ports?network_id=aaaa7a20-fb86-401f-a934-2e2d29fe034e&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2003] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:59:09 2026] DELETE /v2.0/ports/b6ad334a-b62a-4312-b915-a692b32f7e9b => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2004] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:59:09 2026] GET /v2.0/networks/aaaa7a20-fb86-401f-a934-2e2d29fe034e?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: 1003/2005] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:59:09 2026] GET /v2.0/networks/aaaa7a20-fb86-401f-a934-2e2d29fe034e?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-02 17:59:09.383 8 INFO neutron_taas.services.taas.taas_plugin [None req-c396f239-649a-462b-b9db-21e4ee737a36 994690b66da44a10b7411e97f98351f4 1bdd7392542f4cd4a54b4ac93067e3a6 - - default default] TaaS: Handle Delete Port: fb5b758a-7a4a-418d-8070-3d99cc5c7a45 2026-04-02 17:59:09.385 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c396f239-649a-462b-b9db-21e4ee737a36 994690b66da44a10b7411e97f98351f4 1bdd7392542f4cd4a54b4ac93067e3a6 - - default default] Tap Mirror: Handle Delete Port: fb5b758a-7a4a-418d-8070-3d99cc5c7a45 [pid: 8|app: 0|req: 1003/2006] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:59:09 2026] DELETE /v2.0/ports/fb5b758a-7a4a-418d-8070-3d99cc5c7a45 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2007] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 17:59:09 2026] GET /v2.0/floatingips/d7effac4-d26c-4608-9a73-55869aa7e39e => generated 855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:09.594 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2a3c5b8-1fab-4caa-bf3e-50e5812d04e0 994690b66da44a10b7411e97f98351f4 1bdd7392542f4cd4a54b4ac93067e3a6 - - default default] TaaS: Handle Delete Port: 496af28a-7893-4343-adda-46dcd49aaeef 2026-04-02 17:59:09.601 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2a3c5b8-1fab-4caa-bf3e-50e5812d04e0 994690b66da44a10b7411e97f98351f4 1bdd7392542f4cd4a54b4ac93067e3a6 - - default default] Tap Mirror: Handle Delete Port: 496af28a-7893-4343-adda-46dcd49aaeef [pid: 8|app: 0|req: 1005/2008] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:09 2026] GET /v2.0/ports?device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => 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: 1004/2009] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:59:09 2026] DELETE /v2.0/ports/496af28a-7893-4343-adda-46dcd49aaeef => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:59:09.788 8 INFO neutron_taas.services.taas.taas_plugin [None req-421381e4-2e85-4356-a3dd-c27b6bd02a0c 994690b66da44a10b7411e97f98351f4 1bdd7392542f4cd4a54b4ac93067e3a6 - - default default] TaaS: Handle Delete Port: 3d077412-78bc-4de5-9fd3-b6d48310296f 2026-04-02 17:59:09.791 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-421381e4-2e85-4356-a3dd-c27b6bd02a0c 994690b66da44a10b7411e97f98351f4 1bdd7392542f4cd4a54b4ac93067e3a6 - - default default] Tap Mirror: Handle Delete Port: 3d077412-78bc-4de5-9fd3-b6d48310296f [pid: 8|app: 0|req: 1006/2010] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:59:09 2026] DELETE /v2.0/ports/3d077412-78bc-4de5-9fd3-b6d48310296f => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:59:09.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d2ee273-7044-47fe-bd8d-2e900abc00dd 994690b66da44a10b7411e97f98351f4 1bdd7392542f4cd4a54b4ac93067e3a6 - - default default] TaaS: Handle Delete Port: ee601058-056a-49ce-8a2a-fa75ee2973ed 2026-04-02 17:59:09.977 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d2ee273-7044-47fe-bd8d-2e900abc00dd 994690b66da44a10b7411e97f98351f4 1bdd7392542f4cd4a54b4ac93067e3a6 - - default default] Tap Mirror: Handle Delete Port: ee601058-056a-49ce-8a2a-fa75ee2973ed [pid: 7|app: 0|req: 1005/2011] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:59:09 2026] DELETE /v2.0/ports/ee601058-056a-49ce-8a2a-fa75ee2973ed => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:59:10.202 8 INFO neutron.services.segments.plugin [-] Segment d74cc875-1c7b-4df8-90ec-67e734f42c3b resource provider aggregate not found 2026-04-02 17:59:10.208 8 INFO neutron.services.segments.plugin [-] Segment d74cc875-1c7b-4df8-90ec-67e734f42c3b resource provider aggregate not found 2026-04-02 17:59:10.222 8 INFO neutron.services.segments.plugin [-] Segment d74cc875-1c7b-4df8-90ec-67e734f42c3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d74cc875-1c7b-4df8-90ec-67e734f42c3b found for delete ", "request_id": "req-3920626e-8370-4770-826f-c7c16f89ee09"}]} 2026-04-02 17:59:10.223 8 INFO neutron.services.segments.plugin [-] Segment d74cc875-1c7b-4df8-90ec-67e734f42c3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d74cc875-1c7b-4df8-90ec-67e734f42c3b found for delete ", "request_id": "req-335d774b-43e6-49c8-9433-922485e3a023"}]} [pid: 8|app: 0|req: 1007/2012] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:59:10 2026] DELETE /v2.0/networks/060ac7ae-dfb0-4084-a7de-87c6048ce275 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2013] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:59:10 2026] DELETE /v2.0/networks/774c9724-42c4-4142-aca3-17b8a341054f => 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: 1008/2014] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:59:10 2026] DELETE /v2.0/networks/bdd825ec-d84a-430b-a01b-e6639381dc20 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2015] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 17:59:10 2026] GET /v2.0/floatingips/d7effac4-d26c-4608-9a73-55869aa7e39e => generated 857 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2016] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:59:10 2026] DELETE /v2.0/networks/eac25e14-501b-4ae7-8d81-5755a953b8b9 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2017] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:10 2026] GET /v2.0/ports?device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => 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: 1010/2018] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:59:10 2026] DELETE /v2.0/networks/bc39c183-a249-41eb-89b0-00e590c05e64 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:59:10.972 7 INFO neutron.services.segments.plugin [-] Segment 696617a8-148c-4592-bc14-300ec914db0f resource provider aggregate not found 2026-04-02 17:59:10.977 7 INFO neutron.services.segments.plugin [-] Segment 696617a8-148c-4592-bc14-300ec914db0f resource provider aggregate not found 2026-04-02 17:59:10.992 7 INFO neutron.services.segments.plugin [-] Segment 696617a8-148c-4592-bc14-300ec914db0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 696617a8-148c-4592-bc14-300ec914db0f found for delete ", "request_id": "req-0b0df60f-7e57-4e30-a618-3dd180acc631"}]} 2026-04-02 17:59:10.995 7 INFO neutron.services.segments.plugin [-] Segment 696617a8-148c-4592-bc14-300ec914db0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 696617a8-148c-4592-bc14-300ec914db0f found for delete ", "request_id": "req-b32a71a2-b373-4ee7-a6f8-77156a9560e0"}]} 2026-04-02 17:59:11.009 7 INFO neutron.services.segments.plugin [-] Segment 802420c0-48a7-4927-8fab-06db9ebb790b resource provider aggregate not found 2026-04-02 17:59:11.013 7 INFO neutron.services.segments.plugin [-] Segment 802420c0-48a7-4927-8fab-06db9ebb790b resource provider aggregate not found 2026-04-02 17:59:11.026 7 INFO neutron.services.segments.plugin [-] Segment 802420c0-48a7-4927-8fab-06db9ebb790b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 802420c0-48a7-4927-8fab-06db9ebb790b found for delete ", "request_id": "req-9e608ec5-09c6-4516-871e-5eeb803618af"}]} 2026-04-02 17:59:11.027 7 INFO neutron.services.segments.plugin [-] Segment 802420c0-48a7-4927-8fab-06db9ebb790b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 802420c0-48a7-4927-8fab-06db9ebb790b found for delete ", "request_id": "req-11593d00-32b5-405b-85c2-bd699d824f73"}]} [pid: 8|app: 0|req: 1011/2019] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 17:59:11 2026] GET /v2.0/networks?id=8fcdc9a3-0b56-4ad5-89dc-21368ec872e8 => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2020] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:11 2026] GET /v2.0/security-groups?tenant_id=1bdd7392542f4cd4a54b4ac93067e3a6&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2021] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:11 2026] DELETE /v2.0/security-groups/dd87de6a-0344-4777-ab59-40dc51862cf8 => 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: 1011/2022] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:11 2026] GET /v2.0/ports?device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => 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: 1012/2023] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:11 2026] GET /v2.0/security-groups?tenant_id=bb4089fa88d9444abf934b582758b324&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2024] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:12 2026] GET /v2.0/security-groups?tenant_id=9dfe334c68dc4eae85f9bf35bdc15a47&name=default => generated 2925 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2025] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 2 17:59:11 2026] POST /v2.0/ports => generated 958 bytes in 365 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: 1014/2026] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:12 2026] DELETE /v2.0/security-groups/b0d4887e-7e3a-495a-8306-fea13924b0e9 => 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: 1013/2027] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:12 2026] DELETE /v2.0/security-groups/822b23d9-f0aa-4abd-8bb5-456f61b5c60c => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:59:12.242 8 INFO neutron.services.segments.plugin [-] Segment f2e4d29c-f0d9-4d2c-8c99-fabe08b56fbe resource provider aggregate not found 2026-04-02 17:59:12.246 8 INFO neutron.services.segments.plugin [-] Segment f2e4d29c-f0d9-4d2c-8c99-fabe08b56fbe resource provider aggregate not found 2026-04-02 17:59:12.263 8 INFO neutron.services.segments.plugin [-] Segment f2e4d29c-f0d9-4d2c-8c99-fabe08b56fbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2e4d29c-f0d9-4d2c-8c99-fabe08b56fbe found for delete ", "request_id": "req-7c069bc4-915d-4c5c-b8b5-04144f33f55a"}]} 2026-04-02 17:59:12.269 8 INFO neutron.services.segments.plugin [-] Segment f2e4d29c-f0d9-4d2c-8c99-fabe08b56fbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2e4d29c-f0d9-4d2c-8c99-fabe08b56fbe found for delete ", "request_id": "req-bde0388a-a3e6-4d9e-9932-c36a3c343e6d"}]} 2026-04-02 17:59:12.282 8 INFO neutron.services.segments.plugin [-] Segment 72cbbb2a-425e-40fa-a08c-dfff59e05610 resource provider aggregate not found 2026-04-02 17:59:12.287 8 INFO neutron.services.segments.plugin [-] Segment 72cbbb2a-425e-40fa-a08c-dfff59e05610 resource provider aggregate not found 2026-04-02 17:59:12.299 8 INFO neutron.services.segments.plugin [-] Segment 72cbbb2a-425e-40fa-a08c-dfff59e05610 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72cbbb2a-425e-40fa-a08c-dfff59e05610 found for delete ", "request_id": "req-146829ab-e4ae-4596-ba8e-0d312b861f02"}]} 2026-04-02 17:59:12.301 8 INFO neutron.services.segments.plugin [-] Segment 72cbbb2a-425e-40fa-a08c-dfff59e05610 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72cbbb2a-425e-40fa-a08c-dfff59e05610 found for delete ", "request_id": "req-7bbf37c8-a7de-49dd-a04b-96d3d54c5612"}]} [pid: 8|app: 0|req: 1014/2028] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:12 2026] GET /v2.0/security-groups?tenant_id=44b914c1f77145bca0be401ad62243ab&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: 1015/2029] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 17:59:12 2026] PUT /v2.0/ports/1c3fd21c-be41-4f99-8dd9-f3dd64e37bf3 => generated 1239 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1015/2030] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:12 2026] GET /v2.0/security-groups?tenant_id=6f41ffffb336442e9850a4fb44a8da4f&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:59:12.600 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2486325a-486e-4069-a85e-5ae25714d150'] response: {'name': 'network-changed', 'server_uuid': '0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2', 'tag': '1c3fd21c-be41-4f99-8dd9-f3dd64e37bf3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1016/2031] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:12 2026] DELETE /v2.0/security-groups/8dd80e26-b1c1-4a61-b71a-4f6619c228b8 => 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: 1016/2032] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:12 2026] DELETE /v2.0/security-groups/10ed9cec-e4b7-4483-bf3e-9243ae832a0e => 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: 1017/2033] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:12 2026] GET /v2.0/ports?device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2034] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:13 2026] GET /v2.0/security-groups?id=d5f79c14-94dc-481e-8e91-82dd077f69ad&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2035] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:59:13 2026] GET /v2.0/ports?tenant_id=3e118e9c1aec42ec92b23be091700fb8&device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2036] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 2 17:59:13 2026] GET /v2.0/networks?tenant_id=3e118e9c1aec42ec92b23be091700fb8&shared=False => generated 769 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2037] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 2 17:59:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2038] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:14 2026] GET /v2.0/ports?device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => 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: 1020/2039] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:14 2026] GET /v2.0/security-groups?id=d5f79c14-94dc-481e-8e91-82dd077f69ad&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2040] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 17:59:14 2026] GET /v2.0/ports?tenant_id=3e118e9c1aec42ec92b23be091700fb8&device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2041] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 2 17:59:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=1c3fd21c-be41-4f99-8dd9-f3dd64e37bf3 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2042] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 17:59:14 2026] GET /v2.0/subnets?id=d6313b13-e629-4012-8aaf-52a31a4cded1 => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2043] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 17:59:14 2026] GET /v2.0/ports?network_id=8fcdc9a3-0b56-4ad5-89dc-21368ec872e8&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2044] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 17:59:14 2026] GET /v2.0/networks/8fcdc9a3-0b56-4ad5-89dc-21368ec872e8?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2045] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 17:59:14 2026] GET /v2.0/networks/8fcdc9a3-0b56-4ad5-89dc-21368ec872e8?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: 1023/2046] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:15 2026] GET /v2.0/ports?device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2047] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:15 2026] GET /v2.0/security-groups?id=d5f79c14-94dc-481e-8e91-82dd077f69ad&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2048] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:16 2026] GET /v2.0/ports?device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2049] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:16 2026] GET /v2.0/security-groups?id=d5f79c14-94dc-481e-8e91-82dd077f69ad&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2050] 10.0.0.71 () {34 vars in 674 bytes} [Thu Apr 2 17:59:16 2026] POST /v2.0/floatingips => generated 552 bytes in 595 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2051] 10.0.0.71 () {34 vars in 757 bytes} [Thu Apr 2 17:59:16 2026] PUT /v2.0/floatingips/27b3eb66-cbb3-48d7-8c35-c829986ec3e1/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2052] 10.0.0.71 () {32 vars in 737 bytes} [Thu Apr 2 17:59:16 2026] GET /v2.0/floatingips/27b3eb66-cbb3-48d7-8c35-c829986ec3e1/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2053] 10.0.0.71 () {34 vars in 768 bytes} [Thu Apr 2 17:59:16 2026] PUT /v2.0/floatingips/27b3eb66-cbb3-48d7-8c35-c829986ec3e1/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2054] 10.0.0.71 () {32 vars in 737 bytes} [Thu Apr 2 17:59:16 2026] GET /v2.0/floatingips/27b3eb66-cbb3-48d7-8c35-c829986ec3e1/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2055] 10.0.0.71 () {34 vars in 764 bytes} [Thu Apr 2 17:59:16 2026] PUT /v2.0/floatingips/27b3eb66-cbb3-48d7-8c35-c829986ec3e1/tags/red => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2056] 10.0.0.71 () {32 vars in 737 bytes} [Thu Apr 2 17:59:17 2026] GET /v2.0/floatingips/27b3eb66-cbb3-48d7-8c35-c829986ec3e1/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2057] 10.0.0.140 () {34 vars in 989 bytes} [Thu Apr 2 17:59:17 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => 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: 1031/2058] 10.0.0.140 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:17 2026] GET /v2.0/security-groups?id=ba2372e5-7cb1-49fb-bdbe-dc14fcd1c5d9&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2059] 10.0.0.71 () {34 vars in 786 bytes} [Thu Apr 2 17:59:17 2026] PUT /v2.0/floatingips/27b3eb66-cbb3-48d7-8c35-c829986ec3e1/tags/black.or.white => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2060] 10.0.0.71 () {32 vars in 737 bytes} [Thu Apr 2 17:59:17 2026] GET /v2.0/floatingips/27b3eb66-cbb3-48d7-8c35-c829986ec3e1/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2061] 10.0.0.71 () {34 vars in 757 bytes} [Thu Apr 2 17:59:17 2026] PUT /v2.0/floatingips/27b3eb66-cbb3-48d7-8c35-c829986ec3e1/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2062] 10.0.0.71 () {32 vars in 737 bytes} [Thu Apr 2 17:59:17 2026] GET /v2.0/floatingips/27b3eb66-cbb3-48d7-8c35-c829986ec3e1/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2063] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:17 2026] GET /v2.0/ports?device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2064] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:17 2026] GET /v2.0/security-groups?id=d5f79c14-94dc-481e-8e91-82dd077f69ad&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2065] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 17:59:17 2026] GET /v2.0/floatingips/27b3eb66-cbb3-48d7-8c35-c829986ec3e1/tags/red => generated 0 bytes in 418 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:59:17.736 7 INFO neutron.api.v2.resource [None req-d293b876-9d5a-4d92-b080-86364442bbd1 3ba0b9c66e924653ba977c856682821b 54cd8a12d99e40a38ce7060b27003006 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1036/2066] 10.0.0.71 () {32 vars in 749 bytes} [Thu Apr 2 17:59:17 2026] GET /v2.0/floatingips/27b3eb66-cbb3-48d7-8c35-c829986ec3e1/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2067] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 17:59:17 2026] DELETE /v2.0/floatingips/27b3eb66-cbb3-48d7-8c35-c829986ec3e1/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2068] 10.0.0.71 () {32 vars in 737 bytes} [Thu Apr 2 17:59:17 2026] GET /v2.0/floatingips/27b3eb66-cbb3-48d7-8c35-c829986ec3e1/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:59:17.887 8 INFO neutron.api.v2.resource [None req-85f5bf76-a749-42fe-85f6-60f7ec82acda 3ba0b9c66e924653ba977c856682821b 54cd8a12d99e40a38ce7060b27003006 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1032/2069] 10.0.0.71 () {32 vars in 752 bytes} [Thu Apr 2 17:59:17 2026] DELETE /v2.0/floatingips/27b3eb66-cbb3-48d7-8c35-c829986ec3e1/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2070] 10.0.0.71 () {32 vars in 740 bytes} [Thu Apr 2 17:59:17 2026] DELETE /v2.0/floatingips/27b3eb66-cbb3-48d7-8c35-c829986ec3e1/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2071] 10.0.0.71 () {32 vars in 737 bytes} [Thu Apr 2 17:59:17 2026] GET /v2.0/floatingips/27b3eb66-cbb3-48d7-8c35-c829986ec3e1/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:59:18.109 7 INFO neutron_taas.services.taas.taas_plugin [None req-100da549-da3b-4185-9f1d-30127768c396 3ba0b9c66e924653ba977c856682821b 54cd8a12d99e40a38ce7060b27003006 - - default default] TaaS: Handle Delete Port: 0ca20613-378a-4969-a5fb-8e3a72f333d0 2026-04-02 17:59:18.112 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-100da549-da3b-4185-9f1d-30127768c396 3ba0b9c66e924653ba977c856682821b 54cd8a12d99e40a38ce7060b27003006 - - default default] Tap Mirror: Handle Delete Port: 0ca20613-378a-4969-a5fb-8e3a72f333d0 [pid: 7|app: 0|req: 1039/2072] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 17:59:18 2026] DELETE /v2.0/floatingips/27b3eb66-cbb3-48d7-8c35-c829986ec3e1 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2073] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:18 2026] GET /v2.0/security-groups?tenant_id=a5903a64b4bd42e68bbb1f40cd926455&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2074] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:18 2026] DELETE /v2.0/security-groups/c41ec203-a816-43f5-8013-488fe893661e => 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: 1035/2075] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:18 2026] GET /v2.0/ports?device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2076] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:18 2026] GET /v2.0/security-groups?id=d5f79c14-94dc-481e-8e91-82dd077f69ad&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2077] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:18 2026] GET /v2.0/security-groups?tenant_id=ef440a1141c544a8a1e4efebdaef4973&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2078] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:19 2026] DELETE /v2.0/security-groups/84d87e3d-d69e-43f7-aedc-6a2d6a803a6c => 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: 1042/2079] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:18 2026] GET /v2.0/security-groups?tenant_id=6a810aca2cbc4ba6a87045d332b64ab0&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2080] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:19 2026] DELETE /v2.0/security-groups/0687e299-fcf0-4de1-b8b2-58a422d0b728 => 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: 1043/2083] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:19 2026] GET /v2.0/security-groups?tenant_id=54cd8a12d99e40a38ce7060b27003006&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2084] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:19 2026] DELETE /v2.0/security-groups/8453e877-f8b0-4e7e-84d5-99baf408ac3b => 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: 1044/2085] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:19 2026] GET /v2.0/ports?device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2086] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:20 2026] GET /v2.0/security-groups?id=d5f79c14-94dc-481e-8e91-82dd077f69ad&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2087] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:21 2026] GET /v2.0/ports?device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => 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: 1043/2088] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:21 2026] GET /v2.0/security-groups?id=d5f79c14-94dc-481e-8e91-82dd077f69ad&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2089] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:21 2026] GET /v2.0/security-groups?tenant_id=ec1038ef16a74519b74dd1b6e0a4c634&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2090] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:21 2026] DELETE /v2.0/security-groups/c32cb61b-bfda-41a0-a3b9-41c5ce4ab181 => 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: 1047/2091] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:22 2026] GET /v2.0/ports?device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2092] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:22 2026] GET /v2.0/security-groups?id=d5f79c14-94dc-481e-8e91-82dd077f69ad&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:59:23.203 7 INFO neutron.db.segments_db [None req-aa622f8d-b789-4683-ba18-0489d950cb1b 04cf6511df3844539dfd9b0fb5470fd4 c3da7b26b55348df9c74061b7d29f3d0 - - default default] Added segment 9f35e6ab-19cb-4541-9bae-f4a90885737f of type vxlan for network 98deb302-1474-419f-93f8-95903c21ea67 [pid: 7|app: 0|req: 1048/2093] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:59:22 2026] POST /v2.0/networks => generated 613 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2094] 10.0.0.71 () {34 vars in 751 bytes} [Thu Apr 2 17:59:23 2026] PUT /v2.0/networks/98deb302-1474-419f-93f8-95903c21ea67/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2095] 10.0.0.71 () {32 vars in 731 bytes} [Thu Apr 2 17:59:23 2026] GET /v2.0/networks/98deb302-1474-419f-93f8-95903c21ea67/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2096] 10.0.0.71 () {34 vars in 762 bytes} [Thu Apr 2 17:59:23 2026] PUT /v2.0/networks/98deb302-1474-419f-93f8-95903c21ea67/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2097] 10.0.0.71 () {32 vars in 731 bytes} [Thu Apr 2 17:59:23 2026] GET /v2.0/networks/98deb302-1474-419f-93f8-95903c21ea67/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2098] 10.0.0.71 () {34 vars in 758 bytes} [Thu Apr 2 17:59:23 2026] PUT /v2.0/networks/98deb302-1474-419f-93f8-95903c21ea67/tags/red => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2099] 10.0.0.71 () {32 vars in 731 bytes} [Thu Apr 2 17:59:23 2026] GET /v2.0/networks/98deb302-1474-419f-93f8-95903c21ea67/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2100] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:23 2026] GET /v2.0/ports?device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2101] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:23 2026] GET /v2.0/security-groups?id=d5f79c14-94dc-481e-8e91-82dd077f69ad&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2102] 10.0.0.71 () {34 vars in 780 bytes} [Thu Apr 2 17:59:23 2026] PUT /v2.0/networks/98deb302-1474-419f-93f8-95903c21ea67/tags/black.or.white => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2103] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 2 17:59:23 2026] GET /v2.0/ports?device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2104] 10.0.0.71 () {32 vars in 731 bytes} [Thu Apr 2 17:59:23 2026] GET /v2.0/networks/98deb302-1474-419f-93f8-95903c21ea67/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2105] 10.0.0.71 () {34 vars in 751 bytes} [Thu Apr 2 17:59:23 2026] PUT /v2.0/networks/98deb302-1474-419f-93f8-95903c21ea67/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: 1053/2106] 10.0.0.71 () {32 vars in 731 bytes} [Thu Apr 2 17:59:23 2026] GET /v2.0/networks/98deb302-1474-419f-93f8-95903c21ea67/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:59:24.008 7 INFO neutron_taas.services.taas.taas_plugin [req-685fd24e-3c92-427a-8df6-4503b195a0e4 req-282a8d87-0f0c-4119-bc44-fbc4f6c1a669 dc3cb2a7bcfc45a08ef838487da398bb 3e118e9c1aec42ec92b23be091700fb8 - - default default] TaaS: Handle Delete Port: 1c3fd21c-be41-4f99-8dd9-f3dd64e37bf3 2026-04-02 17:59:24.011 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-685fd24e-3c92-427a-8df6-4503b195a0e4 req-282a8d87-0f0c-4119-bc44-fbc4f6c1a669 dc3cb2a7bcfc45a08ef838487da398bb 3e118e9c1aec42ec92b23be091700fb8 - - default default] Tap Mirror: Handle Delete Port: 1c3fd21c-be41-4f99-8dd9-f3dd64e37bf3 [pid: 8|app: 0|req: 1054/2107] 10.0.0.71 () {32 vars in 739 bytes} [Thu Apr 2 17:59:24 2026] GET /v2.0/networks/98deb302-1474-419f-93f8-95903c21ea67/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:59:24.088 8 INFO neutron.api.v2.resource [None req-6bf04b85-cba2-4ccf-bcc8-fe9f28a69eb7 04cf6511df3844539dfd9b0fb5470fd4 c3da7b26b55348df9c74061b7d29f3d0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1055/2108] 10.0.0.71 () {32 vars in 743 bytes} [Thu Apr 2 17:59:24 2026] GET /v2.0/networks/98deb302-1474-419f-93f8-95903c21ea67/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2109] 10.0.0.71 () {32 vars in 742 bytes} [Thu Apr 2 17:59:24 2026] DELETE /v2.0/networks/98deb302-1474-419f-93f8-95903c21ea67/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2110] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 2 17:59:23 2026] DELETE /v2.0/ports/1c3fd21c-be41-4f99-8dd9-f3dd64e37bf3 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:59:24.201 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4c58883-341b-41bc-87fb-30172e600df8'] response: {'server_uuid': '0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2', 'name': 'network-vif-deleted', 'tag': '1c3fd21c-be41-4f99-8dd9-f3dd64e37bf3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1057/2111] 10.0.0.71 () {32 vars in 731 bytes} [Thu Apr 2 17:59:24 2026] GET /v2.0/networks/98deb302-1474-419f-93f8-95903c21ea67/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:59:24.267 7 INFO neutron.api.v2.resource [None req-04c5315f-7a41-4767-aca1-bdc50c2e7384 04cf6511df3844539dfd9b0fb5470fd4 c3da7b26b55348df9c74061b7d29f3d0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1055/2112] 10.0.0.71 () {32 vars in 746 bytes} [Thu Apr 2 17:59:24 2026] DELETE /v2.0/networks/98deb302-1474-419f-93f8-95903c21ea67/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2113] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:59:24 2026] DELETE /v2.0/networks/98deb302-1474-419f-93f8-95903c21ea67/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2114] 10.0.0.71 () {32 vars in 731 bytes} [Thu Apr 2 17:59:24 2026] GET /v2.0/networks/98deb302-1474-419f-93f8-95903c21ea67/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:59:24.503 8 INFO neutron.services.segments.plugin [-] Segment 9f35e6ab-19cb-4541-9bae-f4a90885737f resource provider aggregate not found 2026-04-02 17:59:24.507 8 INFO neutron.services.segments.plugin [-] Segment 9f35e6ab-19cb-4541-9bae-f4a90885737f resource provider aggregate not found 2026-04-02 17:59:24.524 8 INFO neutron.services.segments.plugin [-] Segment 9f35e6ab-19cb-4541-9bae-f4a90885737f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f35e6ab-19cb-4541-9bae-f4a90885737f found for delete ", "request_id": "req-928734b3-6972-49e0-b33b-d80be26acdea"}]} 2026-04-02 17:59:24.528 8 INFO neutron.services.segments.plugin [-] Segment 9f35e6ab-19cb-4541-9bae-f4a90885737f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f35e6ab-19cb-4541-9bae-f4a90885737f found for delete ", "request_id": "req-d6eace7e-f994-4a34-a1e8-7f495d443d20"}]} [pid: 8|app: 0|req: 1059/2115] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:59:24 2026] DELETE /v2.0/networks/98deb302-1474-419f-93f8-95903c21ea67 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2116] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:24 2026] GET /v2.0/ports?device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2117] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:25 2026] GET /v2.0/security-groups?tenant_id=c3da7b26b55348df9c74061b7d29f3d0&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2118] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:25 2026] DELETE /v2.0/security-groups/e3908ec2-ddcb-4207-8c3f-c7abfd1cc1ae => 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: 1061/2119] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:25 2026] GET /v2.0/security-groups?tenant_id=a28da9640f1d4e95b42595fc16794cc6&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2120] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:25 2026] DELETE /v2.0/security-groups/3297e8ee-6921-41f7-b45d-e4cbc3b44746 => 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: 1062/2121] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:25 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => 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: 1063/2122] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:25 2026] GET /v2.0/ports?device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => 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: 1060/2123] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:25 2026] GET /v2.0/security-groups?id=ba2372e5-7cb1-49fb-bdbe-dc14fcd1c5d9&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: 1061/2124] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:27 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2125] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:27 2026] GET /v2.0/ports?device_id=0a330ce4-3a19-4a3f-a34a-b29f0c9ad7e2 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2126] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:26 2026] GET /v2.0/security-groups?tenant_id=f1ef228ec4a741be904303b0a107440d&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2127] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:27 2026] GET /v2.0/security-groups?id=ba2372e5-7cb1-49fb-bdbe-dc14fcd1c5d9&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2128] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:27 2026] DELETE /v2.0/security-groups/972e9307-a726-4cfa-a77d-e8eca9866003 => 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: 1064/2129] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:28 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2130] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 2 17:59:28 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2131] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:28 2026] GET /v2.0/security-groups?id=ba2372e5-7cb1-49fb-bdbe-dc14fcd1c5d9&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:28.478 8 INFO neutron_taas.services.taas.taas_plugin [req-71fdbdd5-1808-4a06-a81b-701371fdf9e1 req-ba6e9da6-a76d-4d7e-b698-a71e2ac0aede 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] TaaS: Handle Delete Port: 95cd2974-1f01-409e-88b1-4c2a1a53b8ba 2026-04-02 17:59:28.482 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-71fdbdd5-1808-4a06-a81b-701371fdf9e1 req-ba6e9da6-a76d-4d7e-b698-a71e2ac0aede 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] Tap Mirror: Handle Delete Port: 95cd2974-1f01-409e-88b1-4c2a1a53b8ba 2026-04-02 17:59:28.609 8 INFO neutron.db.l3_db [req-71fdbdd5-1808-4a06-a81b-701371fdf9e1 req-ba6e9da6-a76d-4d7e-b698-a71e2ac0aede 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] Floating IP d7effac4-d26c-4608-9a73-55869aa7e39e disassociated. External IP: 10.96.250.217, port: 95cd2974-1f01-409e-88b1-4c2a1a53b8ba. [pid: 8|app: 0|req: 1067/2132] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 2 17:59:28 2026] DELETE /v2.0/ports/95cd2974-1f01-409e-88b1-4c2a1a53b8ba => generated 0 bytes in 603 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:59:29.000 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c20546f-da8e-4094-8855-a17e34ec082a'] response: {'server_uuid': 'a9563a99-398b-4b7f-804d-404274477aad', 'name': 'network-vif-deleted', 'tag': '95cd2974-1f01-409e-88b1-4c2a1a53b8ba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1068/2133] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:29 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:59:29.823 7 INFO neutron_taas.services.taas.taas_plugin [None req-7877cd25-a708-42ab-af4a-cd2935b4d048 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: a503d3c0-d5d3-4756-a137-d31bea29b0bb 2026-04-02 17:59:29.826 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7877cd25-a708-42ab-af4a-cd2935b4d048 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: a503d3c0-d5d3-4756-a137-d31bea29b0bb [pid: 7|app: 0|req: 1066/2134] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:59:29 2026] PUT /v2.0/routers/d76ef8ff-9098-4001-bad1-b7a33f8b320a/remove_router_interface => generated 309 bytes in 990 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:30.636 8 INFO neutron_taas.services.taas.taas_plugin [None req-110a4095-0358-4dc1-8306-e6ad0fabfda9 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: d2566d4b-dde9-4df1-bff5-03731db2d42a 2026-04-02 17:59:30.640 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-110a4095-0358-4dc1-8306-e6ad0fabfda9 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: d2566d4b-dde9-4df1-bff5-03731db2d42a [pid: 7|app: 0|req: 1067/2135] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:30 2026] GET /v2.0/security-groups?tenant_id=4985762922d44421aa0f6f492d320bbf&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2136] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:30 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => 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: 1069/2137] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:30 2026] DELETE /v2.0/security-groups/9e5f35db-6071-4786-91fc-49c21a829732 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:59:30.912 8 INFO neutron_taas.services.taas.taas_plugin [None req-110a4095-0358-4dc1-8306-e6ad0fabfda9 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 50c4634c-2cf5-4e1c-940e-1a6a57607a2f 2026-04-02 17:59:30.915 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-110a4095-0358-4dc1-8306-e6ad0fabfda9 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 50c4634c-2cf5-4e1c-940e-1a6a57607a2f 2026-04-02 17:59:31.249 8 INFO neutron.services.segments.plugin [-] Segment 4fcfa866-2d76-4120-8d32-7cfea686c0e6 resource provider aggregate not found 2026-04-02 17:59:31.255 8 INFO neutron.services.segments.plugin [-] Segment 4fcfa866-2d76-4120-8d32-7cfea686c0e6 resource provider aggregate not found 2026-04-02 17:59:31.269 8 INFO neutron.services.segments.plugin [-] Segment 4fcfa866-2d76-4120-8d32-7cfea686c0e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fcfa866-2d76-4120-8d32-7cfea686c0e6 found for delete ", "request_id": "req-8ed5809d-c20b-429b-96ef-d6764e28ea8a"}]} 2026-04-02 17:59:31.270 8 INFO neutron.services.segments.plugin [-] Segment 4fcfa866-2d76-4120-8d32-7cfea686c0e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fcfa866-2d76-4120-8d32-7cfea686c0e6 found for delete ", "request_id": "req-3f73cd5c-4fc0-4353-b32f-fd6b0d385632"}]} 2026-04-02 17:59:31.273 8 INFO neutron.db.l3_hamode_db [None req-110a4095-0358-4dc1-8306-e6ad0fabfda9 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] HA network b2bde6c6-92fc-4a88-959a-c8a6c6904c3b was deleted as no HA routers are present in tenant 3e118e9c1aec42ec92b23be091700fb8. [pid: 8|app: 0|req: 1069/2138] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:59:30 2026] DELETE /v2.0/routers/d76ef8ff-9098-4001-bad1-b7a33f8b320a => generated 0 bytes in 842 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2139] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:59:31 2026] DELETE /v2.0/subnets/d6313b13-e629-4012-8aaf-52a31a4cded1 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:59:31.525 8 INFO neutron_taas.services.taas.taas_plugin [None req-16e97987-18df-48d1-9f53-63fd7f87b881 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 2fe430aa-aa79-4e3a-8a1a-3b8d8128fa18 2026-04-02 17:59:31.528 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16e97987-18df-48d1-9f53-63fd7f87b881 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 2fe430aa-aa79-4e3a-8a1a-3b8d8128fa18 [pid: 8|app: 0|req: 1070/2140] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:59:31 2026] DELETE /v2.0/networks/8fcdc9a3-0b56-4ad5-89dc-21368ec872e8 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2141] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:31 2026] GET /v2.0/ports?device_id=a9563a99-398b-4b7f-804d-404274477aad => 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: 1071/2142] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:31 2026] GET /v2.0/security-groups?tenant_id=3e118e9c1aec42ec92b23be091700fb8&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2143] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:31 2026] DELETE /v2.0/security-groups/d5f79c14-94dc-481e-8e91-82dd077f69ad => 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: 1072/2144] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:32 2026] DELETE /v2.0/security-groups/ba2372e5-7cb1-49fb-bdbe-dc14fcd1c5d9 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:59:33.210 7 INFO neutron_taas.services.taas.taas_plugin [None req-213657c5-2ce8-470d-a241-1ea29f8af09e 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] TaaS: Handle Delete Port: 71adfaed-4bd6-47c9-ba5f-ca5a4af8d1ca 2026-04-02 17:59:33.214 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-213657c5-2ce8-470d-a241-1ea29f8af09e 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] Tap Mirror: Handle Delete Port: 71adfaed-4bd6-47c9-ba5f-ca5a4af8d1ca 2026-04-02 17:59:33.289 8 INFO neutron.services.segments.plugin [-] Segment 77f13ae1-24ec-4143-a15c-a0832626196f resource provider aggregate not found 2026-04-02 17:59:33.290 8 INFO neutron.services.segments.plugin [-] Segment 77f13ae1-24ec-4143-a15c-a0832626196f resource provider aggregate not found 2026-04-02 17:59:33.308 8 INFO neutron.services.segments.plugin [-] Segment 77f13ae1-24ec-4143-a15c-a0832626196f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77f13ae1-24ec-4143-a15c-a0832626196f found for delete ", "request_id": "req-82009329-b286-44b0-aaa4-25b46072b5cb"}]} 2026-04-02 17:59:33.310 8 INFO neutron.services.segments.plugin [-] Segment 77f13ae1-24ec-4143-a15c-a0832626196f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77f13ae1-24ec-4143-a15c-a0832626196f found for delete ", "request_id": "req-936905ea-9f50-4861-a2ce-3ee571bbb3c6"}]} [pid: 7|app: 0|req: 1073/2145] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 17:59:33 2026] DELETE /v2.0/floatingips/d7effac4-d26c-4608-9a73-55869aa7e39e => generated 0 bytes in 352 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2146] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:33 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2147] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:33 2026] GET /v2.0/security-groups?id=4c61cf1f-86c9-4234-81ff-f4104ac827c2&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2150] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:34 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:35.040 8 INFO neutron.db.segments_db [None req-0e593e75-dae2-4b47-b464-bbd17e3acf10 68d073a3a22d405f9613f6a21fc63416 4a7182aefa1747ccb242c6de616077aa - - default default] Added segment 132fea2f-36fa-4db7-959a-1e52b9996c4f of type vxlan for network 17642610-60ad-4193-b19e-f5d5bc8246aa [pid: 7|app: 0|req: 1077/2151] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 17:59:35 2026] GET /v2.0/security-groups?id=4c61cf1f-86c9-4234-81ff-f4104ac827c2&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2152] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:59:34 2026] POST /v2.0/networks => generated 707 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2153] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:59:35 2026] POST /v2.0/subnets => generated 644 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:59:35.320 8 WARNING neutron.api.v2.base [None req-56059f00-134b-4ef0-baf7-eee587db5806 68d073a3a22d405f9613f6a21fc63416 4a7182aefa1747ccb242c6de616077aa - - 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-02 17:59:35.321 8 INFO neutron.api.v2.resource [None req-56059f00-134b-4ef0-baf7-eee587db5806 68d073a3a22d405f9613f6a21fc63416 4a7182aefa1747ccb242c6de616077aa - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1076/2154] 10.0.0.71 () {34 vars in 679 bytes} [Thu Apr 2 17:59:35 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-02 17:59:35.528 7 INFO neutron.services.segments.plugin [-] Segment 132fea2f-36fa-4db7-959a-1e52b9996c4f resource provider aggregate not found 2026-04-02 17:59:35.532 7 INFO neutron.services.segments.plugin [-] Segment 132fea2f-36fa-4db7-959a-1e52b9996c4f resource provider aggregate not found 2026-04-02 17:59:35.545 7 INFO neutron.services.segments.plugin [-] Segment 132fea2f-36fa-4db7-959a-1e52b9996c4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 132fea2f-36fa-4db7-959a-1e52b9996c4f found for delete ", "request_id": "req-d266ce65-baea-4556-ae0c-d9ed205117b9"}]} 2026-04-02 17:59:35.546 7 INFO neutron.services.segments.plugin [-] Segment 132fea2f-36fa-4db7-959a-1e52b9996c4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 132fea2f-36fa-4db7-959a-1e52b9996c4f found for delete ", "request_id": "req-3f693e49-7afd-4624-be5f-12d34c148d77"}]} [pid: 7|app: 0|req: 1079/2155] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:59:35 2026] DELETE /v2.0/networks/17642610-60ad-4193-b19e-f5d5bc8246aa => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:59:35.620 8 INFO neutron.db.segments_db [None req-bdf60fe0-7b6e-4cc4-ab81-a7a516618fa8 68d073a3a22d405f9613f6a21fc63416 4a7182aefa1747ccb242c6de616077aa - - default default] Added segment 8b2bdcfc-40d9-44a0-84f2-5f18f0e73dbb of type vxlan for network 0f134e82-9c6e-40f8-93d8-41d68fd2dd57 [pid: 8|app: 0|req: 1077/2156] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:59:35 2026] POST /v2.0/networks => generated 707 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2157] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:59:35 2026] POST /v2.0/subnets => generated 647 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:59:35.890 8 WARNING neutron.api.v2.base [None req-ad36286f-be53-4195-8e27-48d6e7e4e84c 68d073a3a22d405f9613f6a21fc63416 4a7182aefa1747ccb242c6de616077aa - - 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-02 17:59:35.891 8 INFO neutron.api.v2.resource [None req-ad36286f-be53-4195-8e27-48d6e7e4e84c 68d073a3a22d405f9613f6a21fc63416 4a7182aefa1747ccb242c6de616077aa - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1078/2158] 10.0.0.71 () {34 vars in 679 bytes} [Thu Apr 2 17:59:35 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2159] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 2 17:59:35 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2160] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:59:35 2026] DELETE /v2.0/networks/0f134e82-9c6e-40f8-93d8-41d68fd2dd57 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:59:36.157 7 INFO neutron.db.segments_db [None req-af490fe4-faa9-4719-a80c-88a54247f155 68d073a3a22d405f9613f6a21fc63416 4a7182aefa1747ccb242c6de616077aa - - default default] Added segment 125746f3-b9fb-4095-99cd-ac5ab5ac0687 of type vxlan for network 6ee4ed7a-38c7-4a1a-bf33-3325e952ee3f 2026-04-02 17:59:36.168 8 INFO neutron_taas.services.taas.taas_plugin [req-c5e15d45-9dfd-4f8d-b148-6b8f0904d161 req-b4eb15f8-bccb-4cc4-b4c2-3825adbef433 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] TaaS: Handle Delete Port: 6ba769b3-4921-409c-8a3d-91ec00d66237 2026-04-02 17:59:36.170 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c5e15d45-9dfd-4f8d-b148-6b8f0904d161 req-b4eb15f8-bccb-4cc4-b4c2-3825adbef433 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] Tap Mirror: Handle Delete Port: 6ba769b3-4921-409c-8a3d-91ec00d66237 [pid: 7|app: 0|req: 1082/2161] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:59:36 2026] POST /v2.0/networks => generated 707 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2162] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:36 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => 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: 1080/2163] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 2 17:59:36 2026] DELETE /v2.0/ports/6ba769b3-4921-409c-8a3d-91ec00d66237 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:59:36.321 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d4fd312-d7f1-47c7-9a54-457dffd2ec63'] response: {'server_uuid': '7ec05a4a-9807-4e86-849e-2d4c2f5050de', 'name': 'network-vif-deleted', 'tag': '6ba769b3-4921-409c-8a3d-91ec00d66237', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1084/2164] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:59:36 2026] POST /v2.0/subnets => generated 647 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2165] 10.0.0.71 () {34 vars in 679 bytes} [Thu Apr 2 17:59:36 2026] POST /v2.0/rbac-policies => generated 324 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2166] 10.0.0.71 () {32 vars in 721 bytes} [Thu Apr 2 17:59:36 2026] GET /v2.0/networks/6ee4ed7a-38c7-4a1a-bf33-3325e952ee3f => generated 654 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2167] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:37 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:59:37.451 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c8bbb75-84b8-4cd4-a8e0-9ab2f9943900 d093ba945b84484288644d115e20d7ad ba46e7adae03496db2a8b822c2f11a67 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1086/2168] 10.0.0.71 () {32 vars in 721 bytes} [Thu Apr 2 17:59:37 2026] GET /v2.0/networks/6ee4ed7a-38c7-4a1a-bf33-3325e952ee3f => generated 138 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:59:37.571 7 INFO neutron.services.segments.plugin [-] Segment 8b2bdcfc-40d9-44a0-84f2-5f18f0e73dbb resource provider aggregate not found 2026-04-02 17:59:37.576 7 INFO neutron.services.segments.plugin [-] Segment 8b2bdcfc-40d9-44a0-84f2-5f18f0e73dbb resource provider aggregate not found 2026-04-02 17:59:37.591 7 INFO neutron.services.segments.plugin [-] Segment 8b2bdcfc-40d9-44a0-84f2-5f18f0e73dbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b2bdcfc-40d9-44a0-84f2-5f18f0e73dbb found for delete ", "request_id": "req-84cf2595-03f9-4cfa-ac3b-e442d193e85a"}]} 2026-04-02 17:59:37.596 7 INFO neutron.services.segments.plugin [-] Segment 8b2bdcfc-40d9-44a0-84f2-5f18f0e73dbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b2bdcfc-40d9-44a0-84f2-5f18f0e73dbb found for delete ", "request_id": "req-6c1c4061-676e-4840-8560-5e63d1488e83"}]} 2026-04-02 17:59:37.611 8 INFO neutron.services.segments.plugin [-] Segment 125746f3-b9fb-4095-99cd-ac5ab5ac0687 resource provider aggregate not found 2026-04-02 17:59:37.618 8 INFO neutron.services.segments.plugin [-] Segment 125746f3-b9fb-4095-99cd-ac5ab5ac0687 resource provider aggregate not found 2026-04-02 17:59:37.631 8 INFO neutron.services.segments.plugin [-] Segment 125746f3-b9fb-4095-99cd-ac5ab5ac0687 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 125746f3-b9fb-4095-99cd-ac5ab5ac0687 found for delete ", "request_id": "req-2d5fefcc-da65-44fd-9762-f4fe5a22549d"}]} 2026-04-02 17:59:37.641 8 INFO neutron.services.segments.plugin [-] Segment 125746f3-b9fb-4095-99cd-ac5ab5ac0687 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 125746f3-b9fb-4095-99cd-ac5ab5ac0687 found for delete ", "request_id": "req-3cee8150-e1ad-4dd4-bbf3-457472a7dcab"}]} [pid: 8|app: 0|req: 1083/2169] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:59:37 2026] DELETE /v2.0/networks/6ee4ed7a-38c7-4a1a-bf33-3325e952ee3f => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:59:37.673 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b63a1307-5810-4b10-a077-66f02a17ec1a 68d073a3a22d405f9613f6a21fc63416 4a7182aefa1747ccb242c6de616077aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1087/2170] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:59:37 2026] DELETE /v2.0/subnets/4b0d4f5c-88d2-4edb-99a1-98f808c6d4bb => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:59:37.694 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3d3fb051-91e6-4990-ab56-2290194cee2d 68d073a3a22d405f9613f6a21fc63416 4a7182aefa1747ccb242c6de616077aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1084/2171] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:59:37 2026] DELETE /v2.0/subnets/b954654d-d9ed-44f4-859a-6f982ec66b78 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:59:37.715 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e95d40a5-a126-40ce-94dc-80ee7d09fc36 68d073a3a22d405f9613f6a21fc63416 4a7182aefa1747ccb242c6de616077aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1088/2172] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:59:37 2026] DELETE /v2.0/subnets/172f2966-4456-4144-96cb-ea2d1adca442 => 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: 1085/2173] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 17:59:38 2026] GET /v2.0/ports?device_id=7ec05a4a-9807-4e86-849e-2d4c2f5050de => 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: 1089/2174] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:38 2026] GET /v2.0/security-groups?tenant_id=ba1104dc08df49d087509e52234d6aec&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2175] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:38 2026] DELETE /v2.0/security-groups/6db61873-595b-4c7c-884d-0413a955c7df => 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: 1090/2176] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:39 2026] GET /v2.0/security-groups?tenant_id=ba46e7adae03496db2a8b822c2f11a67&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2177] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:39 2026] DELETE /v2.0/security-groups/2ff235a8-47c2-4ce5-9e76-cbad3222e7f4 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2178] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:39 2026] GET /v2.0/security-groups?tenant_id=4a7182aefa1747ccb242c6de616077aa&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: 1088/2179] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:39 2026] DELETE /v2.0/security-groups/252a77bc-4db1-401d-993f-a33ee95064df => 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: 1092/2180] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:39 2026] DELETE /v2.0/security-groups/4c61cf1f-86c9-4234-81ff-f4104ac827c2 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:59:40.028 8 INFO neutron_taas.services.taas.taas_plugin [None req-21d4bf12-01fa-42ad-befa-c8194d59cc73 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] TaaS: Handle Delete Port: c828e8e0-92d5-4008-8a15-d3d4a80b153d 2026-04-02 17:59:40.031 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21d4bf12-01fa-42ad-befa-c8194d59cc73 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] Tap Mirror: Handle Delete Port: c828e8e0-92d5-4008-8a15-d3d4a80b153d [pid: 8|app: 0|req: 1089/2181] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 17:59:39 2026] PUT /v2.0/routers/8f417ed7-08eb-422d-aaff-0428b17947e9/remove_router_interface => generated 309 bytes in 940 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2182] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:59:40 2026] DELETE /v2.0/subnets/38e20853-16bd-49cf-82db-9fb925070e6b => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:59:40.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-981581b2-9ea0-436d-a019-5dd2f006bed9 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] TaaS: Handle Delete Port: 1960e1cf-36df-45dd-914e-dac54dbeea45 2026-04-02 17:59:40.987 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-981581b2-9ea0-436d-a019-5dd2f006bed9 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] Tap Mirror: Handle Delete Port: 1960e1cf-36df-45dd-914e-dac54dbeea45 2026-04-02 17:59:41.221 8 INFO neutron_taas.services.taas.taas_plugin [None req-981581b2-9ea0-436d-a019-5dd2f006bed9 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] TaaS: Handle Delete Port: cbdf75ac-532a-43c6-b511-eb2f4dc0cdf9 2026-04-02 17:59:41.224 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-981581b2-9ea0-436d-a019-5dd2f006bed9 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] Tap Mirror: Handle Delete Port: cbdf75ac-532a-43c6-b511-eb2f4dc0cdf9 2026-04-02 17:59:41.593 8 INFO neutron.services.segments.plugin [-] Segment a4cd7992-400e-495f-ad5e-2f3e72e67b9b resource provider aggregate not found 2026-04-02 17:59:41.597 8 INFO neutron.services.segments.plugin [-] Segment a4cd7992-400e-495f-ad5e-2f3e72e67b9b resource provider aggregate not found 2026-04-02 17:59:41.611 8 INFO neutron.services.segments.plugin [-] Segment a4cd7992-400e-495f-ad5e-2f3e72e67b9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4cd7992-400e-495f-ad5e-2f3e72e67b9b found for delete ", "request_id": "req-9aba4576-0d2a-4876-8b5a-0ddb7c399558"}]} 2026-04-02 17:59:41.614 8 INFO neutron.services.segments.plugin [-] Segment a4cd7992-400e-495f-ad5e-2f3e72e67b9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4cd7992-400e-495f-ad5e-2f3e72e67b9b found for delete ", "request_id": "req-57268a9d-da5c-47e7-9fa5-42336a699935"}]} 2026-04-02 17:59:41.629 8 INFO neutron.db.l3_hamode_db [None req-981581b2-9ea0-436d-a019-5dd2f006bed9 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] HA network ac222821-0a22-4d76-aa5a-cc0d04e3aaca was deleted as no HA routers are present in tenant dd67380f9e314403a0808f583911c062. [pid: 8|app: 0|req: 1090/2183] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:59:40 2026] DELETE /v2.0/routers/8f417ed7-08eb-422d-aaff-0428b17947e9 => generated 0 bytes in 856 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:59:41.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e968d24-0d67-42a3-8b85-740cee72cbb1 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] TaaS: Handle Delete Port: 534bb46a-fbd6-4b19-95c3-00be53cfd3c6 2026-04-02 17:59:41.724 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e968d24-0d67-42a3-8b85-740cee72cbb1 79286b23d7a444e79f31831fbc76dfae dd67380f9e314403a0808f583911c062 - - default default] Tap Mirror: Handle Delete Port: 534bb46a-fbd6-4b19-95c3-00be53cfd3c6 2026-04-02 17:59:41.882 7 INFO neutron.services.segments.plugin [-] Segment 762214c9-00b7-4a9a-bd75-5cb4072cff89 resource provider aggregate not found 2026-04-02 17:59:41.890 7 INFO neutron.services.segments.plugin [-] Segment 762214c9-00b7-4a9a-bd75-5cb4072cff89 resource provider aggregate not found 2026-04-02 17:59:41.900 7 INFO neutron.services.segments.plugin [-] Segment 762214c9-00b7-4a9a-bd75-5cb4072cff89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 762214c9-00b7-4a9a-bd75-5cb4072cff89 found for delete ", "request_id": "req-a805cce1-ecb5-4127-bc0d-3fef2344ec1c"}]} 2026-04-02 17:59:41.911 7 INFO neutron.services.segments.plugin [-] Segment 762214c9-00b7-4a9a-bd75-5cb4072cff89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 762214c9-00b7-4a9a-bd75-5cb4072cff89 found for delete ", "request_id": "req-ea4e74e7-4324-44a7-af28-b7a97a9493f1"}]} [pid: 7|app: 0|req: 1094/2184] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:59:41 2026] DELETE /v2.0/networks/aaaa7a20-fb86-401f-a934-2e2d29fe034e => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2185] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:41 2026] GET /v2.0/security-groups?tenant_id=414c2c29dfed4fa3972a195e9aa56dcd&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2186] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:42 2026] DELETE /v2.0/security-groups/bf65aec5-df5d-41e7-b685-3cdde73c3e38 => 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: 1092/2187] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:42 2026] GET /v2.0/security-groups?tenant_id=dd67380f9e314403a0808f583911c062&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2188] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:42 2026] DELETE /v2.0/security-groups/db3d08ff-b684-4242-8888-9821e851f93e => 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: 1093/2189] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:42 2026] GET /v2.0/security-groups?tenant_id=da664fbc226d4df19940ca1cbdb72c44&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2190] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:42 2026] DELETE /v2.0/security-groups/6e763fbb-2c9a-4228-b382-4df3e63286bc => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:59:43.980 8 INFO neutron.db.segments_db [None req-ef187825-243c-4834-9cfe-a0125b694c16 2cdcd60380504126bd2c72ef98acca2b 6f2a5991b5414628b9b647ec30e159c5 - - default default] Added segment 72f216ec-5118-4719-8b4d-788493efd28c of type vxlan for network 83ea0338-2d0a-4872-a9a8-b1997193d7b9 [pid: 8|app: 0|req: 1094/2191] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:59:43 2026] POST /v2.0/networks => generated 613 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2192] 10.0.0.71 () {34 vars in 662 bytes} [Thu Apr 2 17:59:44 2026] POST /v2.0/ports => generated 743 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:59:44.418 8 INFO neutron.db.segments_db [None req-7a656b0e-2e23-4d4d-8a4e-bcdab3644727 2cdcd60380504126bd2c72ef98acca2b 6f2a5991b5414628b9b647ec30e159c5 - - default default] Added segment e60498fd-3f09-46d3-9ebc-dcc16c78bcc3 of type vxlan for network c9fbd60c-4daa-46e3-b521-03c34eec6d3a [pid: 8|app: 0|req: 1095/2193] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:59:44 2026] POST /v2.0/networks => generated 612 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1099/2194] 10.0.0.71 () {34 vars in 662 bytes} [Thu Apr 2 17:59:44 2026] POST /v2.0/ports => generated 743 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:59:44.930 8 INFO neutron.db.segments_db [None req-2c1828a1-36c0-4867-bb39-3e06f677475f 2cdcd60380504126bd2c72ef98acca2b 6f2a5991b5414628b9b647ec30e159c5 - - default default] Added segment d214b4c3-fef6-4db0-a422-b86609d7ce12 of type vxlan for network e538fc39-4e87-4dca-9ab0-c4a50ff5aec3 [pid: 8|app: 0|req: 1096/2195] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:59:44 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1100/2196] 10.0.0.71 () {34 vars in 662 bytes} [Thu Apr 2 17:59:45 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:59:45.392 8 INFO neutron.db.segments_db [None req-09c29e1c-c31e-4215-9ac6-c2f171f01326 2cdcd60380504126bd2c72ef98acca2b 6f2a5991b5414628b9b647ec30e159c5 - - default default] Added segment 832460da-40a5-438e-8298-8fb6f1a7a515 of type vxlan for network 6175d495-e2aa-4712-83be-84a79f141cae [pid: 8|app: 0|req: 1097/2197] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:59:45 2026] POST /v2.0/networks => generated 612 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1101/2198] 10.0.0.71 () {34 vars in 662 bytes} [Thu Apr 2 17:59:45 2026] POST /v2.0/ports => generated 743 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:59:45.823 8 INFO neutron.db.segments_db [None req-512977b5-1dee-441d-984a-fee9f25c9f49 2cdcd60380504126bd2c72ef98acca2b 6f2a5991b5414628b9b647ec30e159c5 - - default default] Added segment 9f7c5f1d-fa07-44b6-a8ae-28cd6d81aca7 of type vxlan for network 53fc1194-2acb-459f-8963-1fd4e7aa135a [pid: 8|app: 0|req: 1098/2199] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:59:45 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1102/2200] 10.0.0.71 () {34 vars in 662 bytes} [Thu Apr 2 17:59:45 2026] POST /v2.0/ports => generated 743 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2201] 10.0.0.71 () {34 vars in 745 bytes} [Thu Apr 2 17:59:46 2026] PUT /v2.0/ports/3bf9b738-5b8f-439a-a417-ad313ea18f76/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1103/2202] 10.0.0.71 () {34 vars in 745 bytes} [Thu Apr 2 17:59:46 2026] PUT /v2.0/ports/26273178-1e2e-4aa6-ba01-69a6b6667355/tags => generated 25 bytes in 79 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: 1100/2203] 10.0.0.71 () {34 vars in 745 bytes} [Thu Apr 2 17:59:46 2026] PUT /v2.0/ports/8cabb1b6-4049-4aa9-af86-6203e08151ac/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1104/2204] 10.0.0.71 () {34 vars in 745 bytes} [Thu Apr 2 17:59:46 2026] PUT /v2.0/ports/fbc61e43-8255-4ab1-bc0c-58e20d3d4d99/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1101/2205] 10.0.0.71 () {32 vars in 658 bytes} [Thu Apr 2 17:59:46 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 144 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: 1105/2206] 10.0.0.71 () {32 vars in 672 bytes} [Thu Apr 2 17:59:46 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2207] 10.0.0.71 () {32 vars in 668 bytes} [Thu Apr 2 17:59:46 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:59:47.208 8 INFO neutron.db.segments_db [None req-b483e5b3-adc4-4d97-a8c5-fcd6c0fe4ce8 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] Added segment c83785f5-02ce-49ae-b264-754f4054a033 of type vxlan for network e32eab2e-10e8-4e53-b795-d4d81beb1dce [pid: 7|app: 0|req: 1106/2208] 10.0.0.71 () {32 vars in 680 bytes} [Thu Apr 2 17:59:46 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2209] 10.0.0.71 () {32 vars in 666 bytes} [Thu Apr 2 17:59:47 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:59:47.446 8 INFO neutron.db.l3_hamode_db [None req-b483e5b3-adc4-4d97-a8c5-fcd6c0fe4ce8 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1108/2210] 10.0.0.71 () {32 vars in 680 bytes} [Thu Apr 2 17:59:47 2026] GET /v2.0/ports?not-tags=red%2Cblue => 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: 1109/2211] 10.0.0.71 () {32 vars in 676 bytes} [Thu Apr 2 17:59:47 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:59:47.571 8 INFO neutron.db.l3_hamode_db [None req-b483e5b3-adc4-4d97-a8c5-fcd6c0fe4ce8 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1110/2212] 10.0.0.71 () {32 vars in 688 bytes} [Thu Apr 2 17:59:47 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:59:47.658 7 INFO neutron_taas.services.taas.taas_plugin [None req-88ef6f70-f6b9-4189-9e53-30501706a7da 2cdcd60380504126bd2c72ef98acca2b 6f2a5991b5414628b9b647ec30e159c5 - - default default] TaaS: Handle Delete Port: 3bf9b738-5b8f-439a-a417-ad313ea18f76 2026-04-02 17:59:47.662 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88ef6f70-f6b9-4189-9e53-30501706a7da 2cdcd60380504126bd2c72ef98acca2b 6f2a5991b5414628b9b647ec30e159c5 - - default default] Tap Mirror: Handle Delete Port: 3bf9b738-5b8f-439a-a417-ad313ea18f76 [pid: 7|app: 0|req: 1111/2213] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:59:47 2026] DELETE /v2.0/ports/3bf9b738-5b8f-439a-a417-ad313ea18f76 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:59:47.827 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0460d9a-043f-4dae-82f8-e95fd32ddbbc 2cdcd60380504126bd2c72ef98acca2b 6f2a5991b5414628b9b647ec30e159c5 - - default default] TaaS: Handle Delete Port: 26273178-1e2e-4aa6-ba01-69a6b6667355 2026-04-02 17:59:47.829 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0460d9a-043f-4dae-82f8-e95fd32ddbbc 2cdcd60380504126bd2c72ef98acca2b 6f2a5991b5414628b9b647ec30e159c5 - - default default] Tap Mirror: Handle Delete Port: 26273178-1e2e-4aa6-ba01-69a6b6667355 [pid: 7|app: 0|req: 1112/2214] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:59:47 2026] DELETE /v2.0/ports/26273178-1e2e-4aa6-ba01-69a6b6667355 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:59:47.993 7 INFO neutron_taas.services.taas.taas_plugin [None req-d64afa3b-2a59-4384-ad48-b0312c29c203 2cdcd60380504126bd2c72ef98acca2b 6f2a5991b5414628b9b647ec30e159c5 - - default default] TaaS: Handle Delete Port: 8cabb1b6-4049-4aa9-af86-6203e08151ac 2026-04-02 17:59:47.996 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d64afa3b-2a59-4384-ad48-b0312c29c203 2cdcd60380504126bd2c72ef98acca2b 6f2a5991b5414628b9b647ec30e159c5 - - default default] Tap Mirror: Handle Delete Port: 8cabb1b6-4049-4aa9-af86-6203e08151ac [pid: 7|app: 0|req: 1113/2215] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:59:47 2026] DELETE /v2.0/ports/8cabb1b6-4049-4aa9-af86-6203e08151ac => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2216] 10.0.0.71 () {34 vars in 666 bytes} [Thu Apr 2 17:59:47 2026] POST /v2.0/routers => generated 474 bytes in 1122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:59:48.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-0786fed9-ef1e-42c9-ade9-82cacb37cfe2 2cdcd60380504126bd2c72ef98acca2b 6f2a5991b5414628b9b647ec30e159c5 - - default default] TaaS: Handle Delete Port: fbc61e43-8255-4ab1-bc0c-58e20d3d4d99 2026-04-02 17:59:48.172 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0786fed9-ef1e-42c9-ade9-82cacb37cfe2 2cdcd60380504126bd2c72ef98acca2b 6f2a5991b5414628b9b647ec30e159c5 - - default default] Tap Mirror: Handle Delete Port: fbc61e43-8255-4ab1-bc0c-58e20d3d4d99 2026-04-02 17:59:48.214 8 INFO neutron.db.l3_hamode_db [None req-821b0a44-825b-41ce-9545-f31f6659addc 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1114/2217] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:59:48 2026] DELETE /v2.0/ports/fbc61e43-8255-4ab1-bc0c-58e20d3d4d99 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:59:48.328 8 INFO neutron.db.l3_hamode_db [None req-821b0a44-825b-41ce-9545-f31f6659addc 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:59:48.329 7 INFO neutron_taas.services.taas.taas_plugin [None req-d43e3bdb-be88-4ed0-9a95-3f89619080b9 2cdcd60380504126bd2c72ef98acca2b 6f2a5991b5414628b9b647ec30e159c5 - - default default] TaaS: Handle Delete Port: fcf971ef-787e-46d0-8efe-9c81548db103 2026-04-02 17:59:48.331 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d43e3bdb-be88-4ed0-9a95-3f89619080b9 2cdcd60380504126bd2c72ef98acca2b 6f2a5991b5414628b9b647ec30e159c5 - - default default] Tap Mirror: Handle Delete Port: fcf971ef-787e-46d0-8efe-9c81548db103 [pid: 7|app: 0|req: 1115/2218] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 17:59:48 2026] DELETE /v2.0/ports/fcf971ef-787e-46d0-8efe-9c81548db103 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:59:48.547 7 INFO neutron.services.segments.plugin [-] Segment 72f216ec-5118-4719-8b4d-788493efd28c resource provider aggregate not found 2026-04-02 17:59:48.551 7 INFO neutron.services.segments.plugin [-] Segment 72f216ec-5118-4719-8b4d-788493efd28c resource provider aggregate not found 2026-04-02 17:59:48.566 7 INFO neutron.services.segments.plugin [-] Segment 72f216ec-5118-4719-8b4d-788493efd28c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72f216ec-5118-4719-8b4d-788493efd28c found for delete ", "request_id": "req-d745b4fb-3e83-4cd4-98a4-4febcefde1a6"}]} 2026-04-02 17:59:48.572 7 INFO neutron.services.segments.plugin [-] Segment 72f216ec-5118-4719-8b4d-788493efd28c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72f216ec-5118-4719-8b4d-788493efd28c found for delete ", "request_id": "req-f3c25c86-84d4-4fe8-b58f-5ba6dcbbfe79"}]} [pid: 7|app: 0|req: 1116/2219] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:59:48 2026] DELETE /v2.0/networks/83ea0338-2d0a-4872-a9a8-b1997193d7b9 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2220] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:59:48 2026] DELETE /v2.0/networks/c9fbd60c-4daa-46e3-b521-03c34eec6d3a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2221] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:59:48 2026] DELETE /v2.0/networks/e538fc39-4e87-4dca-9ab0-c4a50ff5aec3 => 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: 1104/2222] 10.0.0.71 () {34 vars in 666 bytes} [Thu Apr 2 17:59:48 2026] POST /v2.0/routers => generated 474 bytes in 690 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:59:48.904 8 INFO neutron.db.l3_hamode_db [None req-fb306cb4-02c8-403a-a1ca-c057a2ede6f6 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1119/2223] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:59:48 2026] DELETE /v2.0/networks/6175d495-e2aa-4712-83be-84a79f141cae => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 17:59:49.018 8 INFO neutron.db.l3_hamode_db [None req-fb306cb4-02c8-403a-a1ca-c057a2ede6f6 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1120/2224] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 17:59:49 2026] DELETE /v2.0/networks/53fc1194-2acb-459f-8963-1fd4e7aa135a => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2227] 10.0.0.71 () {34 vars in 666 bytes} [Thu Apr 2 17:59:48 2026] POST /v2.0/routers => generated 474 bytes in 740 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:59:49.638 7 INFO neutron.db.l3_hamode_db [None req-cf595e70-0e8e-423a-8513-fc18ead6115d 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 17:59:49.755 7 INFO neutron.db.l3_hamode_db [None req-cf595e70-0e8e-423a-8513-fc18ead6115d 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1123/2228] 10.0.0.71 () {34 vars in 666 bytes} [Thu Apr 2 17:59:49 2026] POST /v2.0/routers => generated 474 bytes in 625 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2229] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:49 2026] GET /v2.0/security-groups?tenant_id=573f4c6c4f1d4a199c96c5b20a272296&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:59:50.278 7 INFO neutron.db.l3_hamode_db [None req-46b3c1b0-0868-411b-88ba-57e497137703 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1107/2230] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:50 2026] DELETE /v2.0/security-groups/e5103e34-e8f4-43b6-8604-1b0f4a8388f7 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:59:50.397 7 INFO neutron.db.l3_hamode_db [None req-46b3c1b0-0868-411b-88ba-57e497137703 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1108/2231] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:50 2026] GET /v2.0/security-groups?tenant_id=ad8e5998a7c4441f8d4b07c94e22b0b3&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:59:50.593 7 INFO neutron.services.segments.plugin [-] Segment e60498fd-3f09-46d3-9ebc-dcc16c78bcc3 resource provider aggregate not found 2026-04-02 17:59:50.597 7 INFO neutron.services.segments.plugin [-] Segment e60498fd-3f09-46d3-9ebc-dcc16c78bcc3 resource provider aggregate not found 2026-04-02 17:59:50.615 7 INFO neutron.services.segments.plugin [-] Segment e60498fd-3f09-46d3-9ebc-dcc16c78bcc3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e60498fd-3f09-46d3-9ebc-dcc16c78bcc3 found for delete ", "request_id": "req-524445de-b0a5-46b0-ba5d-c691023d065d"}]} 2026-04-02 17:59:50.621 7 INFO neutron.services.segments.plugin [-] Segment e60498fd-3f09-46d3-9ebc-dcc16c78bcc3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e60498fd-3f09-46d3-9ebc-dcc16c78bcc3 found for delete ", "request_id": "req-105c4ddb-0162-498a-9d89-d00ac2d5d9fb"}]} 2026-04-02 17:59:50.630 7 INFO neutron.services.segments.plugin [-] Segment d214b4c3-fef6-4db0-a422-b86609d7ce12 resource provider aggregate not found 2026-04-02 17:59:50.640 7 INFO neutron.services.segments.plugin [-] Segment d214b4c3-fef6-4db0-a422-b86609d7ce12 resource provider aggregate not found 2026-04-02 17:59:50.649 7 INFO neutron.services.segments.plugin [-] Segment d214b4c3-fef6-4db0-a422-b86609d7ce12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d214b4c3-fef6-4db0-a422-b86609d7ce12 found for delete ", "request_id": "req-1b937dce-5fda-45bf-87f5-9ae55a25dca0"}]} 2026-04-02 17:59:50.658 7 INFO neutron.services.segments.plugin [-] Segment d214b4c3-fef6-4db0-a422-b86609d7ce12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d214b4c3-fef6-4db0-a422-b86609d7ce12 found for delete ", "request_id": "req-b5aef14a-6516-4ef8-9081-68a0785475bf"}]} [pid: 8|app: 0|req: 1109/2232] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:50 2026] DELETE /v2.0/security-groups/523e99bf-e731-4c20-bc9c-b5ee0e75b37f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 17:59:50.665 7 INFO neutron.services.segments.plugin [-] Segment 832460da-40a5-438e-8298-8fb6f1a7a515 resource provider aggregate not found 2026-04-02 17:59:50.677 7 INFO neutron.services.segments.plugin [-] Segment 832460da-40a5-438e-8298-8fb6f1a7a515 resource provider aggregate not found 2026-04-02 17:59:50.682 7 INFO neutron.services.segments.plugin [-] Segment 832460da-40a5-438e-8298-8fb6f1a7a515 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 832460da-40a5-438e-8298-8fb6f1a7a515 found for delete ", "request_id": "req-a3f2600e-6e6b-4f0e-b0ab-4fb18ca20cd1"}]} 2026-04-02 17:59:50.693 7 INFO neutron.services.segments.plugin [-] Segment 9f7c5f1d-fa07-44b6-a8ae-28cd6d81aca7 resource provider aggregate not found 2026-04-02 17:59:50.698 7 INFO neutron.services.segments.plugin [-] Segment 832460da-40a5-438e-8298-8fb6f1a7a515 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 832460da-40a5-438e-8298-8fb6f1a7a515 found for delete ", "request_id": "req-bfd8f64c-3d5b-4cdb-a7f7-6bac8fef1c19"}]} 2026-04-02 17:59:50.707 7 INFO neutron.services.segments.plugin [-] Segment 9f7c5f1d-fa07-44b6-a8ae-28cd6d81aca7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f7c5f1d-fa07-44b6-a8ae-28cd6d81aca7 found for delete ", "request_id": "req-05deaf59-43e5-4072-8929-9bedfdf3c0c5"}]} 2026-04-02 17:59:50.714 7 INFO neutron.services.segments.plugin [-] Segment 9f7c5f1d-fa07-44b6-a8ae-28cd6d81aca7 resource provider aggregate not found 2026-04-02 17:59:50.734 7 INFO neutron.services.segments.plugin [-] Segment 9f7c5f1d-fa07-44b6-a8ae-28cd6d81aca7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f7c5f1d-fa07-44b6-a8ae-28cd6d81aca7 found for delete ", "request_id": "req-e2dc047a-e1da-49d1-9230-e426335b28c2"}]} [pid: 8|app: 0|req: 1110/2233] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:50 2026] GET /v2.0/security-groups?tenant_id=6f2a5991b5414628b9b647ec30e159c5&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2234] 10.0.0.71 () {34 vars in 666 bytes} [Thu Apr 2 17:59:50 2026] POST /v2.0/routers => generated 474 bytes in 807 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2235] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:50 2026] DELETE /v2.0/security-groups/6b514754-7111-4382-b38e-6a7359672c8e => 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: 1125/2236] 10.0.0.71 () {34 vars in 749 bytes} [Thu Apr 2 17:59:51 2026] PUT /v2.0/routers/bfe3f3f1-f8c2-47e0-bcdc-36e32d9c6b23/tags => generated 17 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2237] 10.0.0.71 () {34 vars in 749 bytes} [Thu Apr 2 17:59:51 2026] PUT /v2.0/routers/1b785de5-2c91-4e5b-afb6-4b83f5ef10c5/tags => generated 25 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2238] 10.0.0.71 () {34 vars in 749 bytes} [Thu Apr 2 17:59:51 2026] PUT /v2.0/routers/3876c86a-0af8-4ca7-8e2a-7b464cd98633/tags => generated 34 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:59:51.418 8 INFO neutron.db.segments_db [None req-d8430d82-a0d5-4843-8bc4-ef77e2ab373b 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Added segment d6d73982-94d5-4e0d-897c-cdade81acfb9 of type vxlan for network b24f3d0b-7337-4566-a652-f116b7091114 [pid: 7|app: 0|req: 1128/2239] 10.0.0.71 () {34 vars in 749 bytes} [Thu Apr 2 17:59:51 2026] PUT /v2.0/routers/001310d0-61e9-46ca-86d9-339798b6464e/tags => generated 19 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2240] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:59:51 2026] POST /v2.0/networks => generated 621 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2241] 10.0.0.71 () {32 vars in 662 bytes} [Thu Apr 2 17:59:51 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2242] 10.0.0.71 () {32 vars in 676 bytes} [Thu Apr 2 17:59:51 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2243] 10.0.0.71 () {32 vars in 672 bytes} [Thu Apr 2 17:59:51 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2244] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:59:51 2026] POST /v2.0/subnets => generated 658 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2245] 10.0.0.71 () {32 vars in 684 bytes} [Thu Apr 2 17:59:51 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2246] 10.0.0.71 () {32 vars in 670 bytes} [Thu Apr 2 17:59:51 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2247] 10.0.0.71 () {32 vars in 720 bytes} [Thu Apr 2 17:59:51 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2248] 10.0.0.71 () {32 vars in 684 bytes} [Thu Apr 2 17:59:51 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2249] 10.0.0.71 () {32 vars in 680 bytes} [Thu Apr 2 17:59:51 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2250] 10.0.0.71 () {32 vars in 692 bytes} [Thu Apr 2 17:59:51 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2251] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:59:51 2026] POST /v2.0/subnets => generated 732 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2252] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 17:59:52 2026] GET /v2.0/routers/bfe3f3f1-f8c2-47e0-bcdc-36e32d9c6b23 => generated 485 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:52.117 8 INFO neutron.db.segments_db [None req-2eaebe02-191c-47c6-8979-bea3a8ec2e0d 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Added segment 686c9720-918e-4d19-9e57-661f64f9e7ed of type vxlan for network fde2b483-f4ea-4165-aa73-cab1662e8022 [pid: 8|app: 0|req: 1116/2253] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:59:52 2026] POST /v2.0/networks => generated 618 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2254] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:59:52 2026] POST /v2.0/subnets => generated 656 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2255] 10.0.0.71 () {34 vars in 740 bytes} [Thu Apr 2 17:59:52 2026] PUT /v2.0/routers/bfe3f3f1-f8c2-47e0-bcdc-36e32d9c6b23 => generated 485 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2256] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:59:52 2026] GET /v2.0/ports?device_id=bfe3f3f1-f8c2-47e0-bcdc-36e32d9c6b23 => 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: 1118/2257] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:59:52 2026] POST /v2.0/subnets => generated 725 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:59:52.696 8 INFO neutron.db.segments_db [None req-c7d0f8b6-461d-42cc-90dc-3dcf228c672d 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Added segment 476ecb39-2d5f-45bf-b40c-10bf0f468562 of type vxlan for network 6561c536-47e3-4790-8e18-5e2480d35d23 [pid: 8|app: 0|req: 1119/2258] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 17:59:52 2026] POST /v2.0/networks => generated 618 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:59:52.785 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f278f6c-901d-4e54-9b95-5627bcc58a2c 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] TaaS: Handle Delete Port: f839228d-3ea4-4574-8f44-86ef39fc60b2 2026-04-02 17:59:52.788 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f278f6c-901d-4e54-9b95-5627bcc58a2c 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] Tap Mirror: Handle Delete Port: f839228d-3ea4-4574-8f44-86ef39fc60b2 [pid: 7|app: 0|req: 1140/2259] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:59:52 2026] DELETE /v2.0/routers/bfe3f3f1-f8c2-47e0-bcdc-36e32d9c6b23 => generated 0 bytes in 393 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2260] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:59:52 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: 7|app: 0|req: 1141/2261] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 17:59:53 2026] GET /v2.0/routers/1b785de5-2c91-4e5b-afb6-4b83f5ef10c5 => generated 493 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2262] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:59:53 2026] POST /v2.0/subnets => generated 729 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:59:53.290 8 INFO neutron.db.segments_db [None req-62cd7216-4358-48f2-86b2-50363c5cfdff 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Added segment c875298d-5430-4d16-9e98-f32d59f5c28c of type vxlan for network b5d82140-0ac2-4bfc-ae4a-89e7f35f709e 2026-04-02 17:59:53.562 8 INFO neutron.db.l3_hamode_db [None req-62cd7216-4358-48f2-86b2-50363c5cfdff 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1142/2263] 10.0.0.71 () {34 vars in 740 bytes} [Thu Apr 2 17:59:53 2026] PUT /v2.0/routers/1b785de5-2c91-4e5b-afb6-4b83f5ef10c5 => generated 493 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2264] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:59:53 2026] GET /v2.0/ports?device_id=1b785de5-2c91-4e5b-afb6-4b83f5ef10c5 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:59:53.816 7 INFO neutron_taas.services.taas.taas_plugin [None req-d00060bb-c426-4ebf-afd2-a230cd53e9ba 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] TaaS: Handle Delete Port: be16892f-8559-4689-9b3f-3c5100b7c720 2026-04-02 17:59:53.818 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d00060bb-c426-4ebf-afd2-a230cd53e9ba 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] Tap Mirror: Handle Delete Port: be16892f-8559-4689-9b3f-3c5100b7c720 [pid: 7|app: 0|req: 1144/2265] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:59:53 2026] DELETE /v2.0/routers/1b785de5-2c91-4e5b-afb6-4b83f5ef10c5 => generated 0 bytes in 374 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2266] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 17:59:54 2026] GET /v2.0/routers/3876c86a-0af8-4ca7-8e2a-7b464cd98633 => generated 502 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:54.350 8 INFO neutron.db.l3_hamode_db [None req-62cd7216-4358-48f2-86b2-50363c5cfdff 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1146/2267] 10.0.0.71 () {34 vars in 740 bytes} [Thu Apr 2 17:59:54 2026] PUT /v2.0/routers/3876c86a-0af8-4ca7-8e2a-7b464cd98633 => generated 502 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2268] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:59:54 2026] GET /v2.0/ports?device_id=3876c86a-0af8-4ca7-8e2a-7b464cd98633 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:59:54.797 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d7758cb-ab40-44d3-a6c8-e89cbacf03aa 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] TaaS: Handle Delete Port: 3cf4802a-8947-44e3-8d5a-8caf1d740c03 2026-04-02 17:59:54.799 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d7758cb-ab40-44d3-a6c8-e89cbacf03aa 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] Tap Mirror: Handle Delete Port: 3cf4802a-8947-44e3-8d5a-8caf1d740c03 [pid: 7|app: 0|req: 1148/2269] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:59:54 2026] DELETE /v2.0/routers/3876c86a-0af8-4ca7-8e2a-7b464cd98633 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2270] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 17:59:54 2026] GET /v2.0/routers/001310d0-61e9-46ca-86d9-339798b6464e => generated 487 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2271] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 17:59:53 2026] POST /v2.0/routers => generated 684 bytes in 2054 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2272] 10.0.0.71 () {34 vars in 676 bytes} [Thu Apr 2 17:59:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2273] 10.0.0.71 () {34 vars in 740 bytes} [Thu Apr 2 17:59:55 2026] PUT /v2.0/routers/001310d0-61e9-46ca-86d9-339798b6464e => generated 487 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2274] 10.0.0.71 () {34 vars in 676 bytes} [Thu Apr 2 17:59:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2275] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:59:55 2026] GET /v2.0/ports?device_id=001310d0-61e9-46ca-86d9-339798b6464e => 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: 1153/2276] 10.0.0.71 () {34 vars in 676 bytes} [Thu Apr 2 17:59:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:59:55.813 7 INFO neutron_taas.services.taas.taas_plugin [None req-bff3bf76-1495-4ec4-8f15-95ccfb654554 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] TaaS: Handle Delete Port: 87c86ba7-53d8-4fe8-802b-f2b260b8911d 2026-04-02 17:59:55.821 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bff3bf76-1495-4ec4-8f15-95ccfb654554 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] Tap Mirror: Handle Delete Port: 87c86ba7-53d8-4fe8-802b-f2b260b8911d [pid: 7|app: 0|req: 1154/2277] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:59:55 2026] DELETE /v2.0/routers/001310d0-61e9-46ca-86d9-339798b6464e => generated 0 bytes in 379 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2278] 10.0.0.71 () {34 vars in 676 bytes} [Thu Apr 2 17:59:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2279] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 17:59:56 2026] GET /v2.0/routers/adffc174-a540-4b16-a289-d1fbf725272b => generated 480 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2280] 10.0.0.71 () {34 vars in 676 bytes} [Thu Apr 2 17:59:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2281] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:59:55 2026] PUT /v2.0/routers/fea47354-4de1-4d3f-9abc-86cc76acfd6c/add_router_interface => generated 309 bytes in 1389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2282] 10.0.0.71 () {34 vars in 751 bytes} [Thu Apr 2 17:59:56 2026] PUT /v2.0/policies/295e4742-1ba8-44d1-b99a-23937ad6bd2a/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2283] 10.0.0.71 () {34 vars in 740 bytes} [Thu Apr 2 17:59:56 2026] PUT /v2.0/routers/adffc174-a540-4b16-a289-d1fbf725272b => generated 480 bytes in 954 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2284] 10.0.0.71 () {34 vars in 751 bytes} [Thu Apr 2 17:59:57 2026] PUT /v2.0/policies/26a98b93-3058-47b6-9aad-be5f256da0ad/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2285] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 17:59:57 2026] GET /v2.0/ports?device_id=adffc174-a540-4b16-a289-d1fbf725272b => 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: 1161/2286] 10.0.0.71 () {34 vars in 751 bytes} [Thu Apr 2 17:59:57 2026] PUT /v2.0/policies/230e76d5-5c26-43e5-bf5a-faf86cde062a/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:59:57.429 7 INFO neutron_taas.services.taas.taas_plugin [None req-630f3820-a4a9-4f0b-b3c0-10dcc6b936da 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] TaaS: Handle Delete Port: 0f476cb8-ea05-4c28-a9ea-a17f55cf8fbe 2026-04-02 17:59:57.432 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-630f3820-a4a9-4f0b-b3c0-10dcc6b936da 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] Tap Mirror: Handle Delete Port: 0f476cb8-ea05-4c28-a9ea-a17f55cf8fbe 2026-04-02 17:59:57.815 7 INFO neutron.services.segments.plugin [-] Segment c83785f5-02ce-49ae-b264-754f4054a033 resource provider aggregate not found 2026-04-02 17:59:57.819 7 INFO neutron.services.segments.plugin [-] Segment c83785f5-02ce-49ae-b264-754f4054a033 resource provider aggregate not found 2026-04-02 17:59:57.837 7 INFO neutron.services.segments.plugin [-] Segment c83785f5-02ce-49ae-b264-754f4054a033 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c83785f5-02ce-49ae-b264-754f4054a033 found for delete ", "request_id": "req-e703c31f-4490-4e0f-9b0e-3601be092645"}]} 2026-04-02 17:59:57.843 7 INFO neutron.services.segments.plugin [-] Segment c83785f5-02ce-49ae-b264-754f4054a033 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c83785f5-02ce-49ae-b264-754f4054a033 found for delete ", "request_id": "req-7a9ce5b2-4910-4387-9301-e6a5c45eea00"}]} 2026-04-02 17:59:57.849 7 INFO neutron.db.l3_hamode_db [None req-630f3820-a4a9-4f0b-b3c0-10dcc6b936da 039b17026cac4b52bcf7722dc6459f1d 9cbc547d8c604d4483651f8d07ca088c - - default default] HA network e32eab2e-10e8-4e53-b795-d4d81beb1dce was deleted as no HA routers are present in tenant 9cbc547d8c604d4483651f8d07ca088c. [pid: 7|app: 0|req: 1162/2287] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 17:59:57 2026] DELETE /v2.0/routers/adffc174-a540-4b16-a289-d1fbf725272b => generated 0 bytes in 596 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2288] 10.0.0.71 () {34 vars in 751 bytes} [Thu Apr 2 17:59:57 2026] PUT /v2.0/policies/2162c10b-2065-470d-9f03-9ff17af5b79b/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2289] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:59:56 2026] PUT /v2.0/routers/fea47354-4de1-4d3f-9abc-86cc76acfd6c/add_router_interface => generated 309 bytes in 1369 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2290] 10.0.0.71 () {32 vars in 672 bytes} [Thu Apr 2 17:59:58 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2291] 10.0.0.71 () {32 vars in 686 bytes} [Thu Apr 2 17:59:58 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2292] 10.0.0.71 () {32 vars in 682 bytes} [Thu Apr 2 17:59:58 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2293] 10.0.0.71 () {32 vars in 694 bytes} [Thu Apr 2 17:59:58 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2294] 10.0.0.71 () {32 vars in 680 bytes} [Thu Apr 2 17:59:58 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2295] 10.0.0.71 () {32 vars in 694 bytes} [Thu Apr 2 17:59:58 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2296] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:58 2026] GET /v2.0/security-groups?tenant_id=c4d5367717a1430d8d7b235fe6405f83&name=default => generated 2929 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2297] 10.0.0.71 () {32 vars in 690 bytes} [Thu Apr 2 17:59:59 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2298] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:59 2026] DELETE /v2.0/security-groups/4b513257-c17d-4bbe-b4f0-e77e2f2abccc => 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: 1173/2299] 10.0.0.71 () {32 vars in 702 bytes} [Thu Apr 2 17:59:59 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2300] 10.0.0.71 () {32 vars in 732 bytes} [Thu Apr 2 17:59:59 2026] DELETE /v2.0/qos/policies/295e4742-1ba8-44d1-b99a-23937ad6bd2a => 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: 1175/2301] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:59 2026] GET /v2.0/security-groups?tenant_id=5fbb218fc7ef44b8b47a420a8f469060&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2302] 10.0.0.71 () {32 vars in 732 bytes} [Thu Apr 2 17:59:59 2026] DELETE /v2.0/qos/policies/26a98b93-3058-47b6-9aad-be5f256da0ad => 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: 1127/2303] 10.0.0.71 () {34 vars in 781 bytes} [Thu Apr 2 17:59:58 2026] PUT /v2.0/routers/fea47354-4de1-4d3f-9abc-86cc76acfd6c/add_router_interface => generated 309 bytes in 1261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2304] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:59 2026] DELETE /v2.0/security-groups/599989b1-6706-4629-8de7-3b23f63abc55 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2305] 10.0.0.71 () {32 vars in 732 bytes} [Thu Apr 2 17:59:59 2026] DELETE /v2.0/qos/policies/230e76d5-5c26-43e5-bf5a-faf86cde062a => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2306] 10.0.0.71 () {32 vars in 732 bytes} [Thu Apr 2 17:59:59 2026] DELETE /v2.0/qos/policies/2162c10b-2065-470d-9f03-9ff17af5b79b => 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: 1179/2307] 10.0.0.71 () {32 vars in 732 bytes} [Thu Apr 2 17:59:59 2026] DELETE /v2.0/qos/policies/0e80056a-52b0-49e7-88bf-dc20f74a6f31 => 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: 1129/2308] 10.0.0.71 () {34 vars in 682 bytes} [Thu Apr 2 17:59:59 2026] POST /v2.0/security-groups => generated 1629 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2309] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 17:59:59 2026] GET /v2.0/security-groups?tenant_id=9cbc547d8c604d4483651f8d07ca088c&name=default => generated 2929 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2310] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:59:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2311] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 17:59:59 2026] DELETE /v2.0/security-groups/31b5dea6-5378-44f7-96c5-d2686ee14e74 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2312] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 17:59:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2313] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 18:00:00 2026] POST /v2.0/security-group-rules => generated 599 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2314] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 18:00:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2315] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 18:00:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2316] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 18:00:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2317] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 18:00:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2318] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:00:00 2026] GET /v2.0/security-groups?tenant_id=0d8dc140c6804275b7bd98b215890703&name=default => generated 2929 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2319] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 18:00:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2320] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:00:00 2026] DELETE /v2.0/security-groups/8cbf5ec6-0edf-4ecc-bdc7-ad1a8eb514bb => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2321] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 18:00:01 2026] POST /v2.0/security-group-rules => generated 599 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2322] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 18:00:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2323] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:00:01 2026] GET /v2.0/security-groups?tenant_id=98465216a11f4b6baf27e7ce1fca8456&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2324] 10.0.0.71 () {34 vars in 693 bytes} [Thu Apr 2 18:00:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2325] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:00:01 2026] DELETE /v2.0/security-groups/11bee68d-444c-4c29-8d12-cdfabb86c8c5 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2326] 10.0.0.100 () {34 vars in 1093 bytes} [Thu Apr 2 18:00:01 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-200340113&fields=id&tenant_id=940101676db746dd85a038699c73a260 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2327] 10.0.0.100 () {34 vars in 981 bytes} [Thu Apr 2 18:00:01 2026] GET /v2.0/networks?id=fde2b483-f4ea-4165-aa73-cab1662e8022 => generated 704 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2328] 10.0.0.100 () {34 vars in 964 bytes} [Thu Apr 2 18:00:01 2026] GET /v2.0/quotas/940101676db746dd85a038699c73a260 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2329] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:00:01 2026] GET /v2.0/security-groups?tenant_id=422a671e655b45cd824ff7b15eb7d913&name=default => generated 2929 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2330] 10.0.0.100 () {34 vars in 1001 bytes} [Thu Apr 2 18:00:01 2026] GET /v2.0/ports?tenant_id=940101676db746dd85a038699c73a260&fields=id => generated 241 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2331] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:00:01 2026] DELETE /v2.0/security-groups/f3d679e2-27b4-4754-82b6-96ce4154b48c => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2332] 10.0.0.100 () {34 vars in 1007 bytes} [Thu Apr 2 18:00:02 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?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: 1190/2333] 10.0.0.100 () {34 vars in 1107 bytes} [Thu Apr 2 18:00:02 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?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: 1144/2334] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:00:02 2026] GET /v2.0/ports?device_id=af512914-a520-4d49-ae63-22ba9561a850 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:00:04.243 7 INFO neutron.db.segments_db [None req-1e932310-5e65-44a2-910a-404f661ae342 2eddbbd1237c449d9cdafc5dfebcc74d 52fa5377de454146933b2cab10efd3f6 - - default default] Added segment 03dec3dc-4dbb-490a-af33-1069e4527637 of type vxlan for network 95b07a2d-27c4-4df4-b5fd-abe319eef3a4 [pid: 7|app: 0|req: 1191/2335] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 18:00:03 2026] POST /v2.0/networks => generated 612 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2338] 10.0.0.71 () {34 vars in 662 bytes} [Thu Apr 2 18:00:04 2026] POST /v2.0/ports => generated 743 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2339] 10.0.0.71 () {34 vars in 745 bytes} [Thu Apr 2 18:00:04 2026] PUT /v2.0/ports/74977a26-389a-42a8-a525-471bd2f218c6/tags => generated 25 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1146/2340] 10.0.0.71 () {32 vars in 725 bytes} [Thu Apr 2 18:00:04 2026] GET /v2.0/ports/74977a26-389a-42a8-a525-471bd2f218c6/tags => generated 25 bytes in 77 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: 1195/2341] 10.0.0.71 () {34 vars in 756 bytes} [Thu Apr 2 18:00:04 2026] PUT /v2.0/ports/74977a26-389a-42a8-a525-471bd2f218c6/tags/green => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1147/2342] 10.0.0.71 () {32 vars in 725 bytes} [Thu Apr 2 18:00:05 2026] GET /v2.0/ports/74977a26-389a-42a8-a525-471bd2f218c6/tags => generated 34 bytes in 108 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: 1196/2343] 10.0.0.71 () {34 vars in 752 bytes} [Thu Apr 2 18:00:05 2026] PUT /v2.0/ports/74977a26-389a-42a8-a525-471bd2f218c6/tags/red => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1148/2344] 10.0.0.71 () {32 vars in 725 bytes} [Thu Apr 2 18:00:05 2026] GET /v2.0/ports/74977a26-389a-42a8-a525-471bd2f218c6/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1197/2345] 10.0.0.71 () {34 vars in 774 bytes} [Thu Apr 2 18:00:05 2026] PUT /v2.0/ports/74977a26-389a-42a8-a525-471bd2f218c6/tags/black.or.white => generated 4 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1149/2346] 10.0.0.71 () {32 vars in 725 bytes} [Thu Apr 2 18:00:05 2026] GET /v2.0/ports/74977a26-389a-42a8-a525-471bd2f218c6/tags => generated 52 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1198/2347] 10.0.0.71 () {34 vars in 745 bytes} [Thu Apr 2 18:00:05 2026] PUT /v2.0/ports/74977a26-389a-42a8-a525-471bd2f218c6/tags => generated 37 bytes in 86 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: 1150/2348] 10.0.0.71 () {32 vars in 725 bytes} [Thu Apr 2 18:00:05 2026] GET /v2.0/ports/74977a26-389a-42a8-a525-471bd2f218c6/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1199/2349] 10.0.0.71 () {32 vars in 733 bytes} [Thu Apr 2 18:00:05 2026] GET /v2.0/ports/74977a26-389a-42a8-a525-471bd2f218c6/tags/red => generated 0 bytes in 47 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-02 18:00:05.767 8 INFO neutron.api.v2.resource [None req-8c2393c9-7a1f-4f53-8169-62526b082fd8 2eddbbd1237c449d9cdafc5dfebcc74d 52fa5377de454146933b2cab10efd3f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1151/2350] 10.0.0.71 () {32 vars in 737 bytes} [Thu Apr 2 18:00:05 2026] GET /v2.0/ports/74977a26-389a-42a8-a525-471bd2f218c6/tags/green => generated 99 bytes in 53 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: 1200/2351] 10.0.0.71 () {32 vars in 736 bytes} [Thu Apr 2 18:00:05 2026] DELETE /v2.0/ports/74977a26-389a-42a8-a525-471bd2f218c6/tags/red => generated 0 bytes in 95 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: 1152/2352] 10.0.0.71 () {32 vars in 725 bytes} [Thu Apr 2 18:00:05 2026] GET /v2.0/ports/74977a26-389a-42a8-a525-471bd2f218c6/tags => generated 30 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 18:00:05.996 7 INFO neutron.api.v2.resource [None req-f66f56ca-158c-4351-b316-d07a767679e3 2eddbbd1237c449d9cdafc5dfebcc74d 52fa5377de454146933b2cab10efd3f6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1201/2353] 10.0.0.71 () {32 vars in 740 bytes} [Thu Apr 2 18:00:05 2026] DELETE /v2.0/ports/74977a26-389a-42a8-a525-471bd2f218c6/tags/green => generated 99 bytes in 59 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: 1153/2354] 10.0.0.71 () {32 vars in 728 bytes} [Thu Apr 2 18:00:06 2026] DELETE /v2.0/ports/74977a26-389a-42a8-a525-471bd2f218c6/tags => generated 0 bytes in 82 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: 1202/2355] 10.0.0.71 () {32 vars in 725 bytes} [Thu Apr 2 18:00:06 2026] GET /v2.0/ports/74977a26-389a-42a8-a525-471bd2f218c6/tags => generated 12 bytes in 87 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-02 18:00:06.274 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e0759d1-b31f-41be-aed7-bb25ef858478 2eddbbd1237c449d9cdafc5dfebcc74d 52fa5377de454146933b2cab10efd3f6 - - default default] TaaS: Handle Delete Port: 74977a26-389a-42a8-a525-471bd2f218c6 2026-04-02 18:00:06.277 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e0759d1-b31f-41be-aed7-bb25ef858478 2eddbbd1237c449d9cdafc5dfebcc74d 52fa5377de454146933b2cab10efd3f6 - - default default] Tap Mirror: Handle Delete Port: 74977a26-389a-42a8-a525-471bd2f218c6 [pid: 8|app: 0|req: 1154/2356] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 18:00:06 2026] DELETE /v2.0/ports/74977a26-389a-42a8-a525-471bd2f218c6 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 18:00:06.492 7 INFO neutron.services.segments.plugin [-] Segment 03dec3dc-4dbb-490a-af33-1069e4527637 resource provider aggregate not found 2026-04-02 18:00:06.498 7 INFO neutron.services.segments.plugin [-] Segment 03dec3dc-4dbb-490a-af33-1069e4527637 resource provider aggregate not found [pid: 7|app: 0|req: 1203/2357] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 18:00:06 2026] DELETE /v2.0/networks/95b07a2d-27c4-4df4-b5fd-abe319eef3a4 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:00:06.512 7 INFO neutron.services.segments.plugin [-] Segment 03dec3dc-4dbb-490a-af33-1069e4527637 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03dec3dc-4dbb-490a-af33-1069e4527637 found for delete ", "request_id": "req-6ea79d27-427e-4f00-a32e-7fbaacf68a04"}]} 2026-04-02 18:00:06.519 7 INFO neutron.services.segments.plugin [-] Segment 03dec3dc-4dbb-490a-af33-1069e4527637 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03dec3dc-4dbb-490a-af33-1069e4527637 found for delete ", "request_id": "req-118c0b6f-fee4-4f18-b754-d002e0fe40ec"}]} [pid: 7|app: 0|req: 1204/2358] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 18:00:06 2026] GET /v2.0/networks?id=fde2b483-f4ea-4165-aa73-cab1662e8022 => generated 704 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2359] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 2 18:00:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=940101676db746dd85a038699c73a260 => generated 178 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2360] 10.0.0.71 () {34 vars in 674 bytes} [Thu Apr 2 18:00:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2361] 10.0.0.71 () {34 vars in 674 bytes} [Thu Apr 2 18:00:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2362] 10.0.0.71 () {34 vars in 674 bytes} [Thu Apr 2 18:00:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2363] 10.0.0.71 () {34 vars in 674 bytes} [Thu Apr 2 18:00:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2364] 10.0.0.71 () {34 vars in 674 bytes} [Thu Apr 2 18:00:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2365] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:00:07 2026] GET /v2.0/security-groups?tenant_id=52fa5377de454146933b2cab10efd3f6&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2366] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 2 18:00:06 2026] POST /v2.0/ports => generated 1183 bytes in 544 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: 1161/2367] 10.0.0.71 () {34 vars in 757 bytes} [Thu Apr 2 18:00:07 2026] PUT /v2.0/subnetpools/0a4b4929-2a49-47ca-af05-0aeef0fb2a4c/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2368] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:00:07 2026] DELETE /v2.0/security-groups/bf463de8-7f21-4d15-95fd-99a7c022ab4c => 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: 1208/2369] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:00:07 2026] GET /v2.0/ports?device_id=af512914-a520-4d49-ae63-22ba9561a850 => generated 1186 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2370] 10.0.0.71 () {34 vars in 757 bytes} [Thu Apr 2 18:00:07 2026] PUT /v2.0/subnetpools/e3b7ec6a-e1a0-46e0-a9fe-5bccd2b76327/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2371] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 18:00:07 2026] GET /v2.0/security-groups?id=6b388a30-83a1-4fae-aed2-061e8fec1d17&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2372] 10.0.0.71 () {34 vars in 757 bytes} [Thu Apr 2 18:00:07 2026] PUT /v2.0/subnetpools/c36a8495-6aa6-4654-ab2b-80a7674a5146/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2373] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:00:07 2026] GET /v2.0/security-groups?tenant_id=2290475197ab4c25aed536af85c162e0&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2374] 10.0.0.71 () {34 vars in 757 bytes} [Thu Apr 2 18:00:07 2026] PUT /v2.0/subnetpools/574ef742-99a8-46fc-a6ba-2074235a72d8/tags => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2375] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:00:07 2026] DELETE /v2.0/security-groups/47af76ee-2c0e-44cb-be77-ef8e0a1824ec => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2376] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 18:00:07 2026] PUT /v2.0/ports/5facb272-f022-4457-8709-910c19b8510c => generated 1464 bytes in 532 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2377] 10.0.0.71 () {32 vars in 670 bytes} [Thu Apr 2 18:00:07 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 30 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-02 18:00:07.952 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae61c905-2a27-4d46-817c-8ac639171f68'] response: {'name': 'network-changed', 'server_uuid': 'af512914-a520-4d49-ae63-22ba9561a850', 'tag': '5facb272-f022-4457-8709-910c19b8510c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1163/2378] 10.0.0.71 () {32 vars in 684 bytes} [Thu Apr 2 18:00:07 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2379] 10.0.0.71 () {32 vars in 680 bytes} [Thu Apr 2 18:00:07 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: 8|app: 0|req: 1164/2380] 10.0.0.71 () {32 vars in 692 bytes} [Thu Apr 2 18:00:08 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2381] 10.0.0.71 () {32 vars in 678 bytes} [Thu Apr 2 18:00:08 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2382] 10.0.0.71 () {32 vars in 692 bytes} [Thu Apr 2 18:00:08 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2383] 10.0.0.71 () {32 vars in 688 bytes} [Thu Apr 2 18:00:08 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2384] 10.0.0.71 () {32 vars in 700 bytes} [Thu Apr 2 18:00:08 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2385] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 18:00:08 2026] DELETE /v2.0/subnetpools/0a4b4929-2a49-47ca-af05-0aeef0fb2a4c => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2386] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 18:00:08 2026] DELETE /v2.0/subnetpools/e3b7ec6a-e1a0-46e0-a9fe-5bccd2b76327 => 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: 1220/2387] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 18:00:08 2026] DELETE /v2.0/subnetpools/c36a8495-6aa6-4654-ab2b-80a7674a5146 => 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: 1168/2388] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 18:00:08 2026] DELETE /v2.0/subnetpools/574ef742-99a8-46fc-a6ba-2074235a72d8 => 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: 1169/2389] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 18:00:08 2026] DELETE /v2.0/subnetpools/cdc7fc85-15df-4a47-a65b-ebefc9f7d855 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2390] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:00:08 2026] GET /v2.0/ports?tenant_id=940101676db746dd85a038699c73a260&device_id=af512914-a520-4d49-ae63-22ba9561a850 => generated 1467 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2391] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 2 18:00:08 2026] GET /v2.0/networks?tenant_id=940101676db746dd85a038699c73a260&shared=False => generated 2372 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2392] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 2 18:00:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2393] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:00:09 2026] GET /v2.0/security-groups?tenant_id=6b1e77fac9e44cefb79a2fd56a3656d9&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2394] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:00:09 2026] DELETE /v2.0/security-groups/a0254b45-f1d3-48cd-b0fd-e39c28aed606 => 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: 1172/2395] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:00:09 2026] GET /v2.0/ports?tenant_id=940101676db746dd85a038699c73a260&device_id=af512914-a520-4d49-ae63-22ba9561a850 => generated 1467 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2396] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:00:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.242&port_id=5facb272-f022-4457-8709-910c19b8510c => 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: 1173/2397] 199.204.45.155 () {34 vars in 1103 bytes} [Thu Apr 2 18:00:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2ba&port_id=5facb272-f022-4457-8709-910c19b8510c => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2398] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 2 18:00:09 2026] GET /v2.0/subnets?id=25a73496-6ee3-4a60-a4e1-9d5e134f38d4&id=9e620649-b677-4cc7-9e40-2e248359bd4c => generated 1410 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2399] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:00:09 2026] GET /v2.0/ports?network_id=fde2b483-f4ea-4165-aa73-cab1662e8022&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2400] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:00:09 2026] GET /v2.0/ports?network_id=fde2b483-f4ea-4165-aa73-cab1662e8022&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: 1227/2401] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:00:09 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?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: 1228/2402] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:00:09 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?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: 1175/2403] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:00:09 2026] GET /v2.0/security-groups?tenant_id=2a77dcb5687b49c88d3ee3b37816e046&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2404] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:00:10 2026] DELETE /v2.0/security-groups/4bf700b3-0840-40b9-8735-9f55377c4680 => 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: 1176/2405] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:00:10 2026] GET /v2.0/security-groups?tenant_id=88c63dbd6c5841f2a74cdfa53b275c54&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2406] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:00:10 2026] DELETE /v2.0/security-groups/b1887c85-7a17-408e-ac29-3696909d8044 => 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: 1177/2407] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:00:11 2026] GET /v2.0/security-groups?tenant_id=e94d0155e59847999a3a5a709884cd94&name=default => generated 2929 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2408] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:00:12 2026] DELETE /v2.0/security-groups/75e60467-522d-4627-a55a-38101e7213e7 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2409] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:00:12 2026] GET /v2.0/security-groups?tenant_id=c4dae86234b04937b87538c38d339cf2&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2410] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:00:12 2026] DELETE /v2.0/security-groups/85439b55-dde2-4b5d-8d38-a5d11a90bff7 => 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: 1179/2411] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:00:12 2026] GET /v2.0/ports?device_id=af512914-a520-4d49-ae63-22ba9561a850 => generated 1200 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2412] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 18:00:12 2026] GET /v2.0/security-groups?id=6b388a30-83a1-4fae-aed2-061e8fec1d17&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:00:14.305 8 INFO neutron.db.segments_db [None req-c3f63d2a-5608-45ac-90a8-00e0db658c7c 9d2e0ac9ed8a466487f56d773c3f5ce5 d42f01e88a984c5fb7a905a1ac5e3386 - - default default] Added segment bd8fe173-6c00-4800-afb6-06b9bb1f1042 of type vxlan for network 78d6c205-267b-4e3f-9359-044f7400bb22 2026-04-02 18:00:14.589 8 INFO neutron.db.l3_hamode_db [None req-c3f63d2a-5608-45ac-90a8-00e0db658c7c 9d2e0ac9ed8a466487f56d773c3f5ce5 d42f01e88a984c5fb7a905a1ac5e3386 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:00:14.699 8 INFO neutron.db.l3_hamode_db [None req-c3f63d2a-5608-45ac-90a8-00e0db658c7c 9d2e0ac9ed8a466487f56d773c3f5ce5 d42f01e88a984c5fb7a905a1ac5e3386 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1180/2413] 10.0.0.71 () {34 vars in 666 bytes} [Thu Apr 2 18:00:14 2026] POST /v2.0/routers => generated 474 bytes in 1224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2414] 10.0.0.71 () {34 vars in 749 bytes} [Thu Apr 2 18:00:15 2026] PUT /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e/tags => generated 25 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2415] 10.0.0.71 () {32 vars in 729 bytes} [Thu Apr 2 18:00:15 2026] GET /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e/tags => generated 25 bytes in 532 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2416] 10.0.0.71 () {34 vars in 760 bytes} [Thu Apr 2 18:00:16 2026] PUT /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e/tags/green => generated 4 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2417] 10.0.0.71 () {32 vars in 729 bytes} [Thu Apr 2 18:00:16 2026] GET /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e/tags => generated 34 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2418] 10.0.0.71 () {34 vars in 756 bytes} [Thu Apr 2 18:00:16 2026] PUT /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e/tags/red => generated 4 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2419] 10.0.0.71 () {32 vars in 729 bytes} [Thu Apr 2 18:00:16 2026] GET /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e/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: 1237/2420] 10.0.0.71 () {34 vars in 778 bytes} [Thu Apr 2 18:00:16 2026] PUT /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e/tags/black.or.white => generated 4 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2421] 10.0.0.71 () {32 vars in 729 bytes} [Thu Apr 2 18:00:16 2026] GET /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e/tags => generated 52 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2422] 10.0.0.71 () {34 vars in 749 bytes} [Thu Apr 2 18:00:16 2026] PUT /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e/tags => generated 37 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2423] 10.0.0.71 () {32 vars in 729 bytes} [Thu Apr 2 18:00:16 2026] GET /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e/tags => generated 37 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2424] 10.0.0.71 () {32 vars in 737 bytes} [Thu Apr 2 18:00:16 2026] GET /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e/tags/red => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:00:17.196 8 INFO neutron.api.v2.resource [None req-5208ff50-2a2b-4c1a-abee-805f9320ad8d 9d2e0ac9ed8a466487f56d773c3f5ce5 d42f01e88a984c5fb7a905a1ac5e3386 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1186/2425] 10.0.0.71 () {32 vars in 741 bytes} [Thu Apr 2 18:00:17 2026] GET /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e/tags/green => generated 99 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2426] 10.0.0.71 () {32 vars in 740 bytes} [Thu Apr 2 18:00:17 2026] DELETE /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e/tags/red => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2427] 10.0.0.71 () {32 vars in 729 bytes} [Thu Apr 2 18:00:17 2026] GET /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e/tags => generated 30 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:00:17.539 7 INFO neutron.api.v2.resource [None req-86c665d0-4b0a-408e-b145-e4a4a2557c96 9d2e0ac9ed8a466487f56d773c3f5ce5 d42f01e88a984c5fb7a905a1ac5e3386 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1241/2428] 10.0.0.71 () {32 vars in 744 bytes} [Thu Apr 2 18:00:17 2026] DELETE /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e/tags/green => generated 99 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2429] 10.0.0.71 () {32 vars in 732 bytes} [Thu Apr 2 18:00:17 2026] DELETE /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e/tags => 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: 1242/2430] 10.0.0.71 () {32 vars in 729 bytes} [Thu Apr 2 18:00:17 2026] GET /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e/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: 1189/2431] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 18:00:17 2026] GET /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e => generated 480 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2432] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:00:17 2026] GET /v2.0/ports?device_id=af512914-a520-4d49-ae63-22ba9561a850 => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2433] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 18:00:17 2026] GET /v2.0/security-groups?id=6b388a30-83a1-4fae-aed2-061e8fec1d17&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2434] 10.0.0.71 () {32 vars in 816 bytes} [Thu Apr 2 18:00:17 2026] GET /v2.0/ports?network_id=fde2b483-f4ea-4165-aa73-cab1662e8022&mac_address=fa%3A16%3A3e%3Add%3A00%3A34 => generated 1200 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2435] 10.0.0.71 () {34 vars in 740 bytes} [Thu Apr 2 18:00:17 2026] PUT /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e => generated 480 bytes in 592 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2436] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 18:00:18 2026] GET /v2.0/ports?device_id=c4310895-f01c-4da4-a952-4ab06eb6057e => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:00:18.631 7 INFO neutron_taas.services.taas.taas_plugin [None req-09f5e0da-f37f-439f-a7db-442de7cfb682 9d2e0ac9ed8a466487f56d773c3f5ce5 d42f01e88a984c5fb7a905a1ac5e3386 - - default default] TaaS: Handle Delete Port: e380ac52-a686-421d-b1c3-3863e9fa7f5b 2026-04-02 18:00:18.640 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09f5e0da-f37f-439f-a7db-442de7cfb682 9d2e0ac9ed8a466487f56d773c3f5ce5 d42f01e88a984c5fb7a905a1ac5e3386 - - default default] Tap Mirror: Handle Delete Port: e380ac52-a686-421d-b1c3-3863e9fa7f5b 2026-04-02 18:00:18.869 8 INFO neutron.db.l3_db [None req-a1dc17b2-3f62-4beb-aa1e-c71d1f16175d 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Floating IP 7eb03d11-d8a3-42d8-b6c3-74f1556ff0c7 associated. External IP: 10.96.250.214, port: 5facb272-f022-4457-8709-910c19b8510c. 2026-04-02 18:00:19.001 7 INFO neutron.services.segments.plugin [-] Segment bd8fe173-6c00-4800-afb6-06b9bb1f1042 resource provider aggregate not found 2026-04-02 18:00:19.008 7 INFO neutron.services.segments.plugin [-] Segment bd8fe173-6c00-4800-afb6-06b9bb1f1042 resource provider aggregate not found 2026-04-02 18:00:19.026 7 INFO neutron.services.segments.plugin [-] Segment bd8fe173-6c00-4800-afb6-06b9bb1f1042 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd8fe173-6c00-4800-afb6-06b9bb1f1042 found for delete ", "request_id": "req-dc9700e5-fde3-4a96-836b-b0ea8baecf95"}]} 2026-04-02 18:00:19.032 7 INFO neutron.db.l3_hamode_db [None req-09f5e0da-f37f-439f-a7db-442de7cfb682 9d2e0ac9ed8a466487f56d773c3f5ce5 d42f01e88a984c5fb7a905a1ac5e3386 - - default default] HA network 78d6c205-267b-4e3f-9359-044f7400bb22 was deleted as no HA routers are present in tenant d42f01e88a984c5fb7a905a1ac5e3386. 2026-04-02 18:00:19.033 7 INFO neutron.services.segments.plugin [-] Segment bd8fe173-6c00-4800-afb6-06b9bb1f1042 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd8fe173-6c00-4800-afb6-06b9bb1f1042 found for delete ", "request_id": "req-87f04ac7-1ce1-4a7e-a27d-e9135cebe8e1"}]} [pid: 7|app: 0|req: 1245/2437] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 18:00:18 2026] DELETE /v2.0/routers/c4310895-f01c-4da4-a952-4ab06eb6057e => generated 0 bytes in 589 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2438] 10.0.0.71 () {34 vars in 675 bytes} [Thu Apr 2 18:00:18 2026] POST /v2.0/floatingips => generated 855 bytes in 1255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:00:19.342 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5c11728-dceb-4c8a-acff-76ba01461e84'] response: {'name': 'network-changed', 'server_uuid': 'af512914-a520-4d49-ae63-22ba9561a850', 'tag': '5facb272-f022-4457-8709-910c19b8510c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1246/2439] 10.0.0.100 () {34 vars in 1093 bytes} [Thu Apr 2 18:00:19 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-200340113&fields=id&tenant_id=940101676db746dd85a038699c73a260 => 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: 1194/2442] 10.0.0.100 () {34 vars in 981 bytes} [Thu Apr 2 18:00:19 2026] GET /v2.0/networks?id=6561c536-47e3-4790-8e18-5e2480d35d23 => generated 704 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2443] 10.0.0.100 () {34 vars in 964 bytes} [Thu Apr 2 18:00:19 2026] GET /v2.0/quotas/940101676db746dd85a038699c73a260 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2444] 10.0.0.100 () {34 vars in 1001 bytes} [Thu Apr 2 18:00:19 2026] GET /v2.0/ports?tenant_id=940101676db746dd85a038699c73a260&fields=id => generated 333 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2445] 10.0.0.100 () {34 vars in 1007 bytes} [Thu Apr 2 18:00:19 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23?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: 1196/2446] 10.0.0.100 () {34 vars in 1107 bytes} [Thu Apr 2 18:00:19 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2447] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:00:19 2026] GET /v2.0/ports?tenant_id=940101676db746dd85a038699c73a260&device_id=af512914-a520-4d49-ae63-22ba9561a850 => generated 1469 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2448] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 18:00:19 2026] GET /v2.0/networks?id=fde2b483-f4ea-4165-aa73-cab1662e8022 => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2449] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:00:19 2026] GET /v2.0/ports?device_id=c91114ab-232a-4788-a485-6edbb1a0609f => 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: 1200/2450] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:00:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.242&port_id=5facb272-f022-4457-8709-910c19b8510c => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2451] 199.204.45.155 () {34 vars in 1103 bytes} [Thu Apr 2 18:00:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2ba&port_id=5facb272-f022-4457-8709-910c19b8510c => 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: 1202/2452] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 2 18:00:20 2026] GET /v2.0/subnets?id=25a73496-6ee3-4a60-a4e1-9d5e134f38d4&id=9e620649-b677-4cc7-9e40-2e248359bd4c => generated 1410 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2453] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:00:19 2026] GET /v2.0/security-groups?tenant_id=09932dd145c2421fb54ac55b57909ffa&name=default => generated 2929 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2454] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:00:20 2026] GET /v2.0/ports?network_id=fde2b483-f4ea-4165-aa73-cab1662e8022&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2455] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:00:20 2026] GET /v2.0/ports?network_id=fde2b483-f4ea-4165-aa73-cab1662e8022&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2456] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:00:20 2026] DELETE /v2.0/security-groups/0b1a9a9e-b08e-4c8c-b8b1-6b5483a27b16 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2457] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:00:20 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?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: 1253/2458] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:00:20 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?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: 1206/2459] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:00:20 2026] GET /v2.0/security-groups?tenant_id=d42f01e88a984c5fb7a905a1ac5e3386&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2460] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:00:20 2026] DELETE /v2.0/security-groups/8a58acd9-f9ab-43a6-a217-d991bed500a2 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:00:24.000 8 INFO neutron.db.segments_db [None req-db2f95d8-2264-4bc2-b7c4-e7a7a147cba4 6f67f8516593457bb6a2b37c3c412d06 4880249bc03d4995abea492bd409143b - - default default] Added segment d887bc90-b963-4ea3-9e53-684fc9c5c9f4 of type vxlan for network 3adda94a-480a-41cb-8c6e-3bb0e491adee [pid: 8|app: 0|req: 1207/2461] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 18:00:23 2026] POST /v2.0/networks => generated 613 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2462] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 18:00:24 2026] GET /v2.0/networks?id=6561c536-47e3-4790-8e18-5e2480d35d23 => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2463] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 2 18:00:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=940101676db746dd85a038699c73a260 => generated 178 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2464] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 18:00:24 2026] POST /v2.0/subnets => generated 626 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2465] 10.0.0.71 () {34 vars in 749 bytes} [Thu Apr 2 18:00:24 2026] PUT /v2.0/subnets/a1a641ee-f52a-42c6-9502-d8c01fb62bb5/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2466] 10.0.0.71 () {32 vars in 729 bytes} [Thu Apr 2 18:00:24 2026] GET /v2.0/subnets/a1a641ee-f52a-42c6-9502-d8c01fb62bb5/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2467] 10.0.0.71 () {34 vars in 760 bytes} [Thu Apr 2 18:00:24 2026] PUT /v2.0/subnets/a1a641ee-f52a-42c6-9502-d8c01fb62bb5/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2468] 10.0.0.71 () {32 vars in 729 bytes} [Thu Apr 2 18:00:24 2026] GET /v2.0/subnets/a1a641ee-f52a-42c6-9502-d8c01fb62bb5/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: 1210/2469] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 2 18:00:24 2026] POST /v2.0/ports => generated 1187 bytes in 388 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: 1260/2470] 10.0.0.71 () {34 vars in 756 bytes} [Thu Apr 2 18:00:24 2026] PUT /v2.0/subnets/a1a641ee-f52a-42c6-9502-d8c01fb62bb5/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2471] 10.0.0.71 () {32 vars in 729 bytes} [Thu Apr 2 18:00:24 2026] GET /v2.0/subnets/a1a641ee-f52a-42c6-9502-d8c01fb62bb5/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2472] 10.0.0.71 () {34 vars in 778 bytes} [Thu Apr 2 18:00:24 2026] PUT /v2.0/subnets/a1a641ee-f52a-42c6-9502-d8c01fb62bb5/tags/black.or.white => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2473] 10.0.0.71 () {32 vars in 729 bytes} [Thu Apr 2 18:00:24 2026] GET /v2.0/subnets/a1a641ee-f52a-42c6-9502-d8c01fb62bb5/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2474] 10.0.0.71 () {34 vars in 749 bytes} [Thu Apr 2 18:00:24 2026] PUT /v2.0/subnets/a1a641ee-f52a-42c6-9502-d8c01fb62bb5/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2475] 10.0.0.71 () {32 vars in 729 bytes} [Thu Apr 2 18:00:24 2026] GET /v2.0/subnets/a1a641ee-f52a-42c6-9502-d8c01fb62bb5/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2476] 10.0.0.71 () {32 vars in 737 bytes} [Thu Apr 2 18:00:24 2026] GET /v2.0/subnets/a1a641ee-f52a-42c6-9502-d8c01fb62bb5/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:00:25.047 7 INFO neutron.api.v2.resource [None req-9bb1a104-6936-4a36-a2f1-dea5a5ea04ee 6f67f8516593457bb6a2b37c3c412d06 4880249bc03d4995abea492bd409143b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1267/2477] 10.0.0.71 () {32 vars in 741 bytes} [Thu Apr 2 18:00:25 2026] GET /v2.0/subnets/a1a641ee-f52a-42c6-9502-d8c01fb62bb5/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2478] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:00:25 2026] GET /v2.0/ports?device_id=c91114ab-232a-4788-a485-6edbb1a0609f => generated 1202 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2479] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 18:00:24 2026] PUT /v2.0/ports/bed066da-da41-427b-9463-686acfd9a752 => generated 1468 bytes in 538 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1269/2480] 10.0.0.71 () {32 vars in 740 bytes} [Thu Apr 2 18:00:25 2026] DELETE /v2.0/subnets/a1a641ee-f52a-42c6-9502-d8c01fb62bb5/tags/red => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:00:25.219 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a9b61d01-e38e-43ac-845a-42bfd3430c61'] response: {'name': 'network-changed', 'server_uuid': 'c91114ab-232a-4788-a485-6edbb1a0609f', 'tag': 'bed066da-da41-427b-9463-686acfd9a752', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1212/2481] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 18:00:25 2026] GET /v2.0/security-groups?id=6b388a30-83a1-4fae-aed2-061e8fec1d17&fields=id&fields=name => generated 111 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2482] 10.0.0.71 () {32 vars in 729 bytes} [Thu Apr 2 18:00:25 2026] GET /v2.0/subnets/a1a641ee-f52a-42c6-9502-d8c01fb62bb5/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:00:25.319 8 INFO neutron.api.v2.resource [None req-39d79e03-9a1d-48de-9d08-eca749e2db24 6f67f8516593457bb6a2b37c3c412d06 4880249bc03d4995abea492bd409143b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1213/2483] 10.0.0.71 () {32 vars in 744 bytes} [Thu Apr 2 18:00:25 2026] DELETE /v2.0/subnets/a1a641ee-f52a-42c6-9502-d8c01fb62bb5/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2484] 10.0.0.71 () {32 vars in 732 bytes} [Thu Apr 2 18:00:25 2026] DELETE /v2.0/subnets/a1a641ee-f52a-42c6-9502-d8c01fb62bb5/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2485] 10.0.0.71 () {32 vars in 729 bytes} [Thu Apr 2 18:00:25 2026] GET /v2.0/subnets/a1a641ee-f52a-42c6-9502-d8c01fb62bb5/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2486] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 18:00:25 2026] DELETE /v2.0/subnets/a1a641ee-f52a-42c6-9502-d8c01fb62bb5 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:00:25.683 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fdf8866-3741-4305-9810-0ab5d047a7eb 6f67f8516593457bb6a2b37c3c412d06 4880249bc03d4995abea492bd409143b - - default default] TaaS: Handle Delete Port: 8663e9eb-3cca-46d7-b127-b688f8664dee 2026-04-02 18:00:25.686 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fdf8866-3741-4305-9810-0ab5d047a7eb 6f67f8516593457bb6a2b37c3c412d06 4880249bc03d4995abea492bd409143b - - default default] Tap Mirror: Handle Delete Port: 8663e9eb-3cca-46d7-b127-b688f8664dee [pid: 7|app: 0|req: 1273/2487] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:00:25 2026] GET /v2.0/ports?tenant_id=940101676db746dd85a038699c73a260&device_id=c91114ab-232a-4788-a485-6edbb1a0609f => generated 1471 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2488] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 2 18:00:25 2026] GET /v2.0/networks?tenant_id=940101676db746dd85a038699c73a260&shared=False => generated 2372 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:00:25.848 8 INFO neutron.services.segments.plugin [-] Segment d887bc90-b963-4ea3-9e53-684fc9c5c9f4 resource provider aggregate not found 2026-04-02 18:00:25.858 8 INFO neutron.services.segments.plugin [-] Segment d887bc90-b963-4ea3-9e53-684fc9c5c9f4 resource provider aggregate not found 2026-04-02 18:00:25.865 8 INFO neutron.services.segments.plugin [-] Segment d887bc90-b963-4ea3-9e53-684fc9c5c9f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d887bc90-b963-4ea3-9e53-684fc9c5c9f4 found for delete ", "request_id": "req-7c0c3a98-a9ef-4b18-afac-a3e4078181fb"}]} [pid: 7|app: 0|req: 1275/2489] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 2 18:00:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2490] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 18:00:25 2026] DELETE /v2.0/networks/3adda94a-480a-41cb-8c6e-3bb0e491adee => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:00:25.897 8 INFO neutron.services.segments.plugin [-] Segment d887bc90-b963-4ea3-9e53-684fc9c5c9f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d887bc90-b963-4ea3-9e53-684fc9c5c9f4 found for delete ", "request_id": "req-3cbb81f7-03e9-423d-afcc-0d579e5ce064"}]} [pid: 7|app: 0|req: 1276/2491] 10.0.0.140 () {34 vars in 989 bytes} [Thu Apr 2 18:00:26 2026] GET /v2.0/ports?device_id=af512914-a520-4d49-ae63-22ba9561a850 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2492] 10.0.0.140 () {34 vars in 1039 bytes} [Thu Apr 2 18:00:26 2026] GET /v2.0/security-groups?id=6b388a30-83a1-4fae-aed2-061e8fec1d17&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2493] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:00:26 2026] GET /v2.0/security-groups?tenant_id=58a49b3f69914c6ab00a1f911f0cffae&name=default => generated 2929 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2494] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:00:26 2026] DELETE /v2.0/security-groups/1957219a-84da-4e39-ad7f-0805763a943f => 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: 1278/2495] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:00:26 2026] GET /v2.0/ports?tenant_id=940101676db746dd85a038699c73a260&device_id=c91114ab-232a-4788-a485-6edbb1a0609f => generated 1471 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2496] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:00:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.183&port_id=bed066da-da41-427b-9463-686acfd9a752 => 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: 1279/2497] 199.204.45.155 () {34 vars in 1105 bytes} [Thu Apr 2 18:00:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A338&port_id=bed066da-da41-427b-9463-686acfd9a752 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2498] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 2 18:00:26 2026] GET /v2.0/subnets?id=9e029f5d-fe43-40ef-95b5-5ad53e1c4f20&id=8c9af212-ec83-483f-bbeb-b816a0f23672 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2499] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:00:27 2026] GET /v2.0/security-groups?tenant_id=4880249bc03d4995abea492bd409143b&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: 1220/2500] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:00:27 2026] GET /v2.0/ports?network_id=6561c536-47e3-4790-8e18-5e2480d35d23&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2501] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:00:27 2026] GET /v2.0/ports?network_id=6561c536-47e3-4790-8e18-5e2480d35d23&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: 1281/2502] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:00:27 2026] DELETE /v2.0/security-groups/3ef7d5d7-e50c-4de2-8083-568c4e869d64 => 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: 1222/2503] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:00:27 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23?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: 1282/2504] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:00:27 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23?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: 1283/2505] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:00:30 2026] GET /v2.0/ports?device_id=c91114ab-232a-4788-a485-6edbb1a0609f => generated 1204 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2506] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 18:00:30 2026] GET /v2.0/security-groups?id=6b388a30-83a1-4fae-aed2-061e8fec1d17&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:00:30.537 8 INFO neutron.db.segments_db [None req-1596994d-ffe6-442e-8470-d284c144db1d 201c8b168fa8436981a130691ba464fd d38b3ca04b7147f39199461bd821493f - - default default] Added segment 7a4f1f89-ccab-41d0-948b-0404be15f2ee of type vxlan for network 96eb66f7-c8f0-4366-a0f3-00a209410331 [pid: 8|app: 0|req: 1223/2507] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 18:00:30 2026] POST /v2.0/networks => generated 613 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2508] 10.0.0.71 () {34 vars in 662 bytes} [Thu Apr 2 18:00:30 2026] POST /v2.0/ports => generated 743 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2509] 10.0.0.71 () {34 vars in 664 bytes} [Thu Apr 2 18:00:30 2026] POST /v2.0/trunks => generated 407 bytes in 143 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: 1286/2510] 10.0.0.71 () {34 vars in 747 bytes} [Thu Apr 2 18:00:31 2026] PUT /v2.0/trunks/8b7dd990-ab39-470a-9e4e-5534d3fa9e23/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2511] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 18:00:31 2026] GET /v2.0/trunks/8b7dd990-ab39-470a-9e4e-5534d3fa9e23/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2512] 10.0.0.71 () {34 vars in 758 bytes} [Thu Apr 2 18:00:31 2026] PUT /v2.0/trunks/8b7dd990-ab39-470a-9e4e-5534d3fa9e23/tags/green => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2513] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 18:00:31 2026] GET /v2.0/trunks/8b7dd990-ab39-470a-9e4e-5534d3fa9e23/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2514] 10.0.0.71 () {34 vars in 754 bytes} [Thu Apr 2 18:00:31 2026] PUT /v2.0/trunks/8b7dd990-ab39-470a-9e4e-5534d3fa9e23/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2515] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 18:00:31 2026] GET /v2.0/trunks/8b7dd990-ab39-470a-9e4e-5534d3fa9e23/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2516] 10.0.0.71 () {34 vars in 776 bytes} [Thu Apr 2 18:00:31 2026] PUT /v2.0/trunks/8b7dd990-ab39-470a-9e4e-5534d3fa9e23/tags/black.or.white => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2517] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 18:00:31 2026] GET /v2.0/trunks/8b7dd990-ab39-470a-9e4e-5534d3fa9e23/tags => generated 52 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2518] 10.0.0.71 () {34 vars in 747 bytes} [Thu Apr 2 18:00:31 2026] PUT /v2.0/trunks/8b7dd990-ab39-470a-9e4e-5534d3fa9e23/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2519] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 18:00:31 2026] GET /v2.0/trunks/8b7dd990-ab39-470a-9e4e-5534d3fa9e23/tags => generated 37 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2520] 10.0.0.71 () {32 vars in 735 bytes} [Thu Apr 2 18:00:31 2026] GET /v2.0/trunks/8b7dd990-ab39-470a-9e4e-5534d3fa9e23/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:00:31.404 8 INFO neutron.api.v2.resource [None req-9195897e-083c-4b79-8790-ef043cba597d 201c8b168fa8436981a130691ba464fd d38b3ca04b7147f39199461bd821493f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1230/2521] 10.0.0.71 () {32 vars in 739 bytes} [Thu Apr 2 18:00:31 2026] GET /v2.0/trunks/8b7dd990-ab39-470a-9e4e-5534d3fa9e23/tags/green => generated 99 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2522] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:00:31 2026] DELETE /v2.0/trunks/8b7dd990-ab39-470a-9e4e-5534d3fa9e23/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: 1231/2523] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 18:00:31 2026] GET /v2.0/trunks/8b7dd990-ab39-470a-9e4e-5534d3fa9e23/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:00:31.496 7 INFO neutron.api.v2.resource [None req-4e0a3028-fd35-4c6c-8710-47245d8a1ead 201c8b168fa8436981a130691ba464fd d38b3ca04b7147f39199461bd821493f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1293/2524] 10.0.0.71 () {32 vars in 742 bytes} [Thu Apr 2 18:00:31 2026] DELETE /v2.0/trunks/8b7dd990-ab39-470a-9e4e-5534d3fa9e23/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2525] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 18:00:31 2026] DELETE /v2.0/trunks/8b7dd990-ab39-470a-9e4e-5534d3fa9e23/tags => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2526] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 18:00:31 2026] GET /v2.0/trunks/8b7dd990-ab39-470a-9e4e-5534d3fa9e23/tags => 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: 1233/2527] 10.0.0.71 () {32 vars in 717 bytes} [Thu Apr 2 18:00:31 2026] GET /v2.0/trunks/8b7dd990-ab39-470a-9e4e-5534d3fa9e23 => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2528] 10.0.0.71 () {32 vars in 715 bytes} [Thu Apr 2 18:00:31 2026] GET /v2.0/ports/478fa5e4-ef1a-447f-a44d-26686586e591 => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2529] 10.0.0.71 () {32 vars in 720 bytes} [Thu Apr 2 18:00:31 2026] DELETE /v2.0/trunks/8b7dd990-ab39-470a-9e4e-5534d3fa9e23 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:00:31.796 7 INFO neutron_taas.services.taas.taas_plugin [None req-cdbfd625-4e68-4836-bc0a-7f3bbac80aaa 201c8b168fa8436981a130691ba464fd d38b3ca04b7147f39199461bd821493f - - default default] TaaS: Handle Delete Port: 478fa5e4-ef1a-447f-a44d-26686586e591 2026-04-02 18:00:31.799 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cdbfd625-4e68-4836-bc0a-7f3bbac80aaa 201c8b168fa8436981a130691ba464fd d38b3ca04b7147f39199461bd821493f - - default default] Tap Mirror: Handle Delete Port: 478fa5e4-ef1a-447f-a44d-26686586e591 [pid: 7|app: 0|req: 1296/2530] 10.0.0.71 () {32 vars in 718 bytes} [Thu Apr 2 18:00:31 2026] DELETE /v2.0/ports/478fa5e4-ef1a-447f-a44d-26686586e591 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:00:31.996 8 INFO neutron.services.segments.plugin [-] Segment 7a4f1f89-ccab-41d0-948b-0404be15f2ee resource provider aggregate not found 2026-04-02 18:00:32.001 8 INFO neutron.services.segments.plugin [-] Segment 7a4f1f89-ccab-41d0-948b-0404be15f2ee resource provider aggregate not found 2026-04-02 18:00:32.016 8 INFO neutron.services.segments.plugin [-] Segment 7a4f1f89-ccab-41d0-948b-0404be15f2ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a4f1f89-ccab-41d0-948b-0404be15f2ee found for delete ", "request_id": "req-ed55c0f2-2ab2-4dc5-8cb7-a5ac23d62405"}]} [pid: 8|app: 0|req: 1235/2531] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 18:00:31 2026] DELETE /v2.0/networks/96eb66f7-c8f0-4366-a0f3-00a209410331 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:00:32.024 8 INFO neutron.services.segments.plugin [-] Segment 7a4f1f89-ccab-41d0-948b-0404be15f2ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a4f1f89-ccab-41d0-948b-0404be15f2ee found for delete ", "request_id": "req-c22f28d3-45a3-4f12-a1bf-4e0675d26c60"}]} [pid: 7|app: 0|req: 1297/2532] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:00:32 2026] GET /v2.0/security-groups?tenant_id=d38b3ca04b7147f39199461bd821493f&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2533] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:00:32 2026] DELETE /v2.0/security-groups/668d9bcf-c1f8-40f5-a796-b2dd151e2a07 => 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: 1298/2534] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:00:32 2026] GET /v2.0/security-groups?tenant_id=3e5b110d32d14293ba39c4484b6d1291&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2535] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:00:33 2026] DELETE /v2.0/security-groups/d78c44ba-b443-4056-810c-6011cb00e0ec => 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: 1300/2538] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:00:35 2026] GET /v2.0/ports?device_id=c91114ab-232a-4788-a485-6edbb1a0609f => generated 1204 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2539] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 18:00:35 2026] GET /v2.0/security-groups?id=6b388a30-83a1-4fae-aed2-061e8fec1d17&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2540] 10.0.0.71 () {32 vars in 816 bytes} [Thu Apr 2 18:00:35 2026] GET /v2.0/ports?network_id=6561c536-47e3-4790-8e18-5e2480d35d23&mac_address=fa%3A16%3A3e%3A42%3Ac1%3A9f => generated 1204 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:00:36.416 8 INFO neutron.db.l3_db [None req-375fcb5e-215e-4b9b-a4c5-adf3bc7218c3 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Floating IP fd31f86f-fb44-40f7-ade5-7c7eb19cb0e1 associated. External IP: 10.96.250.215, port: bed066da-da41-427b-9463-686acfd9a752. [pid: 8|app: 0|req: 1240/2541] 10.0.0.71 () {34 vars in 675 bytes} [Thu Apr 2 18:00:35 2026] POST /v2.0/floatingips => generated 855 bytes in 1021 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:00:36.776 7 INFO neutron.db.segments_db [None req-68811fc4-912d-4dc3-bab7-72302d26d80b 1eac470dd53649c4a12f939cf509f6c5 130d4d11c3cc43b6becae9810950e97b - - default default] Added segment e2794ae0-e93e-4d6c-99ab-fa2d9c1f5a98 of type vxlan for network 3e9be3a1-91e7-40ce-9d54-d15da4c8a9c8 2026-04-02 18:00:36.779 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f682a4a-99c7-466b-864d-bc11c86ad37f'] response: {'name': 'network-changed', 'server_uuid': 'c91114ab-232a-4788-a485-6edbb1a0609f', 'tag': 'bed066da-da41-427b-9463-686acfd9a752', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1302/2542] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 18:00:36 2026] POST /v2.0/networks => generated 612 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:00:36.938 8 INFO neutron.db.segments_db [None req-bc986299-1706-4e5b-a8b8-5afa9ef647c8 1eac470dd53649c4a12f939cf509f6c5 130d4d11c3cc43b6becae9810950e97b - - default default] Added segment f90396c5-6365-40f8-b738-f2cf85a85f32 of type vxlan for network c4238805-b5a3-4081-9783-f7c5de0c6333 [pid: 8|app: 0|req: 1241/2543] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 18:00:36 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: 7|app: 0|req: 1303/2544] 10.0.0.71 () {34 vars in 751 bytes} [Thu Apr 2 18:00:37 2026] PUT /v2.0/networks/3e9be3a1-91e7-40ce-9d54-d15da4c8a9c8/tags => generated 25 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2545] 10.0.0.71 () {32 vars in 731 bytes} [Thu Apr 2 18:00:37 2026] GET /v2.0/networks/3e9be3a1-91e7-40ce-9d54-d15da4c8a9c8/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2546] 10.0.0.71 () {34 vars in 751 bytes} [Thu Apr 2 18:00:37 2026] PUT /v2.0/networks/c4238805-b5a3-4081-9783-f7c5de0c6333/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2547] 10.0.0.71 () {32 vars in 731 bytes} [Thu Apr 2 18:00:37 2026] GET /v2.0/networks/c4238805-b5a3-4081-9783-f7c5de0c6333/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2548] 10.0.0.71 () {34 vars in 751 bytes} [Thu Apr 2 18:00:37 2026] PUT /v2.0/networks/c4238805-b5a3-4081-9783-f7c5de0c6333/tags => generated 12 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2549] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:00:37 2026] GET /v2.0/ports?tenant_id=940101676db746dd85a038699c73a260&device_id=c91114ab-232a-4788-a485-6edbb1a0609f => generated 1473 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2550] 10.0.0.71 () {32 vars in 731 bytes} [Thu Apr 2 18:00:37 2026] GET /v2.0/networks/c4238805-b5a3-4081-9783-f7c5de0c6333/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2551] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 18:00:37 2026] GET /v2.0/networks?id=6561c536-47e3-4790-8e18-5e2480d35d23 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2552] 10.0.0.71 () {32 vars in 731 bytes} [Thu Apr 2 18:00:37 2026] GET /v2.0/networks/3e9be3a1-91e7-40ce-9d54-d15da4c8a9c8/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2553] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:00:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.183&port_id=bed066da-da41-427b-9463-686acfd9a752 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2554] 199.204.45.155 () {34 vars in 1105 bytes} [Thu Apr 2 18:00:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A338&port_id=bed066da-da41-427b-9463-686acfd9a752 => 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: 1248/2555] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 2 18:00:37 2026] GET /v2.0/subnets?id=9e029f5d-fe43-40ef-95b5-5ad53e1c4f20&id=8c9af212-ec83-483f-bbeb-b816a0f23672 => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2556] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:00:37 2026] GET /v2.0/ports?network_id=6561c536-47e3-4790-8e18-5e2480d35d23&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:00:37.606 7 INFO neutron.services.segments.plugin [-] Segment e2794ae0-e93e-4d6c-99ab-fa2d9c1f5a98 resource provider aggregate not found 2026-04-02 18:00:37.610 7 INFO neutron.services.segments.plugin [-] Segment e2794ae0-e93e-4d6c-99ab-fa2d9c1f5a98 resource provider aggregate not found [pid: 8|app: 0|req: 1250/2557] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:00:37 2026] GET /v2.0/ports?network_id=6561c536-47e3-4790-8e18-5e2480d35d23&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:00:37.636 7 INFO neutron.services.segments.plugin [-] Segment e2794ae0-e93e-4d6c-99ab-fa2d9c1f5a98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2794ae0-e93e-4d6c-99ab-fa2d9c1f5a98 found for delete ", "request_id": "req-7e468b77-1acf-4a44-80f4-ff5a8dac3d84"}]} 2026-04-02 18:00:37.637 7 INFO neutron.services.segments.plugin [-] Segment e2794ae0-e93e-4d6c-99ab-fa2d9c1f5a98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2794ae0-e93e-4d6c-99ab-fa2d9c1f5a98 found for delete ", "request_id": "req-481bcc60-6d5a-449b-b052-0f8d76247d92"}]} [pid: 7|app: 0|req: 1308/2558] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 18:00:37 2026] DELETE /v2.0/networks/3e9be3a1-91e7-40ce-9d54-d15da4c8a9c8 => 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: 1309/2559] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:00:37 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:00:37.752 8 INFO neutron.services.segments.plugin [-] Segment f90396c5-6365-40f8-b738-f2cf85a85f32 resource provider aggregate not found 2026-04-02 18:00:37.757 8 INFO neutron.services.segments.plugin [-] Segment f90396c5-6365-40f8-b738-f2cf85a85f32 resource provider aggregate not found [pid: 7|app: 0|req: 1310/2560] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:00:37 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23?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-02 18:00:37.778 8 INFO neutron.services.segments.plugin [-] Segment f90396c5-6365-40f8-b738-f2cf85a85f32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f90396c5-6365-40f8-b738-f2cf85a85f32 found for delete ", "request_id": "req-512bf409-67e8-4fd0-8204-bb55a3f9ad91"}]} [pid: 8|app: 0|req: 1251/2561] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 18:00:37 2026] DELETE /v2.0/networks/c4238805-b5a3-4081-9783-f7c5de0c6333 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:00:37.792 8 INFO neutron.services.segments.plugin [-] Segment f90396c5-6365-40f8-b738-f2cf85a85f32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f90396c5-6365-40f8-b738-f2cf85a85f32 found for delete ", "request_id": "req-07c63b1c-d6d7-4d69-97d2-b6111c5554ef"}]} [pid: 7|app: 0|req: 1311/2562] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:00:38 2026] GET /v2.0/security-groups?tenant_id=130d4d11c3cc43b6becae9810950e97b&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2563] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:00:38 2026] DELETE /v2.0/security-groups/5b925573-980a-4e43-8161-6e685918e64d => 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: 1312/2564] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:00:38 2026] GET /v2.0/security-groups?tenant_id=ba4e17d8f6b641d3b7c07ca39fb26623&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2565] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:00:38 2026] DELETE /v2.0/security-groups/5ef73f37-3759-4735-9177-185c482575a5 => 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: 1313/2566] 10.0.0.140 () {34 vars in 989 bytes} [Thu Apr 2 18:00:43 2026] GET /v2.0/ports?device_id=c91114ab-232a-4788-a485-6edbb1a0609f => generated 1473 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2567] 10.0.0.140 () {34 vars in 1039 bytes} [Thu Apr 2 18:00:43 2026] GET /v2.0/security-groups?id=6b388a30-83a1-4fae-aed2-061e8fec1d17&fields=id&fields=name => generated 111 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2570] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 18:00:58 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2571] 10.0.0.137 () {30 vars in 689 bytes} [Thu Apr 2 18:00:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2572] 10.0.0.137 () {30 vars in 691 bytes} [Thu Apr 2 18:00:59 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: 1316/2573] 10.0.0.137 () {30 vars in 667 bytes} [Thu Apr 2 18:00:59 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: 1258/2574] 10.0.0.137 () {30 vars in 703 bytes} [Thu Apr 2 18:00:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2575] 10.0.0.137 () {28 vars in 438 bytes} [Thu Apr 2 18:01:00 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2576] 10.0.0.137 () {30 vars in 727 bytes} [Thu Apr 2 18:01:00 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 658 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2577] 10.0.0.137 () {30 vars in 689 bytes} [Thu Apr 2 18:01:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2578] 10.0.0.137 () {30 vars in 691 bytes} [Thu Apr 2 18:01:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2579] 10.0.0.137 () {30 vars in 667 bytes} [Thu Apr 2 18:01:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2580] 10.0.0.137 () {30 vars in 703 bytes} [Thu Apr 2 18:01: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: 7|app: 0|req: 1320/2581] 10.0.0.137 () {30 vars in 727 bytes} [Thu Apr 2 18:01:00 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => 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: 1262/2582] 10.0.0.137 () {30 vars in 689 bytes} [Thu Apr 2 18:01: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: 1321/2583] 10.0.0.137 () {30 vars in 691 bytes} [Thu Apr 2 18:01:00 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: 1263/2584] 10.0.0.137 () {30 vars in 667 bytes} [Thu Apr 2 18:01:00 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: 1322/2585] 10.0.0.137 () {30 vars in 703 bytes} [Thu Apr 2 18:01: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: 1264/2586] 10.0.0.137 () {30 vars in 729 bytes} [Thu Apr 2 18:01:00 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114 => generated 799 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2587] 10.0.0.137 () {30 vars in 681 bytes} [Thu Apr 2 18:01:00 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: 1265/2588] 10.0.0.137 () {34 vars in 703 bytes} [Thu Apr 2 18:01:00 2026] POST /v2.0/ports => generated 1128 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2589] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:01:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 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: 1266/2590] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:01: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: 1325/2591] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:01:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2592] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:01:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2593] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:01:03 2026] GET /v2.0/ports/178875d0-0039-4ef0-8f0b-d965dff6663c => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2594] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:01:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2595] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:01:04 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: 1269/2596] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:01:04 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: 1328/2597] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:01: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) 2026-04-02 18:01:04.052 8 INFO neutron.api.v2.resource [None req-b2f34126-2019-4679-b2fb-5eedf97f98b3 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1270/2598] 199.204.45.155 () {30 vars in 762 bytes} [Thu Apr 2 18:01:04 2026] GET /v2.0/security-groups/lb-fc37b194-07b8-4931-b98b-c8061e2fdaaf => 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: 1329/2599] 199.204.45.155 () {30 vars in 784 bytes} [Thu Apr 2 18:01:04 2026] GET /v2.0/security-groups?name=lb-fc37b194-07b8-4931-b98b-c8061e2fdaaf => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2600] 199.204.45.155 () {34 vars in 735 bytes} [Thu Apr 2 18:01:04 2026] POST /v2.0/security-groups => generated 1638 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2601] 199.204.45.155 () {30 vars in 814 bytes} [Thu Apr 2 18:01:04 2026] GET /v2.0/security-group-rules?security_group_id=032a77af-d55a-4438-b107-b267ca9b00bd => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2604] 199.204.45.155 () {34 vars in 788 bytes} [Thu Apr 2 18:01:04 2026] PUT /v2.0/ports/178875d0-0039-4ef0-8f0b-d965dff6663c => generated 1128 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2605] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:01:04 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1273/2606] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:01:04 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: 1334/2607] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:01:04 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: 1274/2608] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:01:04 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: 1335/2609] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:01:04 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => 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: 1275/2610] 10.0.0.100 () {34 vars in 1015 bytes} [Thu Apr 2 18:01:11 2026] GET /v2.0/security-groups?id=849d2230-0bfb-479a-a1f0-6a5045955821&fields=id => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2611] 10.0.0.100 () {34 vars in 981 bytes} [Thu Apr 2 18:01:11 2026] GET /v2.0/networks?id=f1e41597-963e-4506-9579-92a1f8796675 => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2612] 10.0.0.100 () {34 vars in 964 bytes} [Thu Apr 2 18:01:11 2026] GET /v2.0/quotas/235f355238244aeb8d64b6dde5598167 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2613] 10.0.0.100 () {34 vars in 1001 bytes} [Thu Apr 2 18:01:11 2026] GET /v2.0/ports?tenant_id=235f355238244aeb8d64b6dde5598167&fields=id => generated 149 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2614] 10.0.0.100 () {34 vars in 1007 bytes} [Thu Apr 2 18:01:11 2026] GET /v2.0/networks/f1e41597-963e-4506-9579-92a1f8796675?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: 1338/2615] 10.0.0.100 () {34 vars in 1107 bytes} [Thu Apr 2 18:01:11 2026] GET /v2.0/networks/f1e41597-963e-4506-9579-92a1f8796675?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: 1278/2616] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:01:12 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2617] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:01:12 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2618] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:01:15 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => 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: 1340/2619] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:01:15 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => 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: 1280/2620] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 18:01:16 2026] GET /v2.0/networks?id=f1e41597-963e-4506-9579-92a1f8796675 => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2621] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 2 18:01:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=235f355238244aeb8d64b6dde5598167 => generated 343 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2622] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 2 18:01:16 2026] POST /v2.0/ports => generated 1078 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2623] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 18:01:16 2026] PUT /v2.0/ports/bcb5ca82-3770-41a1-a79c-794afccc2b02 => generated 1239 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:01:17.377 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-283c5a77-51ea-4ff8-b9cf-fa7a086d5996'] response: {'name': 'network-changed', 'server_uuid': '20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be', 'tag': 'bcb5ca82-3770-41a1-a79c-794afccc2b02', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1282/2624] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:01:17 2026] GET /v2.0/ports?tenant_id=235f355238244aeb8d64b6dde5598167&device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 1242 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, ' [pid: 7|app: 0|req: 1343/2625] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 2 18:01:17 2026] GET /v2.0/networks?tenant_id=235f355238244aeb8d64b6dde5598167&shared=False => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2626] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 2 18:01:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2627] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:01:18 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2628] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 18:01:18 2026] GET /v2.0/security-groups?id=849d2230-0bfb-479a-a1f0-6a5045955821&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2629] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:01:18 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2630] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:01:19 2026] GET /v2.0/ports?tenant_id=235f355238244aeb8d64b6dde5598167&device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2631] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 2 18:01:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.27&port_id=bcb5ca82-3770-41a1-a79c-794afccc2b02 => 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: 1286/2632] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 18:01:19 2026] GET /v2.0/subnets?id=1e61f967-2033-40ce-ba40-15d7fd9d85c5 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2633] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:01:19 2026] GET /v2.0/ports?network_id=f1e41597-963e-4506-9579-92a1f8796675&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: 1287/2634] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:01:19 2026] GET /v2.0/networks/f1e41597-963e-4506-9579-92a1f8796675?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: 1348/2635] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:01:19 2026] GET /v2.0/networks/f1e41597-963e-4506-9579-92a1f8796675?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: 1350/2638] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:01:21 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2639] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 18:01:21 2026] GET /v2.0/security-groups?id=849d2230-0bfb-479a-a1f0-6a5045955821&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2640] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:01:21 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2641] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 2 18:01:23 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 1244 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2642] 199.204.45.155 () {34 vars in 1043 bytes} [Thu Apr 2 18:01:23 2026] GET /v2.0/security-groups?id=849d2230-0bfb-479a-a1f0-6a5045955821&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2643] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:01:24 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => 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: 1353/2644] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 18:01:24 2026] GET /v2.0/security-groups?id=849d2230-0bfb-479a-a1f0-6a5045955821&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: 1292/2645] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:01:24 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2646] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:01:27 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2647] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 18:01:27 2026] GET /v2.0/security-groups?id=849d2230-0bfb-479a-a1f0-6a5045955821&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2648] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:01:27 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2653] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:02:02 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: 1358/2654] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:02:02 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: 1297/2655] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:02:02 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: 1359/2656] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:02:02 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: 1298/2657] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:02:02 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => 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: 1360/2658] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:02:02 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => 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: 1299/2659] 199.204.45.155 () {34 vars in 716 bytes} [Thu Apr 2 18:02:02 2026] POST /v2.0/ports => generated 1059 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2660] 10.0.0.100 () {34 vars in 970 bytes} [Thu Apr 2 18:02:02 2026] GET /v2.0/ports/c5d16724-ebc5-4444-990d-b941450601a6 => 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: 1300/2661] 10.0.0.100 () {34 vars in 906 bytes} [Thu Apr 2 18:02:02 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2662] 199.204.45.155 () {34 vars in 1261 bytes} [Thu Apr 2 18:02:03 2026] GET /v2.0/ports/c5d16724-ebc5-4444-990d-b941450601a6?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2663] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:02:03 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114?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: 1363/2664] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:02:03 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114?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: 1302/2665] 199.204.45.155 () {34 vars in 974 bytes} [Thu Apr 2 18:02:04 2026] GET /v2.0/ports/c5d16724-ebc5-4444-990d-b941450601a6 => generated 1059 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2666] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 18:02:04 2026] GET /v2.0/networks?id=b24f3d0b-7337-4566-a652-f116b7091114 => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2669] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 18:02:04 2026] PUT /v2.0/ports/c5d16724-ebc5-4444-990d-b941450601a6 => generated 1249 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:02:04.854 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-be3600d8-01a4-46eb-adeb-2187b5792b96'] response: {'name': 'network-changed', 'server_uuid': '20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be', 'tag': 'c5d16724-ebc5-4444-990d-b941450601a6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1367/2670] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:02:05 2026] GET /v2.0/ports?tenant_id=235f355238244aeb8d64b6dde5598167&device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 2485 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2671] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 18:02:05 2026] GET /v2.0/networks?id=b24f3d0b-7337-4566-a652-f116b7091114 => generated 802 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2672] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:02:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=c5d16724-ebc5-4444-990d-b941450601a6 => 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: 1305/2673] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 18:02:05 2026] GET /v2.0/subnets?id=c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2674] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:02:05 2026] GET /v2.0/ports?network_id=b24f3d0b-7337-4566-a652-f116b7091114&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2675] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:02:05 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114?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: 1370/2676] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:02:05 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114?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: 1307/2677] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:02:06 2026] GET /v2.0/ports?tenant_id=235f355238244aeb8d64b6dde5598167&device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 2485 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2678] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 2 18:02:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.27&port_id=bcb5ca82-3770-41a1-a79c-794afccc2b02 => 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: 1308/2679] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 18:02:06 2026] GET /v2.0/subnets?id=1e61f967-2033-40ce-ba40-15d7fd9d85c5 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2680] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:02:06 2026] GET /v2.0/ports?network_id=f1e41597-963e-4506-9579-92a1f8796675&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: 1309/2681] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:02:06 2026] GET /v2.0/networks/f1e41597-963e-4506-9579-92a1f8796675?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: 1373/2682] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:02:06 2026] GET /v2.0/networks/f1e41597-963e-4506-9579-92a1f8796675?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: 1310/2683] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:02:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=c5d16724-ebc5-4444-990d-b941450601a6 => 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: 1374/2684] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 18:02:06 2026] GET /v2.0/subnets?id=c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2685] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:02:06 2026] GET /v2.0/ports?network_id=b24f3d0b-7337-4566-a652-f116b7091114&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: 1375/2686] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:02:07 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114?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: 1312/2687] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:02:07 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114?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: 1376/2688] 10.0.0.100 () {34 vars in 970 bytes} [Thu Apr 2 18:02:11 2026] GET /v2.0/ports/c5d16724-ebc5-4444-990d-b941450601a6 => generated 1251 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2689] 199.204.45.155 () {34 vars in 788 bytes} [Thu Apr 2 18:02:11 2026] PUT /v2.0/ports/c5d16724-ebc5-4444-990d-b941450601a6 => generated 1275 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:02:11.473 7 INFO neutron.api.v2.resource [None req-ea0f9a78-3e16-43d3-9f8b-5350ed310e6e a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1377/2690] 199.204.45.155 () {30 vars in 762 bytes} [Thu Apr 2 18:02:11 2026] GET /v2.0/security-groups/lb-fc37b194-07b8-4931-b98b-c8061e2fdaaf => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:02:11.490 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a96de59e-2c18-48f1-9fc3-6bb349a842ef'] response: {'name': 'network-changed', 'server_uuid': '20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be', 'tag': 'c5d16724-ebc5-4444-990d-b941450601a6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1314/2691] 199.204.45.155 () {30 vars in 784 bytes} [Thu Apr 2 18:02:11 2026] GET /v2.0/security-groups?name=lb-fc37b194-07b8-4931-b98b-c8061e2fdaaf => generated 1639 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2692] 199.204.45.155 () {34 vars in 788 bytes} [Thu Apr 2 18:02:11 2026] PUT /v2.0/ports/c5d16724-ebc5-4444-990d-b941450601a6 => generated 1313 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:02:11.851 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0de18e40-37b6-468b-a2f1-deb226f9d1ee'] response: {'name': 'network-changed', 'server_uuid': '20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be', 'tag': 'c5d16724-ebc5-4444-990d-b941450601a6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1315/2693] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:02:11 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: 1379/2694] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:02:11 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: 1316/2695] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:02:11 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: 1380/2696] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:02:11 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: 1381/2697] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:02:12 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2698] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:02:12 2026] GET /v2.0/ports?tenant_id=235f355238244aeb8d64b6dde5598167&device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 2585 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2699] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:02:12 2026] GET /v2.0/ports/178875d0-0039-4ef0-8f0b-d965dff6663c => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2700] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 18:02:12 2026] GET /v2.0/networks?id=b24f3d0b-7337-4566-a652-f116b7091114 => generated 802 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2701] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:02:12 2026] GET /v2.0/ports/c5d16724-ebc5-4444-990d-b941450601a6 => generated 1349 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2702] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:02:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=c5d16724-ebc5-4444-990d-b941450601a6 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2703] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 18:02:12 2026] GET /v2.0/subnets?id=c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 679 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2704] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:02:12 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2705] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:02:12 2026] GET /v2.0/ports?network_id=b24f3d0b-7337-4566-a652-f116b7091114&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2706] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 2 18:02:12 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114 => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2707] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:02:12 2026] GET /v2.0/ports/178875d0-0039-4ef0-8f0b-d965dff6663c => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2708] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:02:12 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114?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: 1323/2709] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:02:12 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2710] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:02:12 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114?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: 1324/2711] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:02:13 2026] GET /v2.0/ports?tenant_id=235f355238244aeb8d64b6dde5598167&device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 2585 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2712] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 18:02:13 2026] GET /v2.0/networks?id=b24f3d0b-7337-4566-a652-f116b7091114 => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2713] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:02:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=c5d16724-ebc5-4444-990d-b941450601a6 => 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: 1389/2714] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 18:02:13 2026] GET /v2.0/subnets?id=c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2715] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:02:13 2026] GET /v2.0/ports?network_id=b24f3d0b-7337-4566-a652-f116b7091114&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2716] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:02:13 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114?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: 1327/2717] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:02:13 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114?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-02 18:02:22.298 8 INFO neutron.db.l3_db [None req-ed7e66d5-2866-4295-b4cc-663f674bc939 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Floating IP c1e832b6-fb45-4c67-b2d3-18b1cdbc7d46 associated. External IP: 10.96.250.205, port: 178875d0-0039-4ef0-8f0b-d965dff6663c. [pid: 8|app: 0|req: 1329/2720] 10.0.0.71 () {34 vars in 675 bytes} [Thu Apr 2 18:02:21 2026] POST /v2.0/floatingips => generated 898 bytes in 1001 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2721] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:02:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2722] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:02:26 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: 1393/2723] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:02:26 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: 1331/2724] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:02:26 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-02 18:02:27.049 7 INFO neutron.api.v2.resource [None req-ddf0e83f-88c3-429c-a8cc-5327ab862c0c a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1394/2725] 199.204.45.155 () {30 vars in 762 bytes} [Thu Apr 2 18:02:27 2026] GET /v2.0/security-groups/lb-fc37b194-07b8-4931-b98b-c8061e2fdaaf => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2726] 199.204.45.155 () {30 vars in 784 bytes} [Thu Apr 2 18:02:27 2026] GET /v2.0/security-groups?name=lb-fc37b194-07b8-4931-b98b-c8061e2fdaaf => generated 1639 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2727] 199.204.45.155 () {30 vars in 814 bytes} [Thu Apr 2 18:02:27 2026] GET /v2.0/security-group-rules?security_group_id=032a77af-d55a-4438-b107-b267ca9b00bd => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2728] 199.204.45.155 () {34 vars in 746 bytes} [Thu Apr 2 18:02:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2729] 199.204.45.155 () {34 vars in 746 bytes} [Thu Apr 2 18:02:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2730] 10.0.0.137 () {30 vars in 689 bytes} [Thu Apr 2 18:02:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2731] 10.0.0.137 () {30 vars in 691 bytes} [Thu Apr 2 18:02: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: 1335/2732] 10.0.0.137 () {30 vars in 667 bytes} [Thu Apr 2 18:02: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: 1398/2733] 10.0.0.137 () {30 vars in 703 bytes} [Thu Apr 2 18:02:34 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: 1400/2736] 10.0.0.137 () {28 vars in 438 bytes} [Thu Apr 2 18:02:34 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2737] 10.0.0.137 () {30 vars in 727 bytes} [Thu Apr 2 18:02:34 2026] GET /v2.0/subnets/25a73496-6ee3-4a60-a4e1-9d5e134f38d4 => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2738] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:02:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2739] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:02:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2740] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:02:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2741] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:02:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2742] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:02:35 2026] GET /v2.0/subnets/25a73496-6ee3-4a60-a4e1-9d5e134f38d4 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2743] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:02:35 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 2585 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2744] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:02:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2745] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:02:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2746] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:02:35 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: 1342/2747] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:02:35 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: 1406/2748] 199.204.45.155 () {34 vars in 716 bytes} [Thu Apr 2 18:02:35 2026] POST /v2.0/ports => generated 1328 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2749] 10.0.0.100 () {34 vars in 970 bytes} [Thu Apr 2 18:02:36 2026] GET /v2.0/ports/bcaba68d-1ff7-416a-b171-ea2005df4d64 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1407/2750] 10.0.0.100 () {34 vars in 906 bytes} [Thu Apr 2 18:02:36 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2751] 199.204.45.155 () {34 vars in 1261 bytes} [Thu Apr 2 18:02:37 2026] GET /v2.0/ports/bcaba68d-1ff7-416a-b171-ea2005df4d64?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2752] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:02:37 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?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: 1345/2753] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:02:37 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?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: 1409/2754] 199.204.45.155 () {34 vars in 974 bytes} [Thu Apr 2 18:02:38 2026] GET /v2.0/ports/bcaba68d-1ff7-416a-b171-ea2005df4d64 => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2755] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 18:02:38 2026] GET /v2.0/networks?id=fde2b483-f4ea-4165-aa73-cab1662e8022 => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2756] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 18:02:38 2026] PUT /v2.0/ports/bcaba68d-1ff7-416a-b171-ea2005df4d64 => generated 1518 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:02:38.930 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7270880e-3376-4eec-ad4e-57ece19f3c59'] response: {'name': 'network-changed', 'server_uuid': '20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be', 'tag': 'bcaba68d-1ff7-416a-b171-ea2005df4d64', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1347/2757] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:02:39 2026] GET /v2.0/ports?tenant_id=235f355238244aeb8d64b6dde5598167&device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 4095 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1411/2758] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 18:02:39 2026] GET /v2.0/networks?id=fde2b483-f4ea-4165-aa73-cab1662e8022 => generated 798 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2759] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:02:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.191&port_id=bcaba68d-1ff7-416a-b171-ea2005df4d64 => 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: 1412/2760] 199.204.45.155 () {34 vars in 1103 bytes} [Thu Apr 2 18:02:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A32f&port_id=bcaba68d-1ff7-416a-b171-ea2005df4d64 => 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: 1349/2761] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 2 18:02:39 2026] GET /v2.0/subnets?id=25a73496-6ee3-4a60-a4e1-9d5e134f38d4&id=9e620649-b677-4cc7-9e40-2e248359bd4c => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2762] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:02:39 2026] GET /v2.0/ports?network_id=fde2b483-f4ea-4165-aa73-cab1662e8022&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: 1350/2763] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:02:39 2026] GET /v2.0/ports?network_id=fde2b483-f4ea-4165-aa73-cab1662e8022&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2764] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:02:39 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?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: 1351/2765] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:02:39 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2766] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:02:40 2026] GET /v2.0/ports?tenant_id=235f355238244aeb8d64b6dde5598167&device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 4095 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2767] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 2 18:02:40 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.27&port_id=bcb5ca82-3770-41a1-a79c-794afccc2b02 => 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: 1416/2768] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 18:02:40 2026] GET /v2.0/subnets?id=1e61f967-2033-40ce-ba40-15d7fd9d85c5 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2769] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:02:40 2026] GET /v2.0/ports?network_id=f1e41597-963e-4506-9579-92a1f8796675&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: 1417/2770] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:02:41 2026] GET /v2.0/networks/f1e41597-963e-4506-9579-92a1f8796675?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2771] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:02:41 2026] GET /v2.0/networks/f1e41597-963e-4506-9579-92a1f8796675?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: 1418/2772] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:02:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=c5d16724-ebc5-4444-990d-b941450601a6 => 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: 1355/2773] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 18:02:41 2026] GET /v2.0/subnets?id=c4b74296-4c9d-4a01-b86b-41d28529f347 => 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: 1419/2774] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:02:41 2026] GET /v2.0/ports?network_id=b24f3d0b-7337-4566-a652-f116b7091114&device_owner=network%3Adhcp => generated 1461 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2775] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:02:41 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114?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: 1420/2776] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:02:41 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114?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: 1357/2777] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:02:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.191&port_id=bcaba68d-1ff7-416a-b171-ea2005df4d64 => 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: 1421/2778] 199.204.45.155 () {34 vars in 1103 bytes} [Thu Apr 2 18:02:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A32f&port_id=bcaba68d-1ff7-416a-b171-ea2005df4d64 => 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: 1358/2779] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 2 18:02:41 2026] GET /v2.0/subnets?id=25a73496-6ee3-4a60-a4e1-9d5e134f38d4&id=9e620649-b677-4cc7-9e40-2e248359bd4c => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2780] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:02:41 2026] GET /v2.0/ports?network_id=fde2b483-f4ea-4165-aa73-cab1662e8022&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2781] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:02:41 2026] GET /v2.0/ports?network_id=fde2b483-f4ea-4165-aa73-cab1662e8022&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2782] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:02:41 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2783] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:02:41 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?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: 1424/2784] 10.0.0.100 () {34 vars in 970 bytes} [Thu Apr 2 18:02:45 2026] GET /v2.0/ports/bcaba68d-1ff7-416a-b171-ea2005df4d64 => generated 1518 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2785] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 2 18:02:45 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022 => generated 795 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2786] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:02:45 2026] GET /v2.0/subnets/25a73496-6ee3-4a60-a4e1-9d5e134f38d4 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2787] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:02:45 2026] GET /v2.0/subnets/9e620649-b677-4cc7-9e40-2e248359bd4c => generated 743 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2788] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:02:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2789] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:02:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2790] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:02:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2791] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:02:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2792] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:02:45 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2793] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:02:45 2026] GET /v2.0/ports/178875d0-0039-4ef0-8f0b-d965dff6663c => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2794] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:02:45 2026] GET /v2.0/ports/c5d16724-ebc5-4444-990d-b941450601a6 => generated 1349 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2795] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:02:45 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2796] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 2 18:02:45 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114 => generated 799 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2797] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:02:45 2026] GET /v2.0/ports/178875d0-0039-4ef0-8f0b-d965dff6663c => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2798] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:02:45 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => 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: 1433/2801] 10.0.0.137 () {30 vars in 689 bytes} [Thu Apr 2 18:02:50 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: 1369/2802] 10.0.0.137 () {30 vars in 691 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2803] 10.0.0.137 () {30 vars in 667 bytes} [Thu Apr 2 18:02:50 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: 1370/2804] 10.0.0.137 () {30 vars in 703 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2805] 10.0.0.137 () {28 vars in 438 bytes} [Thu Apr 2 18:02:50 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2806] 10.0.0.137 () {30 vars in 727 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/subnets/9e029f5d-fe43-40ef-95b5-5ad53e1c4f20 => generated 656 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2807] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:02:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2808] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:02:51 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: 1437/2809] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:02:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2810] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:02:51 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: 1438/2811] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:02:51 2026] GET /v2.0/subnets/25a73496-6ee3-4a60-a4e1-9d5e134f38d4 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2812] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:02:51 2026] GET /v2.0/subnets/9e029f5d-fe43-40ef-95b5-5ad53e1c4f20 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2813] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:02:51 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 4097 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2814] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:02:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2815] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:02:51 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: 1376/2816] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:02:51 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: 1441/2817] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:02:51 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: 1377/2818] 199.204.45.155 () {34 vars in 716 bytes} [Thu Apr 2 18:02:51 2026] POST /v2.0/ports => generated 1332 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2819] 10.0.0.100 () {34 vars in 970 bytes} [Thu Apr 2 18:02:52 2026] GET /v2.0/ports/24b1d9e2-9207-43c5-9965-9ff831e6d560 => generated 1332 bytes in 33 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: 1378/2820] 199.204.45.155 () {34 vars in 1261 bytes} [Thu Apr 2 18:02:53 2026] GET /v2.0/ports/24b1d9e2-9207-43c5-9965-9ff831e6d560?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2821] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:02:53 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23?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: 1379/2822] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:02:53 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23?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: 1444/2823] 199.204.45.155 () {34 vars in 974 bytes} [Thu Apr 2 18:02:53 2026] GET /v2.0/ports/24b1d9e2-9207-43c5-9965-9ff831e6d560 => generated 1332 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2824] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 18:02:53 2026] GET /v2.0/networks?id=6561c536-47e3-4790-8e18-5e2480d35d23 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2825] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 18:02:53 2026] PUT /v2.0/ports/24b1d9e2-9207-43c5-9965-9ff831e6d560 => generated 1522 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:02:54.476 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c55ba9b0-a0c0-412d-8921-aee2a17e8a36'] response: {'name': 'network-changed', 'server_uuid': '20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be', 'tag': '24b1d9e2-9207-43c5-9965-9ff831e6d560', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1381/2826] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:02:54 2026] GET /v2.0/ports?tenant_id=235f355238244aeb8d64b6dde5598167&device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 5611 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: 1446/2827] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 18:02:55 2026] GET /v2.0/networks?id=6561c536-47e3-4790-8e18-5e2480d35d23 => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2828] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:02:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.208&port_id=24b1d9e2-9207-43c5-9965-9ff831e6d560 => 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: 1447/2829] 199.204.45.155 () {34 vars in 1105 bytes} [Thu Apr 2 18:02:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b1&port_id=24b1d9e2-9207-43c5-9965-9ff831e6d560 => 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: 1383/2830] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 2 18:02:55 2026] GET /v2.0/subnets?id=9e029f5d-fe43-40ef-95b5-5ad53e1c4f20&id=8c9af212-ec83-483f-bbeb-b816a0f23672 => generated 1414 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2831] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:02:55 2026] GET /v2.0/ports?network_id=6561c536-47e3-4790-8e18-5e2480d35d23&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2832] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:02:55 2026] GET /v2.0/ports?network_id=6561c536-47e3-4790-8e18-5e2480d35d23&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2833] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:02:55 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23?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: 1385/2834] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:02:55 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2835] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:02:56 2026] GET /v2.0/ports?tenant_id=235f355238244aeb8d64b6dde5598167&device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 5611 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2836] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 2 18:02:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.27&port_id=bcb5ca82-3770-41a1-a79c-794afccc2b02 => 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: 1451/2837] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 18:02:56 2026] GET /v2.0/subnets?id=1e61f967-2033-40ce-ba40-15d7fd9d85c5 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2838] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:02:56 2026] GET /v2.0/ports?network_id=f1e41597-963e-4506-9579-92a1f8796675&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2839] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:02:56 2026] GET /v2.0/networks/f1e41597-963e-4506-9579-92a1f8796675?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: 1388/2840] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:02:56 2026] GET /v2.0/networks/f1e41597-963e-4506-9579-92a1f8796675?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: 1453/2841] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:02:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=c5d16724-ebc5-4444-990d-b941450601a6 => 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: 1389/2842] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 18:02:56 2026] GET /v2.0/subnets?id=c4b74296-4c9d-4a01-b86b-41d28529f347 => 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: 1454/2843] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:02:56 2026] GET /v2.0/ports?network_id=b24f3d0b-7337-4566-a652-f116b7091114&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2844] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:02:56 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114?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: 1455/2845] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:02:56 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114?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: 1391/2846] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:02:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.191&port_id=bcaba68d-1ff7-416a-b171-ea2005df4d64 => 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: 1456/2847] 199.204.45.155 () {34 vars in 1103 bytes} [Thu Apr 2 18:02:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A32f&port_id=bcaba68d-1ff7-416a-b171-ea2005df4d64 => 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: 1392/2848] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 2 18:02:56 2026] GET /v2.0/subnets?id=25a73496-6ee3-4a60-a4e1-9d5e134f38d4&id=9e620649-b677-4cc7-9e40-2e248359bd4c => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2849] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:02:56 2026] GET /v2.0/ports?network_id=fde2b483-f4ea-4165-aa73-cab1662e8022&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2850] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:02:56 2026] GET /v2.0/ports?network_id=fde2b483-f4ea-4165-aa73-cab1662e8022&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: 1458/2851] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:02:57 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?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: 1394/2852] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:02:57 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2853] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:02:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.208&port_id=24b1d9e2-9207-43c5-9965-9ff831e6d560 => 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: 1395/2854] 199.204.45.155 () {34 vars in 1105 bytes} [Thu Apr 2 18:02:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b1&port_id=24b1d9e2-9207-43c5-9965-9ff831e6d560 => 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: 1460/2855] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 2 18:02:57 2026] GET /v2.0/subnets?id=9e029f5d-fe43-40ef-95b5-5ad53e1c4f20&id=8c9af212-ec83-483f-bbeb-b816a0f23672 => generated 1414 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2856] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:02:57 2026] GET /v2.0/ports?network_id=6561c536-47e3-4790-8e18-5e2480d35d23&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: 1461/2857] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:02:57 2026] GET /v2.0/ports?network_id=6561c536-47e3-4790-8e18-5e2480d35d23&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: 1397/2858] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:02:57 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23?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: 1462/2859] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:02:57 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2860] 10.0.0.100 () {34 vars in 970 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/ports/24b1d9e2-9207-43c5-9965-9ff831e6d560 => generated 1524 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2861] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23 => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2862] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/subnets/9e029f5d-fe43-40ef-95b5-5ad53e1c4f20 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2863] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/subnets/8c9af212-ec83-483f-bbeb-b816a0f23672 => generated 747 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2864] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/ports/bcaba68d-1ff7-416a-b171-ea2005df4d64 => generated 1520 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2865] 199.204.45.155 () {34 vars in 789 bytes} [Thu Apr 2 18:03:01 2026] PUT /v2.0/ports/bcaba68d-1ff7-416a-b171-ea2005df4d64 => generated 1255 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:03:02.005 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3088bc85-e9f8-4afe-92e0-e7dd1dabfa84'] response: {'name': 'network-changed', 'server_uuid': '20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be', 'tag': 'bcaba68d-1ff7-416a-b171-ea2005df4d64', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1401/2866] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022 => generated 795 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: 7|app: 0|req: 1466/2867] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/subnets/25a73496-6ee3-4a60-a4e1-9d5e134f38d4 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2868] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2869] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:03:02 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: 1403/2870] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:03:02 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: 1468/2871] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2872] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2873] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/ports/178875d0-0039-4ef0-8f0b-d965dff6663c => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2874] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/ports/c5d16724-ebc5-4444-990d-b941450601a6 => generated 1349 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2875] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => 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: 1406/2876] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2877] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/ports/178875d0-0039-4ef0-8f0b-d965dff6663c => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2878] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2879] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/ports?tenant_id=235f355238244aeb8d64b6dde5598167&device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 5384 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2880] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/networks?id=fde2b483-f4ea-4165-aa73-cab1662e8022 => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2881] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.191&port_id=bcaba68d-1ff7-416a-b171-ea2005df4d64 => 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: 1409/2882] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/subnets?id=25a73496-6ee3-4a60-a4e1-9d5e134f38d4 => generated 677 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2883] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/ports?network_id=fde2b483-f4ea-4165-aa73-cab1662e8022&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2884] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?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: 1475/2885] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?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: 1477/2888] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:03:15 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: 1412/2889] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:03:15 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: 1478/2890] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:03:15 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: 1413/2891] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:03:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2892] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:03:15 2026] GET /v2.0/subnets/25a73496-6ee3-4a60-a4e1-9d5e134f38d4 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2893] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:03:15 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 5384 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2894] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:03:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2895] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:03:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2896] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:03:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2897] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:03:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2898] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:03:15 2026] GET /v2.0/ports/24b1d9e2-9207-43c5-9965-9ff831e6d560 => generated 1524 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2899] 199.204.45.155 () {34 vars in 789 bytes} [Thu Apr 2 18:03:15 2026] PUT /v2.0/ports/24b1d9e2-9207-43c5-9965-9ff831e6d560 => generated 1311 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:03:16.001 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d729b44b-dec5-4898-bc79-6ba7d5f466ae'] response: {'name': 'network-changed', 'server_uuid': '20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be', 'tag': '24b1d9e2-9207-43c5-9965-9ff831e6d560', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1483/2900] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 2 18:03:15 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23 => generated 797 bytes in 39 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: 1418/2901] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:03:16 2026] GET /v2.0/subnets/8c9af212-ec83-483f-bbeb-b816a0f23672 => generated 747 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2902] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:03:16 2026] GET /v2.0/ports/24b1d9e2-9207-43c5-9965-9ff831e6d560 => generated 1347 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2903] 199.204.45.155 () {34 vars in 788 bytes} [Thu Apr 2 18:03:16 2026] PUT /v2.0/ports/24b1d9e2-9207-43c5-9965-9ff831e6d560 => generated 1080 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2904] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 2 18:03:16 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23 => generated 797 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1420/2905] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:03:16 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 4976 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2906] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:03:16 2026] GET /v2.0/ports?tenant_id=235f355238244aeb8d64b6dde5598167&device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 4976 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2907] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:03:16 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 4976 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2908] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 18:03:16 2026] GET /v2.0/networks?id=6561c536-47e3-4790-8e18-5e2480d35d23 => 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: 1422/2909] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:03:16 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2910] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:03:16 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23?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: 1423/2911] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:03:17 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 4976 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:03:18.041 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-023e8f31-58f3-4081-8485-ce7f54d2e512'] response: {'name': 'network-changed', 'server_uuid': '20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be', 'tag': '24b1d9e2-9207-43c5-9965-9ff831e6d560', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1489/2912] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:03:18 2026] GET /v2.0/ports?tenant_id=235f355238244aeb8d64b6dde5598167&device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 4976 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2913] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 18:03:18 2026] GET /v2.0/networks?id=6561c536-47e3-4790-8e18-5e2480d35d23 => 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: 1425/2914] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:03:18 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 4976 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2915] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:03:18 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23?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: 1426/2916] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:03:18 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23?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: 1491/2917] 199.204.45.155 () {34 vars in 974 bytes} [Thu Apr 2 18:03:18 2026] GET /v2.0/ports/24b1d9e2-9207-43c5-9965-9ff831e6d560 => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2918] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 2 18:03:18 2026] GET /v2.0/ports/24b1d9e2-9207-43c5-9965-9ff831e6d560?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2919] 199.204.45.155 () {34 vars in 1015 bytes} [Thu Apr 2 18:03:18 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2920] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 18:03:19 2026] PUT /v2.0/ports/24b1d9e2-9207-43c5-9965-9ff831e6d560 => generated 917 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2923] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:03:19 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 3868 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 18:03:19.891 8 INFO neutron_taas.services.taas.taas_plugin [None req-84bb75ae-88ca-42a9-8107-03c4b3770ba0 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 24b1d9e2-9207-43c5-9965-9ff831e6d560 2026-04-02 18:03:19.894 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84bb75ae-88ca-42a9-8107-03c4b3770ba0 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 24b1d9e2-9207-43c5-9965-9ff831e6d560 [pid: 8|app: 0|req: 1430/2924] 199.204.45.155 () {32 vars in 758 bytes} [Thu Apr 2 18:03:19 2026] DELETE /v2.0/ports/24b1d9e2-9207-43c5-9965-9ff831e6d560 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2925] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:03:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2926] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:03:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2927] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:03:20 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: 1432/2928] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:03:20 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: 1497/2929] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:03:20 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2930] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:03:20 2026] GET /v2.0/ports/178875d0-0039-4ef0-8f0b-d965dff6663c => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2931] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:03:20 2026] GET /v2.0/ports/c5d16724-ebc5-4444-990d-b941450601a6 => generated 1349 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2932] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:03:20 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2933] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 2 18:03:20 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114 => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2934] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:03:20 2026] GET /v2.0/ports/178875d0-0039-4ef0-8f0b-d965dff6663c => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2935] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:03:20 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => 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: 1436/2936] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:03:20 2026] GET /v2.0/ports?tenant_id=235f355238244aeb8d64b6dde5598167&device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 3868 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2937] 199.204.45.155 () {34 vars in 1225 bytes} [Thu Apr 2 18:03:20 2026] GET /v2.0/networks?id=f1e41597-963e-4506-9579-92a1f8796675&id=b24f3d0b-7337-4566-a652-f116b7091114&id=fde2b483-f4ea-4165-aa73-cab1662e8022&id=6561c536-47e3-4790-8e18-5e2480d35d23 => generated 3093 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2938] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 2 18:03:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.27&port_id=bcb5ca82-3770-41a1-a79c-794afccc2b02 => 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: 1502/2939] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 18:03:20 2026] GET /v2.0/subnets?id=1e61f967-2033-40ce-ba40-15d7fd9d85c5 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2940] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:03:20 2026] GET /v2.0/ports?network_id=f1e41597-963e-4506-9579-92a1f8796675&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: 1503/2941] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:03:21 2026] GET /v2.0/networks/f1e41597-963e-4506-9579-92a1f8796675?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: 1439/2942] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:03:21 2026] GET /v2.0/networks/f1e41597-963e-4506-9579-92a1f8796675?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: 1504/2943] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:03:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=c5d16724-ebc5-4444-990d-b941450601a6 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2944] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 18:03:21 2026] GET /v2.0/subnets?id=c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2945] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:03:21 2026] GET /v2.0/ports?network_id=b24f3d0b-7337-4566-a652-f116b7091114&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: 1441/2946] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:03:21 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114?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: 1506/2947] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:03:21 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114?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: 1442/2948] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:03:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.191&port_id=bcaba68d-1ff7-416a-b171-ea2005df4d64 => 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: 1507/2949] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 18:03:21 2026] GET /v2.0/subnets?id=25a73496-6ee3-4a60-a4e1-9d5e134f38d4 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2950] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:03:21 2026] GET /v2.0/ports?network_id=fde2b483-f4ea-4165-aa73-cab1662e8022&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2951] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:03:21 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2952] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:03:21 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?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: 1509/2953] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:03:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2954] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:03:26 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: 1510/2955] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:03:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2956] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:03:26 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: 1511/2957] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:03:26 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 3868 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2958] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:03:26 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: 1512/2959] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:03:26 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: 1448/2960] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:03:26 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: 1513/2961] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:03:26 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: 1449/2962] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:03:26 2026] GET /v2.0/ports/bcaba68d-1ff7-416a-b171-ea2005df4d64 => generated 1291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2963] 199.204.45.155 () {34 vars in 788 bytes} [Thu Apr 2 18:03:26 2026] PUT /v2.0/ports/bcaba68d-1ff7-416a-b171-ea2005df4d64 => generated 1080 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:03:26.645 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-df93f263-614c-4ad2-b938-f697bb7c49af'] response: {'name': 'network-changed', 'server_uuid': '20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be', 'tag': 'bcaba68d-1ff7-416a-b171-ea2005df4d64', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1450/2964] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 2 18:03:26 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022 => generated 795 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1515/2965] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:03:26 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 3693 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2966] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:03:26 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 3693 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2967] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:03:27 2026] GET /v2.0/ports?tenant_id=235f355238244aeb8d64b6dde5598167&device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 3693 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2968] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 18:03:27 2026] GET /v2.0/networks?id=fde2b483-f4ea-4165-aa73-cab1662e8022 => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2969] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:03:27 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?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: 1453/2970] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:03:27 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?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: 1518/2971] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:03:27 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 3693 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2972] 199.204.45.155 () {34 vars in 974 bytes} [Thu Apr 2 18:03:28 2026] GET /v2.0/ports/bcaba68d-1ff7-416a-b171-ea2005df4d64 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2973] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:03:28 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 3693 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2974] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 2 18:03:28 2026] GET /v2.0/ports/bcaba68d-1ff7-416a-b171-ea2005df4d64?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2975] 199.204.45.155 () {34 vars in 1015 bytes} [Thu Apr 2 18:03:29 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?fields=dns_domain => generated 29 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2976] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 18:03:29 2026] PUT /v2.0/ports/bcaba68d-1ff7-416a-b171-ea2005df4d64 => generated 917 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2977] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:03:29 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 2585 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, ' 2026-04-02 18:03:30.141 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f76171c-be50-4587-9b71-9497203f2081 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: bcaba68d-1ff7-416a-b171-ea2005df4d64 2026-04-02 18:03:30.144 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f76171c-be50-4587-9b71-9497203f2081 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: bcaba68d-1ff7-416a-b171-ea2005df4d64 [pid: 8|app: 0|req: 1457/2978] 199.204.45.155 () {32 vars in 758 bytes} [Thu Apr 2 18:03:30 2026] DELETE /v2.0/ports/bcaba68d-1ff7-416a-b171-ea2005df4d64 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2979] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:03:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2980] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:03:30 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: 1523/2981] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:03:30 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: 1459/2982] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:03:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2983] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:03:30 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2984] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:03:30 2026] GET /v2.0/ports/178875d0-0039-4ef0-8f0b-d965dff6663c => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2985] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:03:30 2026] GET /v2.0/ports/c5d16724-ebc5-4444-990d-b941450601a6 => generated 1349 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2986] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:03:30 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2987] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 2 18:03:30 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114 => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2988] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:03:30 2026] GET /v2.0/ports/178875d0-0039-4ef0-8f0b-d965dff6663c => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2989] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:03:30 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => 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: 1463/2990] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:03:30 2026] GET /v2.0/ports?tenant_id=235f355238244aeb8d64b6dde5598167&device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 2585 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2991] 199.204.45.155 () {34 vars in 1145 bytes} [Thu Apr 2 18:03:30 2026] GET /v2.0/networks?id=f1e41597-963e-4506-9579-92a1f8796675&id=b24f3d0b-7337-4566-a652-f116b7091114&id=fde2b483-f4ea-4165-aa73-cab1662e8022 => generated 2307 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2992] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 2 18:03:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.27&port_id=bcb5ca82-3770-41a1-a79c-794afccc2b02 => 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: 1529/2993] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 18:03:30 2026] GET /v2.0/subnets?id=1e61f967-2033-40ce-ba40-15d7fd9d85c5 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2994] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:03:31 2026] GET /v2.0/ports?network_id=f1e41597-963e-4506-9579-92a1f8796675&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2995] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:03:31 2026] GET /v2.0/networks/f1e41597-963e-4506-9579-92a1f8796675?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: 1466/2996] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:03:31 2026] GET /v2.0/networks/f1e41597-963e-4506-9579-92a1f8796675?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: 1531/2997] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:03:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=c5d16724-ebc5-4444-990d-b941450601a6 => 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: 1467/2998] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 18:03:31 2026] GET /v2.0/subnets?id=c4b74296-4c9d-4a01-b86b-41d28529f347 => 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: 1532/2999] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:03:31 2026] GET /v2.0/ports?network_id=b24f3d0b-7337-4566-a652-f116b7091114&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3000] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:03:31 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114?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: 1533/3001] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:03:31 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114?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: 1535/3004] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:03:41 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: 1470/3005] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:03:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3006] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:03:42 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: 1471/3007] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:03:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:42.067 7 INFO neutron.api.v2.resource [None req-edaa1ba1-c65a-4f17-b0b7-5f38f87ab236 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1537/3008] 199.204.45.155 () {30 vars in 762 bytes} [Thu Apr 2 18:03:42 2026] GET /v2.0/security-groups/lb-fc37b194-07b8-4931-b98b-c8061e2fdaaf => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3009] 199.204.45.155 () {30 vars in 784 bytes} [Thu Apr 2 18:03:42 2026] GET /v2.0/security-groups?name=lb-fc37b194-07b8-4931-b98b-c8061e2fdaaf => generated 2865 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3010] 199.204.45.155 () {30 vars in 814 bytes} [Thu Apr 2 18:03:42 2026] GET /v2.0/security-group-rules?security_group_id=032a77af-d55a-4438-b107-b267ca9b00bd => generated 2334 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3011] 199.204.45.155 () {32 vars in 788 bytes} [Thu Apr 2 18:03:42 2026] DELETE /v2.0/security-group-rules/73f981bc-c6c4-489d-967e-f2cb0f8f3579 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3012] 199.204.45.155 () {32 vars in 788 bytes} [Thu Apr 2 18:03:42 2026] DELETE /v2.0/security-group-rules/d43b5786-653e-4732-a416-e3bc8d3db3e5 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:03:45.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-563ad99e-4103-45eb-9050-f81f6b65134c 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] TaaS: Handle Delete Port: c07c3355-fc33-439e-8a08-503eb3c5c205 2026-04-02 18:03:45.985 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-563ad99e-4103-45eb-9050-f81f6b65134c 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Tap Mirror: Handle Delete Port: c07c3355-fc33-439e-8a08-503eb3c5c205 2026-04-02 18:03:46.178 8 INFO neutron.db.l3_db [None req-563ad99e-4103-45eb-9050-f81f6b65134c 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Floating IP c1e832b6-fb45-4c67-b2d3-18b1cdbc7d46 disassociated (deleted). External IP: 10.96.250.205, port: 178875d0-0039-4ef0-8f0b-d965dff6663c. [pid: 8|app: 0|req: 1474/3013] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 18:03:45 2026] DELETE /v2.0/floatingips/c1e832b6-fb45-4c67-b2d3-18b1cdbc7d46 => generated 0 bytes in 588 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:03:46.467 7 INFO neutron.api.v2.resource [None req-a935806e-25d6-4739-a859-6b060baaa7c9 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1540/3014] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 18:03:46 2026] GET /v2.0/floatingips/c1e832b6-fb45-4c67-b2d3-18b1cdbc7d46 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3015] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3016] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:03:47 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: 1476/3017] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3018] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:47.408 8 INFO neutron.api.v2.resource [None req-0790adb3-e6ed-4c21-aadc-5f2c277636a0 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1477/3019] 199.204.45.155 () {30 vars in 762 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/security-groups/lb-fc37b194-07b8-4931-b98b-c8061e2fdaaf => 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: 1543/3020] 199.204.45.155 () {30 vars in 784 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/security-groups?name=lb-fc37b194-07b8-4931-b98b-c8061e2fdaaf => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3021] 199.204.45.155 () {30 vars in 814 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/security-group-rules?security_group_id=032a77af-d55a-4438-b107-b267ca9b00bd => 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: 1544/3022] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3023] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:03:47 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: 1545/3024] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3025] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3026] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3027] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 2585 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3028] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 2585 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3029] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 2585 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3030] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:03:48 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 2585 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3033] 199.204.45.155 () {34 vars in 974 bytes} [Thu Apr 2 18:03:49 2026] GET /v2.0/ports/c5d16724-ebc5-4444-990d-b941450601a6 => generated 1349 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3034] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 2 18:03:49 2026] GET /v2.0/ports/c5d16724-ebc5-4444-990d-b941450601a6?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: 1485/3035] 199.204.45.155 () {34 vars in 1015 bytes} [Thu Apr 2 18:03:49 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3036] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:03:49 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 2585 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3037] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 2 18:03:49 2026] PUT /v2.0/ports/c5d16724-ebc5-4444-990d-b941450601a6 => generated 1150 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3038] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 2 18:03:50 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 1244 bytes in 33 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: 1487/3039] 199.204.45.155 () {34 vars in 788 bytes} [Thu Apr 2 18:03:51 2026] PUT /v2.0/ports/c5d16724-ebc5-4444-990d-b941450601a6 => generated 1090 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3040] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/ports/c5d16724-ebc5-4444-990d-b941450601a6 => generated 1090 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 18:03:51.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cb65a17-629d-4590-9299-43a537a7c205 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: c5d16724-ebc5-4444-990d-b941450601a6 2026-04-02 18:03:51.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cb65a17-629d-4590-9299-43a537a7c205 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: c5d16724-ebc5-4444-990d-b941450601a6 [pid: 8|app: 0|req: 1488/3041] 199.204.45.155 () {32 vars in 758 bytes} [Thu Apr 2 18:03:51 2026] DELETE /v2.0/ports/c5d16724-ebc5-4444-990d-b941450601a6 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3042] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3043] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 2 18:03:51 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: 1555/3044] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3045] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:51.661 7 INFO neutron.pecan_wsgi.hooks.translation [None req-99251cc2-7fe9-4013-a5b7-d9ee981b162d a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1556/3046] 199.204.45.155 () {32 vars in 758 bytes} [Thu Apr 2 18:03:51 2026] DELETE /v2.0/ports/c5d16724-ebc5-4444-990d-b941450601a6 => 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: 1491/3047] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/ports/178875d0-0039-4ef0-8f0b-d965dff6663c => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:03:51.722 7 INFO neutron.api.v2.resource [None req-50edf0f5-0ed7-46b7-a679-bf364d3ebace a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1557/3048] 199.204.45.155 () {30 vars in 762 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/security-groups/lb-fc37b194-07b8-4931-b98b-c8061e2fdaaf => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3049] 199.204.45.155 () {30 vars in 784 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/security-groups?name=lb-fc37b194-07b8-4931-b98b-c8061e2fdaaf => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3050] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/ports?tenant_id=235f355238244aeb8d64b6dde5598167&device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3051] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/ports/178875d0-0039-4ef0-8f0b-d965dff6663c => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3052] 199.204.45.155 () {34 vars in 1065 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/networks?id=f1e41597-963e-4506-9579-92a1f8796675&id=b24f3d0b-7337-4566-a652-f116b7091114 => generated 1523 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3053] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.27&port_id=bcb5ca82-3770-41a1-a79c-794afccc2b02 => 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: 1561/3054] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/subnets?id=1e61f967-2033-40ce-ba40-15d7fd9d85c5 => 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: 1562/3055] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/ports?network_id=f1e41597-963e-4506-9579-92a1f8796675&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: 1563/3056] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/networks/f1e41597-963e-4506-9579-92a1f8796675?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: 1564/3057] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/networks/f1e41597-963e-4506-9579-92a1f8796675?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: 1494/3058] 199.204.45.155 () {34 vars in 788 bytes} [Thu Apr 2 18:03:51 2026] PUT /v2.0/ports/178875d0-0039-4ef0-8f0b-d965dff6663c => generated 1090 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3059] 199.204.45.155 () {32 vars in 778 bytes} [Thu Apr 2 18:03:52 2026] DELETE /v2.0/security-groups/032a77af-d55a-4438-b107-b267ca9b00bd => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:03:52.215 8 INFO neutron_taas.services.taas.taas_plugin [None req-7815a8b8-9ee0-494b-9da3-884833b0f86b a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: 178875d0-0039-4ef0-8f0b-d965dff6663c 2026-04-02 18:03:52.218 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7815a8b8-9ee0-494b-9da3-884833b0f86b a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: 178875d0-0039-4ef0-8f0b-d965dff6663c [pid: 8|app: 0|req: 1495/3060] 199.204.45.155 () {32 vars in 758 bytes} [Thu Apr 2 18:03:52 2026] DELETE /v2.0/ports/178875d0-0039-4ef0-8f0b-d965dff6663c => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3061] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 2 18:03:55 2026] GET /v2.0/ports?device_id=20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:03:55.176 8 INFO neutron_taas.services.taas.taas_plugin [req-6f3f3bd4-2eb9-4d00-bb8d-149a1535710a req-88d08c34-7009-457c-9e91-1f55ded50f52 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] TaaS: Handle Delete Port: bcb5ca82-3770-41a1-a79c-794afccc2b02 2026-04-02 18:03:55.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6f3f3bd4-2eb9-4d00-bb8d-149a1535710a req-88d08c34-7009-457c-9e91-1f55ded50f52 a6e3a385c1694aa885b027e0cbd51257 235f355238244aeb8d64b6dde5598167 - - default default] Tap Mirror: Handle Delete Port: bcb5ca82-3770-41a1-a79c-794afccc2b02 [pid: 8|app: 0|req: 1496/3062] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 2 18:03:55 2026] DELETE /v2.0/ports/bcb5ca82-3770-41a1-a79c-794afccc2b02 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:03:55.319 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3df63d7d-9bee-4543-9b60-658d80937948'] response: {'server_uuid': '20ac2d13-09a8-4a1e-a59b-6fb4fbcfd9be', 'name': 'network-vif-deleted', 'tag': 'bcb5ca82-3770-41a1-a79c-794afccc2b02', 'status': 'completed', 'code': 200} 2026-04-02 18:03:56.783 7 INFO neutron_taas.services.taas.taas_plugin [None req-58a22563-d8b7-4002-a38c-a42faeb031c9 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] TaaS: Handle Delete Port: bcd0eaf9-1760-410a-8354-559a9570744f 2026-04-02 18:03:56.786 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58a22563-d8b7-4002-a38c-a42faeb031c9 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Tap Mirror: Handle Delete Port: bcd0eaf9-1760-410a-8354-559a9570744f 2026-04-02 18:03:56.949 7 INFO neutron.db.l3_db [None req-58a22563-d8b7-4002-a38c-a42faeb031c9 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Floating IP fd31f86f-fb44-40f7-ade5-7c7eb19cb0e1 disassociated (deleted). External IP: 10.96.250.215, port: bed066da-da41-427b-9463-686acfd9a752. [pid: 7|app: 0|req: 1567/3063] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 18:03:56 2026] DELETE /v2.0/floatingips/fd31f86f-fb44-40f7-ade5-7c7eb19cb0e1 => generated 0 bytes in 580 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:03:57.287 8 INFO neutron.api.v2.resource [None req-8b395679-c6e9-4612-a136-17782d3eb8e4 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1497/3064] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 18:03:57 2026] GET /v2.0/floatingips/fd31f86f-fb44-40f7-ade5-7c7eb19cb0e1 => generated 144 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:03:57.305 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae4b99be-a83f-4b98-ab33-96e75c581748'] response: {'name': 'network-changed', 'server_uuid': 'c91114ab-232a-4788-a485-6edbb1a0609f', 'tag': 'bed066da-da41-427b-9463-686acfd9a752', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1568/3065] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:03:57 2026] GET /v2.0/ports?device_id=c91114ab-232a-4788-a485-6edbb1a0609f => generated 1204 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3066] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 18:03:57 2026] GET /v2.0/security-groups?id=6b388a30-83a1-4fae-aed2-061e8fec1d17&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3067] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:03:57 2026] GET /v2.0/ports?tenant_id=940101676db746dd85a038699c73a260&device_id=c91114ab-232a-4788-a485-6edbb1a0609f => generated 1473 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3068] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 18:03:57 2026] GET /v2.0/networks?id=6561c536-47e3-4790-8e18-5e2480d35d23 => generated 800 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3069] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:03:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.183&port_id=bed066da-da41-427b-9463-686acfd9a752 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3070] 199.204.45.155 () {34 vars in 1105 bytes} [Thu Apr 2 18:03:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A338&port_id=bed066da-da41-427b-9463-686acfd9a752 => 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: 1571/3071] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 2 18:03:57 2026] GET /v2.0/subnets?id=9e029f5d-fe43-40ef-95b5-5ad53e1c4f20&id=8c9af212-ec83-483f-bbeb-b816a0f23672 => generated 1414 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3072] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:03:58 2026] GET /v2.0/ports?network_id=6561c536-47e3-4790-8e18-5e2480d35d23&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3073] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:03:58 2026] GET /v2.0/ports?network_id=6561c536-47e3-4790-8e18-5e2480d35d23&device_owner=network%3Adhcp => generated 1461 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3074] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:03:58 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3075] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:03:58 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23?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: 1503/3076] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 2 18:03:59 2026] GET /v2.0/ports?device_id=c91114ab-232a-4788-a485-6edbb1a0609f => generated 1204 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:04:00.094 7 INFO neutron_taas.services.taas.taas_plugin [req-e8a4bcb2-e0d8-442b-8e5e-e94170f6cc01 req-7cefc847-69d7-4544-932f-3c4e814420d9 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] TaaS: Handle Delete Port: bed066da-da41-427b-9463-686acfd9a752 2026-04-02 18:04:00.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e8a4bcb2-e0d8-442b-8e5e-e94170f6cc01 req-7cefc847-69d7-4544-932f-3c4e814420d9 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Tap Mirror: Handle Delete Port: bed066da-da41-427b-9463-686acfd9a752 [pid: 7|app: 0|req: 1574/3077] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 2 18:03:59 2026] DELETE /v2.0/ports/bed066da-da41-427b-9463-686acfd9a752 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:00.312 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7dadb5f1-dd8b-4945-a9a3-5412fd6b4a06'] response: {'server_uuid': 'c91114ab-232a-4788-a485-6edbb1a0609f', 'name': 'network-vif-deleted', 'tag': 'bed066da-da41-427b-9463-686acfd9a752', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1504/3078] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:04:02 2026] GET /v2.0/ports?device_id=c91114ab-232a-4788-a485-6edbb1a0609f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:07.891 7 INFO neutron_taas.services.taas.taas_plugin [None req-e656b0b5-2314-4c47-93c1-34abe1aafbe9 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] TaaS: Handle Delete Port: aab3b964-707a-4038-bcdf-b4370dfa7823 2026-04-02 18:04:07.896 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e656b0b5-2314-4c47-93c1-34abe1aafbe9 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Tap Mirror: Handle Delete Port: aab3b964-707a-4038-bcdf-b4370dfa7823 2026-04-02 18:04:08.081 7 INFO neutron.db.l3_db [None req-e656b0b5-2314-4c47-93c1-34abe1aafbe9 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Floating IP 7eb03d11-d8a3-42d8-b6c3-74f1556ff0c7 disassociated (deleted). External IP: 10.96.250.214, port: 5facb272-f022-4457-8709-910c19b8510c. [pid: 7|app: 0|req: 1576/3081] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 18:04:07 2026] DELETE /v2.0/floatingips/7eb03d11-d8a3-42d8-b6c3-74f1556ff0c7 => generated 0 bytes in 636 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:08.438 8 INFO neutron.api.v2.resource [None req-88d5fc48-eed3-45bf-9a20-9483da28eed9 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] show failed (client error): The resource could not be found. 2026-04-02 18:04:08.439 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0455aaa-ac73-45a2-92ed-6e0f0ad9f116'] response: {'name': 'network-changed', 'server_uuid': 'af512914-a520-4d49-ae63-22ba9561a850', 'tag': '5facb272-f022-4457-8709-910c19b8510c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1506/3082] 10.0.0.71 () {32 vars in 727 bytes} [Thu Apr 2 18:04:08 2026] GET /v2.0/floatingips/7eb03d11-d8a3-42d8-b6c3-74f1556ff0c7 => generated 144 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3083] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:04:08 2026] GET /v2.0/ports?device_id=af512914-a520-4d49-ae63-22ba9561a850 => generated 1200 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3084] 10.0.0.100 () {34 vars in 1039 bytes} [Thu Apr 2 18:04:08 2026] GET /v2.0/security-groups?id=6b388a30-83a1-4fae-aed2-061e8fec1d17&fields=id&fields=name => generated 111 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3085] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 2 18:04:08 2026] GET /v2.0/ports?tenant_id=940101676db746dd85a038699c73a260&device_id=af512914-a520-4d49-ae63-22ba9561a850 => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3086] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 2 18:04:08 2026] GET /v2.0/networks?id=fde2b483-f4ea-4165-aa73-cab1662e8022 => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3087] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 2 18:04:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.242&port_id=5facb272-f022-4457-8709-910c19b8510c => 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: 1509/3088] 199.204.45.155 () {34 vars in 1103 bytes} [Thu Apr 2 18:04:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2ba&port_id=5facb272-f022-4457-8709-910c19b8510c => 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: 1580/3089] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 2 18:04:09 2026] GET /v2.0/subnets?id=25a73496-6ee3-4a60-a4e1-9d5e134f38d4&id=9e620649-b677-4cc7-9e40-2e248359bd4c => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3090] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:04:09 2026] GET /v2.0/ports?network_id=fde2b483-f4ea-4165-aa73-cab1662e8022&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: 1581/3091] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 2 18:04:09 2026] GET /v2.0/ports?network_id=fde2b483-f4ea-4165-aa73-cab1662e8022&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3092] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 2 18:04:09 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?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: 1582/3093] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 2 18:04:09 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022?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: 1512/3094] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 2 18:04:11 2026] GET /v2.0/ports?device_id=af512914-a520-4d49-ae63-22ba9561a850 => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:04:11.195 7 INFO neutron_taas.services.taas.taas_plugin [req-538841ee-4669-4e3b-8bd9-6fb4433837bb req-8103e931-e3fb-4551-b0c6-736e15a5aa02 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] TaaS: Handle Delete Port: 5facb272-f022-4457-8709-910c19b8510c 2026-04-02 18:04:11.200 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-538841ee-4669-4e3b-8bd9-6fb4433837bb req-8103e931-e3fb-4551-b0c6-736e15a5aa02 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Tap Mirror: Handle Delete Port: 5facb272-f022-4457-8709-910c19b8510c [pid: 7|app: 0|req: 1583/3095] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 2 18:04:11 2026] DELETE /v2.0/ports/5facb272-f022-4457-8709-910c19b8510c => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:11.420 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8784b2d4-23f3-4360-aad0-5dd95bc8b6ef'] response: {'server_uuid': 'af512914-a520-4d49-ae63-22ba9561a850', 'name': 'network-vif-deleted', 'tag': '5facb272-f022-4457-8709-910c19b8510c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1513/3096] 10.0.0.100 () {34 vars in 989 bytes} [Thu Apr 2 18:04:13 2026] GET /v2.0/ports?device_id=af512914-a520-4d49-ae63-22ba9561a850 => 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: 1584/3097] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 18:04:18 2026] DELETE /v2.0/security-group-rules/a2f74fae-5d1c-4b27-a8dd-798455f66b92 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:18.989 8 INFO neutron.api.v2.resource [None req-6ed7fd9e-4ede-4443-8163-18f1a105018b 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1514/3098] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 18:04:18 2026] GET /v2.0/security-group-rules/a2f74fae-5d1c-4b27-a8dd-798455f66b92 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3099] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 18:04:18 2026] DELETE /v2.0/security-group-rules/25acb870-a3f5-4eeb-8252-b9863c7e56dc => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:19.078 8 INFO neutron.api.v2.resource [None req-6d51bd20-bb85-4fe3-b926-e05413b8669b 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1515/3100] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 18:04:19 2026] GET /v2.0/security-group-rules/25acb870-a3f5-4eeb-8252-b9863c7e56dc => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3101] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 18:04:19 2026] DELETE /v2.0/security-group-rules/a785e18f-28d2-4e18-9b87-5f3564a674a2 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:19.161 8 INFO neutron.api.v2.resource [None req-3c6e2e37-0639-4e2f-9afc-b492631e4b41 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1516/3102] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 18:04:19 2026] GET /v2.0/security-group-rules/a785e18f-28d2-4e18-9b87-5f3564a674a2 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3103] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 18:04:19 2026] DELETE /v2.0/security-group-rules/5e5bfe87-f304-450f-974e-c14745920c90 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:19.238 8 INFO neutron.api.v2.resource [None req-bcbdfafc-545c-4ac7-9dc8-69f21d45140a 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1517/3104] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 18:04:19 2026] GET /v2.0/security-group-rules/5e5bfe87-f304-450f-974e-c14745920c90 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3105] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 18:04:19 2026] DELETE /v2.0/security-group-rules/b8f1d276-85dd-4054-9a0a-7608202168ac => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:19.328 8 INFO neutron.api.v2.resource [None req-58efec91-b3aa-4148-8c19-193a4c137381 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1518/3106] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 18:04:19 2026] GET /v2.0/security-group-rules/b8f1d276-85dd-4054-9a0a-7608202168ac => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3107] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 18:04:19 2026] DELETE /v2.0/security-group-rules/56512486-3fcb-43a6-a742-9a7b24e87a0a => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:19.413 8 INFO neutron.api.v2.resource [None req-4e6adfdd-bb07-4f21-8c1c-20c408897343 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1519/3108] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 18:04:19 2026] GET /v2.0/security-group-rules/56512486-3fcb-43a6-a742-9a7b24e87a0a => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3111] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 18:04:19 2026] DELETE /v2.0/security-group-rules/41b03fc7-d1ba-4276-bc11-d93d0ad8c743 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:19.493 8 INFO neutron.api.v2.resource [None req-d9591226-b6b1-42ce-89e7-35d644a1886b 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1522/3112] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 18:04:19 2026] GET /v2.0/security-group-rules/41b03fc7-d1ba-4276-bc11-d93d0ad8c743 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3113] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 18:04:19 2026] DELETE /v2.0/security-group-rules/934f7a70-72b5-4849-9a6a-fdfe8d6ea9cc => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:19.569 8 INFO neutron.api.v2.resource [None req-6d5d3005-3583-4dba-afdb-e7cf52d70c26 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1523/3114] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 18:04:19 2026] GET /v2.0/security-group-rules/934f7a70-72b5-4849-9a6a-fdfe8d6ea9cc => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3115] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 18:04:19 2026] DELETE /v2.0/security-group-rules/d273f290-e752-47fc-83cd-18361884ff35 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:19.647 8 INFO neutron.api.v2.resource [None req-47bfb8b5-5f71-4c24-a335-aa0895be783d 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1524/3116] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 18:04:19 2026] GET /v2.0/security-group-rules/d273f290-e752-47fc-83cd-18361884ff35 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3117] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 18:04:19 2026] DELETE /v2.0/security-group-rules/90979515-4453-41a2-beb8-ee40554ce857 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:19.724 8 INFO neutron.api.v2.resource [None req-3b0d470b-f330-4d68-95f2-4d6059f16f74 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1525/3118] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 18:04:19 2026] GET /v2.0/security-group-rules/90979515-4453-41a2-beb8-ee40554ce857 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3119] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 18:04:19 2026] DELETE /v2.0/security-group-rules/dcd4d610-ccbd-435e-8817-ac3de7ed5aba => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:19.807 8 INFO neutron.api.v2.resource [None req-42bdfccb-145f-43db-9a69-144d57264d5a 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1526/3120] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 18:04:19 2026] GET /v2.0/security-group-rules/dcd4d610-ccbd-435e-8817-ac3de7ed5aba => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3121] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:04:19 2026] DELETE /v2.0/security-groups/6b388a30-83a1-4fae-aed2-061e8fec1d17 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:19.918 8 INFO neutron.api.v2.resource [None req-f71b325f-7042-499b-a3ac-f40bf1faa93e 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1527/3122] 10.0.0.71 () {32 vars in 735 bytes} [Thu Apr 2 18:04:19 2026] GET /v2.0/security-groups/6b388a30-83a1-4fae-aed2-061e8fec1d17 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:04:20.338 7 INFO neutron_taas.services.taas.taas_plugin [None req-4cc2d048-d785-46e4-b1fc-ba8d9f8da833 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] TaaS: Handle Delete Port: 611ede27-edd5-4e84-8ca5-bff0d86f1a22 2026-04-02 18:04:20.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cc2d048-d785-46e4-b1fc-ba8d9f8da833 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Tap Mirror: Handle Delete Port: 611ede27-edd5-4e84-8ca5-bff0d86f1a22 [pid: 7|app: 0|req: 1596/3123] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 18:04:19 2026] PUT /v2.0/routers/fea47354-4de1-4d3f-9abc-86cc76acfd6c/remove_router_interface => generated 309 bytes in 936 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:21.075 8 INFO neutron.api.v2.resource [None req-057bcd09-0fe7-42fc-8c21-9d3b135e877d 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1528/3124] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 18:04:20 2026] PUT /v2.0/routers/fea47354-4de1-4d3f-9abc-86cc76acfd6c/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-02 18:04:21.439 7 INFO neutron_taas.services.taas.taas_plugin [None req-5729306a-ad11-4478-97d8-3c7e30420fe2 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] TaaS: Handle Delete Port: e24c39de-4a41-418c-b432-0e1d905d6f54 2026-04-02 18:04:21.442 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5729306a-ad11-4478-97d8-3c7e30420fe2 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Tap Mirror: Handle Delete Port: e24c39de-4a41-418c-b432-0e1d905d6f54 [pid: 7|app: 0|req: 1597/3125] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 18:04:21 2026] PUT /v2.0/routers/fea47354-4de1-4d3f-9abc-86cc76acfd6c/remove_router_interface => generated 309 bytes in 885 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:22.114 8 INFO neutron.api.v2.resource [None req-e85b99d7-333c-473d-bc8b-0bd1ceb87fad 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1529/3126] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 18:04:21 2026] PUT /v2.0/routers/fea47354-4de1-4d3f-9abc-86cc76acfd6c/remove_router_interface => generated 198 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:04:22.475 7 INFO neutron_taas.services.taas.taas_plugin [None req-f157967b-a71f-4488-998c-afe2bc797a5c 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] TaaS: Handle Delete Port: 3ec79700-d8d3-45db-b6ea-bfabc6f7f37c 2026-04-02 18:04:22.478 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f157967b-a71f-4488-998c-afe2bc797a5c 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Tap Mirror: Handle Delete Port: 3ec79700-d8d3-45db-b6ea-bfabc6f7f37c [pid: 7|app: 0|req: 1598/3127] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 18:04:22 2026] PUT /v2.0/routers/fea47354-4de1-4d3f-9abc-86cc76acfd6c/remove_router_interface => generated 309 bytes in 875 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:23.200 8 INFO neutron.api.v2.resource [None req-12b40cbc-9de8-4163-bb99-8105a2ffc180 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1530/3128] 10.0.0.71 () {34 vars in 787 bytes} [Thu Apr 2 18:04:23 2026] PUT /v2.0/routers/fea47354-4de1-4d3f-9abc-86cc76acfd6c/remove_router_interface => generated 198 bytes in 200 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:04:23.865 7 INFO neutron_taas.services.taas.taas_plugin [None req-f723aaec-64c2-4336-b14e-6b7d783a215c 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] TaaS: Handle Delete Port: dc5d8239-ea7c-421e-8daf-c0fba285df9b 2026-04-02 18:04:23.867 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f723aaec-64c2-4336-b14e-6b7d783a215c 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Tap Mirror: Handle Delete Port: dc5d8239-ea7c-421e-8daf-c0fba285df9b 2026-04-02 18:04:24.076 7 INFO neutron_taas.services.taas.taas_plugin [None req-f723aaec-64c2-4336-b14e-6b7d783a215c 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] TaaS: Handle Delete Port: 9ef8f917-4248-4b76-ab7a-bc3c55ed244c 2026-04-02 18:04:24.080 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f723aaec-64c2-4336-b14e-6b7d783a215c 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Tap Mirror: Handle Delete Port: 9ef8f917-4248-4b76-ab7a-bc3c55ed244c 2026-04-02 18:04:24.427 7 INFO neutron.db.l3_hamode_db [None req-f723aaec-64c2-4336-b14e-6b7d783a215c 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] HA network b5d82140-0ac2-4bfc-ae4a-89e7f35f709e was deleted as no HA routers are present in tenant 940101676db746dd85a038699c73a260. [pid: 7|app: 0|req: 1599/3129] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 18:04:23 2026] DELETE /v2.0/routers/fea47354-4de1-4d3f-9abc-86cc76acfd6c => generated 0 bytes in 1227 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:24.440 7 INFO neutron.services.segments.plugin [-] Segment c875298d-5430-4d16-9e98-f32d59f5c28c resource provider aggregate not found 2026-04-02 18:04:24.445 7 INFO neutron.services.segments.plugin [-] Segment c875298d-5430-4d16-9e98-f32d59f5c28c resource provider aggregate not found 2026-04-02 18:04:24.455 8 INFO neutron.api.v2.resource [None req-bc33a137-bef5-448e-a808-fb2c4edd4b1a 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1531/3130] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 18:04:24 2026] GET /v2.0/routers/fea47354-4de1-4d3f-9abc-86cc76acfd6c => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:04:24.459 7 INFO neutron.services.segments.plugin [-] Segment c875298d-5430-4d16-9e98-f32d59f5c28c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c875298d-5430-4d16-9e98-f32d59f5c28c found for delete ", "request_id": "req-941a7fda-e818-46c9-a7d8-fe1e36ae0b4e"}]} 2026-04-02 18:04:24.463 7 INFO neutron.services.segments.plugin [-] Segment c875298d-5430-4d16-9e98-f32d59f5c28c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c875298d-5430-4d16-9e98-f32d59f5c28c found for delete ", "request_id": "req-7601d113-567b-498c-a256-c8eea26910f2"}]} [pid: 7|app: 0|req: 1600/3131] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 18:04:24 2026] DELETE /v2.0/subnets/8c9af212-ec83-483f-bbeb-b816a0f23672 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:24.633 8 INFO neutron.pecan_wsgi.hooks.translation [None req-016b293e-b928-4b3e-bdda-45c51a3ca76d 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1532/3132] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 18:04:24 2026] GET /v2.0/subnets/8c9af212-ec83-483f-bbeb-b816a0f23672 => 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: 1601/3133] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 18:04:24 2026] DELETE /v2.0/subnets/9e029f5d-fe43-40ef-95b5-5ad53e1c4f20 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:24.808 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7d008ea1-ea67-47dc-9e50-c47b93e5f81e 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/3134] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 18:04:24 2026] GET /v2.0/subnets/9e029f5d-fe43-40ef-95b5-5ad53e1c4f20 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:04:24.910 7 INFO neutron_taas.services.taas.taas_plugin [None req-925351b6-6c22-44e4-87bb-ed277b6b2dfa 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] TaaS: Handle Delete Port: a7a6f454-6b8a-447d-a53d-53c2b0417ac9 2026-04-02 18:04:24.913 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-925351b6-6c22-44e4-87bb-ed277b6b2dfa 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Tap Mirror: Handle Delete Port: a7a6f454-6b8a-447d-a53d-53c2b0417ac9 [pid: 7|app: 0|req: 1602/3135] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 18:04:24 2026] DELETE /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:25.106 8 INFO neutron.pecan_wsgi.hooks.translation [None req-05ac8556-d34c-422c-86a0-78d445c068a9 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/3136] 10.0.0.71 () {32 vars in 721 bytes} [Thu Apr 2 18:04:25 2026] GET /v2.0/networks/6561c536-47e3-4790-8e18-5e2480d35d23 => 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: 1603/3137] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 18:04:25 2026] DELETE /v2.0/subnets/9e620649-b677-4cc7-9e40-2e248359bd4c => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:25.269 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f4be8d13-4b89-4767-8961-1bc84e266e7e 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1535/3138] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 18:04:25 2026] GET /v2.0/subnets/9e620649-b677-4cc7-9e40-2e248359bd4c => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3139] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 18:04:25 2026] DELETE /v2.0/subnets/25a73496-6ee3-4a60-a4e1-9d5e134f38d4 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:25.452 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6bf9ce0f-006b-4432-87d5-9632b838fa7f 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1536/3140] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 18:04:25 2026] GET /v2.0/subnets/25a73496-6ee3-4a60-a4e1-9d5e134f38d4 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:04:25.548 7 INFO neutron_taas.services.taas.taas_plugin [None req-77f16362-6a9a-4f9f-9de7-dbfcf2c7b168 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] TaaS: Handle Delete Port: 3e7af1c5-9fe1-4044-9956-d5ff0a2f727b 2026-04-02 18:04:25.552 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77f16362-6a9a-4f9f-9de7-dbfcf2c7b168 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Tap Mirror: Handle Delete Port: 3e7af1c5-9fe1-4044-9956-d5ff0a2f727b [pid: 7|app: 0|req: 1605/3141] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 18:04:25 2026] DELETE /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:25.776 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4fa47705-88af-4935-b948-94c73bf80639 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1537/3142] 10.0.0.71 () {32 vars in 721 bytes} [Thu Apr 2 18:04:25 2026] GET /v2.0/networks/fde2b483-f4ea-4165-aa73-cab1662e8022 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3143] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 18:04:25 2026] DELETE /v2.0/subnets/cac06550-20e8-4532-a48c-40c4bf2a73a0 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:25.942 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a8fdca02-9e7d-4301-aac4-0a4be61b67b9 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1538/3144] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 18:04:25 2026] GET /v2.0/subnets/cac06550-20e8-4532-a48c-40c4bf2a73a0 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3145] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 18:04:25 2026] DELETE /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:26.115 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e35300f3-1f9d-4192-bf78-8b404043230d 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1539/3146] 10.0.0.71 () {32 vars in 719 bytes} [Thu Apr 2 18:04:26 2026] GET /v2.0/subnets/c4b74296-4c9d-4a01-b86b-41d28529f347 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:04:26.203 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c98ebbc-fef1-495b-a29c-e42e3d0cc5f7 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] TaaS: Handle Delete Port: 66f16279-69d4-47c6-a1fc-8452c271279e 2026-04-02 18:04:26.205 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c98ebbc-fef1-495b-a29c-e42e3d0cc5f7 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] Tap Mirror: Handle Delete Port: 66f16279-69d4-47c6-a1fc-8452c271279e [pid: 7|app: 0|req: 1608/3147] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 18:04:26 2026] DELETE /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:26.412 8 INFO neutron.pecan_wsgi.hooks.translation [None req-12163566-9449-41ba-839e-1c25d20862d9 35ed0e0358a8442497620837b5b3beb1 940101676db746dd85a038699c73a260 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1540/3148] 10.0.0.71 () {32 vars in 721 bytes} [Thu Apr 2 18:04:26 2026] GET /v2.0/networks/b24f3d0b-7337-4566-a652-f116b7091114 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:04:26.476 7 INFO neutron.services.segments.plugin [-] Segment 476ecb39-2d5f-45bf-b40c-10bf0f468562 resource provider aggregate not found 2026-04-02 18:04:26.476 7 INFO neutron.services.segments.plugin [-] Segment 476ecb39-2d5f-45bf-b40c-10bf0f468562 resource provider aggregate not found 2026-04-02 18:04:26.493 7 INFO neutron.services.segments.plugin [-] Segment 476ecb39-2d5f-45bf-b40c-10bf0f468562 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 476ecb39-2d5f-45bf-b40c-10bf0f468562 found for delete ", "request_id": "req-f2b848d6-4593-4f7a-9419-1678e6db48db"}]} 2026-04-02 18:04:26.496 7 INFO neutron.services.segments.plugin [-] Segment 476ecb39-2d5f-45bf-b40c-10bf0f468562 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 476ecb39-2d5f-45bf-b40c-10bf0f468562 found for delete ", "request_id": "req-ddcde81b-244f-473e-b6eb-00e835fca90f"}]} 2026-04-02 18:04:26.509 7 INFO neutron.services.segments.plugin [-] Segment 686c9720-918e-4d19-9e57-661f64f9e7ed resource provider aggregate not found 2026-04-02 18:04:26.514 7 INFO neutron.services.segments.plugin [-] Segment 686c9720-918e-4d19-9e57-661f64f9e7ed resource provider aggregate not found 2026-04-02 18:04:26.525 7 INFO neutron.services.segments.plugin [-] Segment 686c9720-918e-4d19-9e57-661f64f9e7ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 686c9720-918e-4d19-9e57-661f64f9e7ed found for delete ", "request_id": "req-21ddb4c6-616d-437f-b83d-cb9b6a10bbf5"}]} 2026-04-02 18:04:26.528 7 INFO neutron.services.segments.plugin [-] Segment 686c9720-918e-4d19-9e57-661f64f9e7ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 686c9720-918e-4d19-9e57-661f64f9e7ed found for delete ", "request_id": "req-abf746b8-17b6-4e0b-953d-28bbfbcd122c"}]} 2026-04-02 18:04:26.536 7 INFO neutron.services.segments.plugin [-] Segment d6d73982-94d5-4e0d-897c-cdade81acfb9 resource provider aggregate not found 2026-04-02 18:04:26.539 7 INFO neutron.services.segments.plugin [-] Segment d6d73982-94d5-4e0d-897c-cdade81acfb9 resource provider aggregate not found 2026-04-02 18:04:26.546 7 INFO neutron.services.segments.plugin [-] Segment d6d73982-94d5-4e0d-897c-cdade81acfb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6d73982-94d5-4e0d-897c-cdade81acfb9 found for delete ", "request_id": "req-7b7b39b5-3d76-4fa1-9027-96314dbeaff9"}]} 2026-04-02 18:04:26.552 7 INFO neutron.services.segments.plugin [-] Segment d6d73982-94d5-4e0d-897c-cdade81acfb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6d73982-94d5-4e0d-897c-cdade81acfb9 found for delete ", "request_id": "req-0ec2bc15-c76e-467b-b2e5-e8d778b53eca"}]} [pid: 7|app: 0|req: 1609/3149] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:04:28 2026] GET /v2.0/security-groups?tenant_id=cd4b583903794157a69769266860f089&name=default => generated 2929 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3150] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:04:28 2026] DELETE /v2.0/security-groups/ca4a05ce-b1a8-4d80-9547-ee3c43387662 => 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: 1610/3151] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:04:28 2026] GET /v2.0/security-groups?tenant_id=28f5911eda3d49ffb412a791a5774188&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3152] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:04:28 2026] DELETE /v2.0/security-groups/0ad42f0f-0383-4b4b-b511-fde84ac39769 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3153] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:04:28 2026] GET /v2.0/security-groups?tenant_id=5932743d26a34e8bbdb7a630d3fc5ea3&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3154] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:04:29 2026] DELETE /v2.0/security-groups/85960452-8b9c-4de6-bbdc-5da5a6a3504e => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3155] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:04:29 2026] GET /v2.0/security-groups?tenant_id=aaa8b74420fc4180b70610a41228f970&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3156] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:04:29 2026] DELETE /v2.0/security-groups/3c0d72d3-c30d-4011-bdda-0974115673c9 => 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: 1613/3157] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:04:29 2026] GET /v2.0/security-groups?tenant_id=940101676db746dd85a038699c73a260&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3158] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:04:29 2026] DELETE /v2.0/security-groups/23279c5d-e72c-45b5-bcd1-c4ed682ed898 => 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: 1614/3159] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:04:29 2026] GET /v2.0/security-groups?tenant_id=d8095c455d1b46da94c4f1aed58db836&name=default => generated 2929 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3160] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:04:30 2026] DELETE /v2.0/security-groups/34ee4802-eaf0-4fa0-8820-4b33ad892f19 => 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: 1615/3161] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:04:30 2026] GET /v2.0/security-groups?tenant_id=062d99679b194057926063510b948a05&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3162] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:04:30 2026] DELETE /v2.0/security-groups/b25f7f85-5a19-48dd-80f0-2cfc91873626 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:34.660 7 INFO neutron.db.segments_db [None req-48c68d7c-055e-48fd-87fc-a5618ffd131e 27fdf6108aae49889e75eb22e081951e d51e86ec63ed414db34b226256fbac46 - - default default] Added segment 1c592f76-80b5-47ec-a894-ff3cf3f38593 of type vxlan for network 87c94501-693f-45b5-99a7-47064317d730 [pid: 7|app: 0|req: 1616/3165] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 18:04:34 2026] POST /v2.0/networks => generated 613 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3166] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 18:04:34 2026] POST /v2.0/subnets => generated 626 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:04:35.027 7 INFO neutron.db.segments_db [None req-40328012-e50a-4a56-a6b2-1cf93649be9d 27fdf6108aae49889e75eb22e081951e d51e86ec63ed414db34b226256fbac46 - - default default] Added segment c11ccdf5-81d2-43a2-90fc-80240b10795f of type vxlan for network 0f0a6048-e543-4822-8f62-80ef28517eb1 [pid: 7|app: 0|req: 1617/3167] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 18:04:34 2026] POST /v2.0/networks => generated 612 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3168] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 18:04:35 2026] POST /v2.0/subnets => generated 629 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:04:35.402 7 INFO neutron.db.segments_db [None req-c788710b-1b58-4c65-90d6-b52256daec8d 27fdf6108aae49889e75eb22e081951e d51e86ec63ed414db34b226256fbac46 - - default default] Added segment 78da3894-9c35-4ade-bda3-3567aec08713 of type vxlan for network 52ce1c48-e21c-4ef0-b02d-fe96bebe2684 [pid: 7|app: 0|req: 1618/3169] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 18:04:35 2026] POST /v2.0/networks => generated 612 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3170] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 18:04:35 2026] POST /v2.0/subnets => generated 629 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:04:35.793 7 INFO neutron.db.segments_db [None req-aa0603d8-5d48-4617-a3fd-bb0fedef0654 27fdf6108aae49889e75eb22e081951e d51e86ec63ed414db34b226256fbac46 - - default default] Added segment ed043bf3-4dbc-401c-aa28-80d727eb8307 of type vxlan for network a996c03c-70d7-4ae1-860f-b95d51f40bf8 [pid: 7|app: 0|req: 1619/3171] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 18:04:35 2026] POST /v2.0/networks => generated 613 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3172] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 18:04:35 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-02 18:04:36.201 7 INFO neutron.db.segments_db [None req-f4b1a485-39c0-4fb7-8f20-8ab24aebf16c 27fdf6108aae49889e75eb22e081951e d51e86ec63ed414db34b226256fbac46 - - default default] Added segment 9265c81e-90b7-4021-aa39-d805c1baa370 of type vxlan for network 54bc2031-d435-441f-9cdb-13e77b046220 [pid: 7|app: 0|req: 1620/3173] 10.0.0.71 () {34 vars in 668 bytes} [Thu Apr 2 18:04:36 2026] POST /v2.0/networks => generated 613 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3174] 10.0.0.71 () {34 vars in 667 bytes} [Thu Apr 2 18:04:36 2026] POST /v2.0/subnets => generated 629 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3175] 10.0.0.71 () {34 vars in 749 bytes} [Thu Apr 2 18:04:36 2026] PUT /v2.0/subnets/6429252a-7df9-499b-abe7-9f7ef7cbff5e/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3176] 10.0.0.71 () {34 vars in 749 bytes} [Thu Apr 2 18:04:36 2026] PUT /v2.0/subnets/0a7432b9-218c-476b-87b5-acd24e2a4d7d/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3177] 10.0.0.71 () {34 vars in 749 bytes} [Thu Apr 2 18:04:36 2026] PUT /v2.0/subnets/a1f73e07-151e-4f0d-9ae4-5f404b5f4d7f/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3178] 10.0.0.71 () {34 vars in 749 bytes} [Thu Apr 2 18:04:36 2026] PUT /v2.0/subnets/37474c3b-b018-49b5-a3ff-be0b941da410/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3179] 10.0.0.71 () {32 vars in 662 bytes} [Thu Apr 2 18:04:36 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3180] 10.0.0.71 () {32 vars in 676 bytes} [Thu Apr 2 18:04:36 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3181] 10.0.0.71 () {32 vars in 672 bytes} [Thu Apr 2 18:04:36 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3182] 10.0.0.71 () {32 vars in 684 bytes} [Thu Apr 2 18:04:36 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3183] 10.0.0.71 () {32 vars in 670 bytes} [Thu Apr 2 18:04:36 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3184] 10.0.0.71 () {32 vars in 684 bytes} [Thu Apr 2 18:04:36 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3185] 10.0.0.71 () {32 vars in 680 bytes} [Thu Apr 2 18:04:37 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: 8|app: 0|req: 1560/3186] 10.0.0.71 () {32 vars in 692 bytes} [Thu Apr 2 18:04:37 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3187] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 18:04:37 2026] DELETE /v2.0/subnets/6429252a-7df9-499b-abe7-9f7ef7cbff5e => 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: 1561/3188] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 18:04:37 2026] DELETE /v2.0/subnets/0a7432b9-218c-476b-87b5-acd24e2a4d7d => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3189] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 18:04:37 2026] DELETE /v2.0/subnets/a1f73e07-151e-4f0d-9ae4-5f404b5f4d7f => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3190] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 18:04:37 2026] DELETE /v2.0/subnets/37474c3b-b018-49b5-a3ff-be0b941da410 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3191] 10.0.0.71 () {32 vars in 722 bytes} [Thu Apr 2 18:04:37 2026] DELETE /v2.0/subnets/899f185f-3b78-4ce9-bc40-a81a3360572b => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:37.860 8 INFO neutron_taas.services.taas.taas_plugin [None req-115cca9b-0a21-48fb-b7b1-fde78fb8b5b4 27fdf6108aae49889e75eb22e081951e d51e86ec63ed414db34b226256fbac46 - - default default] TaaS: Handle Delete Port: cc2802c9-adb0-4f9a-8484-ad6398d44938 2026-04-02 18:04:37.862 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-115cca9b-0a21-48fb-b7b1-fde78fb8b5b4 27fdf6108aae49889e75eb22e081951e d51e86ec63ed414db34b226256fbac46 - - default default] Tap Mirror: Handle Delete Port: cc2802c9-adb0-4f9a-8484-ad6398d44938 [pid: 8|app: 0|req: 1563/3192] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 18:04:37 2026] DELETE /v2.0/networks/87c94501-693f-45b5-99a7-47064317d730 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:38.110 8 INFO neutron.services.segments.plugin [-] Segment 1c592f76-80b5-47ec-a894-ff3cf3f38593 resource provider aggregate not found 2026-04-02 18:04:38.122 8 INFO neutron.services.segments.plugin [-] Segment 1c592f76-80b5-47ec-a894-ff3cf3f38593 resource provider aggregate not found 2026-04-02 18:04:38.126 8 INFO neutron.services.segments.plugin [-] Segment 1c592f76-80b5-47ec-a894-ff3cf3f38593 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c592f76-80b5-47ec-a894-ff3cf3f38593 found for delete ", "request_id": "req-bcf85c6e-977c-4e8c-a779-c5352a604fda"}]} 2026-04-02 18:04:38.139 8 INFO neutron.services.segments.plugin [-] Segment 1c592f76-80b5-47ec-a894-ff3cf3f38593 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c592f76-80b5-47ec-a894-ff3cf3f38593 found for delete ", "request_id": "req-82e1e530-e8c3-4d9a-ad59-a2033d11554f"}]} 2026-04-02 18:04:38.163 7 INFO neutron.services.segments.plugin [-] Segment c11ccdf5-81d2-43a2-90fc-80240b10795f resource provider aggregate not found 2026-04-02 18:04:38.166 7 INFO neutron.services.segments.plugin [-] Segment c11ccdf5-81d2-43a2-90fc-80240b10795f resource provider aggregate not found 2026-04-02 18:04:38.181 7 INFO neutron.services.segments.plugin [-] Segment c11ccdf5-81d2-43a2-90fc-80240b10795f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c11ccdf5-81d2-43a2-90fc-80240b10795f found for delete ", "request_id": "req-bd7ebc31-fe82-465d-9dff-cf82807a2c2b"}]} 2026-04-02 18:04:38.183 7 INFO neutron.services.segments.plugin [-] Segment c11ccdf5-81d2-43a2-90fc-80240b10795f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c11ccdf5-81d2-43a2-90fc-80240b10795f found for delete ", "request_id": "req-03cb1e3c-e503-4ed6-9681-358b57cad125"}]} [pid: 7|app: 0|req: 1630/3193] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 18:04:38 2026] DELETE /v2.0/networks/0f0a6048-e543-4822-8f62-80ef28517eb1 => 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: 1564/3194] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 18:04:38 2026] DELETE /v2.0/networks/52ce1c48-e21c-4ef0-b02d-fe96bebe2684 => 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: 1631/3195] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 18:04:38 2026] DELETE /v2.0/networks/a996c03c-70d7-4ae1-860f-b95d51f40bf8 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3196] 10.0.0.71 () {32 vars in 724 bytes} [Thu Apr 2 18:04:38 2026] DELETE /v2.0/networks/54bc2031-d435-441f-9cdb-13e77b046220 => 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: 1632/3197] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:04:39 2026] GET /v2.0/security-groups?tenant_id=783041637cbe4459abca02a86006384b&name=default => generated 2929 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3198] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:04:39 2026] DELETE /v2.0/security-groups/96e1b410-e13a-4c81-acbc-ac27bd3e39d2 => 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: 1633/3199] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:04:39 2026] GET /v2.0/security-groups?tenant_id=d51e86ec63ed414db34b226256fbac46&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3200] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:04:39 2026] DELETE /v2.0/security-groups/1c1c2250-307b-4f82-bfce-fd02beb5ba6a => 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: 1634/3201] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:04:39 2026] GET /v2.0/security-groups?tenant_id=626c96c8c3084e649aa65b43da4f97c5&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:04:40.150 8 INFO neutron.services.segments.plugin [-] Segment 78da3894-9c35-4ade-bda3-3567aec08713 resource provider aggregate not found 2026-04-02 18:04:40.162 8 INFO neutron.services.segments.plugin [-] Segment 78da3894-9c35-4ade-bda3-3567aec08713 resource provider aggregate not found 2026-04-02 18:04:40.171 8 INFO neutron.services.segments.plugin [-] Segment 78da3894-9c35-4ade-bda3-3567aec08713 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78da3894-9c35-4ade-bda3-3567aec08713 found for delete ", "request_id": "req-df50ec01-aa73-42a1-9d60-5e05f297bf6b"}]} 2026-04-02 18:04:40.186 8 INFO neutron.services.segments.plugin [-] Segment 78da3894-9c35-4ade-bda3-3567aec08713 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78da3894-9c35-4ade-bda3-3567aec08713 found for delete ", "request_id": "req-da26b21f-402f-4c7a-900d-55958ee6a998"}]} 2026-04-02 18:04:40.192 8 INFO neutron.services.segments.plugin [-] Segment 9265c81e-90b7-4021-aa39-d805c1baa370 resource provider aggregate not found 2026-04-02 18:04:40.197 7 INFO neutron.services.segments.plugin [-] Segment ed043bf3-4dbc-401c-aa28-80d727eb8307 resource provider aggregate not found 2026-04-02 18:04:40.203 7 INFO neutron.services.segments.plugin [-] Segment ed043bf3-4dbc-401c-aa28-80d727eb8307 resource provider aggregate not found 2026-04-02 18:04:40.207 8 INFO neutron.services.segments.plugin [-] Segment 9265c81e-90b7-4021-aa39-d805c1baa370 resource provider aggregate not found 2026-04-02 18:04:40.217 7 INFO neutron.services.segments.plugin [-] Segment ed043bf3-4dbc-401c-aa28-80d727eb8307 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed043bf3-4dbc-401c-aa28-80d727eb8307 found for delete ", "request_id": "req-19130fa8-ddcf-4dbe-8114-c71506f9dfe1"}]} 2026-04-02 18:04:40.217 7 INFO neutron.services.segments.plugin [-] Segment ed043bf3-4dbc-401c-aa28-80d727eb8307 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed043bf3-4dbc-401c-aa28-80d727eb8307 found for delete ", "request_id": "req-de366608-525a-4c31-a5a3-65e02f580ef4"}]} 2026-04-02 18:04:40.224 8 INFO neutron.services.segments.plugin [-] Segment 9265c81e-90b7-4021-aa39-d805c1baa370 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9265c81e-90b7-4021-aa39-d805c1baa370 found for delete ", "request_id": "req-67a14eb7-008a-4512-a915-45372b282203"}]} 2026-04-02 18:04:40.231 8 INFO neutron.services.segments.plugin [-] Segment 9265c81e-90b7-4021-aa39-d805c1baa370 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9265c81e-90b7-4021-aa39-d805c1baa370 found for delete ", "request_id": "req-9d75e029-74a4-4235-ab90-3fa15e99eacd"}]} [pid: 8|app: 0|req: 1568/3202] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:04:40 2026] DELETE /v2.0/security-groups/75fa230c-9cc0-4de0-bd79-6c144bdce55c => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3203] 10.0.0.71 () {34 vars in 676 bytes} [Thu Apr 2 18:04:43 2026] POST /v2.0/qos/policies => generated 359 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3204] 10.0.0.71 () {34 vars in 751 bytes} [Thu Apr 2 18:04:43 2026] PUT /v2.0/policies/1d4084a3-6c0f-4aff-af0b-b9f3d6ef7b4c/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3205] 10.0.0.71 () {32 vars in 731 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/policies/1d4084a3-6c0f-4aff-af0b-b9f3d6ef7b4c/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3206] 10.0.0.71 () {34 vars in 762 bytes} [Thu Apr 2 18:04:43 2026] PUT /v2.0/policies/1d4084a3-6c0f-4aff-af0b-b9f3d6ef7b4c/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3207] 10.0.0.71 () {32 vars in 731 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/policies/1d4084a3-6c0f-4aff-af0b-b9f3d6ef7b4c/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3208] 10.0.0.71 () {34 vars in 758 bytes} [Thu Apr 2 18:04:43 2026] PUT /v2.0/policies/1d4084a3-6c0f-4aff-af0b-b9f3d6ef7b4c/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3209] 10.0.0.71 () {32 vars in 731 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/policies/1d4084a3-6c0f-4aff-af0b-b9f3d6ef7b4c/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3210] 10.0.0.71 () {34 vars in 780 bytes} [Thu Apr 2 18:04:43 2026] PUT /v2.0/policies/1d4084a3-6c0f-4aff-af0b-b9f3d6ef7b4c/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3211] 10.0.0.71 () {32 vars in 731 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/policies/1d4084a3-6c0f-4aff-af0b-b9f3d6ef7b4c/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3212] 10.0.0.71 () {34 vars in 751 bytes} [Thu Apr 2 18:04:43 2026] PUT /v2.0/policies/1d4084a3-6c0f-4aff-af0b-b9f3d6ef7b4c/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3213] 10.0.0.71 () {32 vars in 731 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/policies/1d4084a3-6c0f-4aff-af0b-b9f3d6ef7b4c/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3214] 10.0.0.71 () {32 vars in 739 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/policies/1d4084a3-6c0f-4aff-af0b-b9f3d6ef7b4c/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:44.039 7 INFO neutron.api.v2.resource [None req-51dfc9af-065a-4cac-9667-13969744b560 79ba9287cefa49b1880bf1df375ac53a 4bcbd1165d974e2393a18b7e66982f62 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3215] 10.0.0.71 () {32 vars in 743 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/policies/1d4084a3-6c0f-4aff-af0b-b9f3d6ef7b4c/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3216] 10.0.0.71 () {32 vars in 742 bytes} [Thu Apr 2 18:04:44 2026] DELETE /v2.0/policies/1d4084a3-6c0f-4aff-af0b-b9f3d6ef7b4c/tags/red => 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: 1642/3217] 10.0.0.71 () {32 vars in 731 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/policies/1d4084a3-6c0f-4aff-af0b-b9f3d6ef7b4c/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:44.172 8 INFO neutron.api.v2.resource [None req-ebedb730-ac69-418d-a728-a08376b9b12f 79ba9287cefa49b1880bf1df375ac53a 4bcbd1165d974e2393a18b7e66982f62 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1576/3218] 10.0.0.71 () {32 vars in 746 bytes} [Thu Apr 2 18:04:44 2026] DELETE /v2.0/policies/1d4084a3-6c0f-4aff-af0b-b9f3d6ef7b4c/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3219] 10.0.0.71 () {32 vars in 734 bytes} [Thu Apr 2 18:04:44 2026] DELETE /v2.0/policies/1d4084a3-6c0f-4aff-af0b-b9f3d6ef7b4c/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3220] 10.0.0.71 () {32 vars in 731 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/policies/1d4084a3-6c0f-4aff-af0b-b9f3d6ef7b4c/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3221] 10.0.0.71 () {32 vars in 732 bytes} [Thu Apr 2 18:04:44 2026] DELETE /v2.0/qos/policies/1d4084a3-6c0f-4aff-af0b-b9f3d6ef7b4c => 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: 1578/3222] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/security-groups?tenant_id=67088597efaa42dc8fdf47bcc3ed3853&name=default => generated 2929 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3223] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:04:45 2026] DELETE /v2.0/security-groups/ef156f91-464c-4b0d-8dd6-c3020df748eb => 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: 1579/3224] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:04:45 2026] GET /v2.0/security-groups?tenant_id=4bcbd1165d974e2393a18b7e66982f62&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3225] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:04:45 2026] DELETE /v2.0/security-groups/70276813-9fec-45c0-8cce-aecb258f26e1 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3226] 10.0.0.71 () {34 vars in 682 bytes} [Thu Apr 2 18:04:48 2026] POST /v2.0/security-groups => generated 1603 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3227] 10.0.0.71 () {34 vars in 765 bytes} [Thu Apr 2 18:04:49 2026] PUT /v2.0/security-groups/83b85d7c-d98b-445c-8e99-e9b93d5be6ae/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3228] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 18:04:49 2026] GET /v2.0/security-groups/83b85d7c-d98b-445c-8e99-e9b93d5be6ae/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3229] 10.0.0.71 () {34 vars in 776 bytes} [Thu Apr 2 18:04:49 2026] PUT /v2.0/security-groups/83b85d7c-d98b-445c-8e99-e9b93d5be6ae/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3230] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 18:04:49 2026] GET /v2.0/security-groups/83b85d7c-d98b-445c-8e99-e9b93d5be6ae/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3231] 10.0.0.71 () {34 vars in 772 bytes} [Thu Apr 2 18:04:49 2026] PUT /v2.0/security-groups/83b85d7c-d98b-445c-8e99-e9b93d5be6ae/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3232] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 18:04:49 2026] GET /v2.0/security-groups/83b85d7c-d98b-445c-8e99-e9b93d5be6ae/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: 1650/3233] 10.0.0.71 () {34 vars in 794 bytes} [Thu Apr 2 18:04:49 2026] PUT /v2.0/security-groups/83b85d7c-d98b-445c-8e99-e9b93d5be6ae/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3234] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 18:04:49 2026] GET /v2.0/security-groups/83b85d7c-d98b-445c-8e99-e9b93d5be6ae/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: 1651/3237] 10.0.0.71 () {34 vars in 765 bytes} [Thu Apr 2 18:04:49 2026] PUT /v2.0/security-groups/83b85d7c-d98b-445c-8e99-e9b93d5be6ae/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3238] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 18:04:49 2026] GET /v2.0/security-groups/83b85d7c-d98b-445c-8e99-e9b93d5be6ae/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3239] 10.0.0.71 () {32 vars in 753 bytes} [Thu Apr 2 18:04:49 2026] GET /v2.0/security-groups/83b85d7c-d98b-445c-8e99-e9b93d5be6ae/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:49.561 8 INFO neutron.api.v2.resource [None req-5d98a3d9-5e37-41e3-8644-b76130d1415e 58bc187de6ad45cc923418501db17d25 781024e608774cdda764bce9e4839c0f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1588/3240] 10.0.0.71 () {32 vars in 757 bytes} [Thu Apr 2 18:04:49 2026] GET /v2.0/security-groups/83b85d7c-d98b-445c-8e99-e9b93d5be6ae/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3241] 10.0.0.71 () {32 vars in 756 bytes} [Thu Apr 2 18:04:49 2026] DELETE /v2.0/security-groups/83b85d7c-d98b-445c-8e99-e9b93d5be6ae/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3242] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 18:04:49 2026] GET /v2.0/security-groups/83b85d7c-d98b-445c-8e99-e9b93d5be6ae/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:49.688 7 INFO neutron.api.v2.resource [None req-79357041-58fa-43f7-8afa-b2216631d9ea 58bc187de6ad45cc923418501db17d25 781024e608774cdda764bce9e4839c0f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1654/3243] 10.0.0.71 () {32 vars in 760 bytes} [Thu Apr 2 18:04:49 2026] DELETE /v2.0/security-groups/83b85d7c-d98b-445c-8e99-e9b93d5be6ae/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3244] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 18:04:49 2026] DELETE /v2.0/security-groups/83b85d7c-d98b-445c-8e99-e9b93d5be6ae/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3245] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 18:04:49 2026] GET /v2.0/security-groups/83b85d7c-d98b-445c-8e99-e9b93d5be6ae/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: 1591/3246] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:04:49 2026] DELETE /v2.0/security-groups/83b85d7c-d98b-445c-8e99-e9b93d5be6ae => 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: 1656/3247] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:04:50 2026] GET /v2.0/security-groups?tenant_id=a2e569baeab54a2880e65b653fcef62a&name=default => generated 2929 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3248] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:04:50 2026] DELETE /v2.0/security-groups/2e1e213a-d0fd-4dee-bf62-e5892f425b8e => 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: 1657/3249] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:04:50 2026] GET /v2.0/security-groups?tenant_id=781024e608774cdda764bce9e4839c0f&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3250] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:04:50 2026] DELETE /v2.0/security-groups/30e1a43e-4c27-4a48-9e5d-eb2496a43c02 => 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: 1658/3251] 10.0.0.71 () {34 vars in 674 bytes} [Thu Apr 2 18:04:54 2026] POST /v2.0/subnetpools => generated 516 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3252] 10.0.0.71 () {34 vars in 757 bytes} [Thu Apr 2 18:04:54 2026] PUT /v2.0/subnetpools/dac57853-1f8a-481e-a94b-c8e78b0a4646/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3253] 10.0.0.71 () {32 vars in 737 bytes} [Thu Apr 2 18:04:54 2026] GET /v2.0/subnetpools/dac57853-1f8a-481e-a94b-c8e78b0a4646/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3254] 10.0.0.71 () {34 vars in 768 bytes} [Thu Apr 2 18:04:54 2026] PUT /v2.0/subnetpools/dac57853-1f8a-481e-a94b-c8e78b0a4646/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3255] 10.0.0.71 () {32 vars in 737 bytes} [Thu Apr 2 18:04:54 2026] GET /v2.0/subnetpools/dac57853-1f8a-481e-a94b-c8e78b0a4646/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3256] 10.0.0.71 () {34 vars in 764 bytes} [Thu Apr 2 18:04:54 2026] PUT /v2.0/subnetpools/dac57853-1f8a-481e-a94b-c8e78b0a4646/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3257] 10.0.0.71 () {32 vars in 737 bytes} [Thu Apr 2 18:04:54 2026] GET /v2.0/subnetpools/dac57853-1f8a-481e-a94b-c8e78b0a4646/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3258] 10.0.0.71 () {34 vars in 786 bytes} [Thu Apr 2 18:04:54 2026] PUT /v2.0/subnetpools/dac57853-1f8a-481e-a94b-c8e78b0a4646/tags/black.or.white => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3259] 10.0.0.71 () {32 vars in 737 bytes} [Thu Apr 2 18:04:54 2026] GET /v2.0/subnetpools/dac57853-1f8a-481e-a94b-c8e78b0a4646/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3260] 10.0.0.71 () {34 vars in 757 bytes} [Thu Apr 2 18:04:54 2026] PUT /v2.0/subnetpools/dac57853-1f8a-481e-a94b-c8e78b0a4646/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: 1663/3261] 10.0.0.71 () {32 vars in 737 bytes} [Thu Apr 2 18:04:54 2026] GET /v2.0/subnetpools/dac57853-1f8a-481e-a94b-c8e78b0a4646/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3262] 10.0.0.71 () {32 vars in 745 bytes} [Thu Apr 2 18:04:54 2026] GET /v2.0/subnetpools/dac57853-1f8a-481e-a94b-c8e78b0a4646/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:54.687 7 INFO neutron.api.v2.resource [None req-67adad7e-3e9e-4f0c-acdc-08171323d7b2 570040f8beb7492983ce2eac04f0d88d b34ac0069fb84339b5c2b602390bdb7f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1664/3263] 10.0.0.71 () {32 vars in 749 bytes} [Thu Apr 2 18:04:54 2026] GET /v2.0/subnetpools/dac57853-1f8a-481e-a94b-c8e78b0a4646/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3264] 10.0.0.71 () {32 vars in 748 bytes} [Thu Apr 2 18:04:54 2026] DELETE /v2.0/subnetpools/dac57853-1f8a-481e-a94b-c8e78b0a4646/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3265] 10.0.0.71 () {32 vars in 737 bytes} [Thu Apr 2 18:04:54 2026] GET /v2.0/subnetpools/dac57853-1f8a-481e-a94b-c8e78b0a4646/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:54.809 8 INFO neutron.api.v2.resource [None req-d99d6a79-b8df-47fd-9d24-0e06118f88e7 570040f8beb7492983ce2eac04f0d88d b34ac0069fb84339b5c2b602390bdb7f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1601/3266] 10.0.0.71 () {32 vars in 752 bytes} [Thu Apr 2 18:04:54 2026] DELETE /v2.0/subnetpools/dac57853-1f8a-481e-a94b-c8e78b0a4646/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3267] 10.0.0.71 () {32 vars in 740 bytes} [Thu Apr 2 18:04:54 2026] DELETE /v2.0/subnetpools/dac57853-1f8a-481e-a94b-c8e78b0a4646/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3268] 10.0.0.71 () {32 vars in 737 bytes} [Thu Apr 2 18:04:54 2026] GET /v2.0/subnetpools/dac57853-1f8a-481e-a94b-c8e78b0a4646/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: 1667/3269] 10.0.0.71 () {32 vars in 730 bytes} [Thu Apr 2 18:04:54 2026] DELETE /v2.0/subnetpools/dac57853-1f8a-481e-a94b-c8e78b0a4646 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3270] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:04:55 2026] GET /v2.0/security-groups?tenant_id=b34ac0069fb84339b5c2b602390bdb7f&name=default => generated 2929 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3271] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:04:55 2026] DELETE /v2.0/security-groups/7df91379-f953-4a36-b37b-c33f8d1b11bc => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3272] 10.0.0.71 () {32 vars in 772 bytes} [Thu Apr 2 18:04:55 2026] GET /v2.0/security-groups?tenant_id=33d6b67e6a6840eba37ae0665a2134b3&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3273] 10.0.0.71 () {32 vars in 738 bytes} [Thu Apr 2 18:04:56 2026] DELETE /v2.0/security-groups/25b1fd06-e8c4-4d7a-b410-26c2b4b3f2f9 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3274] 10.0.0.71 () {32 vars in 647 bytes} [Thu Apr 2 18:04:58 2026] GET /v2.0/networks => generated 2168 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3275] 10.0.0.71 () {32 vars in 653 bytes} [Thu Apr 2 18:04:59 2026] GET /v2.0/floatingips => 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: 1606/3276] 10.0.0.71 () {32 vars in 645 bytes} [Thu Apr 2 18:04:59 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3277] 10.0.0.71 () {32 vars in 641 bytes} [Thu Apr 2 18:04:59 2026] GET /v2.0/ports => generated 4721 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3278] 10.0.0.71 () {32 vars in 645 bytes} [Thu Apr 2 18:04:59 2026] GET /v2.0/subnets => generated 1308 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3279] 10.0.0.71 () {32 vars in 647 bytes} [Thu Apr 2 18:04:59 2026] GET /v2.0/networks => generated 2168 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3280] 10.0.0.71 () {32 vars in 661 bytes} [Thu Apr 2 18:04:59 2026] GET /v2.0/security-groups => generated 17397 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3281] 10.0.0.71 () {32 vars in 653 bytes} [Thu Apr 2 18:05:00 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)