+ 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 23 17:59:54 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-6cd9b796f7-mtsrb 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 0x7fac6b0ee668 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: 6, cores: 1) spawned uWSGI worker 2 (pid: 7, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-04-23 17:59:58.880 6 INFO neutron.common.config [-] Logging enabled! 2026-04-23 17:59:58.880 6 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-23 17:59:58.932 7 INFO neutron.common.config [-] Logging enabled! 2026-04-23 17:59:58.932 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-23 17:59:59.937 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 17:59:59.941 6 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 18:00:01.505 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 18:00:01.508 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 18:00:01.512 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 18:00:01.513 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 18:00:01.513 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 18:00:01.513 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-23 18:00:01.513 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 18:00:01.521 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 18:00:01.521 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 18:00:01.521 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 18:00:01.543 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 18:00:01.544 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 18:00:01.544 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 18:00:01.574 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 18:00:01.574 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 18:00:01.574 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 18:00:01.574 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 18:00:01.654 6 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 18:00:01.656 6 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 18:00:01.660 6 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 18:00:01.661 6 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 18:00:01.661 6 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 18:00:01.661 6 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-23 18:00:01.661 6 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 18:00:01.669 6 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 18:00:01.669 6 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 18:00:01.669 6 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 18:00:01.692 6 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 18:00:01.693 6 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 18:00:01.693 6 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 18:00:01.723 6 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 18:00:01.723 6 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 18:00:01.723 6 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 18:00:01.723 6 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 18:00:01.887 7 INFO neutron.plugins.ml2.managers [None req-88efaa97-1505-4ca6-ae52-320a061fccca - - - - - -] Initializing driver for type 'vlan' 2026-04-23 18:00:02.024 6 INFO neutron.plugins.ml2.managers [None req-0f44e67e-264c-4842-8ef8-3dd8331846e6 - - - - - -] Initializing driver for type 'vlan' 2026-04-23 18:00:02.168 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-88efaa97-1505-4ca6-ae52-320a061fccca - - - - - -] VlanTypeDriver initialization complete 2026-04-23 18:00:02.168 7 INFO neutron.plugins.ml2.managers [None req-88efaa97-1505-4ca6-ae52-320a061fccca - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 18:00:02.168 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-88efaa97-1505-4ca6-ae52-320a061fccca - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 18:00:02.181 7 INFO neutron.plugins.ml2.managers [None req-88efaa97-1505-4ca6-ae52-320a061fccca - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 18:00:02.182 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-88efaa97-1505-4ca6-ae52-320a061fccca - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 18:00:02.182 7 INFO neutron.plugins.ml2.managers [None req-88efaa97-1505-4ca6-ae52-320a061fccca - - - - - -] Initializing extension driver 'port_security' 2026-04-23 18:00:02.182 7 INFO neutron.plugins.ml2.extensions.port_security [None req-88efaa97-1505-4ca6-ae52-320a061fccca - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 18:00:02.182 7 INFO neutron.plugins.ml2.managers [None req-88efaa97-1505-4ca6-ae52-320a061fccca - - - - - -] Initializing extension driver 'qos' 2026-04-23 18:00:02.182 7 INFO neutron.plugins.ml2.managers [None req-88efaa97-1505-4ca6-ae52-320a061fccca - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 18:00:02.182 7 INFO neutron.plugins.ml2.managers [None req-88efaa97-1505-4ca6-ae52-320a061fccca - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 18:00:02.200 7 INFO neutron.quota [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded quota_driver: . 2026-04-23 18:00:02.201 7 INFO neutron.plugins.ml2.plugin [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 18:00:02.201 7 INFO neutron.plugins.ml2.managers [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 18:00:02.201 7 INFO neutron.plugins.ml2.managers [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 18:00:02.201 7 INFO neutron.plugins.ml2.managers [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 18:00:02.202 7 INFO neutron.manager [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loading Plugin: qos 2026-04-23 18:00:02.214 7 INFO neutron.manager [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loading Plugin: router 2026-04-23 18:00:02.260 7 INFO neutron.services.service_base [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 18:00:02.260 7 INFO neutron.manager [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loading Plugin: segments 2026-04-23 18:00:02.317 6 INFO neutron.plugins.ml2.drivers.type_vlan [None req-0f44e67e-264c-4842-8ef8-3dd8331846e6 - - - - - -] VlanTypeDriver initialization complete 2026-04-23 18:00:02.318 6 INFO neutron.plugins.ml2.managers [None req-0f44e67e-264c-4842-8ef8-3dd8331846e6 - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 18:00:02.318 6 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-0f44e67e-264c-4842-8ef8-3dd8331846e6 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 18:00:02.332 6 INFO neutron.plugins.ml2.managers [None req-0f44e67e-264c-4842-8ef8-3dd8331846e6 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 18:00:02.332 6 INFO neutron.plugins.ml2.extensions.dns_integration [None req-0f44e67e-264c-4842-8ef8-3dd8331846e6 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 18:00:02.332 6 INFO neutron.plugins.ml2.managers [None req-0f44e67e-264c-4842-8ef8-3dd8331846e6 - - - - - -] Initializing extension driver 'port_security' 2026-04-23 18:00:02.332 6 INFO neutron.plugins.ml2.extensions.port_security [None req-0f44e67e-264c-4842-8ef8-3dd8331846e6 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 18:00:02.332 6 INFO neutron.plugins.ml2.managers [None req-0f44e67e-264c-4842-8ef8-3dd8331846e6 - - - - - -] Initializing extension driver 'qos' 2026-04-23 18:00:02.332 6 INFO neutron.plugins.ml2.managers [None req-0f44e67e-264c-4842-8ef8-3dd8331846e6 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 18:00:02.332 6 INFO neutron.plugins.ml2.managers [None req-0f44e67e-264c-4842-8ef8-3dd8331846e6 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 18:00:02.346 6 INFO neutron.quota [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded quota_driver: . 2026-04-23 18:00:02.347 6 INFO neutron.plugins.ml2.plugin [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 18:00:02.347 6 INFO neutron.plugins.ml2.managers [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 18:00:02.347 6 INFO neutron.plugins.ml2.managers [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 18:00:02.347 6 INFO neutron.plugins.ml2.managers [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 18:00:02.348 6 INFO neutron.manager [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loading Plugin: qos 2026-04-23 18:00:02.361 6 INFO neutron.manager [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loading Plugin: router 2026-04-23 18:00:02.361 7 INFO neutron.manager [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loading Plugin: trunk 2026-04-23 18:00:02.376 7 INFO neutron.manager [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loading Plugin: vpnaas 2026-04-23 18:00:02.410 6 INFO neutron.services.service_base [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 18:00:02.410 6 INFO neutron.manager [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loading Plugin: segments 2026-04-23 18:00:02.418 7 WARNING stevedore.named [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 18:00:02.501 7 INFO neutron_vpnaas.services.vpn.plugin [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 18:00:02.502 7 INFO neutron.common.utils [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 18:00:02.502 7 INFO neutron.manager [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loading Plugin: taas 2026-04-23 18:00:02.513 6 INFO neutron.manager [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loading Plugin: trunk 2026-04-23 18:00:02.528 6 INFO neutron.manager [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loading Plugin: vpnaas 2026-04-23 18:00:02.528 7 WARNING stevedore.named [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 18:00:02.529 7 WARNING stevedore.named [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 18:00:02.548 7 INFO neutron_taas.services.taas.taas_plugin [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 18:00:02.549 7 INFO neutron.manager [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loading Plugin: tapmirror 2026-04-23 18:00:02.565 7 WARNING stevedore.named [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 18:00:02.565 7 WARNING stevedore.named [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 18:00:02.569 6 WARNING stevedore.named [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 18:00:02.585 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 18:00:02.586 7 INFO neutron.manager [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loading Plugin: auto_allocate 2026-04-23 18:00:02.594 7 INFO neutron.manager [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loading Plugin: tag 2026-04-23 18:00:02.605 7 INFO neutron.manager [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loading Plugin: timestamp 2026-04-23 18:00:02.607 7 INFO neutron.manager [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 18:00:02.611 7 INFO neutron.manager [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loading Plugin: flavors 2026-04-23 18:00:02.615 7 INFO neutron.manager [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loading Plugin: revisions 2026-04-23 18:00:02.619 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Initializing extension manager. 2026-04-23 18:00:02.621 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: address-group 2026-04-23 18:00:02.622 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: address-scope 2026-04-23 18:00:02.622 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 18:00:02.623 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: agent 2026-04-23 18:00:02.624 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 18:00:02.626 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 18:00:02.629 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 18:00:02.631 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: availability_zone 2026-04-23 18:00:02.632 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 18:00:02.633 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 18:00:02.634 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: default-subnetpools 2026-04-23 18:00:02.636 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 18:00:02.637 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: dns-integration 2026-04-23 18:00:02.638 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 18:00:02.639 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 18:00:02.640 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: dvr 2026-04-23 18:00:02.640 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 18:00:02.641 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 18:00:02.642 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 18:00:02.643 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 18:00:02.643 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: external-net 2026-04-23 18:00:02.643 6 INFO neutron_vpnaas.services.vpn.plugin [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 18:00:02.644 6 INFO neutron.common.utils [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 18:00:02.644 6 INFO neutron.manager [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loading Plugin: taas 2026-04-23 18:00:02.644 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 18:00:02.645 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: extraroute 2026-04-23 18:00:02.646 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 18:00:02.647 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 18:00:02.647 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 18:00:02.648 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 18:00:02.648 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 18:00:02.649 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: fip-port-details 2026-04-23 18:00:02.650 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: flavors 2026-04-23 18:00:02.651 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 18:00:02.652 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: floatingip-pools 2026-04-23 18:00:02.652 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: ip_allocation 2026-04-23 18:00:02.653 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 18:00:02.653 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: l2_adjacency 2026-04-23 18:00:02.655 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: router 2026-04-23 18:00:02.656 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 18:00:02.657 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 18:00:02.658 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 18:00:02.658 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 18:00:02.659 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: l3-ha 2026-04-23 18:00:02.659 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 18:00:02.660 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 18:00:02.660 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: l3-flavors 2026-04-23 18:00:02.661 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 18:00:02.663 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 18:00:02.665 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 18:00:02.666 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 18:00:02.667 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 18:00:02.668 6 WARNING stevedore.named [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 18:00:02.668 6 WARNING stevedore.named [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 18:00:02.668 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 18:00:02.669 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 18:00:02.670 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: multi-provider 2026-04-23 18:00:02.670 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: net-mtu 2026-04-23 18:00:02.671 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 18:00:02.671 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: network_availability_zone 2026-04-23 18:00:02.672 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: network_ha 2026-04-23 18:00:02.673 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: network-ip-availability 2026-04-23 18:00:02.674 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 18:00:02.675 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: pagination 2026-04-23 18:00:02.675 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: port-device-profile 2026-04-23 18:00:02.676 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 18:00:02.676 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 18:00:02.677 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 18:00:02.678 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: port-mac-override 2026-04-23 18:00:02.678 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 18:00:02.679 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 18:00:02.679 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 18:00:02.680 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: port-resource-request 2026-04-23 18:00:02.680 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 18:00:02.681 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 18:00:02.682 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: binding 2026-04-23 18:00:02.683 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: binding-extended 2026-04-23 18:00:02.683 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: port-security 2026-04-23 18:00:02.684 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: project-id 2026-04-23 18:00:02.684 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: provider 2026-04-23 18:00:02.685 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 18:00:02.687 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: qos 2026-04-23 18:00:02.688 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 18:00:02.688 6 INFO neutron_taas.services.taas.taas_plugin [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 18:00:02.689 6 INFO neutron.manager [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loading Plugin: tapmirror 2026-04-23 18:00:02.689 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 18:00:02.689 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: qos-default 2026-04-23 18:00:02.691 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: qos-fip 2026-04-23 18:00:02.691 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 18:00:02.692 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 18:00:02.692 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 18:00:02.693 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 18:00:02.694 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 18:00:02.695 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: qos-pps 2026-04-23 18:00:02.695 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 18:00:02.696 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 18:00:02.696 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 18:00:02.697 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: quota-check-limit 2026-04-23 18:00:02.698 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 18:00:02.701 6 WARNING stevedore.named [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 18:00:02.701 6 WARNING stevedore.named [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 18:00:02.701 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: quotas 2026-04-23 18:00:02.703 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: quota_details 2026-04-23 18:00:02.704 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: rbac-policies 2026-04-23 18:00:02.705 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: rbac-address-group 2026-04-23 18:00:02.706 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 18:00:02.706 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 18:00:02.707 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 18:00:02.707 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: revision-if-match 2026-04-23 18:00:02.708 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 18:00:02.709 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: router_availability_zone 2026-04-23 18:00:02.709 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 18:00:02.711 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 18:00:02.712 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 18:00:02.712 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 18:00:02.713 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 18:00:02.713 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 18:00:02.714 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 18:00:02.715 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 18:00:02.715 6 INFO neutron.manager [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loading Plugin: auto_allocate 2026-04-23 18:00:02.719 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: security-group 2026-04-23 18:00:02.721 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: segment 2026-04-23 18:00:02.721 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 18:00:02.722 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: service-type 2026-04-23 18:00:02.722 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: sorting 2026-04-23 18:00:02.723 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 18:00:02.724 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: standard-attr-description 2026-04-23 18:00:02.724 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: stateful-security-group 2026-04-23 18:00:02.725 7 WARNING neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 18:00:02.725 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 18:00:02.726 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: subnet-external-network 2026-04-23 18:00:02.726 6 INFO neutron.manager [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loading Plugin: tag 2026-04-23 18:00:02.726 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: subnet_onboard 2026-04-23 18:00:02.728 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 18:00:02.728 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: subnet-service-types 2026-04-23 18:00:02.729 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: subnet_allocation 2026-04-23 18:00:02.730 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 18:00:02.731 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: tag-creation 2026-04-23 18:00:02.731 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 18:00:02.736 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 18:00:02.737 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 18:00:02.738 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: trunk 2026-04-23 18:00:02.739 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: trunk-details 2026-04-23 18:00:02.739 6 INFO neutron.manager [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loading Plugin: timestamp 2026-04-23 18:00:02.739 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 18:00:02.742 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 18:00:02.743 6 INFO neutron.manager [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 18:00:02.743 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 18:00:02.744 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 18:00:02.747 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 18:00:02.747 6 INFO neutron.manager [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loading Plugin: flavors 2026-04-23 18:00:02.748 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 18:00:02.749 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: vpn-flavors 2026-04-23 18:00:02.750 6 INFO neutron.manager [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loading Plugin: revisions 2026-04-23 18:00:02.751 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: vpnaas 2026-04-23 18:00:02.753 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: taas 2026-04-23 18:00:02.754 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Initializing extension manager. 2026-04-23 18:00:02.754 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: tap-mirror 2026-04-23 18:00:02.755 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: address-group 2026-04-23 18:00:02.755 7 INFO neutron.api.extensions [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 18:00:02.756 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: address-scope 2026-04-23 18:00:02.756 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 18:00:02.757 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: agent 2026-04-23 18:00:02.758 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 18:00:02.758 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 18:00:02.758 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 18:00:02.758 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 18:00:02.758 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 18:00:02.759 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 18:00:02.760 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 18:00:02.761 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: availability_zone 2026-04-23 18:00:02.761 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 18:00:02.762 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 18:00:02.762 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 18:00:02.762 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: default-subnetpools 2026-04-23 18:00:02.763 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 18:00:02.764 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 18:00:02.765 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: dns-integration 2026-04-23 18:00:02.766 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 18:00:02.766 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 18:00:02.767 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: dvr 2026-04-23 18:00:02.767 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 18:00:02.768 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 18:00:02.768 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 18:00:02.769 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 18:00:02.769 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: external-net 2026-04-23 18:00:02.770 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 18:00:02.770 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 18:00:02.770 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: extraroute 2026-04-23 18:00:02.771 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 18:00:02.771 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 18:00:02.771 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 18:00:02.771 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 18:00:02.772 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 18:00:02.772 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 18:00:02.772 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 18:00:02.772 7 WARNING neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] subnetpool is already registered 2026-04-23 18:00:02.773 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 18:00:02.773 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 18:00:02.773 7 WARNING neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] subnetpool is already registered 2026-04-23 18:00:02.773 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: fip-port-details 2026-04-23 18:00:02.773 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 18:00:02.774 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 18:00:02.774 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: flavors 2026-04-23 18:00:02.775 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 18:00:02.775 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 18:00:02.775 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 18:00:02.776 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 18:00:02.776 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: floatingip-pools 2026-04-23 18:00:02.776 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 18:00:02.777 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 18:00:02.777 7 WARNING neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] ipsecpolicy is already registered 2026-04-23 18:00:02.777 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 18:00:02.777 7 WARNING neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] ikepolicy is already registered 2026-04-23 18:00:02.778 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: ip_allocation 2026-04-23 18:00:02.779 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 18:00:02.779 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: l2_adjacency 2026-04-23 18:00:02.781 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: router 2026-04-23 18:00:02.782 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 18:00:02.783 7 WARNING neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] router is already registered 2026-04-23 18:00:02.783 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 18:00:02.783 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 18:00:02.783 7 WARNING neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] floatingip is already registered 2026-04-23 18:00:02.784 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 18:00:02.785 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 18:00:02.785 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 18:00:02.786 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: l3-ha 2026-04-23 18:00:02.787 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 18:00:02.787 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 18:00:02.787 7 WARNING neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] rbac_policy is already registered 2026-04-23 18:00:02.788 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 18:00:02.788 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 18:00:02.788 7 WARNING neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] security_group is already registered 2026-04-23 18:00:02.789 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 18:00:02.789 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: l3-flavors 2026-04-23 18:00:02.789 7 WARNING neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] security_group_rule is already registered 2026-04-23 18:00:02.790 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 18:00:02.790 7 WARNING neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] subnetpool is already registered 2026-04-23 18:00:02.790 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 18:00:02.790 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 18:00:02.791 7 WARNING neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] subnetpool is already registered 2026-04-23 18:00:02.791 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 18:00:02.791 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 18:00:02.791 7 WARNING neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] trunk is already registered 2026-04-23 18:00:02.792 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 18:00:02.792 7 WARNING neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] ikepolicy is already registered 2026-04-23 18:00:02.792 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 18:00:02.793 7 WARNING neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] ipsecpolicy is already registered 2026-04-23 18:00:02.793 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 18:00:02.793 7 WARNING neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] endpoint_group is already registered 2026-04-23 18:00:02.794 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 18:00:02.794 7 WARNING neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] vpnservice is already registered 2026-04-23 18:00:02.794 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 18:00:02.794 7 WARNING neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] ipsec_site_connection is already registered 2026-04-23 18:00:02.795 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 18:00:02.795 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 18:00:02.795 7 WARNING neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] ipsecpolicy is already registered 2026-04-23 18:00:02.795 7 INFO neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 18:00:02.796 7 WARNING neutron.quota.resource_registry [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] ikepolicy is already registered 2026-04-23 18:00:02.797 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 18:00:02.798 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 18:00:02.800 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 18:00:02.800 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 18:00:02.801 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: multi-provider 2026-04-23 18:00:02.803 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: net-mtu 2026-04-23 18:00:02.805 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 18:00:02.807 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: network_availability_zone 2026-04-23 18:00:02.808 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: network_ha 2026-04-23 18:00:02.810 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: network-ip-availability 2026-04-23 18:00:02.813 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 18:00:02.813 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: pagination 2026-04-23 18:00:02.814 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: port-device-profile 2026-04-23 18:00:02.815 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 18:00:02.816 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 18:00:02.817 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 18:00:02.818 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: port-mac-override 2026-04-23 18:00:02.819 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 18:00:02.819 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 18:00:02.820 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 18:00:02.821 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: port-resource-request 2026-04-23 18:00:02.822 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 18:00:02.822 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 18:00:02.823 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: binding 2026-04-23 18:00:02.824 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: binding-extended 2026-04-23 18:00:02.824 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: port-security 2026-04-23 18:00:02.825 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: project-id 2026-04-23 18:00:02.825 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: provider 2026-04-23 18:00:02.826 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 18:00:02.828 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: qos 2026-04-23 18:00:02.829 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 18:00:02.829 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 18:00:02.830 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: qos-default 2026-04-23 18:00:02.830 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: qos-fip 2026-04-23 18:00:02.831 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 18:00:02.831 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 18:00:02.832 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 18:00:02.832 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 18:00:02.833 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 18:00:02.834 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: qos-pps 2026-04-23 18:00:02.834 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 18:00:02.835 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 18:00:02.835 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 18:00:02.836 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: quota-check-limit 2026-04-23 18:00:02.836 7 WARNING keystonemiddleware._common.config [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 18:00:02.837 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 18:00:02.839 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: quotas 2026-04-23 18:00:02.840 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: quota_details 2026-04-23 18:00:02.842 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: rbac-policies 2026-04-23 18:00:02.842 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: rbac-address-group 2026-04-23 18:00:02.843 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 18:00:02.843 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 18:00:02.843 7 WARNING oslo_config.cfg [None req-f750fc66-fae7-491e-9e50-68d0697423cb - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-23 18:00:02.844 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 18:00:02.844 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: revision-if-match 2026-04-23 18:00:02.845 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 18:00:02.846 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: router_availability_zone WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fac6b0ee668 pid: 7 (default app) 2026-04-23 18:00:02.846 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 18:00:02.848 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 18:00:02.848 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 18:00:02.849 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 18:00:02.849 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 18:00:02.850 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 18:00:02.851 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 18:00:02.855 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: security-group 2026-04-23 18:00:02.856 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: segment 2026-04-23 18:00:02.857 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 18:00:02.858 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: service-type 2026-04-23 18:00:02.858 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: sorting 2026-04-23 18:00:02.859 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 18:00:02.860 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: standard-attr-description 2026-04-23 18:00:02.860 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: stateful-security-group 2026-04-23 18:00:02.861 6 WARNING neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 18:00:02.861 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 18:00:02.863 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: subnet-external-network 2026-04-23 18:00:02.864 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: subnet_onboard 2026-04-23 18:00:02.865 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 18:00:02.867 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: subnet-service-types 2026-04-23 18:00:02.868 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: subnet_allocation 2026-04-23 18:00:02.870 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 18:00:02.871 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: tag-creation 2026-04-23 18:00:02.872 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 18:00:02.879 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 18:00:02.882 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 18:00:02.882 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: trunk 2026-04-23 18:00:02.883 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: trunk-details 2026-04-23 18:00:02.883 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 18:00:02.884 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 18:00:02.885 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 18:00:02.885 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 18:00:02.887 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 18:00:02.888 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 18:00:02.889 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: vpn-flavors 2026-04-23 18:00:02.891 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: vpnaas 2026-04-23 18:00:02.892 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: taas 2026-04-23 18:00:02.893 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: tap-mirror 2026-04-23 18:00:02.893 6 INFO neutron.api.extensions [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 18:00:02.896 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 18:00:02.896 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 18:00:02.896 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 18:00:02.896 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 18:00:02.900 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 18:00:02.905 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 18:00:02.914 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 18:00:02.915 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 18:00:02.915 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 18:00:02.917 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 18:00:02.917 6 WARNING neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] subnetpool is already registered 2026-04-23 18:00:02.917 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 18:00:02.918 6 WARNING neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] subnetpool is already registered 2026-04-23 18:00:02.918 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 18:00:02.919 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 18:00:02.920 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 18:00:02.921 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 18:00:02.921 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 18:00:02.922 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 18:00:02.922 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 18:00:02.922 6 WARNING neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] ipsecpolicy is already registered 2026-04-23 18:00:02.923 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 18:00:02.923 6 WARNING neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] ikepolicy is already registered 2026-04-23 18:00:02.928 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 18:00:02.928 6 WARNING neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] router is already registered 2026-04-23 18:00:02.929 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 18:00:02.929 6 WARNING neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] floatingip is already registered 2026-04-23 18:00:02.933 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 18:00:02.933 6 WARNING neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] rbac_policy is already registered 2026-04-23 18:00:02.934 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 18:00:02.934 6 WARNING neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] security_group is already registered 2026-04-23 18:00:02.935 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 18:00:02.935 6 WARNING neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] security_group_rule is already registered 2026-04-23 18:00:02.936 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 18:00:02.936 6 WARNING neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] subnetpool is already registered 2026-04-23 18:00:02.937 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 18:00:02.937 6 WARNING neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] subnetpool is already registered 2026-04-23 18:00:02.938 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 18:00:02.938 6 WARNING neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] trunk is already registered 2026-04-23 18:00:02.938 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 18:00:02.939 6 WARNING neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] ikepolicy is already registered 2026-04-23 18:00:02.939 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 18:00:02.939 6 WARNING neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] ipsecpolicy is already registered 2026-04-23 18:00:02.940 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 18:00:02.940 6 WARNING neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] endpoint_group is already registered 2026-04-23 18:00:02.940 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 18:00:02.941 6 WARNING neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] vpnservice is already registered 2026-04-23 18:00:02.941 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 18:00:02.941 6 WARNING neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] ipsec_site_connection is already registered 2026-04-23 18:00:02.942 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 18:00:02.942 6 WARNING neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] ipsecpolicy is already registered 2026-04-23 18:00:02.943 6 INFO neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 18:00:02.943 6 WARNING neutron.quota.resource_registry [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] ikepolicy is already registered 2026-04-23 18:00:02.985 6 WARNING keystonemiddleware._common.config [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 18:00:02.992 6 WARNING oslo_config.cfg [None req-a5a076ed-c70a-498d-931c-987439d8fbbb - - - - - -] 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 0x7fac6b0ee668 pid: 6 (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-23 18:00:07.534 6 INFO neutron.pecan_wsgi.hooks.translation [None req-bc7be36f-5239-41dd-8259-fbbd47c40e78 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1/4] 199.204.45.153 () {44 vars in 927 bytes} [Thu Apr 23 18:00:06 2026] GET /v2.0/networks/public => generated 108 bytes in 903 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: 4/5] 199.204.45.153 () {44 vars in 949 bytes} [Thu Apr 23 18:00:07 2026] GET /v2.0/networks?name=public => generated 15 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:00:08.647 6 WARNING neutron.services.revisions.revision_plugin [None req-d9c2bd02-6864-4f69-a715-97b0640f38e4 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Could not find related network for resource to bump revision. 2026-04-23 18:00:08.670 6 INFO neutron.db.segments_db [None req-d9c2bd02-6864-4f69-a715-97b0640f38e4 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment d401acb9-89cd-45ea-a951-08de32ae8b8c of type flat for network b044362b-c542-4754-9245-b443cbdda9b6 2026-04-23 18:00:08.734 6 INFO neutron.pecan_wsgi.hooks.translation [None req-d9c2bd02-6864-4f69-a715-97b0640f38e4 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] POST failed (client error): The resource could not be found. [pid: 6|app: 0|req: 2/6] 199.204.45.153 () {48 vars in 967 bytes} [Thu Apr 23 18:00:07 2026] POST /v2.0/networks => generated 124 bytes in 917 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:00:15.229 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fe6dffc8-7606-4576-b584-783d6ed876cb 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.153 () {44 vars in 927 bytes} [Thu Apr 23 18:00:14 2026] GET /v2.0/networks/public => generated 108 bytes in 417 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 3/8] 199.204.45.153 () {44 vars in 949 bytes} [Thu Apr 23 18:00:15 2026] GET /v2.0/networks?name=public => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:00:15.556 7 WARNING neutron.services.revisions.revision_plugin [None req-10f270e7-cb3c-4378-ac45-94d5f9beab53 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Could not find related network for resource to bump revision. 2026-04-23 18:00:15.605 7 INFO neutron.db.segments_db [None req-10f270e7-cb3c-4378-ac45-94d5f9beab53 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment 2ee4eeb6-8927-4c34-98ef-cbadf892835a of type flat for network 39cb2e59-2cb6-426b-95a2-30f4339a463a 2026-04-23 18:00:15.675 7 INFO neutron.pecan_wsgi.hooks.translation [None req-10f270e7-cb3c-4378-ac45-94d5f9beab53 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.153 () {48 vars in 967 bytes} [Thu Apr 23 18:00:15 2026] POST /v2.0/networks => generated 124 bytes in 418 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:00:21.695 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f2c29c7-61bf-47f7-bfbd-4bf46c37bbe8 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/11] 199.204.45.153 () {44 vars in 927 bytes} [Thu Apr 23 18:00:21 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 5/12] 199.204.45.153 () {44 vars in 949 bytes} [Thu Apr 23 18:00:21 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-23 18:00:21.793 7 WARNING neutron.services.revisions.revision_plugin [None req-29bb19b1-6543-48fb-aa56-cd85ac8c0af7 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Could not find related network for resource to bump revision. 2026-04-23 18:00:21.804 7 INFO neutron.db.segments_db [None req-29bb19b1-6543-48fb-aa56-cd85ac8c0af7 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment baa15fdd-fa23-47d6-abeb-56dd4af13b1b of type flat for network 7990ce50-8207-47d6-ba86-030b51b948b0 2026-04-23 18:00:21.827 7 INFO neutron.pecan_wsgi.hooks.translation [None req-29bb19b1-6543-48fb-aa56-cd85ac8c0af7 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.153 () {48 vars in 967 bytes} [Thu Apr 23 18:00:21 2026] POST /v2.0/networks => generated 124 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:00:27.818 6 INFO neutron.pecan_wsgi.hooks.translation [None req-d767a669-94a3-4770-809b-b8967a9dfb08 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 6/14] 199.204.45.153 () {44 vars in 927 bytes} [Thu Apr 23 18:00:27 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.153 () {44 vars in 949 bytes} [Thu Apr 23 18:00:27 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:00:27.896 6 WARNING neutron.services.revisions.revision_plugin [None req-28d68702-32a4-40f5-981f-25e3eaa463a8 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Could not find related network for resource to bump revision. 2026-04-23 18:00:27.917 6 INFO neutron.db.segments_db [None req-28d68702-32a4-40f5-981f-25e3eaa463a8 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment 500190e7-e89d-42ee-ad22-20b8f8e9c110 of type flat for network c8ddc2a8-8825-402f-908c-11851a09a912 2026-04-23 18:00:27.943 6 INFO neutron.pecan_wsgi.hooks.translation [None req-28d68702-32a4-40f5-981f-25e3eaa463a8 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] POST failed (client error): The resource could not be found. [pid: 6|app: 0|req: 7/16] 199.204.45.153 () {48 vars in 967 bytes} [Thu Apr 23 18:00:27 2026] POST /v2.0/networks => generated 124 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:00:33.967 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1fd55615-46c7-404d-ac47-24af78d0108f 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.153 () {44 vars in 927 bytes} [Thu Apr 23 18:00:33 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: 6|app: 0|req: 8/18] 199.204.45.153 () {44 vars in 949 bytes} [Thu Apr 23 18:00:33 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:00:34.038 7 WARNING neutron.services.revisions.revision_plugin [None req-ee9b6125-5a65-4717-9bec-799c9b738f5d 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Could not find related network for resource to bump revision. 2026-04-23 18:00:34.069 7 INFO neutron.db.segments_db [None req-ee9b6125-5a65-4717-9bec-799c9b738f5d 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment 5c5ce3bb-dce7-4c86-8397-503c93139ffd of type flat for network b7d1bafa-1483-4199-89c9-d47ebc9f0155 2026-04-23 18:00:34.094 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ee9b6125-5a65-4717-9bec-799c9b738f5d 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.153 () {48 vars in 967 bytes} [Thu Apr 23 18:00:33 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:00:40.102 7 INFO neutron.pecan_wsgi.hooks.translation [None req-637eaa3d-87ef-4ab3-8140-c1f4d38e24e1 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/21] 199.204.45.153 () {44 vars in 927 bytes} [Thu Apr 23 18:00:40 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 10/22] 199.204.45.153 () {44 vars in 949 bytes} [Thu Apr 23 18:00:40 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:00:40.181 7 WARNING neutron.services.revisions.revision_plugin [None req-e717c3a8-61d6-4884-a622-1376bd6e5884 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Could not find related network for resource to bump revision. 2026-04-23 18:00:40.201 7 INFO neutron.db.segments_db [None req-e717c3a8-61d6-4884-a622-1376bd6e5884 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment 584fc115-eff9-460c-980c-afbfc668f3ff of type flat for network 6f374baf-9412-4ae4-b3e9-53ca5ae4a87c [pid: 7|app: 0|req: 13/23] 199.204.45.153 () {48 vars in 967 bytes} [Thu Apr 23 18:00:40 2026] POST /v2.0/networks => generated 706 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:00:41.479 6 INFO neutron.pecan_wsgi.hooks.translation [None req-6a7ffc84-d23d-4096-9ffd-2400f26c73f5 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 11/24] 199.204.45.153 () {44 vars in 927 bytes} [Thu Apr 23 18:00:41 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 199.204.45.153 () {44 vars in 949 bytes} [Thu Apr 23 18:00:41 2026] GET /v2.0/networks?name=public => generated 709 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:00:41.547 6 INFO neutron.pecan_wsgi.hooks.translation [None req-7b8648ce-c71b-48e0-8298-b479019c17de 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 12/26] 199.204.45.153 () {44 vars in 1034 bytes} [Thu Apr 23 18:00:41 2026] GET /v2.0/subnets/public-subnet?network_id=6f374baf-9412-4ae4-b3e9-53ca5ae4a87c => generated 113 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 199.204.45.153 () {44 vars in 1057 bytes} [Thu Apr 23 18:00:41 2026] GET /v2.0/subnets?name=public-subnet&network_id=6f374baf-9412-4ae4-b3e9-53ca5ae4a87c => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 13/28] 199.204.45.153 () {48 vars in 965 bytes} [Thu Apr 23 18:00:41 2026] POST /v2.0/subnets => generated 664 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 14/30] 199.204.45.153 () {44 vars in 975 bytes} [Thu Apr 23 18:01:06 2026] GET /v2.0/quotas/12bf963eceb344e9867efeb932abc3c1 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 16/33] 199.204.45.153 () {48 vars in 1027 bytes} [Thu Apr 23 18:01:06 2026] PUT /v2.0/quotas/12bf963eceb344e9867efeb932abc3c1 => generated 291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:01:39.422 6 INFO neutron.pecan_wsgi.hooks.translation [None req-84ff5a0e-9ddf-4b4f-8fe9-e59adbe06642 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 19/38] 199.204.45.153 () {44 vars in 937 bytes} [Thu Apr 23 18:01:39 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 20/39] 199.204.45.153 () {44 vars in 959 bytes} [Thu Apr 23 18:01:39 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:01:39.510 6 INFO neutron.db.segments_db [None req-95332581-f033-4138-8ea6-491df5d9c5e0 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment 1dabc6b0-620a-426f-971c-eca9410853ba of type vxlan for network 54e7320c-aca6-46bc-b8df-ddf8588ef278 [pid: 6|app: 0|req: 20/40] 199.204.45.153 () {48 vars in 966 bytes} [Thu Apr 23 18:01:39 2026] POST /v2.0/networks => generated 688 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:01:40.800 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c2417ff5-dda5-4751-8bae-9b3ec21b2d1a 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 21/41] 199.204.45.153 () {44 vars in 937 bytes} [Thu Apr 23 18:01:40 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 21/42] 199.204.45.153 () {44 vars in 959 bytes} [Thu Apr 23 18:01:40 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:01:40.896 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b616a27b-f06c-4973-ab37-64698696619c 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 22/43] 199.204.45.153 () {44 vars in 1036 bytes} [Thu Apr 23 18:01:40 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=54e7320c-aca6-46bc-b8df-ddf8588ef278 => generated 114 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 22/44] 199.204.45.153 () {44 vars in 1059 bytes} [Thu Apr 23 18:01:40 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=54e7320c-aca6-46bc-b8df-ddf8588ef278 => 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: 23/45] 199.204.45.153 () {48 vars in 965 bytes} [Thu Apr 23 18:01:40 2026] POST /v2.0/subnets => generated 651 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:01:42.399 6 INFO neutron.api.v2.resource [None req-b08d52d0-ce44-4a6e-b6c3-68134d27715b 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 23/46] 199.204.45.153 () {44 vars in 971 bytes} [Thu Apr 23 18:01:42 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 24/47] 199.204.45.153 () {44 vars in 993 bytes} [Thu Apr 23 18:01:42 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 24/48] 199.204.45.153 () {48 vars in 980 bytes} [Thu Apr 23 18:01:42 2026] POST /v2.0/security-groups => generated 1616 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/49] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:43 2026] GET /v2.0/security-groups/2a3ff5ef-4741-4788-9530-b01da49358b4 => generated 1616 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 25/50] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:43 2026] GET /v2.0/security-groups/2a3ff5ef-4741-4788-9530-b01da49358b4 => generated 1616 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/51] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:43 2026] GET /v2.0/security-groups/2a3ff5ef-4741-4788-9530-b01da49358b4 => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 26/52] 199.204.45.153 () {48 vars in 991 bytes} [Thu Apr 23 18:01:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/53] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:45 2026] GET /v2.0/security-groups/2a3ff5ef-4741-4788-9530-b01da49358b4 => generated 2230 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 27/54] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:45 2026] GET /v2.0/security-groups/2a3ff5ef-4741-4788-9530-b01da49358b4 => generated 2230 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/55] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:45 2026] GET /v2.0/security-groups/2a3ff5ef-4741-4788-9530-b01da49358b4 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 28/56] 199.204.45.153 () {48 vars in 991 bytes} [Thu Apr 23 18:01:45 2026] POST /v2.0/security-group-rules => generated 603 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/57] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:46 2026] GET /v2.0/security-groups/2a3ff5ef-4741-4788-9530-b01da49358b4 => generated 2846 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 29/58] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:46 2026] GET /v2.0/security-groups/2a3ff5ef-4741-4788-9530-b01da49358b4 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/59] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:46 2026] GET /v2.0/security-groups/2a3ff5ef-4741-4788-9530-b01da49358b4 => generated 2846 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 30/60] 199.204.45.153 () {48 vars in 991 bytes} [Thu Apr 23 18:01:46 2026] POST /v2.0/security-group-rules => generated 603 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/61] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:47 2026] GET /v2.0/security-groups/2a3ff5ef-4741-4788-9530-b01da49358b4 => generated 3462 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 31/62] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:47 2026] GET /v2.0/security-groups/2a3ff5ef-4741-4788-9530-b01da49358b4 => generated 3462 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/63] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:47 2026] GET /v2.0/security-groups/2a3ff5ef-4741-4788-9530-b01da49358b4 => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 32/64] 199.204.45.153 () {48 vars in 991 bytes} [Thu Apr 23 18:01:47 2026] POST /v2.0/security-group-rules => generated 603 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/65] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:48 2026] GET /v2.0/security-groups/2a3ff5ef-4741-4788-9530-b01da49358b4 => generated 4078 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 33/66] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:48 2026] GET /v2.0/security-groups/2a3ff5ef-4741-4788-9530-b01da49358b4 => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/67] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:48 2026] GET /v2.0/security-groups/2a3ff5ef-4741-4788-9530-b01da49358b4 => generated 4078 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 34/68] 199.204.45.153 () {48 vars in 991 bytes} [Thu Apr 23 18:01:48 2026] POST /v2.0/security-group-rules => generated 603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/69] 199.204.45.153 () {44 vars in 987 bytes} [Thu Apr 23 18:01:50 2026] GET /v2.0/networks/54e7320c-aca6-46bc-b8df-ddf8588ef278 => generated 732 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:01:50.327 6 INFO neutron.pecan_wsgi.hooks.translation [None req-54613807-5865-4ba1-b8ee-46027caf06d7 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 35/70] 199.204.45.153 () {44 vars in 1076 bytes} [Thu Apr 23 18:01:50 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=54e7320c-aca6-46bc-b8df-ddf8588ef278 => 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: 36/71] 199.204.45.153 () {44 vars in 1099 bytes} [Thu Apr 23 18:01:50 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=54e7320c-aca6-46bc-b8df-ddf8588ef278 => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 36/72] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:50 2026] GET /v2.0/security-groups/2a3ff5ef-4741-4788-9530-b01da49358b4 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/73] 199.204.45.153 () {48 vars in 961 bytes} [Thu Apr 23 18:01:50 2026] POST /v2.0/ports => generated 1096 bytes in 369 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 18:01:51.799 7 INFO neutron.api.v2.resource [None req-d4b63476-bd29-4b93-82a1-328f1037e745 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/76] 199.204.45.153 () {44 vars in 1074 bytes} [Thu Apr 23 18:01:51 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=7fe50e380707456888eddcb185e3510a => generated 139 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 38/77] 199.204.45.153 () {44 vars in 1097 bytes} [Thu Apr 23 18:01:51 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=7fe50e380707456888eddcb185e3510a => generated 23 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/78] 199.204.45.153 () {48 vars in 981 bytes} [Thu Apr 23 18:01:51 2026] POST /v2.0/security-groups => generated 1624 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 39/79] 199.204.45.153 () {44 vars in 1088 bytes} [Thu Apr 23 18:01:53 2026] GET /v2.0/security-groups/1a974b3c-99b6-46c9-98b5-8181a8b4a9eb?project_id=7fe50e380707456888eddcb185e3510a => generated 1624 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/80] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:53 2026] GET /v2.0/security-groups/1a974b3c-99b6-46c9-98b5-8181a8b4a9eb => generated 1624 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 40/81] 199.204.45.153 () {44 vars in 1088 bytes} [Thu Apr 23 18:01:53 2026] GET /v2.0/security-groups/1a974b3c-99b6-46c9-98b5-8181a8b4a9eb?project_id=7fe50e380707456888eddcb185e3510a => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/82] 199.204.45.153 () {48 vars in 991 bytes} [Thu Apr 23 18:01:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 41/83] 199.204.45.153 () {44 vars in 1088 bytes} [Thu Apr 23 18:01:54 2026] GET /v2.0/security-groups/1a974b3c-99b6-46c9-98b5-8181a8b4a9eb?project_id=7fe50e380707456888eddcb185e3510a => generated 2234 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/84] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:54 2026] GET /v2.0/security-groups/1a974b3c-99b6-46c9-98b5-8181a8b4a9eb => generated 2234 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 42/85] 199.204.45.153 () {44 vars in 1088 bytes} [Thu Apr 23 18:01:54 2026] GET /v2.0/security-groups/1a974b3c-99b6-46c9-98b5-8181a8b4a9eb?project_id=7fe50e380707456888eddcb185e3510a => generated 2234 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/86] 199.204.45.153 () {48 vars in 991 bytes} [Thu Apr 23 18:01:54 2026] POST /v2.0/security-group-rules => generated 599 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 43/87] 199.204.45.153 () {44 vars in 1088 bytes} [Thu Apr 23 18:01:56 2026] GET /v2.0/security-groups/1a974b3c-99b6-46c9-98b5-8181a8b4a9eb?project_id=7fe50e380707456888eddcb185e3510a => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/88] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:56 2026] GET /v2.0/security-groups/1a974b3c-99b6-46c9-98b5-8181a8b4a9eb => generated 2846 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 44/89] 199.204.45.153 () {44 vars in 1088 bytes} [Thu Apr 23 18:01:56 2026] GET /v2.0/security-groups/1a974b3c-99b6-46c9-98b5-8181a8b4a9eb?project_id=7fe50e380707456888eddcb185e3510a => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/90] 199.204.45.153 () {48 vars in 991 bytes} [Thu Apr 23 18:01:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 45/91] 199.204.45.153 () {44 vars in 1088 bytes} [Thu Apr 23 18:01:57 2026] GET /v2.0/security-groups/1a974b3c-99b6-46c9-98b5-8181a8b4a9eb?project_id=7fe50e380707456888eddcb185e3510a => generated 3460 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/92] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:57 2026] GET /v2.0/security-groups/1a974b3c-99b6-46c9-98b5-8181a8b4a9eb => generated 3460 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 46/93] 199.204.45.153 () {44 vars in 1088 bytes} [Thu Apr 23 18:01:57 2026] GET /v2.0/security-groups/1a974b3c-99b6-46c9-98b5-8181a8b4a9eb?project_id=7fe50e380707456888eddcb185e3510a => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/94] 199.204.45.153 () {48 vars in 991 bytes} [Thu Apr 23 18:01:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:01:59.778 6 INFO neutron.pecan_wsgi.hooks.translation [None req-0ac1eb6b-d7b2-4879-8734-95c6e610e919 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 47/95] 199.204.45.153 () {44 vars in 979 bytes} [Thu Apr 23 18:01:59 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) [pid: 7|app: 0|req: 49/96] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:01:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 48/97] 199.204.45.153 () {48 vars in 1031 bytes} [Thu Apr 23 18:01:59 2026] PUT /v2.0/ports/fc919977-b204-4a64-8bdc-9339c7ebffb8 => generated 1245 bytes in 728 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/98] 199.204.45.153 () {44 vars in 920 bytes} [Thu Apr 23 18:02:02 2026] GET /v2.0/ports => generated 3726 bytes in 97 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-23 18:02:03.687 6 INFO neutron.api.v2.resource [None req-924e3a38-38d2-44b8-b328-14f09258ff26 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 49/99] 199.204.45.153 () {44 vars in 959 bytes} [Thu Apr 23 18:02:03 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/100] 199.204.45.153 () {44 vars in 981 bytes} [Thu Apr 23 18:02:03 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 50/101] 199.204.45.153 () {48 vars in 980 bytes} [Thu Apr 23 18:02:03 2026] POST /v2.0/security-groups => generated 1610 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/102] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:02:04 2026] GET /v2.0/security-groups/ae11094d-4582-47e8-8311-5bc153c51c89 => generated 1610 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 51/103] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:02:04 2026] GET /v2.0/security-groups/ae11094d-4582-47e8-8311-5bc153c51c89 => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/104] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:02:05 2026] GET /v2.0/security-groups/ae11094d-4582-47e8-8311-5bc153c51c89 => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 52/105] 199.204.45.153 () {48 vars in 991 bytes} [Thu Apr 23 18:02:05 2026] POST /v2.0/security-group-rules => generated 621 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/106] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:02:06 2026] GET /v2.0/security-groups/ae11094d-4582-47e8-8311-5bc153c51c89 => generated 2244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 53/107] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:02:06 2026] GET /v2.0/security-groups/ae11094d-4582-47e8-8311-5bc153c51c89 => generated 2244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/108] 199.204.45.153 () {44 vars in 1001 bytes} [Thu Apr 23 18:02:06 2026] GET /v2.0/security-groups/ae11094d-4582-47e8-8311-5bc153c51c89 => generated 2244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 54/111] 199.204.45.153 () {48 vars in 991 bytes} [Thu Apr 23 18:02:06 2026] POST /v2.0/security-group-rules => generated 625 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:04:28.567 7 WARNING keystonemiddleware.audit [None req-06e46dad-8596-4ba7-b2ea-4b09d46aa050 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Skipping service octavia as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 67/130] 199.204.45.153 () {30 vars in 740 bytes} [Thu Apr 23 18:04:28 2026] GET /v2.0/networks?tenant_id=7fe50e380707456888eddcb185e3510a&shared=False => generated 15 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:04:28.605 6 WARNING keystonemiddleware.audit [None req-29b2d253-6425-4ecc-97a9-983446a80df9 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Skipping service octavia as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-23 18:04:28.658 6 INFO neutron.db.segments_db [None req-9f7995eb-8cc0-4142-b68a-911c1cd68de3 04e0cee78cae4d73b4224966fa68fcc4 7fe50e380707456888eddcb185e3510a - - 7447789353504910b1c4a39f1fdda7fe 7447789353504910b1c4a39f1fdda7fe] Added segment 3cd602a0-e347-49e2-84fa-ed84566cde78 of type vxlan for network cd83e36f-fd02-4007-bb8a-38e9796c608e [pid: 6|app: 0|req: 64/131] 199.204.45.153 () {34 vars in 682 bytes} [Thu Apr 23 18:04:28 2026] POST /v2.0/networks => generated 699 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:04:28.762 7 WARNING keystonemiddleware.audit [None req-edc3f68c-c047-405d-89a4-6c4688d1e179 04e0cee78cae4d73b4224966fa68fcc4 7fe50e380707456888eddcb185e3510a - - 7447789353504910b1c4a39f1fdda7fe 7447789353504910b1c4a39f1fdda7fe] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 68/132] 199.204.45.153 () {30 vars in 722 bytes} [Thu Apr 23 18:04:28 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:04:28.808 6 WARNING keystonemiddleware.audit [None req-9f7995eb-8cc0-4142-b68a-911c1cd68de3 04e0cee78cae4d73b4224966fa68fcc4 7fe50e380707456888eddcb185e3510a - - 7447789353504910b1c4a39f1fdda7fe 7447789353504910b1c4a39f1fdda7fe] Skipping service octavia as it have no endpoints. [pid: 6|app: 0|req: 65/133] 199.204.45.153 () {30 vars in 633 bytes} [Thu Apr 23 18:04:28 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-23 18:04:28.818 7 WARNING keystonemiddleware.audit [None req-a9c11c07-04a4-42ac-b2f7-86591e8a73b5 04e0cee78cae4d73b4224966fa68fcc4 7fe50e380707456888eddcb185e3510a - - 7447789353504910b1c4a39f1fdda7fe 7447789353504910b1c4a39f1fdda7fe] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 69/134] 199.204.45.153 () {34 vars in 677 bytes} [Thu Apr 23 18:04:28 2026] POST /v2.0/ports => generated 999 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:04:29.219 6 WARNING keystonemiddleware.audit [None req-9d09e07c-7dbb-438a-adb9-043e826cdd1a 04e0cee78cae4d73b4224966fa68fcc4 7fe50e380707456888eddcb185e3510a - - 7447789353504910b1c4a39f1fdda7fe 7447789353504910b1c4a39f1fdda7fe] Skipping service octavia as it have no endpoints. [pid: 6|app: 0|req: 66/135] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:04:29 2026] GET /v2.0/networks/cd83e36f-fd02-4007-bb8a-38e9796c608e => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:04:31.141 7 WARNING keystonemiddleware.audit [None req-33c07408-977c-4fb0-a406-c249a571190a 04e0cee78cae4d73b4224966fa68fcc4 7fe50e380707456888eddcb185e3510a - - 7447789353504910b1c4a39f1fdda7fe 7447789353504910b1c4a39f1fdda7fe] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 70/136] 199.204.45.153 () {30 vars in 722 bytes} [Thu Apr 23 18:04:31 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:04:31.180 6 WARNING keystonemiddleware.audit [None req-5f0b0c43-62ba-48ed-b3e1-8f8e4b15ca9f 04e0cee78cae4d73b4224966fa68fcc4 7fe50e380707456888eddcb185e3510a - - 7447789353504910b1c4a39f1fdda7fe 7447789353504910b1c4a39f1fdda7fe] Skipping service octavia as it have no endpoints. [pid: 6|app: 0|req: 67/137] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:04:31 2026] GET /v2.0/networks/cd83e36f-fd02-4007-bb8a-38e9796c608e => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/quotasv2.py:134: UserWarning: "--check-limit" parameter is no longer needed since Epoxy (2025.1) release. By default, Neutron quota engine checks the resource usage before updating the limits warnings.warn('"--check-limit" parameter is no longer needed ' [pid: 6|app: 0|req: 71/144] 199.204.45.153 () {48 vars in 1025 bytes} [Thu Apr 23 18:05:13 2026] PUT /v2.0/quotas/7fe50e380707456888eddcb185e3510a => generated 291 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:05:38.237 6 INFO neutron.pecan_wsgi.hooks.translation [None req-723358aa-045c-4aa7-9740-b5760a6f9300 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 74/149] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:05:38 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/150] 199.204.45.153 () {30 vars in 763 bytes} [Thu Apr 23 18:05: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-23 18:05:40.094 6 INFO neutron.pecan_wsgi.hooks.translation [None req-5a3866d3-14b1-4c1e-8fc0-a4164643a953 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 75/151] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:05:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/152] 199.204.45.153 () {30 vars in 763 bytes} [Thu Apr 23 18:05:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 78/157] 199.204.45.153 () {44 vars in 949 bytes} [Thu Apr 23 18:06:19 2026] GET /v2.0/networks?name=public => generated 753 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 82/164] 10.0.0.183 () {32 vars in 649 bytes} [Thu Apr 23 18:06:54 2026] GET /v2.0/networks => generated 2168 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 83/165] 10.0.0.183 () {32 vars in 655 bytes} [Thu Apr 23 18:06:55 2026] GET /v2.0/floatingips => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 83/166] 10.0.0.183 () {32 vars in 647 bytes} [Thu Apr 23 18:06: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: 84/167] 10.0.0.183 () {32 vars in 643 bytes} [Thu Apr 23 18:06:55 2026] GET /v2.0/ports => generated 4721 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 84/168] 10.0.0.183 () {32 vars in 647 bytes} [Thu Apr 23 18:06:55 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 85/169] 10.0.0.183 () {32 vars in 649 bytes} [Thu Apr 23 18:06:55 2026] GET /v2.0/networks => generated 2168 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 85/170] 10.0.0.183 () {32 vars in 663 bytes} [Thu Apr 23 18:06:55 2026] GET /v2.0/security-groups => generated 17397 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 86/171] 10.0.0.183 () {32 vars in 655 bytes} [Thu Apr 23 18:06:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:07:06.511 6 INFO neutron.db.segments_db [None req-d9992917-c019-426c-83f1-dbfe3d442104 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment a02adadf-3ac8-45c8-afc3-306e830dbc14 of type vxlan for network bda77e29-10ff-475f-b91d-965b157f2b8e [pid: 6|app: 0|req: 87/174] 10.0.0.183 () {34 vars in 671 bytes} [Thu Apr 23 18:07:06 2026] POST /v2.0/networks => generated 730 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:07:06.628 7 INFO neutron.db.segments_db [None req-06a9dd99-f5a8-4424-977c-3083a5ade2c7 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment c9181db7-ed05-4e85-8578-fc0dbd5cb252 of type vxlan for network 46215213-c0c0-4652-a836-2465ea59528f [pid: 7|app: 0|req: 88/175] 10.0.0.183 () {34 vars in 671 bytes} [Thu Apr 23 18:07:06 2026] POST /v2.0/networks => generated 733 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:07:06.776 6 INFO neutron.db.segments_db [None req-04412e5f-b561-4b02-bfce-c7612ca0d83c 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment c18ae7ac-9a80-4e48-b940-e3de0d3898e3 of type vxlan for network 9e2997bb-3f9a-403c-baab-e9cc7583b5fc [pid: 6|app: 0|req: 88/176] 10.0.0.183 () {34 vars in 671 bytes} [Thu Apr 23 18:07:06 2026] POST /v2.0/networks => generated 729 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 89/177] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:07:06 2026] POST /v2.0/subnets => generated 696 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 90/178] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:07:06 2026] POST /v2.0/subnets => generated 695 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 89/179] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:07:06 2026] POST /v2.0/subnets => generated 699 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:07:07.115 7 INFO neutron.db.segments_db [None req-20decade-8eb6-4803-b162-c72d2967cfe9 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment 2e14d4e8-a832-4112-8f89-ed3cd6e34c13 of type vxlan for network cb47a95c-5c42-4382-81d8-6cf660a2cfdb 2026-04-23 18:07:07.144 6 INFO neutron.db.segments_db [None req-37a2f07c-89c4-4d7c-9186-9233b4e6236d 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment 9ad55b85-d9bd-4ab9-b082-c52a028a594f of type vxlan for network 56c41712-ea29-4d98-a027-6017337152ec 2026-04-23 18:07:07.394 6 INFO neutron.db.l3_hamode_db [None req-37a2f07c-89c4-4d7c-9186-9233b4e6236d 68fd0086e1d1492ab579b3671e66954d 7a965b62093145e3b40f12defed2c423 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:07:07.408 7 INFO neutron.db.l3_hamode_db [None req-20decade-8eb6-4803-b162-c72d2967cfe9 68fd0086e1d1492ab579b3671e66954d 83628c678c8948a783b37729d8bf8fb5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:07:08.227 6 INFO neutron.db.l3_hamode_db [None req-37a2f07c-89c4-4d7c-9186-9233b4e6236d 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:07:08.254 7 INFO neutron.db.l3_hamode_db [None req-20decade-8eb6-4803-b162-c72d2967cfe9 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 90/180] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:07:07 2026] POST /v2.0/routers => generated 735 bytes in 2319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 91/181] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:07:07 2026] POST /v2.0/routers => generated 736 bytes in 2356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:07:09.440 6 INFO neutron.db.segments_db [None req-47a8e64d-86e4-49c8-b966-90344f92067a 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment 288ad486-92da-413c-81d9-5d909f8d95d8 of type vxlan for network a8ca9c3b-9c04-4c75-808c-16adb13563ae [pid: 7|app: 0|req: 92/182] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:07:09 2026] GET /v2.0/security-groups?tenant_id=ad37e4ab90ca417caf2e10fafcb2c125&name=default => generated 2923 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:07:09.709 6 INFO neutron.db.l3_hamode_db [None req-47a8e64d-86e4-49c8-b966-90344f92067a 68fd0086e1d1492ab579b3671e66954d 440ebfd793844ecfb45956b2eb577bbb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:07:10.438 6 INFO neutron.db.l3_hamode_db [None req-47a8e64d-86e4-49c8-b966-90344f92067a 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 93/183] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:07:09 2026] PUT /v2.0/routers/1d16d472-560b-4249-a912-08063bf4071c/add_router_interface => generated 309 bytes in 1130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 91/184] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:07:09 2026] POST /v2.0/routers => generated 739 bytes in 1858 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 92/185] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:07:11 2026] DELETE /v2.0/security-groups/6d70f903-a269-489d-807b-6f33bc093c0e => 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: 94/186] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:07:10 2026] PUT /v2.0/routers/6ec48d80-f675-41a3-8433-8948361dde38/add_router_interface => generated 309 bytes in 1050 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 95/187] 10.0.0.183 () {34 vars in 685 bytes} [Thu Apr 23 18:07:11 2026] POST /v2.0/security-groups => generated 1661 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 96/188] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:07:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 97/189] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:07:12 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: 6|app: 0|req: 93/190] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:07:11 2026] PUT /v2.0/routers/8bb368b6-6155-46ee-bd13-62e954bd5df5/add_router_interface => generated 309 bytes in 1022 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 98/191] 10.0.0.183 () {34 vars in 676 bytes} [Thu Apr 23 18:07:12 2026] POST /v2.0/floatingips => generated 552 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 94/192] 10.0.0.183 () {34 vars in 685 bytes} [Thu Apr 23 18:07:12 2026] POST /v2.0/security-groups => generated 1660 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 95/193] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:07:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/194] 10.0.0.29 () {38 vars in 970 bytes} [Thu Apr 23 18:07:12 2026] POST /v2.0/security-groups => generated 1685 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 96/195] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:07:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 97/196] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:13 2026] GET /v2.0/security-groups/018b04ab-87ea-481f-93c5-2039a416d7f4 => generated 1685 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 98/197] 10.0.0.29 () {38 vars in 980 bytes} [Thu Apr 23 18:07:13 2026] POST /v2.0/security-group-rules => generated 614 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/198] 10.0.0.183 () {34 vars in 676 bytes} [Thu Apr 23 18:07:13 2026] POST /v2.0/floatingips => generated 552 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 99/199] 10.0.0.29 () {38 vars in 970 bytes} [Thu Apr 23 18:07:13 2026] POST /v2.0/security-groups => generated 1686 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/200] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:14 2026] GET /v2.0/security-groups/f527351e-89ff-41dc-ab7d-8a662121fa74 => generated 1686 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 100/201] 10.0.0.29 () {38 vars in 980 bytes} [Thu Apr 23 18:07:14 2026] POST /v2.0/security-group-rules => generated 614 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/202] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:14 2026] GET /v2.0/security-groups/f527351e-89ff-41dc-ab7d-8a662121fa74 => generated 2311 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 101/203] 10.0.0.29 () {38 vars in 980 bytes} [Thu Apr 23 18:07:14 2026] POST /v2.0/security-group-rules => generated 619 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/204] 10.0.0.29 () {34 vars in 1099 bytes} [Thu Apr 23 18:07:14 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1237210772&fields=id&tenant_id=440ebfd793844ecfb45956b2eb577bbb => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 102/205] 10.0.0.29 () {34 vars in 981 bytes} [Thu Apr 23 18:07:14 2026] GET /v2.0/networks?id=46215213-c0c0-4652-a836-2465ea59528f => generated 684 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 103/206] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:14 2026] GET /v2.0/security-groups/f527351e-89ff-41dc-ab7d-8a662121fa74 => generated 2941 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 104/207] 10.0.0.29 () {34 vars in 964 bytes} [Thu Apr 23 18:07:14 2026] GET /v2.0/quotas/440ebfd793844ecfb45956b2eb577bbb => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 105/208] 10.0.0.29 () {34 vars in 1001 bytes} [Thu Apr 23 18:07:14 2026] GET /v2.0/ports?tenant_id=440ebfd793844ecfb45956b2eb577bbb&fields=id => generated 103 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 106/209] 10.0.0.29 () {34 vars in 1000 bytes} [Thu Apr 23 18:07:14 2026] GET /v2.0/security-group-rules/fddb0b73-8918-48a8-b499-ecf4cce95bc0 => generated 616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/210] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:07:14 2026] GET /v2.0/security-groups?tenant_id=9f0059763ed84f6fa76084fee4eb6d11&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 107/211] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:14 2026] GET /v2.0/security-groups/f527351e-89ff-41dc-ab7d-8a662121fa74 => generated 2941 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/212] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:07:14 2026] DELETE /v2.0/security-groups/e294a870-831d-4dd6-877d-fb1310889260 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 108/213] 10.0.0.29 () {36 vars in 1022 bytes} [Thu Apr 23 18:07:14 2026] DELETE /v2.0/security-group-rules/fddb0b73-8918-48a8-b499-ecf4cce95bc0 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/214] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:14 2026] GET /v2.0/security-groups/f527351e-89ff-41dc-ab7d-8a662121fa74 => generated 2311 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 109/215] 10.0.0.29 () {36 vars in 1012 bytes} [Thu Apr 23 18:07:14 2026] DELETE /v2.0/security-groups/f527351e-89ff-41dc-ab7d-8a662121fa74 => 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: 107/216] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:14 2026] GET /v2.0/security-groups/018b04ab-87ea-481f-93c5-2039a416d7f4 => generated 2310 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 110/217] 10.0.0.29 () {36 vars in 1012 bytes} [Thu Apr 23 18:07:14 2026] DELETE /v2.0/security-groups/018b04ab-87ea-481f-93c5-2039a416d7f4 => 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: 108/218] 10.0.0.29 () {34 vars in 906 bytes} [Thu Apr 23 18:07:15 2026] GET /v2.0/extensions => generated 21537 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/219] 10.0.0.29 () {34 vars in 1007 bytes} [Thu Apr 23 18:07:15 2026] GET /v2.0/networks/46215213-c0c0-4652-a836-2465ea59528f?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: 110/220] 10.0.0.29 () {34 vars in 1107 bytes} [Thu Apr 23 18:07:15 2026] GET /v2.0/networks/46215213-c0c0-4652-a836-2465ea59528f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/221] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:15 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:07:15.440 6 INFO neutron_taas.services.taas.taas_plugin [None req-982e49f8-f911-4dd0-a988-5e4d47dd22c0 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: b0577105-fed1-4adc-9706-d3d20418ad46 2026-04-23 18:07:15.446 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-982e49f8-f911-4dd0-a988-5e4d47dd22c0 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: b0577105-fed1-4adc-9706-d3d20418ad46 [pid: 6|app: 0|req: 111/222] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:07:15 2026] PUT /v2.0/routers/6ec48d80-f675-41a3-8433-8948361dde38/remove_router_interface => generated 309 bytes in 889 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:16.187 7 INFO neutron_taas.services.taas.taas_plugin [None req-5680d3f2-cd1e-41fa-b68c-ede0c1678715 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 3d79bff8-5e84-4448-ad0a-4a6fa694ac6b 2026-04-23 18:07:16.214 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5680d3f2-cd1e-41fa-b68c-ede0c1678715 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 3d79bff8-5e84-4448-ad0a-4a6fa694ac6b [pid: 6|app: 0|req: 112/223] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:16 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:07:16.743 7 INFO neutron_taas.services.taas.taas_plugin [None req-5680d3f2-cd1e-41fa-b68c-ede0c1678715 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 4961567e-ef97-4d47-ad97-d19ced2e650e 2026-04-23 18:07:16.747 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5680d3f2-cd1e-41fa-b68c-ede0c1678715 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 4961567e-ef97-4d47-ad97-d19ced2e650e 2026-04-23 18:07:16.842 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-5680d3f2-cd1e-41fa-b68c-ede0c1678715 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - 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-23 18:07:17.216 7 INFO neutron.db.l3_hamode_db [None req-5680d3f2-cd1e-41fa-b68c-ede0c1678715 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] HA network cb47a95c-5c42-4382-81d8-6cf660a2cfdb was deleted as no HA routers are present in tenant 83628c678c8948a783b37729d8bf8fb5. [pid: 7|app: 0|req: 112/224] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:07:15 2026] DELETE /v2.0/routers/6ec48d80-f675-41a3-8433-8948361dde38 => generated 0 bytes in 1285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/225] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:17 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:07:17.661 7 INFO neutron.services.segments.plugin [-] Segment 2e14d4e8-a832-4112-8f89-ed3cd6e34c13 resource provider aggregate not found [pid: 6|app: 0|req: 113/226] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:07:17 2026] DELETE /v2.0/subnets/cd3ed380-7d8f-4bc4-9fae-8746ba7a8d7c => generated 0 bytes in 442 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:07:17.718 7 INFO neutron.services.segments.plugin [-] Segment 2e14d4e8-a832-4112-8f89-ed3cd6e34c13 resource provider aggregate not found 2026-04-23 18:07:17.728 7 INFO neutron.services.segments.plugin [-] Segment 2e14d4e8-a832-4112-8f89-ed3cd6e34c13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e14d4e8-a832-4112-8f89-ed3cd6e34c13 found for delete ", "request_id": "req-a0cd9641-9be8-4094-bfaa-c8cdb6630d16"}]} 2026-04-23 18:07:17.750 7 INFO neutron.services.segments.plugin [-] Segment 2e14d4e8-a832-4112-8f89-ed3cd6e34c13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e14d4e8-a832-4112-8f89-ed3cd6e34c13 found for delete ", "request_id": "req-30f1c646-912f-40a0-887f-0b73298951c5"}]} 2026-04-23 18:07:17.765 7 INFO neutron_taas.services.taas.taas_plugin [None req-b21961c3-609f-43bc-92d2-ad642f3477dd 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: a5899884-3dfb-48e5-bb01-6e77cf4ae565 2026-04-23 18:07:17.767 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b21961c3-609f-43bc-92d2-ad642f3477dd 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: a5899884-3dfb-48e5-bb01-6e77cf4ae565 [pid: 7|app: 0|req: 114/227] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:07:17 2026] DELETE /v2.0/networks/bda77e29-10ff-475f-b91d-965b157f2b8e => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 114/228] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:07:18 2026] GET /v2.0/security-groups?tenant_id=83628c678c8948a783b37729d8bf8fb5&name=default => generated 2921 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/229] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:07:18 2026] DELETE /v2.0/security-groups/c7850d6c-e7d9-437b-8100-6eea3aa7caf9 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 115/230] 10.0.0.29 () {34 vars in 1099 bytes} [Thu Apr 23 18:07:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1313938801&fields=id&tenant_id=7a965b62093145e3b40f12defed2c423 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/231] 10.0.0.29 () {34 vars in 981 bytes} [Thu Apr 23 18:07:18 2026] GET /v2.0/networks?id=9e2997bb-3f9a-403c-baab-e9cc7583b5fc => generated 680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 116/232] 10.0.0.29 () {34 vars in 964 bytes} [Thu Apr 23 18:07:18 2026] GET /v2.0/quotas/7a965b62093145e3b40f12defed2c423 => 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: 117/233] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:18 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 117/234] 10.0.0.29 () {34 vars in 1001 bytes} [Thu Apr 23 18:07:18 2026] GET /v2.0/ports?tenant_id=7a965b62093145e3b40f12defed2c423&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/235] 10.0.0.29 () {34 vars in 1007 bytes} [Thu Apr 23 18:07:18 2026] GET /v2.0/networks/9e2997bb-3f9a-403c-baab-e9cc7583b5fc?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 118/236] 10.0.0.29 () {34 vars in 1107 bytes} [Thu Apr 23 18:07:18 2026] GET /v2.0/networks/9e2997bb-3f9a-403c-baab-e9cc7583b5fc?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: 119/237] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:19 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:07:19.748 7 INFO neutron.services.segments.plugin [-] Segment a02adadf-3ac8-45c8-afc3-306e830dbc14 resource provider aggregate not found 2026-04-23 18:07:19.766 7 INFO neutron.services.segments.plugin [-] Segment a02adadf-3ac8-45c8-afc3-306e830dbc14 resource provider aggregate not found 2026-04-23 18:07:19.772 7 INFO neutron.services.segments.plugin [-] Segment a02adadf-3ac8-45c8-afc3-306e830dbc14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a02adadf-3ac8-45c8-afc3-306e830dbc14 found for delete ", "request_id": "req-3f03a2f1-00a7-4776-bbbc-a96d6e862c90"}]} 2026-04-23 18:07:19.783 7 INFO neutron.services.segments.plugin [-] Segment a02adadf-3ac8-45c8-afc3-306e830dbc14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a02adadf-3ac8-45c8-afc3-306e830dbc14 found for delete ", "request_id": "req-71fcf63c-53aa-42f4-92a6-f0c982af3c2a"}]} [pid: 7|app: 0|req: 120/238] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:19 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 119/239] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:07:19 2026] GET /v2.0/security-groups?tenant_id=621a177de2b04ed7b49f107f1a7b3558&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/240] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:07:19 2026] DELETE /v2.0/security-groups/1ee87fa6-6eea-48a2-baab-75a6ba3ac980 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 120/241] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:07:20 2026] GET /v2.0/security-groups?tenant_id=fe59749c3a7f41be85c3720cb0ecec5f&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 121/242] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:07:20 2026] DELETE /v2.0/security-groups/4b3059b0-9ef8-4a15-a4a2-383093b4bf63 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 122/243] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:20 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:07:20.449 7 INFO neutron.db.segments_db [None req-118b97e7-bcbc-4821-8a49-0ab9638cee19 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment ee4e0e9d-16b2-47ba-8828-57aa9ffe695d of type vxlan for network ae31d225-f08d-49b1-95ab-a17d515e473b [pid: 7|app: 0|req: 122/244] 10.0.0.183 () {34 vars in 671 bytes} [Thu Apr 23 18:07:20 2026] POST /v2.0/networks => generated 726 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 123/245] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:07:20 2026] POST /v2.0/subnets => generated 692 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:07:20.838 7 INFO neutron.db.segments_db [None req-c611ed56-15f1-4ed7-bb5c-245b001b3088 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment dc1f5958-3b6d-4478-a3d0-00f4262ec784 of type vxlan for network ba5a1e14-3f62-4577-818e-99c6cf1039c7 [pid: 6|app: 0|req: 124/246] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:07:20 2026] GET /v2.0/networks?id=46215213-c0c0-4652-a836-2465ea59528f => generated 684 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:21.061 7 INFO neutron.db.l3_hamode_db [None req-c611ed56-15f1-4ed7-bb5c-245b001b3088 68fd0086e1d1492ab579b3671e66954d 7fa44724806c4021821ccef4f7870066 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 125/247] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:21 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 126/248] 199.204.45.153 () {34 vars in 911 bytes} [Thu Apr 23 18:07:21 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: 6|app: 0|req: 127/249] 199.204.45.153 () {34 vars in 1050 bytes} [Thu Apr 23 18:07:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=440ebfd793844ecfb45956b2eb577bbb => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 128/250] 199.204.45.153 () {38 vars in 955 bytes} [Thu Apr 23 18:07:21 2026] POST /v2.0/ports => generated 958 bytes in 417 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: 6|app: 0|req: 131/253] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:21 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:07:21.721 7 INFO neutron.db.l3_hamode_db [None req-c611ed56-15f1-4ed7-bb5c-245b001b3088 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 123/254] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:07:20 2026] POST /v2.0/routers => generated 732 bytes in 1642 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 132/255] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:07:21 2026] PUT /v2.0/ports/772df3c7-619d-43e6-b551-12243ccceea1 => generated 1239 bytes in 525 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: 124/256] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:22 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/257] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:22 2026] GET /v2.0/security-groups?id=2d4eccdc-1fbf-4e97-9180-f42cf755627d&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: 126/258] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:22 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:07:23.133 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-cba9ffdf-bc90-4bc7-91d2-a49b8bb3933a'] response: {'name': 'network-changed', 'server_uuid': '9e6939c1-f572-4d9b-92bc-46710f71d63e', 'tag': '772df3c7-619d-43e6-b551-12243ccceea1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 127/259] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:07:23 2026] GET /v2.0/ports?tenant_id=440ebfd793844ecfb45956b2eb577bbb&device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 1242 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/260] 199.204.45.153 () {34 vars in 1060 bytes} [Thu Apr 23 18:07:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=772df3c7-619d-43e6-b551-12243ccceea1 => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/261] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:23 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => 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: 130/262] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:07:23 2026] GET /v2.0/subnets?id=b5103396-102c-4780-9d1b-b248bef6f840 => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 133/263] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:07:22 2026] PUT /v2.0/routers/b55813b5-0edc-4a9f-8797-68d3b59b5764/add_router_interface => generated 309 bytes in 1229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/264] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:23 2026] GET /v2.0/security-groups?id=2d4eccdc-1fbf-4e97-9180-f42cf755627d&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: 6|app: 0|req: 134/265] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:07:23 2026] GET /v2.0/ports?network_id=46215213-c0c0-4652-a836-2465ea59528f&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/266] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:23 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 135/267] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:07:23 2026] GET /v2.0/networks?id=9e2997bb-3f9a-403c-baab-e9cc7583b5fc => generated 680 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/268] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:07:23 2026] GET /v2.0/networks/46215213-c0c0-4652-a836-2465ea59528f?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 136/269] 199.204.45.153 () {34 vars in 1050 bytes} [Thu Apr 23 18:07:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7a965b62093145e3b40f12defed2c423 => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/270] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:07:23 2026] GET /v2.0/networks/46215213-c0c0-4652-a836-2465ea59528f?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: 6|app: 0|req: 137/271] 199.204.45.153 () {38 vars in 955 bytes} [Thu Apr 23 18:07:23 2026] POST /v2.0/ports => generated 954 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 138/272] 10.0.0.29 () {38 vars in 970 bytes} [Thu Apr 23 18:07:24 2026] POST /v2.0/security-groups => generated 1680 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 139/273] 10.0.0.29 () {38 vars in 970 bytes} [Thu Apr 23 18:07:24 2026] POST /v2.0/security-groups => generated 1681 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/274] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:07:24 2026] PUT /v2.0/ports/9f641311-5d94-48c7-a609-70d52dc056d7 => generated 1235 bytes in 441 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: 136/275] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:24 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/276] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:24 2026] GET /v2.0/security-groups?id=2d4eccdc-1fbf-4e97-9180-f42cf755627d&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: 6|app: 0|req: 140/277] 10.0.0.29 () {38 vars in 970 bytes} [Thu Apr 23 18:07:24 2026] POST /v2.0/security-groups => generated 1681 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/278] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:07:24 2026] GET /v2.0/ports?tenant_id=440ebfd793844ecfb45956b2eb577bbb&device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 141/279] 10.0.0.29 () {34 vars in 1001 bytes} [Thu Apr 23 18:07:24 2026] GET /v2.0/security-groups?tenant_id=7fa44724806c4021821ccef4f7870066 => generated 7907 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 142/280] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:07:24 2026] GET /v2.0/networks?id=46215213-c0c0-4652-a836-2465ea59528f => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/281] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:24 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 143/282] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/security-groups/1a782462-b8e9-4404-934e-1a21ff346b1b => generated 2922 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/283] 199.204.45.153 () {34 vars in 1060 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=772df3c7-619d-43e6-b551-12243ccceea1 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 144/284] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/security-groups?id=70a0c630-c064-4589-94b3-fca080f234df&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/285] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/security-groups/1a782462-b8e9-4404-934e-1a21ff346b1b => generated 2922 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 145/286] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/subnets?id=b5103396-102c-4780-9d1b-b248bef6f840 => generated 702 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/287] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/security-groups/a5d94ee2-35b6-4b1a-aeb8-74d9d6d1575c => generated 1680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 146/288] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/ports?network_id=46215213-c0c0-4652-a836-2465ea59528f&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 147/289] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/networks/46215213-c0c0-4652-a836-2465ea59528f?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:07:25.270 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a53e814-a598-45d7-af63-b6907612551e'] response: {'name': 'network-changed', 'server_uuid': '82058728-ffc6-42e4-881f-e7633d9f25d2', 'tag': '9f641311-5d94-48c7-a609-70d52dc056d7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 143/290] 10.0.0.29 () {36 vars in 1012 bytes} [Thu Apr 23 18:07:25 2026] DELETE /v2.0/security-groups/a5d94ee2-35b6-4b1a-aeb8-74d9d6d1575c => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:07:25.350 7 INFO neutron.api.v2.resource [req-49a58988-8b49-441c-8a24-e24971c8607f req-61e8d8e8-e9f7-454b-8949-dd8be7d4ad26 caa73aa0893b4ad9966fc42fdc1fa721 7fa44724806c4021821ccef4f7870066 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 144/291] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/security-groups/a5d94ee2-35b6-4b1a-aeb8-74d9d6d1575c => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 148/292] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/networks/46215213-c0c0-4652-a836-2465ea59528f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/293] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/security-groups/d5466442-c880-4511-ad19-0767958c7285 => generated 1681 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 149/294] 10.0.0.29 () {36 vars in 1012 bytes} [Thu Apr 23 18:07:25 2026] DELETE /v2.0/security-groups/d5466442-c880-4511-ad19-0767958c7285 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:07:25.552 7 INFO neutron.api.v2.resource [req-1a9f7c06-6184-437e-b419-0c8923e4d05e req-fbe73390-948d-40b7-aa0b-30a157ffb252 caa73aa0893b4ad9966fc42fdc1fa721 7fa44724806c4021821ccef4f7870066 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 146/295] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/security-groups/d5466442-c880-4511-ad19-0767958c7285 => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 150/296] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/security-groups/336dd70d-ba99-416e-8e66-718ed35129db => generated 1681 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 151/297] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/ports?tenant_id=7a965b62093145e3b40f12defed2c423&device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/298] 10.0.0.29 () {36 vars in 1012 bytes} [Thu Apr 23 18:07:25 2026] DELETE /v2.0/security-groups/336dd70d-ba99-416e-8e66-718ed35129db => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 152/299] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=9f641311-5d94-48c7-a609-70d52dc056d7 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:07:25.758 7 INFO neutron.api.v2.resource [req-098b9b9e-2c68-4301-9729-311ed8729a60 req-c23f6873-7224-4c21-99a1-638cafc24581 caa73aa0893b4ad9966fc42fdc1fa721 7fa44724806c4021821ccef4f7870066 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 148/300] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/security-groups/336dd70d-ba99-416e-8e66-718ed35129db => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 153/301] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/subnets?id=2bd349dd-981d-4332-a281-218c610fc720 => generated 698 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 154/302] 10.0.0.29 () {34 vars in 1001 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/security-groups?tenant_id=7fa44724806c4021821ccef4f7870066 => 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: 149/303] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/ports?network_id=9e2997bb-3f9a-403c-baab-e9cc7583b5fc&device_owner=network%3Adhcp => generated 1244 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 155/304] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/security-groups/1a782462-b8e9-4404-934e-1a21ff346b1b => generated 2922 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 156/305] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/security-groups/1a782462-b8e9-4404-934e-1a21ff346b1b => generated 2922 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/306] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/networks/9e2997bb-3f9a-403c-baab-e9cc7583b5fc?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:07:25.968 7 INFO neutron.api.v2.resource [req-a4ae2f7f-2ef1-4b02-a2b0-1b2436687c76 req-6308c147-42ed-4b6b-935f-b1c4bb359b9d caa73aa0893b4ad9966fc42fdc1fa721 7fa44724806c4021821ccef4f7870066 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 151/307] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/security-groups/336dd70d-ba99-416e-8e66-718ed35129db => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 157/308] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:26.027 6 INFO neutron.api.v2.resource [req-40570962-c8e7-4534-8864-df47812e008e req-4a5c8555-74f4-484d-8935-3a8258d95392 caa73aa0893b4ad9966fc42fdc1fa721 7fa44724806c4021821ccef4f7870066 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 158/309] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:26 2026] GET /v2.0/security-groups/d5466442-c880-4511-ad19-0767958c7285 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/310] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:07:25 2026] GET /v2.0/networks/9e2997bb-3f9a-403c-baab-e9cc7583b5fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 159/311] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:26 2026] GET /v2.0/security-groups?id=2d4eccdc-1fbf-4e97-9180-f42cf755627d&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-23 18:07:26.066 7 INFO neutron.api.v2.resource [req-9692cfc9-ac34-4d31-9b7c-7ff1f59f49da req-15412eec-212c-4c2d-a986-697414641268 caa73aa0893b4ad9966fc42fdc1fa721 7fa44724806c4021821ccef4f7870066 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 153/312] 10.0.0.29 () {34 vars in 990 bytes} [Thu Apr 23 18:07:26 2026] GET /v2.0/security-groups/a5d94ee2-35b6-4b1a-aeb8-74d9d6d1575c => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/313] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:26 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/314] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:26 2026] GET /v2.0/security-groups?id=70a0c630-c064-4589-94b3-fca080f234df&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:26.400 6 INFO neutron_taas.services.taas.taas_plugin [None req-b5d59201-122d-4dd9-b1c2-ff539be8ce99 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 574b58ce-7ee2-4a19-8428-ee9737e555b6 2026-04-23 18:07:26.402 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5d59201-122d-4dd9-b1c2-ff539be8ce99 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 574b58ce-7ee2-4a19-8428-ee9737e555b6 [pid: 6|app: 0|req: 160/315] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:07:26 2026] PUT /v2.0/routers/b55813b5-0edc-4a9f-8797-68d3b59b5764/remove_router_interface => generated 309 bytes in 683 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:27.069 7 INFO neutron_taas.services.taas.taas_plugin [None req-4bcf1e57-2333-4fc1-8f91-14fffc8e0f78 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: c7d45ffa-8f9e-4430-bad1-97a028963a44 2026-04-23 18:07:27.076 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bcf1e57-2333-4fc1-8f91-14fffc8e0f78 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: c7d45ffa-8f9e-4430-bad1-97a028963a44 [pid: 6|app: 0|req: 161/316] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:07:27 2026] GET /v2.0/ports?tenant_id=7a965b62093145e3b40f12defed2c423&device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 162/317] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:07:27 2026] GET /v2.0/networks?id=9e2997bb-3f9a-403c-baab-e9cc7583b5fc => generated 776 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 163/318] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:27 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 164/319] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:07:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=9f641311-5d94-48c7-a609-70d52dc056d7 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 165/320] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:27 2026] GET /v2.0/security-groups?id=2d4eccdc-1fbf-4e97-9180-f42cf755627d&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: 6|app: 0|req: 166/321] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:07:27 2026] GET /v2.0/subnets?id=2bd349dd-981d-4332-a281-218c610fc720 => generated 698 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:27.344 7 INFO neutron_taas.services.taas.taas_plugin [None req-4bcf1e57-2333-4fc1-8f91-14fffc8e0f78 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 9f1e3c68-bf97-460a-920d-8c1db33213e3 2026-04-23 18:07:27.346 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bcf1e57-2333-4fc1-8f91-14fffc8e0f78 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 9f1e3c68-bf97-460a-920d-8c1db33213e3 [pid: 6|app: 0|req: 167/322] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:07:27 2026] GET /v2.0/ports?network_id=9e2997bb-3f9a-403c-baab-e9cc7583b5fc&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 168/323] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:27 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 169/324] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:07:27 2026] GET /v2.0/networks/9e2997bb-3f9a-403c-baab-e9cc7583b5fc?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 170/325] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:27 2026] GET /v2.0/security-groups?id=70a0c630-c064-4589-94b3-fca080f234df&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 171/326] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:07:27 2026] GET /v2.0/networks/9e2997bb-3f9a-403c-baab-e9cc7583b5fc?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-23 18:07:27.716 7 INFO neutron.services.segments.plugin [-] Segment dc1f5958-3b6d-4478-a3d0-00f4262ec784 resource provider aggregate not found 2026-04-23 18:07:27.721 7 INFO neutron.services.segments.plugin [-] Segment dc1f5958-3b6d-4478-a3d0-00f4262ec784 resource provider aggregate not found 2026-04-23 18:07:27.736 7 INFO neutron.services.segments.plugin [-] Segment dc1f5958-3b6d-4478-a3d0-00f4262ec784 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc1f5958-3b6d-4478-a3d0-00f4262ec784 found for delete ", "request_id": "req-e4a89dc5-d153-40d9-b65d-1e8a348918e1"}]} 2026-04-23 18:07:27.740 7 INFO neutron.db.l3_hamode_db [None req-4bcf1e57-2333-4fc1-8f91-14fffc8e0f78 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] HA network ba5a1e14-3f62-4577-818e-99c6cf1039c7 was deleted as no HA routers are present in tenant 7fa44724806c4021821ccef4f7870066. 2026-04-23 18:07:27.747 7 INFO neutron.services.segments.plugin [-] Segment dc1f5958-3b6d-4478-a3d0-00f4262ec784 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc1f5958-3b6d-4478-a3d0-00f4262ec784 found for delete ", "request_id": "req-90fd7627-1f95-43fd-a18c-6436bcd37e32"}]} [pid: 7|app: 0|req: 156/327] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:07:26 2026] DELETE /v2.0/routers/b55813b5-0edc-4a9f-8797-68d3b59b5764 => generated 0 bytes in 972 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 172/328] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:07:27 2026] GET /v2.0/security-groups?tenant_id=49d61fc162bb4d31918158259c2ccae2&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 173/329] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:07:27 2026] DELETE /v2.0/security-groups/c96540be-be07-4654-9290-7a0105c3ee07 => 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: 157/330] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:07:27 2026] DELETE /v2.0/subnets/9270f54d-463f-403a-bcd0-b568d796d774 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:07:28.129 6 INFO neutron_taas.services.taas.taas_plugin [None req-81c1541e-7990-4e9e-82cd-4cb0f1e13d58 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: e1788b4d-6a1e-400b-b52f-b8fb08b2815f 2026-04-23 18:07:28.133 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81c1541e-7990-4e9e-82cd-4cb0f1e13d58 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: e1788b4d-6a1e-400b-b52f-b8fb08b2815f [pid: 7|app: 0|req: 158/331] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:07:28 2026] GET /v2.0/security-groups?tenant_id=65da3626cd41473c9b9b9a2522ec8e38&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/332] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:07:28 2026] DELETE /v2.0/security-groups/ccfedc44-8cf2-4573-985c-34235d5d85ba => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 174/333] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:07:28 2026] DELETE /v2.0/networks/ae31d225-f08d-49b1-95ab-a17d515e473b => generated 0 bytes in 456 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/334] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:28 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 175/335] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:28 2026] GET /v2.0/security-groups?id=2d4eccdc-1fbf-4e97-9180-f42cf755627d&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: 6|app: 0|req: 176/336] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:07:28 2026] GET /v2.0/security-groups?tenant_id=7fa44724806c4021821ccef4f7870066&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: 161/337] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:28 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/338] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:28 2026] GET /v2.0/security-groups?id=70a0c630-c064-4589-94b3-fca080f234df&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: 6|app: 0|req: 177/339] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:07:28 2026] DELETE /v2.0/security-groups/1a782462-b8e9-4404-934e-1a21ff346b1b => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:07:28.840 6 INFO neutron.services.segments.plugin [-] Segment ee4e0e9d-16b2-47ba-8828-57aa9ffe695d resource provider aggregate not found 2026-04-23 18:07:28.852 6 INFO neutron.services.segments.plugin [-] Segment ee4e0e9d-16b2-47ba-8828-57aa9ffe695d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee4e0e9d-16b2-47ba-8828-57aa9ffe695d found for delete ", "request_id": "req-1dbf4578-2add-4cdf-aacd-65a3351d71b8"}]} 2026-04-23 18:07:28.883 6 INFO neutron.services.segments.plugin [-] Segment ee4e0e9d-16b2-47ba-8828-57aa9ffe695d resource provider aggregate not found 2026-04-23 18:07:28.906 6 INFO neutron.services.segments.plugin [-] Segment ee4e0e9d-16b2-47ba-8828-57aa9ffe695d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee4e0e9d-16b2-47ba-8828-57aa9ffe695d found for delete ", "request_id": "req-5c520c83-616f-4c64-8c21-1e7827f242dc"}]} [pid: 7|app: 0|req: 163/340] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:29 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 178/341] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:29 2026] GET /v2.0/security-groups?id=2d4eccdc-1fbf-4e97-9180-f42cf755627d&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/342] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:29 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 179/343] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:29 2026] GET /v2.0/security-groups?id=70a0c630-c064-4589-94b3-fca080f234df&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: 6|app: 0|req: 180/344] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:30 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 181/345] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:30 2026] GET /v2.0/security-groups?id=2d4eccdc-1fbf-4e97-9180-f42cf755627d&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:30.836 7 INFO neutron.db.segments_db [None req-58ca653d-4b34-411a-9235-06f9c532e723 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment 8b55014d-0b5f-47a2-a128-771042634e58 of type vxlan for network 0c8ff5ef-2b7c-446f-8e5b-39c4322b398c [pid: 7|app: 0|req: 165/346] 10.0.0.183 () {34 vars in 671 bytes} [Thu Apr 23 18:07:30 2026] POST /v2.0/networks => generated 725 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 182/347] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:30 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 183/348] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:30 2026] GET /v2.0/security-groups?id=70a0c630-c064-4589-94b3-fca080f234df&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/349] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:07:30 2026] POST /v2.0/subnets => generated 691 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:07:31.215 6 INFO neutron.db.segments_db [None req-233ad9e9-d722-4515-a69f-2cfd76169f18 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment f3adae57-af9a-4330-a58e-f412b4dcd908 of type vxlan for network 00603025-3841-4968-8908-dcc0396a850b 2026-04-23 18:07:31.467 6 INFO neutron.db.l3_hamode_db [None req-233ad9e9-d722-4515-a69f-2cfd76169f18 68fd0086e1d1492ab579b3671e66954d cbcbf456e1b84e01ae5a92cadb17d06f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 167/350] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:31 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/351] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:31 2026] GET /v2.0/security-groups?id=2d4eccdc-1fbf-4e97-9180-f42cf755627d&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/352] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:32 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/353] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:32 2026] GET /v2.0/security-groups?id=70a0c630-c064-4589-94b3-fca080f234df&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:32.237 6 INFO neutron.db.l3_hamode_db [None req-233ad9e9-d722-4515-a69f-2cfd76169f18 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 171/354] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:07:32 2026] GET /v2.0/security-groups?tenant_id=ccdae5b0793c4131bc1013916f48df31&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/355] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:07:32 2026] DELETE /v2.0/security-groups/1eb45c00-6c98-4f7b-b276-f6737b983385 => 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: 173/356] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:07:32 2026] GET /v2.0/security-groups?tenant_id=d74442c97a424310a094f0a631264a13&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 184/357] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:07:31 2026] POST /v2.0/routers => generated 731 bytes in 1896 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/358] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:07:33 2026] DELETE /v2.0/security-groups/63e22269-58e3-46aa-8f9d-7fbb5570f978 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 185/359] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:33 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 975 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 186/360] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:33 2026] GET /v2.0/security-groups?id=2d4eccdc-1fbf-4e97-9180-f42cf755627d&fields=id&fields=name => generated 114 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 187/361] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:33 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 188/362] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:33 2026] GET /v2.0/security-groups?id=70a0c630-c064-4589-94b3-fca080f234df&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 189/363] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:33 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:34.203 6 INFO neutron.db.l3_db [None req-f7ca1931-4c5c-46cd-ad3a-d9e1909009e9 277d4dacabe14093a4f38fec86bbe7f1 440ebfd793844ecfb45956b2eb577bbb - - default default] Floating IP 21f57972-0d4b-4603-b5ea-cbb25525f8dd associated. External IP: 10.96.250.204, port: 772df3c7-619d-43e6-b551-12243ccceea1. [pid: 7|app: 0|req: 175/364] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:07:33 2026] PUT /v2.0/routers/0e9c602f-d260-409d-9759-61a877c0ff6b/add_router_interface => generated 309 bytes in 1214 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/365] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:34 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 190/366] 10.0.0.183 () {34 vars in 749 bytes} [Thu Apr 23 18:07:33 2026] PUT /v2.0/floatingips/21f57972-0d4b-4603-b5ea-cbb25525f8dd => generated 856 bytes in 1085 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/367] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:34 2026] GET /v2.0/security-groups?id=70a0c630-c064-4589-94b3-fca080f234df&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-23 18:07:34.554 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-265c1163-d4db-49fa-8adf-7e5bc1ce73b6'] response: {'name': 'network-changed', 'server_uuid': '9e6939c1-f572-4d9b-92bc-46710f71d63e', 'tag': '772df3c7-619d-43e6-b551-12243ccceea1', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 191/368] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:34 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/369] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:34 2026] GET /v2.0/security-groups?id=2d4eccdc-1fbf-4e97-9180-f42cf755627d&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: 179/370] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:07:35 2026] GET /v2.0/ports?tenant_id=440ebfd793844ecfb45956b2eb577bbb&device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => 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: 180/371] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:07:35 2026] GET /v2.0/networks?id=46215213-c0c0-4652-a836-2465ea59528f => generated 780 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 192/372] 10.0.0.183 () {34 vars in 685 bytes} [Thu Apr 23 18:07:35 2026] POST /v2.0/security-groups => generated 1660 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/373] 199.204.45.153 () {34 vars in 1060 bytes} [Thu Apr 23 18:07:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=772df3c7-619d-43e6-b551-12243ccceea1 => generated 859 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/374] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:07:35 2026] GET /v2.0/subnets?id=b5103396-102c-4780-9d1b-b248bef6f840 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/375] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:07:35 2026] GET /v2.0/ports?network_id=46215213-c0c0-4652-a836-2465ea59528f&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 193/376] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:07:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/377] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:07:35 2026] GET /v2.0/networks/46215213-c0c0-4652-a836-2465ea59528f?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: 185/378] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:07:35 2026] GET /v2.0/networks/46215213-c0c0-4652-a836-2465ea59528f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 194/379] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:07:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 195/380] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:35 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 196/381] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:35 2026] GET /v2.0/security-groups?id=70a0c630-c064-4589-94b3-fca080f234df&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: 6|app: 0|req: 197/382] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:35 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/383] 10.0.0.183 () {34 vars in 676 bytes} [Thu Apr 23 18:07:35 2026] POST /v2.0/floatingips => generated 552 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:07:36.173 6 INFO neutron.db.l3_db [None req-ea88ed98-7919-4669-9dcb-919a22e2aeac e4883a604ee742b4bca6ae778757483c 7a965b62093145e3b40f12defed2c423 - - default default] Floating IP 4cbe7fca-1804-4e40-b235-e90563766509 associated. External IP: 10.96.250.219, port: 9f641311-5d94-48c7-a609-70d52dc056d7. [pid: 7|app: 0|req: 189/386] 10.0.0.29 () {34 vars in 1099 bytes} [Thu Apr 23 18:07:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1332068175&fields=id&tenant_id=cbcbf456e1b84e01ae5a92cadb17d06f => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 198/387] 10.0.0.183 () {34 vars in 749 bytes} [Thu Apr 23 18:07:35 2026] PUT /v2.0/floatingips/4cbe7fca-1804-4e40-b235-e90563766509 => generated 855 bytes in 667 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/388] 10.0.0.29 () {34 vars in 981 bytes} [Thu Apr 23 18:07:36 2026] GET /v2.0/networks?id=0c8ff5ef-2b7c-446f-8e5b-39c4322b398c => generated 676 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 199/389] 10.0.0.29 () {34 vars in 964 bytes} [Thu Apr 23 18:07:36 2026] GET /v2.0/quotas/cbcbf456e1b84e01ae5a92cadb17d06f => 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: 191/390] 10.0.0.29 () {34 vars in 1001 bytes} [Thu Apr 23 18:07:36 2026] GET /v2.0/ports?tenant_id=cbcbf456e1b84e01ae5a92cadb17d06f&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/391] 10.0.0.29 () {34 vars in 1007 bytes} [Thu Apr 23 18:07:36 2026] GET /v2.0/networks/0c8ff5ef-2b7c-446f-8e5b-39c4322b398c?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 200/392] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:36 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 971 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/393] 10.0.0.29 () {34 vars in 1107 bytes} [Thu Apr 23 18:07:36 2026] GET /v2.0/networks/0c8ff5ef-2b7c-446f-8e5b-39c4322b398c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 201/394] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:36 2026] GET /v2.0/security-groups?id=70a0c630-c064-4589-94b3-fca080f234df&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:36.839 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-cbd08d84-98ee-42c2-a090-f387b0365f82'] response: {'name': 'network-changed', 'server_uuid': '82058728-ffc6-42e4-881f-e7633d9f25d2', 'tag': '9f641311-5d94-48c7-a609-70d52dc056d7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 194/395] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:36 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 202/396] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:37 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/397] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:37 2026] GET /v2.0/security-groups?id=70a0c630-c064-4589-94b3-fca080f234df&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: 6|app: 0|req: 203/398] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:07:37 2026] GET /v2.0/ports?tenant_id=7a965b62093145e3b40f12defed2c423&device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 1240 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/399] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:07:37 2026] GET /v2.0/networks?id=9e2997bb-3f9a-403c-baab-e9cc7583b5fc => generated 776 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 204/400] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:07:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=9f641311-5d94-48c7-a609-70d52dc056d7 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/401] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:07:37 2026] GET /v2.0/subnets?id=2bd349dd-981d-4332-a281-218c610fc720 => generated 698 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 205/402] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:07:37 2026] GET /v2.0/ports?network_id=9e2997bb-3f9a-403c-baab-e9cc7583b5fc&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/403] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:07:37 2026] GET /v2.0/networks/9e2997bb-3f9a-403c-baab-e9cc7583b5fc?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 206/404] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:07:37 2026] GET /v2.0/networks/9e2997bb-3f9a-403c-baab-e9cc7583b5fc?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: 199/405] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:37 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 207/406] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:38 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/407] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:38 2026] GET /v2.0/security-groups?id=70a0c630-c064-4589-94b3-fca080f234df&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: 6|app: 0|req: 208/408] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:39 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/409] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:39 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 209/410] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:39 2026] GET /v2.0/security-groups?id=70a0c630-c064-4589-94b3-fca080f234df&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: 6|app: 0|req: 210/411] 199.204.45.153 () {34 vars in 994 bytes} [Thu Apr 23 18:07:39 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/412] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:07:39 2026] GET /v2.0/security-groups?tenant_id=9b41d8c505e24047912921eb1d22d9dc&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:07:40.006 6 INFO neutron_taas.services.taas.taas_plugin [req-68961b6a-6c8b-437e-8e32-cae6fd5960ab req-f6e606f1-a6ae-4cab-93e9-b9bcd6028933 e4883a604ee742b4bca6ae778757483c 7a965b62093145e3b40f12defed2c423 - - default default] TaaS: Handle Delete Port: 9f641311-5d94-48c7-a609-70d52dc056d7 2026-04-23 18:07:40.013 6 INFO neutron_taas.services.taas.tap_mirror_plugin [req-68961b6a-6c8b-437e-8e32-cae6fd5960ab req-f6e606f1-a6ae-4cab-93e9-b9bcd6028933 e4883a604ee742b4bca6ae778757483c 7a965b62093145e3b40f12defed2c423 - - default default] Tap Mirror: Handle Delete Port: 9f641311-5d94-48c7-a609-70d52dc056d7 [pid: 7|app: 0|req: 203/413] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:07:39 2026] DELETE /v2.0/security-groups/fc718240-132f-44b5-9614-d0946c986dcb => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:07:40.201 6 INFO neutron.db.l3_db [req-68961b6a-6c8b-437e-8e32-cae6fd5960ab req-f6e606f1-a6ae-4cab-93e9-b9bcd6028933 e4883a604ee742b4bca6ae778757483c 7a965b62093145e3b40f12defed2c423 - - default default] Floating IP 4cbe7fca-1804-4e40-b235-e90563766509 disassociated. External IP: 10.96.250.219, port: 9f641311-5d94-48c7-a609-70d52dc056d7. [pid: 7|app: 0|req: 204/414] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:07:40 2026] GET /v2.0/security-groups?tenant_id=55bcda6408ae409b9c5fbd77de129ec4&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/415] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:40 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/416] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:07:40 2026] DELETE /v2.0/security-groups/a0e3d938-d9c0-4303-aa98-000b68d2f126 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 211/417] 199.204.45.153 () {36 vars in 997 bytes} [Thu Apr 23 18:07:39 2026] DELETE /v2.0/ports/9f641311-5d94-48c7-a609-70d52dc056d7 => generated 0 bytes in 731 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:07:40.637 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d9b248a-3035-4ba9-ab84-0ac96c334c86'] response: {'server_uuid': '82058728-ffc6-42e4-881f-e7633d9f25d2', 'name': 'network-vif-deleted', 'tag': '9f641311-5d94-48c7-a609-70d52dc056d7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 207/418] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:40 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 212/419] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:07:41 2026] GET /v2.0/networks?id=0c8ff5ef-2b7c-446f-8e5b-39c4322b398c => generated 676 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/420] 199.204.45.153 () {34 vars in 1050 bytes} [Thu Apr 23 18:07:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cbcbf456e1b84e01ae5a92cadb17d06f => generated 181 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 213/421] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:41 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => 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: 209/422] 199.204.45.153 () {38 vars in 955 bytes} [Thu Apr 23 18:07:41 2026] POST /v2.0/ports => generated 954 bytes in 418 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: 210/423] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:41 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 214/424] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:07:41 2026] PUT /v2.0/ports/d1342518-1194-438e-ad41-a4f444459d02 => generated 1235 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 215/425] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:42 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 969 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:42.531 7 INFO neutron.db.segments_db [None req-6dbf6f09-321a-4167-bfdc-7699de22ad7f 26ee368ed52d4915a6f402cb346ec675 3973903238074a2c9e00eb3a142e2d70 - - default default] Added segment 007a8c76-e9f0-45f2-9855-e6f713d0322d of type vxlan for network b57a5a21-f2c7-4a76-86ab-2f4d0c8f0847 [pid: 6|app: 0|req: 216/426] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:42 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&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-23 18:07:42.605 7 INFO neutron.db.segments_db [None req-6dbf6f09-321a-4167-bfdc-7699de22ad7f 26ee368ed52d4915a6f402cb346ec675 3973903238074a2c9e00eb3a142e2d70 - - default default] Added segment 771b9273-d724-49b4-af59-a286c8d0b07d of type vxlan for network 46ab9489-456f-4648-9e19-ff2717c6c4a8 2026-04-23 18:07:42.674 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-89f778a8-6f48-46be-92a4-29a9203f4b8b'] response: {'name': 'network-changed', 'server_uuid': 'c25a4799-6294-4a4d-9bdf-e2c1cc31b789', 'tag': 'd1342518-1194-438e-ad41-a4f444459d02', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 211/427] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:07:42 2026] POST /v2.0/networks => generated 1206 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 217/428] 10.0.0.183 () {32 vars in 649 bytes} [Thu Apr 23 18:07:42 2026] GET /v2.0/networks => generated 1843 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 218/429] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:42 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 219/430] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:07:43 2026] GET /v2.0/ports?tenant_id=cbcbf456e1b84e01ae5a92cadb17d06f&device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 220/431] 199.204.45.153 () {34 vars in 1018 bytes} [Thu Apr 23 18:07:43 2026] GET /v2.0/networks?tenant_id=cbcbf456e1b84e01ae5a92cadb17d06f&shared=False => generated 772 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:43.274 7 INFO neutron.services.segments.plugin [-] Segment 007a8c76-e9f0-45f2-9855-e6f713d0322d resource provider aggregate not found 2026-04-23 18:07:43.282 7 INFO neutron.services.segments.plugin [-] Segment 007a8c76-e9f0-45f2-9855-e6f713d0322d resource provider aggregate not found 2026-04-23 18:07:43.299 7 INFO neutron.services.segments.plugin [-] Segment 007a8c76-e9f0-45f2-9855-e6f713d0322d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 007a8c76-e9f0-45f2-9855-e6f713d0322d found for delete ", "request_id": "req-dbcf2694-074a-4e14-8690-ea002dd79107"}]} 2026-04-23 18:07:43.302 7 INFO neutron.services.segments.plugin [-] Segment 007a8c76-e9f0-45f2-9855-e6f713d0322d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 007a8c76-e9f0-45f2-9855-e6f713d0322d found for delete ", "request_id": "req-14569d70-0ee7-4384-91b3-5471981195d0"}]} [pid: 7|app: 0|req: 212/432] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:07:42 2026] DELETE /v2.0/networks/b57a5a21-f2c7-4a76-86ab-2f4d0c8f0847 => generated 0 bytes in 461 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 221/433] 199.204.45.153 () {34 vars in 930 bytes} [Thu Apr 23 18:07:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/434] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:07:43 2026] DELETE /v2.0/networks/46ab9489-456f-4648-9e19-ff2717c6c4a8 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 222/435] 10.0.0.183 () {32 vars in 649 bytes} [Thu Apr 23 18:07:43 2026] GET /v2.0/networks => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:43.559 7 INFO neutron.db.segments_db [None req-93fd336c-2785-4b4e-a4a5-30d2024dc61a 26ee368ed52d4915a6f402cb346ec675 3973903238074a2c9e00eb3a142e2d70 - - default default] Added segment 64460ef3-32ba-4cd4-a485-9d7dc17de60d of type vxlan for network 130de5ca-8125-4bd4-a436-893a9f58ed6b [pid: 7|app: 0|req: 214/436] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:07:43 2026] POST /v2.0/networks => generated 634 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 223/437] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:43 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:43.712 7 INFO neutron.db.segments_db [None req-60538d8e-0dd7-4904-bff3-0ce831880808 26ee368ed52d4915a6f402cb346ec675 3973903238074a2c9e00eb3a142e2d70 - - default default] Added segment 91c0f733-7578-4a41-b173-d346267f8ffc of type vxlan for network b092f83d-b0b1-4e37-9b70-decd5514a11b [pid: 6|app: 0|req: 224/438] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:43 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&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: 215/439] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:07:43 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: 216/440] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:43 2026] GET /v2.0/ports?device_id=82058728-ffc6-42e4-881f-e7633d9f25d2 => 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: 217/441] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:07:44 2026] GET /v2.0/ports?tenant_id=cbcbf456e1b84e01ae5a92cadb17d06f&device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/442] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:07:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d1342518-1194-438e-ad41-a4f444459d02 => 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: 219/443] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:07:44 2026] GET /v2.0/subnets?id=b1bca0ed-fbf8-4dec-a5c8-d4ffc9994685 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 225/444] 10.0.0.183 () {34 vars in 665 bytes} [Thu Apr 23 18:07:43 2026] POST /v2.0/ports => generated 1506 bytes in 694 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: 220/445] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:07:44 2026] GET /v2.0/ports?network_id=0c8ff5ef-2b7c-446f-8e5b-39c4322b398c&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: 221/446] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:07:44 2026] GET /v2.0/networks/0c8ff5ef-2b7c-446f-8e5b-39c4322b398c?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 226/447] 10.0.0.183 () {32 vars in 643 bytes} [Thu Apr 23 18:07:44 2026] GET /v2.0/ports => generated 1506 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/448] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:07:44 2026] GET /v2.0/networks/0c8ff5ef-2b7c-446f-8e5b-39c4322b398c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:07:44.677 6 INFO neutron_taas.services.taas.taas_plugin [None req-ddaecaf6-f7c9-420f-8472-d7d510761612 26ee368ed52d4915a6f402cb346ec675 3973903238074a2c9e00eb3a142e2d70 - - default default] TaaS: Handle Delete Port: 6a56ef6c-3a3c-4b74-9b39-9ee700e0dfcd 2026-04-23 18:07:44.680 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddaecaf6-f7c9-420f-8472-d7d510761612 26ee368ed52d4915a6f402cb346ec675 3973903238074a2c9e00eb3a142e2d70 - - default default] Tap Mirror: Handle Delete Port: 6a56ef6c-3a3c-4b74-9b39-9ee700e0dfcd [pid: 6|app: 0|req: 227/449] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:07:44 2026] DELETE /v2.0/ports/6a56ef6c-3a3c-4b74-9b39-9ee700e0dfcd => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 228/450] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:44 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 229/451] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:44 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:44.996 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fad01b7-0136-48b1-bfb2-f5f9cd73468f 26ee368ed52d4915a6f402cb346ec675 3973903238074a2c9e00eb3a142e2d70 - - default default] TaaS: Handle Delete Port: cd0eb7f1-c623-422e-b698-c05b09d89cdb 2026-04-23 18:07:45.003 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fad01b7-0136-48b1-bfb2-f5f9cd73468f 26ee368ed52d4915a6f402cb346ec675 3973903238074a2c9e00eb3a142e2d70 - - default default] Tap Mirror: Handle Delete Port: cd0eb7f1-c623-422e-b698-c05b09d89cdb [pid: 7|app: 0|req: 223/452] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:07:44 2026] DELETE /v2.0/ports/cd0eb7f1-c623-422e-b698-c05b09d89cdb => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 230/453] 10.0.0.250 () {34 vars in 990 bytes} [Thu Apr 23 18:07:44 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 1244 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/454] 10.0.0.183 () {32 vars in 643 bytes} [Thu Apr 23 18:07:45 2026] GET /v2.0/ports => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/455] 10.0.0.250 () {34 vars in 1040 bytes} [Thu Apr 23 18:07:45 2026] GET /v2.0/security-groups?id=2d4eccdc-1fbf-4e97-9180-f42cf755627d&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: 6|app: 0|req: 231/456] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:07:45 2026] DELETE /v2.0/security-groups/70a0c630-c064-4589-94b3-fca080f234df => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:07:45.217 6 INFO neutron.api.v2.resource [None req-82c60df8-39dd-4e43-adb7-c741f0aec61f e4883a604ee742b4bca6ae778757483c 7a965b62093145e3b40f12defed2c423 - - default default] show failed (client error): The resource could not be found. 2026-04-23 18:07:45.218 7 INFO neutron.db.segments_db [None req-735f458f-0e3d-406c-9505-7e703eae458d 26ee368ed52d4915a6f402cb346ec675 3973903238074a2c9e00eb3a142e2d70 - - default default] Added segment 1a743492-ba1e-4866-a093-453b82ac736a of type vxlan for network 8e906c9d-cbfa-4771-b68c-208caf1ee2de [pid: 6|app: 0|req: 232/457] 10.0.0.183 () {32 vars in 737 bytes} [Thu Apr 23 18:07:45 2026] GET /v2.0/security-groups/70a0c630-c064-4589-94b3-fca080f234df => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/458] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:07:45 2026] POST /v2.0/networks => generated 635 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:07:45.320 6 INFO neutron_taas.services.taas.taas_plugin [None req-a348ebd4-1eda-457e-9433-315ab66871b2 e4883a604ee742b4bca6ae778757483c 7a965b62093145e3b40f12defed2c423 - - default default] TaaS: Handle Delete Port: 4223e2ae-7f29-4e45-8a62-4d7301a708c8 2026-04-23 18:07:45.324 7 INFO neutron.services.segments.plugin [-] Segment 771b9273-d724-49b4-af59-a286c8d0b07d resource provider aggregate not found 2026-04-23 18:07:45.328 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a348ebd4-1eda-457e-9433-315ab66871b2 e4883a604ee742b4bca6ae778757483c 7a965b62093145e3b40f12defed2c423 - - default default] Tap Mirror: Handle Delete Port: 4223e2ae-7f29-4e45-8a62-4d7301a708c8 2026-04-23 18:07:45.335 7 INFO neutron.services.segments.plugin [-] Segment 771b9273-d724-49b4-af59-a286c8d0b07d resource provider aggregate not found 2026-04-23 18:07:45.348 7 INFO neutron.services.segments.plugin [-] Segment 771b9273-d724-49b4-af59-a286c8d0b07d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 771b9273-d724-49b4-af59-a286c8d0b07d found for delete ", "request_id": "req-624c91e1-53a2-4c9f-90a0-aaae7f570410"}]} 2026-04-23 18:07:45.372 7 INFO neutron.services.segments.plugin [-] Segment 771b9273-d724-49b4-af59-a286c8d0b07d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 771b9273-d724-49b4-af59-a286c8d0b07d found for delete ", "request_id": "req-c6743b33-1285-4aa5-92b6-a2c271808a32"}]} 2026-04-23 18:07:45.391 7 INFO neutron.db.segments_db [None req-2bad2db1-9d18-41be-aeb7-1fd04d56055a 26ee368ed52d4915a6f402cb346ec675 3973903238074a2c9e00eb3a142e2d70 - - default default] Added segment 5d7b6dec-9561-4076-b4c1-f06eb1c11d6b of type vxlan for network 95be6df9-40e0-4a05-a166-503b74aa15e8 [pid: 7|app: 0|req: 227/459] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:07:45 2026] POST /v2.0/networks => generated 634 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 233/460] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:07:45 2026] DELETE /v2.0/floatingips/4cbe7fca-1804-4e40-b235-e90563766509 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 234/461] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:45 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:46.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-daf30e01-94ae-45ab-986c-bdbb697e1c53 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 9867e3ec-edc0-4b3e-9cba-0952f5964dce 2026-04-23 18:07:46.048 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-daf30e01-94ae-45ab-986c-bdbb697e1c53 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 9867e3ec-edc0-4b3e-9cba-0952f5964dce [pid: 6|app: 0|req: 235/462] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:07:46 2026] POST /v2.0/subnets => generated 1324 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 236/463] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:46 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&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: 6|app: 0|req: 237/464] 10.0.0.183 () {32 vars in 647 bytes} [Thu Apr 23 18:07:46 2026] GET /v2.0/subnets => generated 1960 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/465] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:07:45 2026] PUT /v2.0/routers/1d16d472-560b-4249-a912-08063bf4071c/remove_router_interface => generated 309 bytes in 1005 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 238/466] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:07:46 2026] DELETE /v2.0/subnets/2b5baebc-ae32-4fd6-b2c8-6a22abe22c15 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 239/467] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:07:46 2026] DELETE /v2.0/subnets/d08b77d9-2b40-4514-b596-23140697c0ac => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 240/468] 10.0.0.183 () {32 vars in 647 bytes} [Thu Apr 23 18:07:46 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:46.779 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c0a21a8-584b-417f-ad36-fd5c06dcf666 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 635da9d8-5aea-4c02-8329-2c9aeaa389ac 2026-04-23 18:07:46.784 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c0a21a8-584b-417f-ad36-fd5c06dcf666 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 635da9d8-5aea-4c02-8329-2c9aeaa389ac 2026-04-23 18:07:46.879 6 INFO neutron.services.segments.plugin [-] Segment 5d7b6dec-9561-4076-b4c1-f06eb1c11d6b resource provider aggregate not found 2026-04-23 18:07:46.888 6 INFO neutron.services.segments.plugin [-] Segment 5d7b6dec-9561-4076-b4c1-f06eb1c11d6b resource provider aggregate not found 2026-04-23 18:07:46.905 6 INFO neutron.services.segments.plugin [-] Segment 5d7b6dec-9561-4076-b4c1-f06eb1c11d6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d7b6dec-9561-4076-b4c1-f06eb1c11d6b found for delete ", "request_id": "req-c7d75c66-c9eb-4cbe-97cb-7c686ed22f05"}]} 2026-04-23 18:07:46.911 6 INFO neutron.services.segments.plugin [-] Segment 5d7b6dec-9561-4076-b4c1-f06eb1c11d6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d7b6dec-9561-4076-b4c1-f06eb1c11d6b found for delete ", "request_id": "req-52004a9c-1c62-40e4-b24f-e3b3ec4e4e9d"}]} [pid: 6|app: 0|req: 241/469] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:07:46 2026] DELETE /v2.0/networks/95be6df9-40e0-4a05-a166-503b74aa15e8 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:07:47.058 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c0a21a8-584b-417f-ad36-fd5c06dcf666 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 5497e835-09bb-4d12-8f49-ab0515dbf538 2026-04-23 18:07:47.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c0a21a8-584b-417f-ad36-fd5c06dcf666 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 5497e835-09bb-4d12-8f49-ab0515dbf538 [pid: 6|app: 0|req: 242/470] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:07:46 2026] DELETE /v2.0/networks/8e906c9d-cbfa-4771-b68c-208caf1ee2de => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 243/471] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:07:47 2026] DELETE /v2.0/networks/b092f83d-b0b1-4e37-9b70-decd5514a11b => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 244/472] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:07:47 2026] DELETE /v2.0/networks/130de5ca-8125-4bd4-a436-893a9f58ed6b => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:07:47.440 7 INFO neutron.services.segments.plugin [-] Segment 9ad55b85-d9bd-4ab9-b082-c52a028a594f resource provider aggregate not found 2026-04-23 18:07:47.443 7 INFO neutron.services.segments.plugin [-] Segment 9ad55b85-d9bd-4ab9-b082-c52a028a594f resource provider aggregate not found 2026-04-23 18:07:47.457 7 INFO neutron.db.l3_hamode_db [None req-1c0a21a8-584b-417f-ad36-fd5c06dcf666 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] HA network 56c41712-ea29-4d98-a027-6017337152ec was deleted as no HA routers are present in tenant 7a965b62093145e3b40f12defed2c423. [pid: 7|app: 0|req: 229/473] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:07:46 2026] DELETE /v2.0/routers/1d16d472-560b-4249-a912-08063bf4071c => generated 0 bytes in 908 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:07:47.467 7 INFO neutron.services.segments.plugin [-] Segment 9ad55b85-d9bd-4ab9-b082-c52a028a594f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ad55b85-d9bd-4ab9-b082-c52a028a594f found for delete ", "request_id": "req-cfd8e01f-8cb7-49fd-91aa-6587f0baedc8"}]} 2026-04-23 18:07:47.468 7 INFO neutron.services.segments.plugin [-] Segment 9ad55b85-d9bd-4ab9-b082-c52a028a594f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ad55b85-d9bd-4ab9-b082-c52a028a594f found for delete ", "request_id": "req-5d9d3e84-9886-4ab2-ab3c-587fdebfcff3"}]} [pid: 7|app: 0|req: 230/474] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:47 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => 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: 231/475] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:47 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&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: 6|app: 0|req: 245/476] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:07:47 2026] DELETE /v2.0/subnets/2bd349dd-981d-4332-a281-218c610fc720 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:07:47.755 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc23eebf-84bf-42ae-97fe-d3124268b9b2 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 63ffada1-c15a-45c0-a2b8-c7c0058a01d0 2026-04-23 18:07:47.757 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc23eebf-84bf-42ae-97fe-d3124268b9b2 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 63ffada1-c15a-45c0-a2b8-c7c0058a01d0 [pid: 7|app: 0|req: 232/477] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:07:47 2026] DELETE /v2.0/networks/9e2997bb-3f9a-403c-baab-e9cc7583b5fc => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 246/478] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:07:47 2026] GET /v2.0/security-groups?tenant_id=3973903238074a2c9e00eb3a142e2d70&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: 233/479] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:07:47 2026] DELETE /v2.0/security-groups/cee7b0c9-cafb-45e7-96bc-18f7e83eafec => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 247/480] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:07:48 2026] GET /v2.0/security-groups?tenant_id=7a965b62093145e3b40f12defed2c423&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: 234/481] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:07:48 2026] DELETE /v2.0/security-groups/07368666-97c8-424e-8bc5-2971db4ec28d => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 248/482] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:48 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/483] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:48 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:48.929 6 INFO neutron.services.segments.plugin [-] Segment 1a743492-ba1e-4866-a093-453b82ac736a resource provider aggregate not found 2026-04-23 18:07:48.937 6 INFO neutron.services.segments.plugin [-] Segment 1a743492-ba1e-4866-a093-453b82ac736a resource provider aggregate not found 2026-04-23 18:07:48.947 6 INFO neutron.services.segments.plugin [-] Segment 1a743492-ba1e-4866-a093-453b82ac736a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a743492-ba1e-4866-a093-453b82ac736a found for delete ", "request_id": "req-e93d4855-76f9-465e-8508-03116ef4f1e4"}]} 2026-04-23 18:07:48.952 6 INFO neutron.services.segments.plugin [-] Segment 1a743492-ba1e-4866-a093-453b82ac736a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a743492-ba1e-4866-a093-453b82ac736a found for delete ", "request_id": "req-68cd5fa8-0cec-4a99-9b48-51b6c3ff7d27"}]} 2026-04-23 18:07:48.970 6 INFO neutron.services.segments.plugin [-] Segment 91c0f733-7578-4a41-b173-d346267f8ffc resource provider aggregate not found 2026-04-23 18:07:48.975 6 INFO neutron.services.segments.plugin [-] Segment 91c0f733-7578-4a41-b173-d346267f8ffc resource provider aggregate not found 2026-04-23 18:07:48.995 6 INFO neutron.services.segments.plugin [-] Segment 91c0f733-7578-4a41-b173-d346267f8ffc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91c0f733-7578-4a41-b173-d346267f8ffc found for delete ", "request_id": "req-971357c0-054d-4476-abf7-a5fb8986467f"}]} 2026-04-23 18:07:49.002 6 INFO neutron.services.segments.plugin [-] Segment 91c0f733-7578-4a41-b173-d346267f8ffc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91c0f733-7578-4a41-b173-d346267f8ffc found for delete ", "request_id": "req-d708eff8-1ac8-4f2b-bc61-be625e65f5fc"}]} 2026-04-23 18:07:49.012 6 INFO neutron.services.segments.plugin [-] Segment 64460ef3-32ba-4cd4-a485-9d7dc17de60d resource provider aggregate not found 2026-04-23 18:07:49.023 6 INFO neutron.services.segments.plugin [-] Segment 64460ef3-32ba-4cd4-a485-9d7dc17de60d resource provider aggregate not found 2026-04-23 18:07:49.029 6 INFO neutron.services.segments.plugin [-] Segment 64460ef3-32ba-4cd4-a485-9d7dc17de60d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64460ef3-32ba-4cd4-a485-9d7dc17de60d found for delete ", "request_id": "req-a26935d8-574d-4efd-bf68-e1512b831892"}]} 2026-04-23 18:07:49.039 6 INFO neutron.services.segments.plugin [-] Segment 64460ef3-32ba-4cd4-a485-9d7dc17de60d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64460ef3-32ba-4cd4-a485-9d7dc17de60d found for delete ", "request_id": "req-4f2edc78-6459-4fdc-a37d-790989096652"}]} 2026-04-23 18:07:49.493 7 INFO neutron.services.segments.plugin [-] Segment c18ae7ac-9a80-4e48-b940-e3de0d3898e3 resource provider aggregate not found 2026-04-23 18:07:49.498 7 INFO neutron.services.segments.plugin [-] Segment c18ae7ac-9a80-4e48-b940-e3de0d3898e3 resource provider aggregate not found 2026-04-23 18:07:49.510 7 INFO neutron.services.segments.plugin [-] Segment c18ae7ac-9a80-4e48-b940-e3de0d3898e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c18ae7ac-9a80-4e48-b940-e3de0d3898e3 found for delete ", "request_id": "req-157dbad7-499c-42d9-879b-517ae32bf17b"}]} 2026-04-23 18:07:49.511 7 INFO neutron.services.segments.plugin [-] Segment c18ae7ac-9a80-4e48-b940-e3de0d3898e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c18ae7ac-9a80-4e48-b940-e3de0d3898e3 found for delete ", "request_id": "req-a0ad85ee-ea11-4f5b-8d5c-53224bbabf09"}]} [pid: 6|app: 0|req: 249/484] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:49 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 250/485] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:07:49 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 251/486] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:50 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:50.279 7 INFO neutron.db.segments_db [None req-3d151dfd-f7fd-481e-b658-a96940f3f136 0a544231776742cdbce263a1c425be09 7f6973e945764349b38fd3bac71fe4f8 - - default default] Added segment 4f201833-99a2-453d-bec9-251483952e9f of type vxlan for network b87408a4-3f64-4158-a17c-4cb9ca1c4187 2026-04-23 18:07:50.323 6 INFO neutron.db.segments_db [None req-50cc805a-0ddd-47d5-8537-60c7f2d4b940 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment aaf3a925-62ce-4cbc-a9b0-296d51667253 of type vxlan for network 349397ff-1632-4b20-9bbf-9628a8bb6343 [pid: 7|app: 0|req: 236/487] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:07:49 2026] POST /v2.0/networks => generated 628 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 252/488] 10.0.0.183 () {34 vars in 671 bytes} [Thu Apr 23 18:07:50 2026] POST /v2.0/networks => generated 726 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 253/489] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:07:50 2026] POST /v2.0/subnets => generated 692 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:07:50.726 6 INFO neutron.db.segments_db [None req-da3d4d17-e44f-4ce0-8aaa-c46b9931df95 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment 87bec042-ecb7-47fb-b977-2ca576e0ef68 of type vxlan for network 5139e2cd-e46d-4717-8630-ce79523c3bbc 2026-04-23 18:07:50.864 7 INFO neutron.db.l3_db [None req-28d2b4a5-6afe-49ca-9171-faef5cc95d29 34a8dfb3203a41a0852685049f35c02e cbcbf456e1b84e01ae5a92cadb17d06f - - default default] Floating IP a7ef3e14-1d00-46f7-82f5-bdad2cd65a76 associated. External IP: 10.96.250.209, port: d1342518-1194-438e-ad41-a4f444459d02. 2026-04-23 18:07:50.951 6 INFO neutron.db.l3_hamode_db [None req-da3d4d17-e44f-4ce0-8aaa-c46b9931df95 68fd0086e1d1492ab579b3671e66954d 43cd129b3e8948e7a60ce01851e9bcdc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 237/490] 10.0.0.183 () {34 vars in 749 bytes} [Thu Apr 23 18:07:50 2026] PUT /v2.0/floatingips/a7ef3e14-1d00-46f7-82f5-bdad2cd65a76 => generated 855 bytes in 880 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:51.287 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee2c6b68-583a-43e0-9fa6-35f465bfbc58'] response: {'name': 'network-changed', 'server_uuid': 'c25a4799-6294-4a4d-9bdf-e2c1cc31b789', 'tag': 'd1342518-1194-438e-ad41-a4f444459d02', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 238/491] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:07:51 2026] POST /v2.0/subnets => generated 673 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:07:51.534 7 INFO neutron.db.segments_db [None req-03adc79b-3b35-4ab0-bd30-3b698e4869e2 0a544231776742cdbce263a1c425be09 7f6973e945764349b38fd3bac71fe4f8 - - default default] Added segment 29a140eb-8aaa-44bb-ac8a-cf1790b7de07 of type vxlan for network 27d43a85-3438-4aa2-a5fe-4fddcbbe78e4 [pid: 7|app: 0|req: 241/494] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:07:51 2026] POST /v2.0/networks => generated 629 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:07:51.736 6 INFO neutron.db.l3_hamode_db [None req-da3d4d17-e44f-4ce0-8aaa-c46b9931df95 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 242/495] 10.0.0.183 () {34 vars in 743 bytes} [Thu Apr 23 18:07:51 2026] PUT /v2.0/networks/27d43a85-3438-4aa2-a5fe-4fddcbbe78e4 => generated 592 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/496] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:07:51 2026] POST /v2.0/subnets => generated 646 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/497] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:07:52 2026] GET /v2.0/ports?tenant_id=cbcbf456e1b84e01ae5a92cadb17d06f&device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/498] 10.0.0.183 () {34 vars in 741 bytes} [Thu Apr 23 18:07:52 2026] PUT /v2.0/subnets/85e362e3-f0ff-4efd-a76e-fb311f60de25 => generated 656 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/499] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:07:52 2026] GET /v2.0/networks?id=0c8ff5ef-2b7c-446f-8e5b-39c4322b398c => generated 772 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:52.483 7 INFO neutron.services.segments.plugin [-] Segment 29a140eb-8aaa-44bb-ac8a-cf1790b7de07 resource provider aggregate not found 2026-04-23 18:07:52.486 7 INFO neutron.services.segments.plugin [-] Segment 29a140eb-8aaa-44bb-ac8a-cf1790b7de07 resource provider aggregate not found 2026-04-23 18:07:52.506 7 INFO neutron.services.segments.plugin [-] Segment 29a140eb-8aaa-44bb-ac8a-cf1790b7de07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29a140eb-8aaa-44bb-ac8a-cf1790b7de07 found for delete ", "request_id": "req-4cf02fcf-e377-4cd9-a1a9-f625a0eb604f"}]} 2026-04-23 18:07:52.507 7 INFO neutron.services.segments.plugin [-] Segment 29a140eb-8aaa-44bb-ac8a-cf1790b7de07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29a140eb-8aaa-44bb-ac8a-cf1790b7de07 found for delete ", "request_id": "req-b312862d-bec3-4746-9de7-3139b52bee6c"}]} [pid: 7|app: 0|req: 247/500] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:07:52 2026] DELETE /v2.0/networks/27d43a85-3438-4aa2-a5fe-4fddcbbe78e4 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/501] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:07:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d1342518-1194-438e-ad41-a4f444459d02 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:52.563 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a3319718-5ead-479d-8a28-0172db3cf77e 0a544231776742cdbce263a1c425be09 7f6973e945764349b38fd3bac71fe4f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 249/502] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:07:52 2026] DELETE /v2.0/networks/27d43a85-3438-4aa2-a5fe-4fddcbbe78e4 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 254/503] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:07:50 2026] POST /v2.0/routers => generated 732 bytes in 1898 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/504] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:07:52 2026] GET /v2.0/subnets?id=b1bca0ed-fbf8-4dec-a5c8-d4ffc9994685 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 255/505] 10.0.0.183 () {32 vars in 694 bytes} [Thu Apr 23 18:07:52 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 256/506] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:07:52 2026] GET /v2.0/ports?network_id=0c8ff5ef-2b7c-446f-8e5b-39c4322b398c&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 257/507] 10.0.0.183 () {32 vars in 742 bytes} [Thu Apr 23 18:07:52 2026] GET /v2.0/subnets?network_id=6f374baf-9412-4ae4-b3e9-53ca5ae4a87c => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 258/508] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:07:52 2026] GET /v2.0/networks/0c8ff5ef-2b7c-446f-8e5b-39c4322b398c?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 259/509] 10.0.0.183 () {32 vars in 653 bytes} [Thu Apr 23 18:07:52 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 260/510] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:07:52 2026] GET /v2.0/networks/0c8ff5ef-2b7c-446f-8e5b-39c4322b398c?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: 6|app: 0|req: 261/511] 10.0.0.183 () {32 vars in 649 bytes} [Thu Apr 23 18:07:52 2026] GET /v2.0/networks => generated 1312 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 262/512] 10.0.0.183 () {32 vars in 647 bytes} [Thu Apr 23 18:07:52 2026] GET /v2.0/subnets => generated 1312 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 263/513] 10.0.0.183 () {32 vars in 723 bytes} [Thu Apr 23 18:07:52 2026] GET /v2.0/networks/b87408a4-3f64-4158-a17c-4cb9ca1c4187 => generated 672 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 264/514] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:07:52 2026] GET /v2.0/subnets/47140f17-a205-48b1-af2f-e655311ef265 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:52.970 6 INFO neutron.pecan_wsgi.hooks.translation [None req-53c401df-9621-47f5-910e-2075be75e6ea 0a544231776742cdbce263a1c425be09 7f6973e945764349b38fd3bac71fe4f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 265/515] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:07:52 2026] DELETE /v2.0/subnets/85e362e3-f0ff-4efd-a76e-fb311f60de25 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:07:52.987 6 INFO neutron.pecan_wsgi.hooks.translation [None req-9a0afb1f-fbcc-4648-8f8a-a4a7efa51dc8 0a544231776742cdbce263a1c425be09 7f6973e945764349b38fd3bac71fe4f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 266/516] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:07:52 2026] DELETE /v2.0/networks/27d43a85-3438-4aa2-a5fe-4fddcbbe78e4 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 267/517] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:07:52 2026] DELETE /v2.0/subnets/47140f17-a205-48b1-af2f-e655311ef265 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:07:53.198 6 INFO neutron.services.segments.plugin [-] Segment 4f201833-99a2-453d-bec9-251483952e9f resource provider aggregate not found 2026-04-23 18:07:53.202 6 INFO neutron.services.segments.plugin [-] Segment 4f201833-99a2-453d-bec9-251483952e9f resource provider aggregate not found 2026-04-23 18:07:53.215 6 INFO neutron.services.segments.plugin [-] Segment 4f201833-99a2-453d-bec9-251483952e9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f201833-99a2-453d-bec9-251483952e9f found for delete ", "request_id": "req-2393ac6a-678f-4c1e-97ab-41dfa2474ad6"}]} 2026-04-23 18:07:53.218 6 INFO neutron.services.segments.plugin [-] Segment 4f201833-99a2-453d-bec9-251483952e9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f201833-99a2-453d-bec9-251483952e9f found for delete ", "request_id": "req-8cede160-7d00-4cdb-a445-1161f2f3b7c6"}]} [pid: 6|app: 0|req: 268/518] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:07:53 2026] DELETE /v2.0/networks/b87408a4-3f64-4158-a17c-4cb9ca1c4187 => 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: 251/519] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:07:52 2026] PUT /v2.0/routers/862e488e-6ee1-4608-8e22-d731e1798188/add_router_interface => generated 309 bytes in 1188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 269/520] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:07:53 2026] GET /v2.0/security-groups?tenant_id=7f6973e945764349b38fd3bac71fe4f8&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/521] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:07:53 2026] DELETE /v2.0/security-groups/511ac453-aaf6-4dbe-822c-dab77aa3d7db => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 270/522] 10.0.0.29 () {34 vars in 981 bytes} [Thu Apr 23 18:07:54 2026] GET /v2.0/networks?id=349397ff-1632-4b20-9bbf-9628a8bb6343 => generated 677 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/523] 10.0.0.29 () {34 vars in 964 bytes} [Thu Apr 23 18:07:54 2026] GET /v2.0/quotas/43cd129b3e8948e7a60ce01851e9bcdc => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 271/524] 10.0.0.29 () {34 vars in 1001 bytes} [Thu Apr 23 18:07:54 2026] GET /v2.0/ports?tenant_id=43cd129b3e8948e7a60ce01851e9bcdc&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/525] 10.0.0.29 () {34 vars in 1007 bytes} [Thu Apr 23 18:07:54 2026] GET /v2.0/networks/349397ff-1632-4b20-9bbf-9628a8bb6343?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 272/526] 10.0.0.29 () {34 vars in 1107 bytes} [Thu Apr 23 18:07:55 2026] GET /v2.0/networks/349397ff-1632-4b20-9bbf-9628a8bb6343?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: 255/527] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:55 2026] GET /v2.0/ports?device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:07:56.122 6 INFO neutron.db.segments_db [None req-aad45ad7-fe1e-42e7-856c-9d7926e1c8f4 4302af21e7f648e1bdcab691081156a5 ca0d79b8b97046dba4b81bb69d79912f - - default default] Added segment 34f16430-5773-4ed7-a5ad-ed5ee58cb79e of type vxlan for network a2d846a1-92eb-4304-8f69-906eb0428e69 [pid: 6|app: 0|req: 273/528] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:07:55 2026] POST /v2.0/networks => generated 625 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 274/529] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:56 2026] GET /v2.0/ports?device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => 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: 256/530] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:07:56 2026] POST /v2.0/subnets => generated 641 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:07:56.574 6 INFO neutron.db.segments_db [None req-9f723e07-9236-45b8-9b76-3e100a9f801a 4302af21e7f648e1bdcab691081156a5 ca0d79b8b97046dba4b81bb69d79912f - - default default] Added segment 0971352c-5515-46da-8ce0-8e93cc8c469c of type vxlan for network 02c5c101-99d6-4430-9e3f-e841caa432ae [pid: 6|app: 0|req: 275/531] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:07:56 2026] POST /v2.0/networks => generated 625 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/532] 10.0.0.183 () {34 vars in 743 bytes} [Thu Apr 23 18:07:56 2026] PUT /v2.0/networks/02c5c101-99d6-4430-9e3f-e841caa432ae => generated 592 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 276/533] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:07:56 2026] POST /v2.0/subnets => generated 626 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/534] 10.0.0.183 () {34 vars in 741 bytes} [Thu Apr 23 18:07:57 2026] PUT /v2.0/subnets/544f0e90-d696-470e-a69a-d0f3026fed77 => generated 636 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/535] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:57 2026] GET /v2.0/ports?device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:07:57.464 6 INFO neutron.services.segments.plugin [-] Segment 0971352c-5515-46da-8ce0-8e93cc8c469c resource provider aggregate not found 2026-04-23 18:07:57.470 6 INFO neutron.services.segments.plugin [-] Segment 0971352c-5515-46da-8ce0-8e93cc8c469c resource provider aggregate not found [pid: 6|app: 0|req: 277/536] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:07:57 2026] DELETE /v2.0/networks/02c5c101-99d6-4430-9e3f-e841caa432ae => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:07:57.493 6 INFO neutron.services.segments.plugin [-] Segment 0971352c-5515-46da-8ce0-8e93cc8c469c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0971352c-5515-46da-8ce0-8e93cc8c469c found for delete ", "request_id": "req-f6ce7224-e548-46b7-a9fa-a8d3af3aa836"}]} 2026-04-23 18:07:57.495 6 INFO neutron.services.segments.plugin [-] Segment 0971352c-5515-46da-8ce0-8e93cc8c469c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0971352c-5515-46da-8ce0-8e93cc8c469c found for delete ", "request_id": "req-6ab3d10b-b849-4c37-adf5-a6f38e6f9e82"}]} 2026-04-23 18:07:57.507 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a38517de-5874-4876-b308-db5bf7a95e36 4302af21e7f648e1bdcab691081156a5 ca0d79b8b97046dba4b81bb69d79912f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 260/537] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:07:57 2026] DELETE /v2.0/networks/02c5c101-99d6-4430-9e3f-e841caa432ae => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 278/538] 10.0.0.183 () {32 vars in 694 bytes} [Thu Apr 23 18:07:57 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/539] 10.0.0.183 () {32 vars in 742 bytes} [Thu Apr 23 18:07:57 2026] GET /v2.0/subnets?network_id=6f374baf-9412-4ae4-b3e9-53ca5ae4a87c => generated 649 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 279/540] 10.0.0.183 () {32 vars in 653 bytes} [Thu Apr 23 18:07:57 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/541] 10.0.0.183 () {32 vars in 649 bytes} [Thu Apr 23 18:07:57 2026] GET /v2.0/networks => generated 1309 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 280/542] 10.0.0.183 () {32 vars in 647 bytes} [Thu Apr 23 18:07:57 2026] GET /v2.0/subnets => generated 1280 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/543] 10.0.0.183 () {32 vars in 723 bytes} [Thu Apr 23 18:07:57 2026] GET /v2.0/networks/a2d846a1-92eb-4304-8f69-906eb0428e69 => generated 669 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 281/544] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:07:57 2026] GET /v2.0/subnets/959dcdd9-a7d1-46dc-837c-0184b06a458c => generated 641 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:07:57.883 7 INFO neutron.pecan_wsgi.hooks.translation [None req-18fc1a76-0143-4449-9273-9ea58cfcaaf3 4302af21e7f648e1bdcab691081156a5 ca0d79b8b97046dba4b81bb69d79912f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 264/545] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:07:57 2026] DELETE /v2.0/subnets/544f0e90-d696-470e-a69a-d0f3026fed77 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:07:57.902 6 INFO neutron.pecan_wsgi.hooks.translation [None req-d604888a-e3a7-40c3-9796-d06863fd66bd 4302af21e7f648e1bdcab691081156a5 ca0d79b8b97046dba4b81bb69d79912f - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 282/546] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:07:57 2026] DELETE /v2.0/networks/02c5c101-99d6-4430-9e3f-e841caa432ae => 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: 265/547] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:07:57 2026] DELETE /v2.0/subnets/959dcdd9-a7d1-46dc-837c-0184b06a458c => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 283/548] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:07:58 2026] DELETE /v2.0/networks/a2d846a1-92eb-4304-8f69-906eb0428e69 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/549] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:58 2026] GET /v2.0/ports?device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 284/550] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:07:58 2026] GET /v2.0/security-groups?tenant_id=ca0d79b8b97046dba4b81bb69d79912f&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/551] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:07:58 2026] DELETE /v2.0/security-groups/747b0319-0165-4e67-845a-cb10729aad9e => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:07:59.515 6 INFO neutron.services.segments.plugin [-] Segment 34f16430-5773-4ed7-a5ad-ed5ee58cb79e resource provider aggregate not found 2026-04-23 18:07:59.517 6 INFO neutron.services.segments.plugin [-] Segment 34f16430-5773-4ed7-a5ad-ed5ee58cb79e resource provider aggregate not found 2026-04-23 18:07:59.538 6 INFO neutron.services.segments.plugin [-] Segment 34f16430-5773-4ed7-a5ad-ed5ee58cb79e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34f16430-5773-4ed7-a5ad-ed5ee58cb79e found for delete ", "request_id": "req-d56b6b2d-08c1-4be4-972d-610292beadb2"}]} 2026-04-23 18:07:59.541 6 INFO neutron.services.segments.plugin [-] Segment 34f16430-5773-4ed7-a5ad-ed5ee58cb79e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34f16430-5773-4ed7-a5ad-ed5ee58cb79e found for delete ", "request_id": "req-c49e3f20-021a-47cf-bc1f-68c934cde561"}]} [pid: 7|app: 0|req: 268/552] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:07:59 2026] GET /v2.0/ports?device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 285/553] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:07:59 2026] GET /v2.0/networks?id=349397ff-1632-4b20-9bbf-9628a8bb6343 => generated 677 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/554] 199.204.45.153 () {38 vars in 955 bytes} [Thu Apr 23 18:07:59 2026] POST /v2.0/ports => generated 954 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 286/555] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:07:59 2026] PUT /v2.0/ports/aa1e0fe0-9019-4324-8f9f-a1355af71924 => generated 1235 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:08:00.425 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-39922970-5449-4506-81dc-5a51c758e037'] response: {'name': 'network-changed', 'server_uuid': 'c9167418-fd43-4f1a-a1cf-b5f2053523ab', 'tag': 'aa1e0fe0-9019-4324-8f9f-a1355af71924', '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: 270/556] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:00 2026] GET /v2.0/ports?device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 287/557] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:00 2026] GET /v2.0/security-groups?id=e2a41b54-d160-488d-90a3-a521aa097022&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 288/558] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:08:00 2026] GET /v2.0/ports?tenant_id=43cd129b3e8948e7a60ce01851e9bcdc&device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 289/559] 199.204.45.153 () {34 vars in 1018 bytes} [Thu Apr 23 18:08:00 2026] GET /v2.0/networks?tenant_id=43cd129b3e8948e7a60ce01851e9bcdc&shared=False => generated 773 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 290/560] 199.204.45.153 () {34 vars in 930 bytes} [Thu Apr 23 18:08:01 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) 2026-04-23 18:08:01.135 7 INFO neutron.db.segments_db [None req-9983debf-3066-4909-ae85-b9d7d794d088 38c6809cdea6439a82e6cad4522ea706 9024e447ce384d7fb845f3fa27ae85de - - default default] Added segment f4600078-9679-4ed5-b366-2a20e0c04f44 of type vxlan for network 8ebf8f5b-8b5e-4ef0-9d5d-ee5450153fe7 [pid: 7|app: 0|req: 271/561] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:08:00 2026] POST /v2.0/networks => generated 630 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 291/562] 10.0.0.250 () {34 vars in 990 bytes} [Thu Apr 23 18:08:01 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 292/563] 10.0.0.250 () {34 vars in 1040 bytes} [Thu Apr 23 18:08:01 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&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: 272/564] 10.0.0.183 () {34 vars in 665 bytes} [Thu Apr 23 18:08:01 2026] POST /v2.0/ports => generated 779 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:08:01.662 6 INFO neutron.db.segments_db [None req-63ee2ad0-7b94-4144-9998-2e048a46995b 38c6809cdea6439a82e6cad4522ea706 9024e447ce384d7fb845f3fa27ae85de - - default default] Added segment f54714de-39e8-43e6-8e3f-7b07ca516027 of type vxlan for network 0ff4dc96-c971-4705-964a-104fcc005979 [pid: 6|app: 0|req: 293/565] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:08:01 2026] POST /v2.0/networks => generated 617 bytes in 176 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: 6|app: 0|req: 294/566] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:01 2026] GET /v2.0/ports?device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => generated 969 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 295/567] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:01 2026] GET /v2.0/security-groups?id=e2a41b54-d160-488d-90a3-a521aa097022&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/568] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:01 2026] POST /v2.0/subnets => generated 646 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/569] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:08:02 2026] GET /v2.0/ports?tenant_id=43cd129b3e8948e7a60ce01851e9bcdc&device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => 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: 275/570] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:08:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=aa1e0fe0-9019-4324-8f9f-a1355af71924 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/571] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:08:02 2026] GET /v2.0/subnets?id=cfd04af0-b3b8-472b-9812-78059b040ed9 => generated 695 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/572] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:08:02 2026] GET /v2.0/ports?network_id=349397ff-1632-4b20-9bbf-9628a8bb6343&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/573] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:08:02 2026] GET /v2.0/networks/349397ff-1632-4b20-9bbf-9628a8bb6343?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: 279/574] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:08:02 2026] GET /v2.0/networks/349397ff-1632-4b20-9bbf-9628a8bb6343?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: 6|app: 0|req: 296/575] 10.0.0.183 () {34 vars in 665 bytes} [Thu Apr 23 18:08:02 2026] POST /v2.0/ports => generated 966 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:08:02.494 7 INFO neutron_taas.services.taas.taas_plugin [None req-99523f15-f129-4ca1-8af8-20dde5655977 38c6809cdea6439a82e6cad4522ea706 9024e447ce384d7fb845f3fa27ae85de - - default default] TaaS: Handle Delete Port: 5c03e781-b757-48be-96f8-2ee30d448c40 2026-04-23 18:08:02.498 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99523f15-f129-4ca1-8af8-20dde5655977 38c6809cdea6439a82e6cad4522ea706 9024e447ce384d7fb845f3fa27ae85de - - default default] Tap Mirror: Handle Delete Port: 5c03e781-b757-48be-96f8-2ee30d448c40 [pid: 7|app: 0|req: 280/576] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:08:02 2026] DELETE /v2.0/ports/5c03e781-b757-48be-96f8-2ee30d448c40 => generated 0 bytes in 253 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-23 18:08:02.668 6 INFO neutron.pecan_wsgi.hooks.translation [None req-cb40d86e-6162-4d41-baf3-675aabc6da32 38c6809cdea6439a82e6cad4522ea706 9024e447ce384d7fb845f3fa27ae85de - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 297/577] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:08:02 2026] DELETE /v2.0/ports/5c03e781-b757-48be-96f8-2ee30d448c40 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:08:02.696 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8622eb01-8768-41ad-b3e3-4c2517e038b6 38c6809cdea6439a82e6cad4522ea706 9024e447ce384d7fb845f3fa27ae85de - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 281/578] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:08:02 2026] GET /v2.0/ports/5c03e781-b757-48be-96f8-2ee30d448c40 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 298/579] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:02 2026] DELETE /v2.0/subnets/365b430c-1d66-4580-a7df-37542bdac97b => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:02.986 7 INFO neutron.services.segments.plugin [-] Segment f54714de-39e8-43e6-8e3f-7b07ca516027 resource provider aggregate not found 2026-04-23 18:08:02.994 7 INFO neutron.services.segments.plugin [-] Segment f54714de-39e8-43e6-8e3f-7b07ca516027 resource provider aggregate not found 2026-04-23 18:08:03.005 7 INFO neutron.services.segments.plugin [-] Segment f54714de-39e8-43e6-8e3f-7b07ca516027 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f54714de-39e8-43e6-8e3f-7b07ca516027 found for delete ", "request_id": "req-0b5dda2d-1b04-44a9-9da4-50a5219fa449"}]} 2026-04-23 18:08:03.010 7 INFO neutron.services.segments.plugin [-] Segment f54714de-39e8-43e6-8e3f-7b07ca516027 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f54714de-39e8-43e6-8e3f-7b07ca516027 found for delete ", "request_id": "req-9e85a0cc-c901-4b6b-9d28-9b33ecc3194c"}]} [pid: 7|app: 0|req: 282/580] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:08:02 2026] DELETE /v2.0/networks/0ff4dc96-c971-4705-964a-104fcc005979 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:03.099 6 INFO neutron.db.segments_db [None req-b383f4e5-7e83-4c55-85cf-263616ee90da 38c6809cdea6439a82e6cad4522ea706 9024e447ce384d7fb845f3fa27ae85de - - default default] Added segment 5f2d9e3c-834d-4f65-bfc2-3a01cc98fe66 of type vxlan for network a93f22b3-ae9a-447c-953a-b871db53e715 [pid: 7|app: 0|req: 283/581] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:03 2026] GET /v2.0/ports?device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/582] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:03 2026] GET /v2.0/security-groups?id=e2a41b54-d160-488d-90a3-a521aa097022&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/583] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:03 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 299/584] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:08:03 2026] POST /v2.0/networks => generated 617 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 300/585] 10.0.0.29 () {34 vars in 970 bytes} [Thu Apr 23 18:08:03 2026] GET /v2.0/ports/772df3c7-619d-43e6-b551-12243ccceea1 => generated 972 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/586] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:03 2026] POST /v2.0/subnets => generated 646 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 301/587] 10.0.0.183 () {34 vars in 665 bytes} [Thu Apr 23 18:08:03 2026] POST /v2.0/ports => generated 927 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:08:04.064 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e3c252a-420a-4520-9535-1b21f1a394a6 38c6809cdea6439a82e6cad4522ea706 9024e447ce384d7fb845f3fa27ae85de - - default default] TaaS: Handle Delete Port: 657f898b-a5bd-465c-a982-e2ccd6b47b13 2026-04-23 18:08:04.066 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e3c252a-420a-4520-9535-1b21f1a394a6 38c6809cdea6439a82e6cad4522ea706 9024e447ce384d7fb845f3fa27ae85de - - default default] Tap Mirror: Handle Delete Port: 657f898b-a5bd-465c-a982-e2ccd6b47b13 [pid: 6|app: 0|req: 302/588] 199.204.45.153 () {34 vars in 1000 bytes} [Thu Apr 23 18:08:04 2026] GET /v2.0/subnets?network_id=46215213-c0c0-4652-a836-2465ea59528f => generated 684 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 303/589] 199.204.45.153 () {34 vars in 1146 bytes} [Thu Apr 23 18:08:04 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e&device_owner=compute%3Anova&network_id=46215213-c0c0-4652-a836-2465ea59528f => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/590] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:08:03 2026] DELETE /v2.0/ports/657f898b-a5bd-465c-a982-e2ccd6b47b13 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:04.215 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e034de45-32b2-43a6-9959-652025993329 38c6809cdea6439a82e6cad4522ea706 9024e447ce384d7fb845f3fa27ae85de - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 288/591] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:08:04 2026] GET /v2.0/ports/657f898b-a5bd-465c-a982-e2ccd6b47b13 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/592] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:04 2026] DELETE /v2.0/subnets/857e3712-a8b6-4eb0-9d09-8867be4c8557 => 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: 290/593] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:04 2026] GET /v2.0/ports?device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => 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: 291/594] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:08:04 2026] DELETE /v2.0/networks/a93f22b3-ae9a-447c-953a-b871db53e715 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/595] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:04 2026] GET /v2.0/security-groups?id=e2a41b54-d160-488d-90a3-a521aa097022&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/596] 10.0.0.183 () {34 vars in 665 bytes} [Thu Apr 23 18:08:04 2026] POST /v2.0/ports => generated 777 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: 6|app: 0|req: 304/597] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:08:04 2026] PUT /v2.0/ports/772df3c7-619d-43e6-b551-12243ccceea1 => generated 1149 bytes in 673 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:08:04.906 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-cde4ddc4-6ed1-4456-866d-ff458a18c5da'] response: {'name': 'network-changed', 'server_uuid': '9e6939c1-f572-4d9b-92bc-46710f71d63e', 'tag': '772df3c7-619d-43e6-b551-12243ccceea1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 294/598] 10.0.0.183 () {34 vars in 737 bytes} [Thu Apr 23 18:08:04 2026] PUT /v2.0/ports/5fa9c619-603b-468e-9081-48740199a973 => generated 752 bytes in 199 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-23 18:08:05.020 7 INFO neutron.services.segments.plugin [-] Segment 5f2d9e3c-834d-4f65-bfc2-3a01cc98fe66 resource provider aggregate not found 2026-04-23 18:08:05.035 7 INFO neutron.services.segments.plugin [-] Segment 5f2d9e3c-834d-4f65-bfc2-3a01cc98fe66 resource provider aggregate not found 2026-04-23 18:08:05.041 7 INFO neutron.services.segments.plugin [-] Segment 5f2d9e3c-834d-4f65-bfc2-3a01cc98fe66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f2d9e3c-834d-4f65-bfc2-3a01cc98fe66 found for delete ", "request_id": "req-69db6ed9-34db-48c7-aaaa-f1ff88b4e961"}]} 2026-04-23 18:08:05.057 7 INFO neutron.services.segments.plugin [-] Segment 5f2d9e3c-834d-4f65-bfc2-3a01cc98fe66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f2d9e3c-834d-4f65-bfc2-3a01cc98fe66 found for delete ", "request_id": "req-a0cab3e2-d4ea-43a6-ab7a-7f611bc2d126"}]} 2026-04-23 18:08:05.117 6 INFO neutron_taas.services.taas.taas_plugin [None req-2bd62694-097c-4e38-bd24-c6f740ca686d 38c6809cdea6439a82e6cad4522ea706 9024e447ce384d7fb845f3fa27ae85de - - default default] TaaS: Handle Delete Port: 5fa9c619-603b-468e-9081-48740199a973 2026-04-23 18:08:05.119 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bd62694-097c-4e38-bd24-c6f740ca686d 38c6809cdea6439a82e6cad4522ea706 9024e447ce384d7fb845f3fa27ae85de - - default default] Tap Mirror: Handle Delete Port: 5fa9c619-603b-468e-9081-48740199a973 [pid: 6|app: 0|req: 305/599] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:08:05 2026] DELETE /v2.0/ports/5fa9c619-603b-468e-9081-48740199a973 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 295/600] 10.0.0.183 () {32 vars in 643 bytes} [Thu Apr 23 18:08:05 2026] GET /v2.0/ports => generated 782 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:05.273 6 INFO neutron.pecan_wsgi.hooks.translation [None req-c6b3aae4-515e-47a8-b068-360032ca2acd 38c6809cdea6439a82e6cad4522ea706 9024e447ce384d7fb845f3fa27ae85de - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 306/601] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:08:05 2026] GET /v2.0/ports/5fa9c619-603b-468e-9081-48740199a973 => 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: 296/602] 10.0.0.183 () {32 vars in 643 bytes} [Thu Apr 23 18:08:05 2026] GET /v2.0/ports => generated 782 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 307/603] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:08:05 2026] GET /v2.0/ports/4e6ec250-c912-403b-b278-3ef334e439fc => generated 779 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:05.369 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73eed228-4c27-4863-89e1-4e78c9c48afc 38c6809cdea6439a82e6cad4522ea706 9024e447ce384d7fb845f3fa27ae85de - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 297/604] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:08:05 2026] DELETE /v2.0/ports/657f898b-a5bd-465c-a982-e2ccd6b47b13 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:08:05.395 7 INFO neutron.pecan_wsgi.hooks.translation [None req-306ae0c7-3b3e-487d-9ddd-d2f95fd965f0 38c6809cdea6439a82e6cad4522ea706 9024e447ce384d7fb845f3fa27ae85de - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 298/605] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:05 2026] DELETE /v2.0/subnets/857e3712-a8b6-4eb0-9d09-8867be4c8557 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 308/606] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:08:05 2026] GET /v2.0/ports?tenant_id=440ebfd793844ecfb45956b2eb577bbb&device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 1421 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:08:05.419 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9fc120b1-b164-4da4-b31f-e516fe2ee6d5 38c6809cdea6439a82e6cad4522ea706 9024e447ce384d7fb845f3fa27ae85de - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 299/607] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:05 2026] DELETE /v2.0/subnets/365b430c-1d66-4580-a7df-37542bdac97b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 309/608] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:08:05 2026] GET /v2.0/networks?id=46215213-c0c0-4652-a836-2465ea59528f => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 310/609] 199.204.45.153 () {34 vars in 1060 bytes} [Thu Apr 23 18:08:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=772df3c7-619d-43e6-b551-12243ccceea1 => generated 861 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 311/610] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:08:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=772df3c7-619d-43e6-b551-12243ccceea1 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 312/611] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:08:05 2026] GET /v2.0/subnets?id=b5103396-102c-4780-9d1b-b248bef6f840 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:05.551 7 INFO neutron_taas.services.taas.taas_plugin [None req-2451e553-5461-4cbf-8021-75f6e6d08a9a 38c6809cdea6439a82e6cad4522ea706 9024e447ce384d7fb845f3fa27ae85de - - default default] TaaS: Handle Delete Port: 4e6ec250-c912-403b-b278-3ef334e439fc 2026-04-23 18:08:05.555 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2451e553-5461-4cbf-8021-75f6e6d08a9a 38c6809cdea6439a82e6cad4522ea706 9024e447ce384d7fb845f3fa27ae85de - - default default] Tap Mirror: Handle Delete Port: 4e6ec250-c912-403b-b278-3ef334e439fc [pid: 6|app: 0|req: 313/612] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:08:05 2026] GET /v2.0/ports?network_id=46215213-c0c0-4652-a836-2465ea59528f&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 314/613] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:08:05 2026] GET /v2.0/networks/46215213-c0c0-4652-a836-2465ea59528f?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: 300/614] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:08:05 2026] DELETE /v2.0/ports/4e6ec250-c912-403b-b278-3ef334e439fc => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 315/615] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:05 2026] GET /v2.0/ports?device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/616] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:08:05 2026] GET /v2.0/networks/46215213-c0c0-4652-a836-2465ea59528f?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: 302/617] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:05 2026] GET /v2.0/security-groups?id=e2a41b54-d160-488d-90a3-a521aa097022&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:05.814 6 INFO neutron.services.segments.plugin [-] Segment f4600078-9679-4ed5-b366-2a20e0c04f44 resource provider aggregate not found 2026-04-23 18:08:05.837 6 INFO neutron.services.segments.plugin [-] Segment f4600078-9679-4ed5-b366-2a20e0c04f44 resource provider aggregate not found 2026-04-23 18:08:05.862 6 INFO neutron.services.segments.plugin [-] Segment f4600078-9679-4ed5-b366-2a20e0c04f44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4600078-9679-4ed5-b366-2a20e0c04f44 found for delete ", "request_id": "req-ccd96676-2a33-4a0c-a8bc-70e639cb2099"}]} 2026-04-23 18:08:05.869 6 INFO neutron.services.segments.plugin [-] Segment f4600078-9679-4ed5-b366-2a20e0c04f44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4600078-9679-4ed5-b366-2a20e0c04f44 found for delete ", "request_id": "req-d368cb9c-36ae-4c73-81ee-6d350404a4ac"}]} [pid: 6|app: 0|req: 316/618] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:08:05 2026] DELETE /v2.0/networks/8ebf8f5b-8b5e-4ef0-9d5d-ee5450153fe7 => 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: 304/621] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:08:06 2026] GET /v2.0/security-groups?tenant_id=9024e447ce384d7fb845f3fa27ae85de&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 318/622] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:08:06 2026] DELETE /v2.0/security-groups/e3ff8411-2a3a-48f9-945c-73368b584eac => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/623] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:06 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 1152 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 319/624] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:08:06 2026] GET /v2.0/ports?tenant_id=440ebfd793844ecfb45956b2eb577bbb&device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 1421 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/625] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:06 2026] GET /v2.0/security-groups?id=2d4eccdc-1fbf-4e97-9180-f42cf755627d&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: 6|app: 0|req: 320/626] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:08:06 2026] GET /v2.0/networks?id=46215213-c0c0-4652-a836-2465ea59528f => generated 780 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 321/627] 199.204.45.153 () {34 vars in 1060 bytes} [Thu Apr 23 18:08:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=772df3c7-619d-43e6-b551-12243ccceea1 => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/628] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:06 2026] GET /v2.0/ports?device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 322/629] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:08:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=772df3c7-619d-43e6-b551-12243ccceea1 => 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: 308/630] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:06 2026] GET /v2.0/security-groups?id=e2a41b54-d160-488d-90a3-a521aa097022&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: 6|app: 0|req: 323/631] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:08:06 2026] GET /v2.0/subnets?id=b5103396-102c-4780-9d1b-b248bef6f840 => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/632] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:08:07 2026] GET /v2.0/ports?network_id=46215213-c0c0-4652-a836-2465ea59528f&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: 6|app: 0|req: 324/633] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:08:07 2026] GET /v2.0/networks/46215213-c0c0-4652-a836-2465ea59528f?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: 310/634] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:08:07 2026] GET /v2.0/networks/46215213-c0c0-4652-a836-2465ea59528f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 325/635] 199.204.45.153 () {34 vars in 1118 bytes} [Thu Apr 23 18:08:07 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.5 => generated 1152 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 326/636] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:08 2026] GET /v2.0/ports?device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 327/637] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:08 2026] GET /v2.0/security-groups?id=e2a41b54-d160-488d-90a3-a521aa097022&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: 311/638] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:08:07 2026] PUT /v2.0/ports/772df3c7-619d-43e6-b551-12243ccceea1 => generated 972 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:08.276 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-70f01abc-8203-441c-b2e0-c42e5f9771bf'] response: {'name': 'network-changed', 'server_uuid': '9e6939c1-f572-4d9b-92bc-46710f71d63e', 'tag': '772df3c7-619d-43e6-b551-12243ccceea1', '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: 312/639] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:08 2026] GET /v2.0/ports?device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/640] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:08 2026] GET /v2.0/security-groups?id=e2a41b54-d160-488d-90a3-a521aa097022&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:08.779 6 INFO neutron.db.segments_db [None req-e3614b02-afda-498f-a777-165c65f386a0 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Added segment 07eba151-9c48-4c99-9a4d-0d3433600c19 of type vxlan for network b79cab78-57ec-4d55-872a-ad66cb5fe5e5 [pid: 7|app: 0|req: 314/641] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:08:08 2026] GET /v2.0/ports?tenant_id=440ebfd793844ecfb45956b2eb577bbb&device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => 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: 315/642] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:08:08 2026] GET /v2.0/networks?id=46215213-c0c0-4652-a836-2465ea59528f => generated 780 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 328/643] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:08:08 2026] POST /v2.0/networks => generated 610 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/644] 199.204.45.153 () {34 vars in 1060 bytes} [Thu Apr 23 18:08:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=772df3c7-619d-43e6-b551-12243ccceea1 => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:08.907 6 INFO neutron.db.segments_db [None req-fd16e0f9-e883-4ea6-9431-25b9db3cad63 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Added segment 23f5fd42-22a3-4d33-8a94-6bdb4767b59a of type vxlan for network 77843fc8-89f2-427d-98cf-3e2f1f259f1e [pid: 7|app: 0|req: 317/645] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:08:08 2026] GET /v2.0/subnets?id=b5103396-102c-4780-9d1b-b248bef6f840 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 329/646] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:08:08 2026] POST /v2.0/networks => generated 610 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/647] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:08:08 2026] GET /v2.0/ports?network_id=46215213-c0c0-4652-a836-2465ea59528f&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: 319/648] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:08:09 2026] GET /v2.0/networks/46215213-c0c0-4652-a836-2465ea59528f?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/649] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:08:09 2026] GET /v2.0/networks/46215213-c0c0-4652-a836-2465ea59528f?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: 6|app: 0|req: 330/650] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:08 2026] POST /v2.0/subnets => generated 626 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/651] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:09 2026] POST /v2.0/subnets => generated 626 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:08:09.524 6 INFO neutron.db.segments_db [None req-dfd0734c-b5e3-4289-86f7-d0bc3d09779f 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Added segment 9bad6256-5b40-47e3-a912-9223a8eb7c39 of type vxlan for network 55bc819e-96a5-4b5a-940a-ddeca8eaad0e [pid: 7|app: 0|req: 322/652] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:09 2026] GET /v2.0/ports?device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:09.747 6 INFO neutron.db.l3_hamode_db [None req-dfd0734c-b5e3-4289-86f7-d0bc3d09779f 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 323/653] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:09 2026] GET /v2.0/security-groups?id=e2a41b54-d160-488d-90a3-a521aa097022&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:09.886 6 INFO neutron.db.l3_hamode_db [None req-dfd0734c-b5e3-4289-86f7-d0bc3d09779f 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 324/654] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:08:10 2026] GET /v2.0/ports?tenant_id=440ebfd793844ecfb45956b2eb577bbb&device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/655] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:08:10 2026] GET /v2.0/networks?id=46215213-c0c0-4652-a836-2465ea59528f => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/656] 199.204.45.153 () {34 vars in 1060 bytes} [Thu Apr 23 18:08:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=772df3c7-619d-43e6-b551-12243ccceea1 => generated 861 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/657] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:10 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/658] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:08:10 2026] GET /v2.0/subnets?id=b5103396-102c-4780-9d1b-b248bef6f840 => generated 702 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/659] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:10 2026] GET /v2.0/security-groups?id=2d4eccdc-1fbf-4e97-9180-f42cf755627d&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/660] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:08:10 2026] GET /v2.0/ports?network_id=46215213-c0c0-4652-a836-2465ea59528f&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 331/661] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:09 2026] POST /v2.0/routers => generated 506 bytes in 958 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/662] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:08:10 2026] GET /v2.0/networks/46215213-c0c0-4652-a836-2465ea59528f?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: 332/663] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:08:10 2026] GET /v2.0/networks/46215213-c0c0-4652-a836-2465ea59528f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/664] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:10 2026] GET /v2.0/ports?device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/665] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:10 2026] GET /v2.0/security-groups?id=e2a41b54-d160-488d-90a3-a521aa097022&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: 335/666] 199.204.45.153 () {34 vars in 994 bytes} [Thu Apr 23 18:08:10 2026] GET /v2.0/ports?device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:11.183 7 INFO neutron_taas.services.taas.taas_plugin [req-9c4540e8-1927-415f-abb8-bbc6ef721641 req-1e2e592f-c3fd-49be-933a-ccf2f048155a 35c8b3bfe5ad416eb849bf4be4c4eec8 43cd129b3e8948e7a60ce01851e9bcdc - - default default] TaaS: Handle Delete Port: aa1e0fe0-9019-4324-8f9f-a1355af71924 2026-04-23 18:08:11.187 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9c4540e8-1927-415f-abb8-bbc6ef721641 req-1e2e592f-c3fd-49be-933a-ccf2f048155a 35c8b3bfe5ad416eb849bf4be4c4eec8 43cd129b3e8948e7a60ce01851e9bcdc - - default default] Tap Mirror: Handle Delete Port: aa1e0fe0-9019-4324-8f9f-a1355af71924 [pid: 7|app: 0|req: 336/667] 199.204.45.153 () {36 vars in 997 bytes} [Thu Apr 23 18:08:11 2026] DELETE /v2.0/ports/aa1e0fe0-9019-4324-8f9f-a1355af71924 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:11.387 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-395db81c-c8bd-4341-84f3-88e5738b9645'] response: {'server_uuid': 'c9167418-fd43-4f1a-a1cf-b5f2053523ab', 'name': 'network-vif-deleted', 'tag': 'aa1e0fe0-9019-4324-8f9f-a1355af71924', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 332/668] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:08:10 2026] PUT /v2.0/routers/fb6af9c3-0e5e-4ae6-9d6d-1f20813c9f0c/add_router_interface => generated 309 bytes in 1032 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 333/669] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:08:11 2026] GET /v2.0/ports/be1a6c58-f2b0-4eea-ae2a-01474d6f85b4 => generated 955 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/670] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:11 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/671] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:11 2026] GET /v2.0/security-groups?id=2d4eccdc-1fbf-4e97-9180-f42cf755627d&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: 339/672] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:12 2026] GET /v2.0/ports?device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => 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: 340/673] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:12 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/674] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:12 2026] GET /v2.0/security-groups?id=2d4eccdc-1fbf-4e97-9180-f42cf755627d&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: 6|app: 0|req: 334/675] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:08:11 2026] PUT /v2.0/routers/fb6af9c3-0e5e-4ae6-9d6d-1f20813c9f0c/add_router_interface => generated 309 bytes in 1186 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/676] 199.204.45.153 () {34 vars in 994 bytes} [Thu Apr 23 18:08:12 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 335/677] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:08:12 2026] GET /v2.0/ports/7bdd3d52-a2ac-4eb6-9991-377e00969d3c => generated 955 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:12.851 7 INFO neutron_taas.services.taas.taas_plugin [req-f3951788-d1ed-45c1-9b2d-8ebd6b0cf8dc req-c6d04123-aa6a-40b9-877d-7348638db753 277d4dacabe14093a4f38fec86bbe7f1 440ebfd793844ecfb45956b2eb577bbb - - default default] TaaS: Handle Delete Port: 772df3c7-619d-43e6-b551-12243ccceea1 2026-04-23 18:08:12.854 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f3951788-d1ed-45c1-9b2d-8ebd6b0cf8dc req-c6d04123-aa6a-40b9-877d-7348638db753 277d4dacabe14093a4f38fec86bbe7f1 440ebfd793844ecfb45956b2eb577bbb - - default default] Tap Mirror: Handle Delete Port: 772df3c7-619d-43e6-b551-12243ccceea1 2026-04-23 18:08:13.094 6 INFO neutron_taas.services.taas.taas_plugin [None req-90c72279-aa1c-4762-9273-87f924f8fec9 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] TaaS: Handle Delete Port: 7bdd3d52-a2ac-4eb6-9991-377e00969d3c 2026-04-23 18:08:13.097 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90c72279-aa1c-4762-9273-87f924f8fec9 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Tap Mirror: Handle Delete Port: 7bdd3d52-a2ac-4eb6-9991-377e00969d3c 2026-04-23 18:08:13.355 7 INFO neutron.db.l3_db [req-f3951788-d1ed-45c1-9b2d-8ebd6b0cf8dc req-c6d04123-aa6a-40b9-877d-7348638db753 277d4dacabe14093a4f38fec86bbe7f1 440ebfd793844ecfb45956b2eb577bbb - - default default] Floating IP 21f57972-0d4b-4603-b5ea-cbb25525f8dd disassociated. External IP: 10.96.250.204, port: 772df3c7-619d-43e6-b551-12243ccceea1. [pid: 6|app: 0|req: 336/678] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:08:12 2026] PUT /v2.0/routers/fb6af9c3-0e5e-4ae6-9d6d-1f20813c9f0c/remove_router_interface => generated 309 bytes in 668 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 337/679] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:13 2026] GET /v2.0/ports?device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => 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: 343/680] 199.204.45.153 () {36 vars in 997 bytes} [Thu Apr 23 18:08:12 2026] DELETE /v2.0/ports/772df3c7-619d-43e6-b551-12243ccceea1 => generated 0 bytes in 980 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:13.751 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca66272b-1bf2-4749-822a-aa3788c310a5'] response: {'server_uuid': '9e6939c1-f572-4d9b-92bc-46710f71d63e', 'name': 'network-vif-deleted', 'tag': '772df3c7-619d-43e6-b551-12243ccceea1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 344/681] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:13 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:13.783 6 INFO neutron_taas.services.taas.taas_plugin [None req-f783703a-5661-4a79-9ea6-fa23a88f7b1f 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] TaaS: Handle Delete Port: be1a6c58-f2b0-4eea-ae2a-01474d6f85b4 2026-04-23 18:08:13.786 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f783703a-5661-4a79-9ea6-fa23a88f7b1f 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Tap Mirror: Handle Delete Port: be1a6c58-f2b0-4eea-ae2a-01474d6f85b4 [pid: 6|app: 0|req: 338/682] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:08:13 2026] PUT /v2.0/routers/fb6af9c3-0e5e-4ae6-9d6d-1f20813c9f0c/remove_router_interface => generated 309 bytes in 746 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/683] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:08:14 2026] GET /v2.0/ports?device_id=fb6af9c3-0e5e-4ae6-9d6d-1f20813c9f0c => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:14.408 6 INFO neutron_taas.services.taas.taas_plugin [None req-cba6a92d-94d4-43bd-8c9a-0de903870cdb 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] TaaS: Handle Delete Port: c6de7ee4-743c-4514-9f82-7eb69b55fe39 2026-04-23 18:08:14.411 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cba6a92d-94d4-43bd-8c9a-0de903870cdb 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Tap Mirror: Handle Delete Port: c6de7ee4-743c-4514-9f82-7eb69b55fe39 2026-04-23 18:08:14.483 6 WARNING neutron.plugins.ml2.ovo_rpc [None req-cba6a92d-94d4-43bd-8c9a-0de903870cdb 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 346/684] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:14 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => 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: 347/685] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:14 2026] GET /v2.0/ports?device_id=c9167418-fd43-4f1a-a1cf-b5f2053523ab => 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: 348/686] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:14 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&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-23 18:08:14.744 6 INFO neutron.services.segments.plugin [-] Segment 9bad6256-5b40-47e3-a912-9223a8eb7c39 resource provider aggregate not found 2026-04-23 18:08:14.757 6 INFO neutron.services.segments.plugin [-] Segment 9bad6256-5b40-47e3-a912-9223a8eb7c39 resource provider aggregate not found [pid: 7|app: 0|req: 349/687] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:14 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:14.763 6 INFO neutron.services.segments.plugin [-] Segment 9bad6256-5b40-47e3-a912-9223a8eb7c39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bad6256-5b40-47e3-a912-9223a8eb7c39 found for delete ", "request_id": "req-d2153478-d65c-4d05-aaa3-3772e7ded0d5"}]} 2026-04-23 18:08:14.764 6 INFO neutron.db.l3_hamode_db [None req-cba6a92d-94d4-43bd-8c9a-0de903870cdb 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] HA network 55bc819e-96a5-4b5a-940a-ddeca8eaad0e was deleted as no HA routers are present in tenant e3de028bcc5845b1bad51b6729386101. [pid: 6|app: 0|req: 339/688] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:14 2026] DELETE /v2.0/routers/fb6af9c3-0e5e-4ae6-9d6d-1f20813c9f0c => generated 0 bytes in 522 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:08:14.777 6 INFO neutron.services.segments.plugin [-] Segment 9bad6256-5b40-47e3-a912-9223a8eb7c39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bad6256-5b40-47e3-a912-9223a8eb7c39 found for delete ", "request_id": "req-267e78ae-8469-4161-b3f5-bc5593246541"}]} [pid: 7|app: 0|req: 350/689] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:14 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/690] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:14 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 340/691] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:14 2026] DELETE /v2.0/subnets/19822a14-6d8d-4b76-b7c1-fdd69ab2c0d4 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/692] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:15 2026] DELETE /v2.0/subnets/17fe12c7-3c07-47c1-ac1e-297002958d01 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 341/693] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:15 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 342/694] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:15 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:15.331 7 INFO neutron_taas.services.taas.taas_plugin [None req-fabd1ce4-13ca-4176-9983-f90fd2e7996c 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] TaaS: Handle Delete Port: 9700375c-0c0a-4898-936d-4a55299cb3df 2026-04-23 18:08:15.334 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fabd1ce4-13ca-4176-9983-f90fd2e7996c 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Tap Mirror: Handle Delete Port: 9700375c-0c0a-4898-936d-4a55299cb3df 2026-04-23 18:08:15.512 7 INFO neutron.services.segments.plugin [-] Segment 23f5fd42-22a3-4d33-8a94-6bdb4767b59a resource provider aggregate not found 2026-04-23 18:08:15.515 7 INFO neutron.services.segments.plugin [-] Segment 23f5fd42-22a3-4d33-8a94-6bdb4767b59a resource provider aggregate not found 2026-04-23 18:08:15.533 7 INFO neutron.services.segments.plugin [-] Segment 23f5fd42-22a3-4d33-8a94-6bdb4767b59a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23f5fd42-22a3-4d33-8a94-6bdb4767b59a found for delete ", "request_id": "req-b2d081e7-d6c9-491a-b341-7c6a6d0c6d52"}]} 2026-04-23 18:08:15.534 7 INFO neutron.services.segments.plugin [-] Segment 23f5fd42-22a3-4d33-8a94-6bdb4767b59a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23f5fd42-22a3-4d33-8a94-6bdb4767b59a found for delete ", "request_id": "req-4651b019-a55f-42e0-b690-bb658342aef4"}]} [pid: 7|app: 0|req: 353/695] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:08:15 2026] DELETE /v2.0/networks/77843fc8-89f2-427d-98cf-3e2f1f259f1e => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:15.649 6 INFO neutron_taas.services.taas.taas_plugin [None req-d570bae1-ce66-4cbf-82c1-e08b9654e52f 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] TaaS: Handle Delete Port: 3222f0e3-2f65-49bc-b5bf-4b58df87a87e 2026-04-23 18:08:15.652 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d570bae1-ce66-4cbf-82c1-e08b9654e52f 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Tap Mirror: Handle Delete Port: 3222f0e3-2f65-49bc-b5bf-4b58df87a87e [pid: 6|app: 0|req: 343/696] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:08:15 2026] DELETE /v2.0/networks/b79cab78-57ec-4d55-872a-ad66cb5fe5e5 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:15.911 6 INFO neutron.db.segments_db [None req-46a49eb9-6604-4484-a8b6-ef669b8afaa9 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Added segment 567fc48f-3b39-4b61-819d-0445373ea676 of type vxlan for network ebb3312a-9c48-423c-aa79-cfbbe56876dd [pid: 6|app: 0|req: 344/697] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:08:15 2026] POST /v2.0/networks => generated 611 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 345/698] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:16 2026] GET /v2.0/ports?device_id=9e6939c1-f572-4d9b-92bc-46710f71d63e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:16.061 7 INFO neutron_taas.services.taas.taas_plugin [None req-65495fe5-0fe3-45ad-a91f-e14c165945c8 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: cf746a28-c45f-4655-b443-5210ed963c17 2026-04-23 18:08:16.065 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65495fe5-0fe3-45ad-a91f-e14c165945c8 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: cf746a28-c45f-4655-b443-5210ed963c17 [pid: 6|app: 0|req: 346/699] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:16 2026] POST /v2.0/subnets => generated 626 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:08:16.316 6 INFO neutron.db.segments_db [None req-7f64e6cc-8b41-4311-8d79-b9a39cd9845c 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Added segment 16f79d09-caf2-4153-97d1-cf7242cb4fbc of type vxlan for network 57681c18-8f07-4ce8-a073-49f0fb246cbe 2026-04-23 18:08:16.545 6 INFO neutron.db.l3_hamode_db [None req-7f64e6cc-8b41-4311-8d79-b9a39cd9845c 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 354/700] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:08:15 2026] PUT /v2.0/routers/862e488e-6ee1-4608-8e22-d731e1798188/remove_router_interface => generated 309 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/701] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:16 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:16.673 6 INFO neutron.db.l3_hamode_db [None req-7f64e6cc-8b41-4311-8d79-b9a39cd9845c 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:08:16.786 6 INFO neutron.services.segments.plugin [-] Segment 07eba151-9c48-4c99-9a4d-0d3433600c19 resource provider aggregate not found 2026-04-23 18:08:16.802 6 INFO neutron.services.segments.plugin [-] Segment 07eba151-9c48-4c99-9a4d-0d3433600c19 resource provider aggregate not found 2026-04-23 18:08:16.810 6 INFO neutron.services.segments.plugin [-] Segment 07eba151-9c48-4c99-9a4d-0d3433600c19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07eba151-9c48-4c99-9a4d-0d3433600c19 found for delete ", "request_id": "req-dcb373f9-e6c4-43c6-a829-88d4f8d37d58"}]} 2026-04-23 18:08:16.824 6 INFO neutron.services.segments.plugin [-] Segment 07eba151-9c48-4c99-9a4d-0d3433600c19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07eba151-9c48-4c99-9a4d-0d3433600c19 found for delete ", "request_id": "req-18c3b71c-94a1-40b9-91dd-1945ed453b89"}]} 2026-04-23 18:08:16.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6f66741-4f9a-4d6e-9022-e75fa75c4432 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: dfb08354-504a-493b-9e45-9a88e9596e37 2026-04-23 18:08:16.864 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6f66741-4f9a-4d6e-9022-e75fa75c4432 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: dfb08354-504a-493b-9e45-9a88e9596e37 2026-04-23 18:08:17.101 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6f66741-4f9a-4d6e-9022-e75fa75c4432 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 71ea88b3-20ad-4d5a-92e3-27ceada3f0ca 2026-04-23 18:08:17.103 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6f66741-4f9a-4d6e-9022-e75fa75c4432 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 71ea88b3-20ad-4d5a-92e3-27ceada3f0ca [pid: 6|app: 0|req: 347/702] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:16 2026] POST /v2.0/routers => generated 506 bytes in 999 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 348/703] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:17 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&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: 6|app: 0|req: 349/704] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:08:17 2026] GET /v2.0/ports?tenant_id=cbcbf456e1b84e01ae5a92cadb17d06f&device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 350/705] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:08:17 2026] DELETE /v2.0/security-groups/2d4eccdc-1fbf-4e97-9180-f42cf755627d => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:08:17.451 7 INFO neutron.db.l3_hamode_db [None req-e6f66741-4f9a-4d6e-9022-e75fa75c4432 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] HA network 5139e2cd-e46d-4717-8630-ce79523c3bbc was deleted as no HA routers are present in tenant 43cd129b3e8948e7a60ce01851e9bcdc. [pid: 7|app: 0|req: 356/706] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:16 2026] DELETE /v2.0/routers/862e488e-6ee1-4608-8e22-d731e1798188 => generated 0 bytes in 792 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/707] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:08:17 2026] GET /v2.0/networks?id=0c8ff5ef-2b7c-446f-8e5b-39c4322b398c => generated 772 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:17.497 7 INFO neutron.api.v2.resource [None req-50718102-0398-4d1e-8816-3d616f4d2300 277d4dacabe14093a4f38fec86bbe7f1 440ebfd793844ecfb45956b2eb577bbb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 358/708] 10.0.0.183 () {32 vars in 737 bytes} [Thu Apr 23 18:08:17 2026] GET /v2.0/security-groups/2d4eccdc-1fbf-4e97-9180-f42cf755627d => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:08:17.555 7 INFO neutron.services.segments.plugin [-] Segment 87bec042-ecb7-47fb-b977-2ca576e0ef68 resource provider aggregate not found 2026-04-23 18:08:17.564 7 INFO neutron.services.segments.plugin [-] Segment 87bec042-ecb7-47fb-b977-2ca576e0ef68 resource provider aggregate not found 2026-04-23 18:08:17.585 7 INFO neutron.services.segments.plugin [-] Segment 87bec042-ecb7-47fb-b977-2ca576e0ef68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87bec042-ecb7-47fb-b977-2ca576e0ef68 found for delete ", "request_id": "req-898d73af-e923-4ada-98ac-65201542826d"}]} 2026-04-23 18:08:17.586 7 INFO neutron.services.segments.plugin [-] Segment 87bec042-ecb7-47fb-b977-2ca576e0ef68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87bec042-ecb7-47fb-b977-2ca576e0ef68 found for delete ", "request_id": "req-4da3e6c1-22d5-482c-aa3b-1b4d75abcc29"}]} [pid: 7|app: 0|req: 359/709] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:17 2026] DELETE /v2.0/subnets/cfd04af0-b3b8-472b-9812-78059b040ed9 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/710] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:08:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d1342518-1194-438e-ad41-a4f444459d02 => generated 860 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 351/711] 10.0.0.183 () {34 vars in 665 bytes} [Thu Apr 23 18:08:17 2026] POST /v2.0/ports => generated 948 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 18:08:17.780 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0f4a7ea-9146-4424-a242-96c36b799a04 277d4dacabe14093a4f38fec86bbe7f1 440ebfd793844ecfb45956b2eb577bbb - - default default] TaaS: Handle Delete Port: d6e529ad-3347-4506-9f13-1fc90dcce202 2026-04-23 18:08:17.783 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0f4a7ea-9146-4424-a242-96c36b799a04 277d4dacabe14093a4f38fec86bbe7f1 440ebfd793844ecfb45956b2eb577bbb - - default default] Tap Mirror: Handle Delete Port: d6e529ad-3347-4506-9f13-1fc90dcce202 2026-04-23 18:08:17.816 6 INFO neutron_taas.services.taas.taas_plugin [None req-1f6f5c5f-df8a-439b-a425-e5110aa45ea1 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: d3214ded-7554-4290-b5b8-30fad4329509 2026-04-23 18:08:17.819 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f6f5c5f-df8a-439b-a425-e5110aa45ea1 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: d3214ded-7554-4290-b5b8-30fad4329509 [pid: 7|app: 0|req: 361/712] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:08:17 2026] DELETE /v2.0/floatingips/21f57972-0d4b-4603-b5ea-cbb25525f8dd => generated 0 bytes in 248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/713] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:08:17 2026] GET /v2.0/subnets?id=b1bca0ed-fbf8-4dec-a5c8-d4ffc9994685 => generated 694 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 352/714] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:08:17 2026] DELETE /v2.0/networks/349397ff-1632-4b20-9bbf-9628a8bb6343 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 353/715] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:08:17 2026] GET /v2.0/ports?network_id=0c8ff5ef-2b7c-446f-8e5b-39c4322b398c&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-23 18:08:18.388 6 INFO neutron_taas.services.taas.taas_plugin [None req-7d07f213-1060-4b60-83dd-ebb8aea461ca 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 2433f61d-7d09-4a29-b450-ab012ca56fb7 2026-04-23 18:08:18.391 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d07f213-1060-4b60-83dd-ebb8aea461ca 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 2433f61d-7d09-4a29-b450-ab012ca56fb7 2026-04-23 18:08:18.836 6 INFO neutron.services.segments.plugin [-] Segment aaf3a925-62ce-4cbc-a9b0-296d51667253 resource provider aggregate not found 2026-04-23 18:08:18.845 6 INFO neutron.services.segments.plugin [-] Segment aaf3a925-62ce-4cbc-a9b0-296d51667253 resource provider aggregate not found 2026-04-23 18:08:18.859 6 INFO neutron.services.segments.plugin [-] Segment aaf3a925-62ce-4cbc-a9b0-296d51667253 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aaf3a925-62ce-4cbc-a9b0-296d51667253 found for delete ", "request_id": "req-d2e8f379-d607-48ea-8005-2ecf73d3bfb1"}]} 2026-04-23 18:08:18.861 6 INFO neutron.services.segments.plugin [-] Segment aaf3a925-62ce-4cbc-a9b0-296d51667253 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aaf3a925-62ce-4cbc-a9b0-296d51667253 found for delete ", "request_id": "req-0e8d958d-9f63-44b7-aea3-1246beead48e"}]} [pid: 6|app: 0|req: 354/716] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:08:18 2026] PUT /v2.0/routers/8bb368b6-6155-46ee-bd13-62e954bd5df5/remove_router_interface => generated 309 bytes in 914 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/717] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:08:17 2026] PUT /v2.0/routers/a6a47166-99a8-4288-bd01-5306ac1f52d2/add_router_interface => generated 309 bytes in 1003 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: 6|app: 0|req: 355/718] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:08:18 2026] GET /v2.0/networks/0c8ff5ef-2b7c-446f-8e5b-39c4322b398c?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: 364/719] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:08:18 2026] GET /v2.0/security-groups?tenant_id=43cd129b3e8948e7a60ce01851e9bcdc&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 356/720] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:18 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 357/721] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:08:19 2026] GET /v2.0/ports/e6fae01d-4dac-4aa3-8f0a-bb44c10bec35 => generated 1022 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 358/722] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:08:19 2026] GET /v2.0/networks/0c8ff5ef-2b7c-446f-8e5b-39c4322b398c?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: 6|app: 0|req: 359/723] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:08:19 2026] DELETE /v2.0/security-groups/e2a41b54-d160-488d-90a3-a521aa097022 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:08:19.203 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbce8c2a-3f0f-48f2-9fe7-25c45ce27da7 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: d6a85c64-89f4-4eb8-9d40-22704e893335 2026-04-23 18:08:19.207 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbce8c2a-3f0f-48f2-9fe7-25c45ce27da7 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: d6a85c64-89f4-4eb8-9d40-22704e893335 [pid: 6|app: 0|req: 360/724] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:19 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&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-23 18:08:19.523 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbce8c2a-3f0f-48f2-9fe7-25c45ce27da7 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: e7827ef3-5b2d-413a-98db-aa7ce82d96bf 2026-04-23 18:08:19.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbce8c2a-3f0f-48f2-9fe7-25c45ce27da7 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: e7827ef3-5b2d-413a-98db-aa7ce82d96bf 2026-04-23 18:08:19.568 6 INFO neutron_taas.services.taas.taas_plugin [None req-2e94505b-aee5-4738-8e63-3a7e06a78212 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] TaaS: Handle Delete Port: e6fae01d-4dac-4aa3-8f0a-bb44c10bec35 2026-04-23 18:08:19.570 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e94505b-aee5-4738-8e63-3a7e06a78212 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Tap Mirror: Handle Delete Port: e6fae01d-4dac-4aa3-8f0a-bb44c10bec35 2026-04-23 18:08:19.902 7 INFO neutron.services.segments.plugin [-] Segment 288ad486-92da-413c-81d9-5d909f8d95d8 resource provider aggregate not found 2026-04-23 18:08:19.909 7 INFO neutron.services.segments.plugin [-] Segment 288ad486-92da-413c-81d9-5d909f8d95d8 resource provider aggregate not found 2026-04-23 18:08:19.929 7 INFO neutron.services.segments.plugin [-] Segment 288ad486-92da-413c-81d9-5d909f8d95d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 288ad486-92da-413c-81d9-5d909f8d95d8 found for delete ", "request_id": "req-647a65a0-51e4-4ab6-89fd-119ab4f5d3a0"}]} 2026-04-23 18:08:19.931 7 INFO neutron.services.segments.plugin [-] Segment 288ad486-92da-413c-81d9-5d909f8d95d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 288ad486-92da-413c-81d9-5d909f8d95d8 found for delete ", "request_id": "req-120a93bf-d803-464a-8098-a24570549a1b"}]} 2026-04-23 18:08:19.940 7 INFO neutron.db.l3_hamode_db [None req-bbce8c2a-3f0f-48f2-9fe7-25c45ce27da7 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] HA network a8ca9c3b-9c04-4c75-808c-16adb13563ae was deleted as no HA routers are present in tenant 440ebfd793844ecfb45956b2eb577bbb. [pid: 7|app: 0|req: 365/725] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:18 2026] DELETE /v2.0/routers/8bb368b6-6155-46ee-bd13-62e954bd5df5 => generated 0 bytes in 953 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 361/726] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:08:19 2026] PUT /v2.0/routers/a6a47166-99a8-4288-bd01-5306ac1f52d2/remove_router_interface => generated 309 bytes in 758 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-23 18:08:20.094 6 INFO neutron.api.v2.resource [None req-5f7e5b1d-fcbf-4af8-90b2-27267709c1e1 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 6|app: 0|req: 362/727] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:08:19 2026] PUT /v2.0/routers/a6a47166-99a8-4288-bd01-5306ac1f52d2/remove_router_interface => generated 197 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/728] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:19 2026] DELETE /v2.0/subnets/b5103396-102c-4780-9d1b-b248bef6f840 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 363/729] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:08:20 2026] GET /v2.0/ports?device_id=a6a47166-99a8-4288-bd01-5306ac1f52d2 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:20.199 7 INFO neutron_taas.services.taas.taas_plugin [None req-882262dc-32ec-4449-b5c1-0c83a982e4d5 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 67e9a6ab-be5c-4d0b-a142-d9d7a538c62e 2026-04-23 18:08:20.202 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-882262dc-32ec-4449-b5c1-0c83a982e4d5 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 67e9a6ab-be5c-4d0b-a142-d9d7a538c62e 2026-04-23 18:08:20.324 6 INFO neutron_taas.services.taas.taas_plugin [None req-cc52d7c7-2242-4385-b4fb-43dd189950ae 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] TaaS: Handle Delete Port: f1b5d8d9-5295-4017-adb8-f45266434b8d 2026-04-23 18:08:20.327 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc52d7c7-2242-4385-b4fb-43dd189950ae 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Tap Mirror: Handle Delete Port: f1b5d8d9-5295-4017-adb8-f45266434b8d [pid: 7|app: 0|req: 367/730] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:08:20 2026] DELETE /v2.0/networks/46215213-c0c0-4652-a836-2465ea59528f => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/731] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:20 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/732] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:20 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&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: 370/733] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:08:20 2026] GET /v2.0/security-groups?tenant_id=440ebfd793844ecfb45956b2eb577bbb&name=default => generated 2921 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:08:20.725 6 INFO neutron.db.l3_hamode_db [None req-cc52d7c7-2242-4385-b4fb-43dd189950ae 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] HA network 57681c18-8f07-4ce8-a073-49f0fb246cbe was deleted as no HA routers are present in tenant e3de028bcc5845b1bad51b6729386101. [pid: 6|app: 0|req: 364/734] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:20 2026] DELETE /v2.0/routers/a6a47166-99a8-4288-bd01-5306ac1f52d2 => generated 0 bytes in 595 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/735] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:08:20 2026] DELETE /v2.0/security-groups/3628fc06-8265-4cff-b6d1-06feb2d85ce5 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 365/736] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:20 2026] DELETE /v2.0/subnets/db11aed3-8cc8-497b-97ad-fa8e5c73359f => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:20.886 6 INFO neutron.services.segments.plugin [-] Segment 16f79d09-caf2-4153-97d1-cf7242cb4fbc resource provider aggregate not found 2026-04-23 18:08:20.887 6 INFO neutron.services.segments.plugin [-] Segment 16f79d09-caf2-4153-97d1-cf7242cb4fbc resource provider aggregate not found 2026-04-23 18:08:20.917 6 INFO neutron.services.segments.plugin [-] Segment 16f79d09-caf2-4153-97d1-cf7242cb4fbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16f79d09-caf2-4153-97d1-cf7242cb4fbc found for delete ", "request_id": "req-429af34e-90f2-4c04-b999-9b682acdf47c"}]} 2026-04-23 18:08:20.920 6 INFO neutron.services.segments.plugin [-] Segment 16f79d09-caf2-4153-97d1-cf7242cb4fbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16f79d09-caf2-4153-97d1-cf7242cb4fbc found for delete ", "request_id": "req-e6aa889f-f362-4e29-8e91-fd744c7f4f36"}]} [pid: 7|app: 0|req: 372/737] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:08:20 2026] DELETE /v2.0/networks/ebb3312a-9c48-423c-aa79-cfbbe56876dd => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:21.102 6 INFO neutron.db.segments_db [None req-041e9cd9-c462-40fc-80ce-5558b58cffdd 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Added segment adee2ad1-1a7e-49c6-8c14-3b053c097245 of type vxlan for network 57ed470a-6615-4207-ba3a-942fe854960f [pid: 6|app: 0|req: 366/738] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:08:21 2026] POST /v2.0/networks => generated 610 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/741] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:21 2026] POST /v2.0/subnets => generated 626 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:08:21.510 6 INFO neutron.db.segments_db [None req-20b084af-c87f-4509-a2d5-f8cc0aa5d83f 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Added segment 4c233991-fce9-4ad6-bd4c-1e08bbcc0675 of type vxlan for network 57c5ed31-1524-47aa-8f9a-e67bae8d1b31 [pid: 7|app: 0|req: 374/742] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:21 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => 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: 375/743] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:21 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&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-23 18:08:21.824 6 INFO neutron.db.l3_hamode_db [None req-20b084af-c87f-4509-a2d5-f8cc0aa5d83f 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:08:21.951 6 INFO neutron.db.l3_hamode_db [None req-20b084af-c87f-4509-a2d5-f8cc0aa5d83f 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:08:21.953 7 INFO neutron.services.segments.plugin [-] Segment c9181db7-ed05-4e85-8578-fc0dbd5cb252 resource provider aggregate not found 2026-04-23 18:08:21.958 7 INFO neutron.services.segments.plugin [-] Segment c9181db7-ed05-4e85-8578-fc0dbd5cb252 resource provider aggregate not found 2026-04-23 18:08:21.968 7 INFO neutron.services.segments.plugin [-] Segment c9181db7-ed05-4e85-8578-fc0dbd5cb252 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9181db7-ed05-4e85-8578-fc0dbd5cb252 found for delete ", "request_id": "req-6cd17d9b-66da-4caf-8c56-5b310608a56e"}]} 2026-04-23 18:08:21.980 7 INFO neutron.services.segments.plugin [-] Segment 567fc48f-3b39-4b61-819d-0445373ea676 resource provider aggregate not found 2026-04-23 18:08:21.985 7 INFO neutron.services.segments.plugin [-] Segment c9181db7-ed05-4e85-8578-fc0dbd5cb252 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9181db7-ed05-4e85-8578-fc0dbd5cb252 found for delete ", "request_id": "req-bfb345b1-9999-4371-8b14-14e0396452ac"}]} 2026-04-23 18:08:21.998 7 INFO neutron.services.segments.plugin [-] Segment 567fc48f-3b39-4b61-819d-0445373ea676 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 567fc48f-3b39-4b61-819d-0445373ea676 found for delete ", "request_id": "req-6875f3db-bc6d-4660-8dbd-c815e0387dda"}]} 2026-04-23 18:08:22.001 7 INFO neutron.services.segments.plugin [-] Segment 567fc48f-3b39-4b61-819d-0445373ea676 resource provider aggregate not found 2026-04-23 18:08:22.022 7 INFO neutron.services.segments.plugin [-] Segment 567fc48f-3b39-4b61-819d-0445373ea676 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 567fc48f-3b39-4b61-819d-0445373ea676 found for delete ", "request_id": "req-3529eb0d-a3b1-482c-93d6-008b2da3ca64"}]} [pid: 6|app: 0|req: 369/744] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:21 2026] POST /v2.0/routers => generated 506 bytes in 1468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:08:23.003 7 INFO neutron.db.segments_db [None req-93ba9179-1511-4be7-b608-12b1c2e475f0 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment 140b1676-56a7-4a8d-b5f7-518d38ab678b of type vxlan for network 0edfadee-9711-43eb-9812-7f356c008b86 [pid: 6|app: 0|req: 370/745] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:22 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => 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: 376/746] 10.0.0.183 () {34 vars in 671 bytes} [Thu Apr 23 18:08:22 2026] POST /v2.0/networks => generated 718 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/747] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:23 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&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: 378/748] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:23 2026] POST /v2.0/subnets => generated 684 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:08:23.360 7 INFO neutron.db.segments_db [None req-067fdaa6-7153-4d1e-9cee-8121e4e3cff0 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment d37db084-021a-44d6-9c86-78f0e08eb253 of type vxlan for network 4f8320c4-d705-4b61-b014-c9b0c9a263e1 2026-04-23 18:08:23.619 7 INFO neutron.db.l3_hamode_db [None req-067fdaa6-7153-4d1e-9cee-8121e4e3cff0 68fd0086e1d1492ab579b3671e66954d 6ef573d56bc94476a5e366aea48991e3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 371/749] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:08:23 2026] PUT /v2.0/routers/9c1163df-ce94-43de-b75a-8ccfda5e1d8b/add_router_interface => generated 309 bytes in 1134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 372/750] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:08:24 2026] GET /v2.0/ports/c9324429-fd12-4b4f-a8cc-bf7c1ec7e3f0 => generated 955 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 373/751] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:24 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:24.404 7 INFO neutron.db.l3_hamode_db [None req-067fdaa6-7153-4d1e-9cee-8121e4e3cff0 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:08:24.617 6 INFO neutron_taas.services.taas.taas_plugin [None req-edec3193-1a3c-4e28-b925-7c17dbd03ae4 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] TaaS: Handle Delete Port: c9324429-fd12-4b4f-a8cc-bf7c1ec7e3f0 2026-04-23 18:08:24.620 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edec3193-1a3c-4e28-b925-7c17dbd03ae4 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Tap Mirror: Handle Delete Port: c9324429-fd12-4b4f-a8cc-bf7c1ec7e3f0 [pid: 6|app: 0|req: 374/752] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:08:24 2026] PUT /v2.0/routers/9c1163df-ce94-43de-b75a-8ccfda5e1d8b/remove_router_interface => generated 309 bytes in 821 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 375/753] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:25 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&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: 6|app: 0|req: 376/754] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:08:25 2026] GET /v2.0/ports?device_id=9c1163df-ce94-43de-b75a-8ccfda5e1d8b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:25.286 6 INFO neutron_taas.services.taas.taas_plugin [None req-48a39c3f-7b1a-4941-9566-636dda381ff5 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] TaaS: Handle Delete Port: eba9d000-e81f-45a4-8ce1-5157b9e1b766 2026-04-23 18:08:25.288 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48a39c3f-7b1a-4941-9566-636dda381ff5 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Tap Mirror: Handle Delete Port: eba9d000-e81f-45a4-8ce1-5157b9e1b766 [pid: 7|app: 0|req: 379/755] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:23 2026] POST /v2.0/routers => generated 724 bytes in 2155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:08:25.632 6 INFO neutron.services.segments.plugin [-] Segment 4c233991-fce9-4ad6-bd4c-1e08bbcc0675 resource provider aggregate not found 2026-04-23 18:08:25.641 6 INFO neutron.services.segments.plugin [-] Segment 4c233991-fce9-4ad6-bd4c-1e08bbcc0675 resource provider aggregate not found 2026-04-23 18:08:25.659 6 INFO neutron.services.segments.plugin [-] Segment 4c233991-fce9-4ad6-bd4c-1e08bbcc0675 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c233991-fce9-4ad6-bd4c-1e08bbcc0675 found for delete ", "request_id": "req-a8dcadda-f5bb-499a-ab6d-afa6636e8b0f"}]} 2026-04-23 18:08:25.668 6 INFO neutron.services.segments.plugin [-] Segment 4c233991-fce9-4ad6-bd4c-1e08bbcc0675 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c233991-fce9-4ad6-bd4c-1e08bbcc0675 found for delete ", "request_id": "req-199312a4-587a-4e30-9837-dffa688fb65c"}]} 2026-04-23 18:08:25.676 6 INFO neutron.db.l3_hamode_db [None req-48a39c3f-7b1a-4941-9566-636dda381ff5 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] HA network 57c5ed31-1524-47aa-8f9a-e67bae8d1b31 was deleted as no HA routers are present in tenant e3de028bcc5845b1bad51b6729386101. [pid: 6|app: 0|req: 377/756] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:25 2026] DELETE /v2.0/routers/9c1163df-ce94-43de-b75a-8ccfda5e1d8b => generated 0 bytes in 547 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/757] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:08:25 2026] GET /v2.0/security-groups?tenant_id=15bdba3cac7f4f19be9f4209b906eae6&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/758] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:25 2026] DELETE /v2.0/subnets/9ee2a5f1-8291-44da-8002-e9399e59dc1b => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/759] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:08:25 2026] DELETE /v2.0/security-groups/5213cde7-8291-4391-9743-01cdae8fda19 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:08:26.094 7 INFO neutron.services.segments.plugin [-] Segment adee2ad1-1a7e-49c6-8c14-3b053c097245 resource provider aggregate not found 2026-04-23 18:08:26.101 7 INFO neutron.services.segments.plugin [-] Segment adee2ad1-1a7e-49c6-8c14-3b053c097245 resource provider aggregate not found 2026-04-23 18:08:26.112 7 INFO neutron.services.segments.plugin [-] Segment adee2ad1-1a7e-49c6-8c14-3b053c097245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adee2ad1-1a7e-49c6-8c14-3b053c097245 found for delete ", "request_id": "req-127b5e11-8c60-4ce5-9b60-b6ee27daa8b8"}]} [pid: 7|app: 0|req: 383/760] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:08:25 2026] DELETE /v2.0/networks/57ed470a-6615-4207-ba3a-942fe854960f => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:26.118 7 INFO neutron.services.segments.plugin [-] Segment adee2ad1-1a7e-49c6-8c14-3b053c097245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adee2ad1-1a7e-49c6-8c14-3b053c097245 found for delete ", "request_id": "req-5a4aec29-3985-4010-85c2-13be98070769"}]} [pid: 7|app: 0|req: 384/761] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:08:26 2026] GET /v2.0/security-groups?tenant_id=38eafea7ad1a4c3fa3973ecbccc61400&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:08:26.305 7 INFO neutron.db.segments_db [None req-58852231-5a90-47ee-a6a6-9209298dc512 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Added segment 86e350ee-ef9c-4aba-8047-dbe1ec234874 of type vxlan for network 995c9642-d25c-46db-bd74-0b1b59c8ade0 2026-04-23 18:08:26.575 7 INFO neutron.db.l3_hamode_db [None req-58852231-5a90-47ee-a6a6-9209298dc512 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 378/762] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:08:25 2026] PUT /v2.0/routers/943c7272-b722-4c46-a7aa-9f50ac5a2ce1/add_router_interface => generated 309 bytes in 1331 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 379/763] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:27 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 380/764] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:08:27 2026] DELETE /v2.0/security-groups/035e9cd7-78a7-43ef-a58a-f6abac8f0410 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 381/765] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:27 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&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-23 18:08:27.480 7 INFO neutron.db.l3_hamode_db [None req-58852231-5a90-47ee-a6a6-9209298dc512 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 382/766] 10.0.0.183 () {34 vars in 685 bytes} [Thu Apr 23 18:08:27 2026] POST /v2.0/security-groups => generated 1661 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 383/767] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:08:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 384/768] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:08:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/769] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:26 2026] POST /v2.0/routers => generated 686 bytes in 2148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/770] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:28 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 385/771] 10.0.0.183 () {34 vars in 676 bytes} [Thu Apr 23 18:08:28 2026] POST /v2.0/floatingips => generated 552 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 386/772] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:28 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&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: 387/773] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:08:28 2026] GET /v2.0/routers/bda9fb62-ac72-48b1-b3e9-1cbf9decdd7b => generated 692 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 387/774] 10.0.0.183 () {32 vars in 647 bytes} [Thu Apr 23 18:08:28 2026] GET /v2.0/routers => generated 695 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 388/775] 10.0.0.29 () {34 vars in 1099 bytes} [Thu Apr 23 18:08:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1858339482&fields=id&tenant_id=6ef573d56bc94476a5e366aea48991e3 => 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: 388/776] 10.0.0.183 () {34 vars in 741 bytes} [Thu Apr 23 18:08:28 2026] PUT /v2.0/routers/bda9fb62-ac72-48b1-b3e9-1cbf9decdd7b => generated 699 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 389/777] 10.0.0.29 () {34 vars in 981 bytes} [Thu Apr 23 18:08:29 2026] GET /v2.0/networks?id=0edfadee-9711-43eb-9812-7f356c008b86 => generated 669 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 390/778] 10.0.0.29 () {34 vars in 964 bytes} [Thu Apr 23 18:08:29 2026] GET /v2.0/quotas/6ef573d56bc94476a5e366aea48991e3 => 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: 389/779] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:08:29 2026] GET /v2.0/routers/bda9fb62-ac72-48b1-b3e9-1cbf9decdd7b => generated 699 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/780] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:08:29 2026] GET /v2.0/ports?device_id=bda9fb62-ac72-48b1-b3e9-1cbf9decdd7b => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 391/781] 10.0.0.29 () {34 vars in 1001 bytes} [Thu Apr 23 18:08:29 2026] GET /v2.0/ports?tenant_id=6ef573d56bc94476a5e366aea48991e3&fields=id => generated 103 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:29.324 7 INFO neutron_taas.services.taas.taas_plugin [None req-35fe19b7-2fd1-4236-9fd0-1362b91599d7 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] TaaS: Handle Delete Port: 49757161-de48-4d28-9e7e-e250a11b8284 2026-04-23 18:08:29.327 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35fe19b7-2fd1-4236-9fd0-1362b91599d7 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Tap Mirror: Handle Delete Port: 49757161-de48-4d28-9e7e-e250a11b8284 2026-04-23 18:08:29.567 7 INFO neutron_taas.services.taas.taas_plugin [None req-35fe19b7-2fd1-4236-9fd0-1362b91599d7 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] TaaS: Handle Delete Port: 88e272d7-c105-45f7-928b-6ccc770e5206 2026-04-23 18:08:29.571 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35fe19b7-2fd1-4236-9fd0-1362b91599d7 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] Tap Mirror: Handle Delete Port: 88e272d7-c105-45f7-928b-6ccc770e5206 [pid: 6|app: 0|req: 392/782] 10.0.0.29 () {34 vars in 906 bytes} [Thu Apr 23 18:08:29 2026] GET /v2.0/extensions => generated 21537 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 393/783] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:08:29 2026] GET /v2.0/security-groups?tenant_id=69c5a8827a9a435691954b9c3dc9ac10&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 394/784] 10.0.0.29 () {34 vars in 1007 bytes} [Thu Apr 23 18:08:29 2026] GET /v2.0/networks/0edfadee-9711-43eb-9812-7f356c008b86?fields=segments => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 395/785] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:08:29 2026] DELETE /v2.0/security-groups/e423e4da-5f38-49c3-85b0-3b98a93fcdb7 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 396/786] 10.0.0.29 () {34 vars in 1107 bytes} [Thu Apr 23 18:08:29 2026] GET /v2.0/networks/0edfadee-9711-43eb-9812-7f356c008b86?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:29.914 7 INFO neutron.services.segments.plugin [-] Segment 86e350ee-ef9c-4aba-8047-dbe1ec234874 resource provider aggregate not found 2026-04-23 18:08:29.920 7 INFO neutron.services.segments.plugin [-] Segment 86e350ee-ef9c-4aba-8047-dbe1ec234874 resource provider aggregate not found 2026-04-23 18:08:29.939 7 INFO neutron.services.segments.plugin [-] Segment 86e350ee-ef9c-4aba-8047-dbe1ec234874 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86e350ee-ef9c-4aba-8047-dbe1ec234874 found for delete ", "request_id": "req-0169b6a6-660c-4152-b206-60047b95c357"}]} 2026-04-23 18:08:29.940 7 INFO neutron.services.segments.plugin [-] Segment 86e350ee-ef9c-4aba-8047-dbe1ec234874 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86e350ee-ef9c-4aba-8047-dbe1ec234874 found for delete ", "request_id": "req-2f823f53-e45c-4203-a30b-d776a8c995f8"}]} 2026-04-23 18:08:29.944 7 INFO neutron.db.l3_hamode_db [None req-35fe19b7-2fd1-4236-9fd0-1362b91599d7 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] HA network 995c9642-d25c-46db-bd74-0b1b59c8ade0 was deleted as no HA routers are present in tenant e3de028bcc5845b1bad51b6729386101. [pid: 7|app: 0|req: 391/787] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:29 2026] DELETE /v2.0/routers/bda9fb62-ac72-48b1-b3e9-1cbf9decdd7b => generated 0 bytes in 835 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 397/788] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:08:29 2026] GET /v2.0/ports?device_id=bda9fb62-ac72-48b1-b3e9-1cbf9decdd7b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:30.004 7 INFO neutron.api.v2.resource [None req-d15a6217-920c-4f1c-8650-bc02fea2515d 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 392/789] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:29 2026] DELETE /v2.0/routers/bda9fb62-ac72-48b1-b3e9-1cbf9decdd7b => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 398/790] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:08:30 2026] GET /v2.0/ports?device_id=9c1163df-ce94-43de-b75a-8ccfda5e1d8b => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:30.059 7 INFO neutron.api.v2.resource [None req-ae18cd42-68c8-4f45-b386-422a89065877 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 393/791] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:30 2026] DELETE /v2.0/routers/9c1163df-ce94-43de-b75a-8ccfda5e1d8b => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:08:30.079 6 INFO neutron.pecan_wsgi.hooks.translation [None req-afa7390c-e7ea-4069-b773-b228bd01cc85 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 399/792] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:30 2026] DELETE /v2.0/subnets/9ee2a5f1-8291-44da-8002-e9399e59dc1b => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/793] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:30 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 400/794] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:08:30 2026] GET /v2.0/ports?device_id=a6a47166-99a8-4288-bd01-5306ac1f52d2 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:30.130 7 INFO neutron.api.v2.resource [None req-be19cdba-5163-4ff0-b6f1-6e367acef56a 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 395/795] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:30 2026] DELETE /v2.0/routers/a6a47166-99a8-4288-bd01-5306ac1f52d2 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:08:30.148 6 INFO neutron.pecan_wsgi.hooks.translation [None req-f9e0ed8a-8ee1-4776-a3d0-43b5b37f4730 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 401/796] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:30 2026] DELETE /v2.0/subnets/db11aed3-8cc8-497b-97ad-fa8e5c73359f => 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: 396/797] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:08:30 2026] GET /v2.0/ports?device_id=fb6af9c3-0e5e-4ae6-9d6d-1f20813c9f0c => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:30.195 6 INFO neutron.api.v2.resource [None req-82387e5c-6105-4231-83d2-66a92bd60ae9 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 402/798] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:30 2026] DELETE /v2.0/routers/fb6af9c3-0e5e-4ae6-9d6d-1f20813c9f0c => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:08:30.231 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8de89d0d-4a23-48b4-b0c6-23f18a2b9358 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 397/799] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:30 2026] DELETE /v2.0/subnets/19822a14-6d8d-4b76-b7c1-fdd69ab2c0d4 => generated 136 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:08:30.247 6 INFO neutron.pecan_wsgi.hooks.translation [None req-3e23822b-f325-409b-9eb3-f03f55951f92 9b8c258feb5b49a498b93e64fe26a1e0 e3de028bcc5845b1bad51b6729386101 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 403/800] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:30 2026] DELETE /v2.0/subnets/17fe12c7-3c07-47c1-ac1e-297002958d01 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/801] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:08:30 2026] GET /v2.0/security-groups?tenant_id=e3de028bcc5845b1bad51b6729386101&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 404/802] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:08:30 2026] DELETE /v2.0/security-groups/f03e9900-28aa-44ba-bef8-baddc2ef9f0c => 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: 399/803] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:31 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:32.129 6 INFO neutron.db.segments_db [None req-e0a084aa-91e0-4113-8580-570a5a8906d3 8b5f56c3e55d427cb63360bbea1fea4a e17cb823c7de471e925fb538b04d73fe - - default default] Added segment 0900d39a-061a-4a9e-97a5-47b56a9591bb of type vxlan for network 0f1bfa17-b310-4289-b758-411a263b0644 [pid: 6|app: 0|req: 405/804] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:08:31 2026] POST /v2.0/networks => generated 624 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 406/805] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:32 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => 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: 400/806] 10.0.0.183 () {34 vars in 665 bytes} [Thu Apr 23 18:08:32 2026] POST /v2.0/ports => generated 774 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:08:32.605 6 INFO neutron.db.segments_db [None req-a31233c2-a645-4e7a-99b5-c24c6776a441 8b5f56c3e55d427cb63360bbea1fea4a e17cb823c7de471e925fb538b04d73fe - - default default] Added segment 991f4823-a9e7-4eb9-b93e-8a673ee45c9b of type vxlan for network 4fe88054-5df4-4f7c-bb61-089e657fe272 [pid: 6|app: 0|req: 407/807] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:08:32 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 401/808] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:32 2026] POST /v2.0/subnets => generated 626 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 408/809] 10.0.0.183 () {34 vars in 677 bytes} [Thu Apr 23 18:08:32 2026] POST /v2.0/subnetpools => generated 549 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 409/810] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:08:33 2026] GET /v2.0/subnetpools/daff5c92-ad9b-4c11-823e-225251fa1856 => generated 549 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 410/811] 10.0.0.183 () {34 vars in 749 bytes} [Thu Apr 23 18:08:33 2026] PUT /v2.0/subnetpools/daff5c92-ad9b-4c11-823e-225251fa1856 => generated 500 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 411/812] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:08:33 2026] DELETE /v2.0/subnetpools/daff5c92-ad9b-4c11-823e-225251fa1856 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:08:33.244 6 INFO neutron.api.v2.resource [None req-7f5344e4-a39a-457d-b20d-c492bab292bc 3cd7587ee71a446bac99096e4d6dadac 3e77aa256ba149cfbee75fd7a197b3f2 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 412/813] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:08:33 2026] GET /v2.0/subnetpools/daff5c92-ad9b-4c11-823e-225251fa1856 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/814] 10.0.0.183 () {34 vars in 665 bytes} [Thu Apr 23 18:08:32 2026] POST /v2.0/ports => generated 949 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:08:33.267 6 INFO neutron.api.v2.resource [None req-333a1475-0b5f-4f66-b57a-f62b56efff2f 3cd7587ee71a446bac99096e4d6dadac 3e77aa256ba149cfbee75fd7a197b3f2 - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 413/815] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:08:33 2026] DELETE /v2.0/subnetpools/daff5c92-ad9b-4c11-823e-225251fa1856 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 18:08:33.373 7 INFO neutron_taas.services.taas.taas_plugin [None req-18485f48-b7b7-4f7b-a0d2-4973be235f79 8b5f56c3e55d427cb63360bbea1fea4a e17cb823c7de471e925fb538b04d73fe - - default default] TaaS: Handle Delete Port: 10532c6b-eaa6-4b35-8558-ef329c323634 [pid: 6|app: 0|req: 414/816] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:33 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:33.376 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18485f48-b7b7-4f7b-a0d2-4973be235f79 8b5f56c3e55d427cb63360bbea1fea4a e17cb823c7de471e925fb538b04d73fe - - default default] Tap Mirror: Handle Delete Port: 10532c6b-eaa6-4b35-8558-ef329c323634 [pid: 7|app: 0|req: 403/817] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:08:33 2026] DELETE /v2.0/ports/10532c6b-eaa6-4b35-8558-ef329c323634 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:33.557 6 INFO neutron.pecan_wsgi.hooks.translation [None req-a8af31d1-0730-4bb8-88ac-8b4b5511fd95 8b5f56c3e55d427cb63360bbea1fea4a e17cb823c7de471e925fb538b04d73fe - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 415/818] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:08:33 2026] DELETE /v2.0/ports/10532c6b-eaa6-4b35-8558-ef329c323634 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:08:33.581 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b19a3d06-6f0d-43e0-a9f2-998940fd43e8 8b5f56c3e55d427cb63360bbea1fea4a e17cb823c7de471e925fb538b04d73fe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 404/819] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:08:33 2026] GET /v2.0/ports/10532c6b-eaa6-4b35-8558-ef329c323634 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 416/820] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:33 2026] DELETE /v2.0/subnets/404d26b2-58ee-4e7b-86a3-c8015c97d8ef => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:33.820 7 INFO neutron.services.segments.plugin [-] Segment 991f4823-a9e7-4eb9-b93e-8a673ee45c9b resource provider aggregate not found 2026-04-23 18:08:33.827 7 INFO neutron.services.segments.plugin [-] Segment 991f4823-a9e7-4eb9-b93e-8a673ee45c9b resource provider aggregate not found 2026-04-23 18:08:33.839 7 INFO neutron.services.segments.plugin [-] Segment 991f4823-a9e7-4eb9-b93e-8a673ee45c9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 991f4823-a9e7-4eb9-b93e-8a673ee45c9b found for delete ", "request_id": "req-d1ad2ce1-894f-4b96-809d-995d1234cdd1"}]} 2026-04-23 18:08:33.852 7 INFO neutron.services.segments.plugin [-] Segment 991f4823-a9e7-4eb9-b93e-8a673ee45c9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 991f4823-a9e7-4eb9-b93e-8a673ee45c9b found for delete ", "request_id": "req-d402ace3-b054-4254-95f3-efdf34b516cf"}]} [pid: 7|app: 0|req: 405/821] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:08:33 2026] DELETE /v2.0/networks/4fe88054-5df4-4f7c-bb61-089e657fe272 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:33.937 7 INFO neutron.db.segments_db [None req-2179dbe7-b0f1-463b-afde-a071d8726068 8b5f56c3e55d427cb63360bbea1fea4a e17cb823c7de471e925fb538b04d73fe - - default default] Added segment 7f1d9e31-323f-434b-9948-131d3c7f9c17 of type vxlan for network e13edbac-ab6f-4017-8222-987fded92246 [pid: 6|app: 0|req: 417/822] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:08:33 2026] GET /v2.0/security-groups?tenant_id=3e77aa256ba149cfbee75fd7a197b3f2&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/823] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:08:33 2026] POST /v2.0/networks => generated 612 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 418/824] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:08:34 2026] DELETE /v2.0/security-groups/bfeb72d6-b4bb-457f-b30a-14a4a3bee17e => 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: 407/825] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:34 2026] POST /v2.0/subnets => generated 626 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/826] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:34 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 419/827] 10.0.0.183 () {34 vars in 665 bytes} [Thu Apr 23 18:08:34 2026] POST /v2.0/ports => generated 916 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:08:34.739 7 INFO neutron_taas.services.taas.taas_plugin [None req-5fda9d74-9ccf-4376-8a49-726ed8daa807 8b5f56c3e55d427cb63360bbea1fea4a e17cb823c7de471e925fb538b04d73fe - - default default] TaaS: Handle Delete Port: 00cb8a4d-9d6a-429b-b688-bd9577ddde91 2026-04-23 18:08:34.742 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fda9d74-9ccf-4376-8a49-726ed8daa807 8b5f56c3e55d427cb63360bbea1fea4a e17cb823c7de471e925fb538b04d73fe - - default default] Tap Mirror: Handle Delete Port: 00cb8a4d-9d6a-429b-b688-bd9577ddde91 [pid: 7|app: 0|req: 409/828] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:08:34 2026] DELETE /v2.0/ports/00cb8a4d-9d6a-429b-b688-bd9577ddde91 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:34.927 6 INFO neutron.pecan_wsgi.hooks.translation [None req-c6f6d6ac-3666-478e-a11a-be91bb9a179f 8b5f56c3e55d427cb63360bbea1fea4a e17cb823c7de471e925fb538b04d73fe - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 420/829] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:08:34 2026] GET /v2.0/ports/00cb8a4d-9d6a-429b-b688-bd9577ddde91 => 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: 410/830] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:34 2026] DELETE /v2.0/subnets/fe79648b-abc3-4bed-b19e-c2958bbadbfc => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:35.229 6 INFO neutron.services.segments.plugin [-] Segment 7f1d9e31-323f-434b-9948-131d3c7f9c17 resource provider aggregate not found 2026-04-23 18:08:35.235 6 INFO neutron.services.segments.plugin [-] Segment 7f1d9e31-323f-434b-9948-131d3c7f9c17 resource provider aggregate not found 2026-04-23 18:08:35.245 6 INFO neutron.services.segments.plugin [-] Segment 7f1d9e31-323f-434b-9948-131d3c7f9c17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f1d9e31-323f-434b-9948-131d3c7f9c17 found for delete ", "request_id": "req-c4ccc60b-4fb4-404d-9626-8815c030756b"}]} [pid: 6|app: 0|req: 421/831] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:08:35 2026] DELETE /v2.0/networks/e13edbac-ab6f-4017-8222-987fded92246 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:35.253 6 INFO neutron.services.segments.plugin [-] Segment 7f1d9e31-323f-434b-9948-131d3c7f9c17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f1d9e31-323f-434b-9948-131d3c7f9c17 found for delete ", "request_id": "req-b531881c-1d24-4dca-8772-3f3b5de66234"}]} [pid: 7|app: 0|req: 411/832] 10.0.0.183 () {34 vars in 665 bytes} [Thu Apr 23 18:08:35 2026] POST /v2.0/ports => generated 774 bytes in 260 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: 412/833] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:35 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 422/834] 10.0.0.183 () {34 vars in 737 bytes} [Thu Apr 23 18:08:35 2026] PUT /v2.0/ports/63e423f4-1093-4c09-aeb6-33b7ddc185fd => generated 752 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:35.825 7 INFO neutron_taas.services.taas.taas_plugin [None req-45073cf4-cd80-4e7a-bd9a-c2e31c5e55b8 8b5f56c3e55d427cb63360bbea1fea4a e17cb823c7de471e925fb538b04d73fe - - default default] TaaS: Handle Delete Port: 63e423f4-1093-4c09-aeb6-33b7ddc185fd 2026-04-23 18:08:35.828 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45073cf4-cd80-4e7a-bd9a-c2e31c5e55b8 8b5f56c3e55d427cb63360bbea1fea4a e17cb823c7de471e925fb538b04d73fe - - default default] Tap Mirror: Handle Delete Port: 63e423f4-1093-4c09-aeb6-33b7ddc185fd [pid: 7|app: 0|req: 413/835] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:08:35 2026] DELETE /v2.0/ports/63e423f4-1093-4c09-aeb6-33b7ddc185fd => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 423/836] 10.0.0.183 () {32 vars in 643 bytes} [Thu Apr 23 18:08:35 2026] GET /v2.0/ports => generated 777 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:35.985 7 INFO neutron.pecan_wsgi.hooks.translation [None req-451526d3-74c4-4e71-8aa9-fff3a27cfeed 8b5f56c3e55d427cb63360bbea1fea4a e17cb823c7de471e925fb538b04d73fe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 414/837] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:08:35 2026] GET /v2.0/ports/63e423f4-1093-4c09-aeb6-33b7ddc185fd => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 424/838] 10.0.0.183 () {32 vars in 643 bytes} [Thu Apr 23 18:08:35 2026] GET /v2.0/ports => generated 777 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/839] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:08:36 2026] GET /v2.0/ports/77106c61-87c8-40ef-b5e0-a282acc42b6c => generated 774 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:36.104 6 INFO neutron.pecan_wsgi.hooks.translation [None req-d9486ece-0952-4a1d-8e8f-b13b67b6fb69 8b5f56c3e55d427cb63360bbea1fea4a e17cb823c7de471e925fb538b04d73fe - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 425/840] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:08:36 2026] DELETE /v2.0/ports/00cb8a4d-9d6a-429b-b688-bd9577ddde91 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:08:36.130 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9da55d15-6659-4019-bdb5-0068d6b2b119 8b5f56c3e55d427cb63360bbea1fea4a e17cb823c7de471e925fb538b04d73fe - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 416/841] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:36 2026] DELETE /v2.0/subnets/fe79648b-abc3-4bed-b19e-c2958bbadbfc => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:08:36.147 6 INFO neutron.pecan_wsgi.hooks.translation [None req-964acef9-884f-4d07-9dde-af7ab8cacc81 8b5f56c3e55d427cb63360bbea1fea4a e17cb823c7de471e925fb538b04d73fe - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 426/842] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:36 2026] DELETE /v2.0/subnets/404d26b2-58ee-4e7b-86a3-c8015c97d8ef => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:08:36.238 7 INFO neutron_taas.services.taas.taas_plugin [None req-7535912b-5ddc-46b3-88d7-a98bfc37f5b8 8b5f56c3e55d427cb63360bbea1fea4a e17cb823c7de471e925fb538b04d73fe - - default default] TaaS: Handle Delete Port: 77106c61-87c8-40ef-b5e0-a282acc42b6c 2026-04-23 18:08:36.240 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7535912b-5ddc-46b3-88d7-a98bfc37f5b8 8b5f56c3e55d427cb63360bbea1fea4a e17cb823c7de471e925fb538b04d73fe - - default default] Tap Mirror: Handle Delete Port: 77106c61-87c8-40ef-b5e0-a282acc42b6c [pid: 7|app: 0|req: 417/845] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:08:36 2026] DELETE /v2.0/ports/77106c61-87c8-40ef-b5e0-a282acc42b6c => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 429/846] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:08:36 2026] DELETE /v2.0/networks/0f1bfa17-b310-4289-b758-411a263b0644 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/847] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:36 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 430/848] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:08:36 2026] GET /v2.0/networks?id=0edfadee-9711-43eb-9812-7f356c008b86 => generated 669 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/849] 199.204.45.153 () {34 vars in 1050 bytes} [Thu Apr 23 18:08:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6ef573d56bc94476a5e366aea48991e3 => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:37.263 6 INFO neutron.services.segments.plugin [-] Segment 0900d39a-061a-4a9e-97a5-47b56a9591bb resource provider aggregate not found 2026-04-23 18:08:37.274 6 INFO neutron.services.segments.plugin [-] Segment 0900d39a-061a-4a9e-97a5-47b56a9591bb resource provider aggregate not found 2026-04-23 18:08:37.293 6 INFO neutron.services.segments.plugin [-] Segment 0900d39a-061a-4a9e-97a5-47b56a9591bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0900d39a-061a-4a9e-97a5-47b56a9591bb found for delete ", "request_id": "req-eaeb9d97-434a-4884-9ea3-d09b03a38aec"}]} 2026-04-23 18:08:37.294 6 INFO neutron.services.segments.plugin [-] Segment 0900d39a-061a-4a9e-97a5-47b56a9591bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0900d39a-061a-4a9e-97a5-47b56a9591bb found for delete ", "request_id": "req-3c7b7581-410f-4b9a-a933-ab467dc7123f"}]} [pid: 7|app: 0|req: 420/850] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:08:37 2026] GET /v2.0/security-groups?tenant_id=e17cb823c7de471e925fb538b04d73fe&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 431/851] 199.204.45.153 () {38 vars in 955 bytes} [Thu Apr 23 18:08:36 2026] POST /v2.0/ports => generated 958 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 421/852] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:08:37 2026] DELETE /v2.0/security-groups/52ae681a-abb7-4325-a1b7-dbaa9975fcea => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/853] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:37 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 432/854] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:08:37 2026] PUT /v2.0/ports/f72c80a1-b2c9-421c-b776-92629ece98f9 => generated 1239 bytes in 451 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-23 18:08:37.864 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-bea7eb49-4157-4620-b05d-06210d22a21e'] response: {'name': 'network-changed', 'server_uuid': '9c8804cb-9dd8-447d-9e19-2d881aa62c3b', 'tag': 'f72c80a1-b2c9-421c-b776-92629ece98f9', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 433/855] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:37 2026] GET /v2.0/security-groups?id=3993798d-a263-4a4b-96b6-172db34f7bc4&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: 423/856] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:08:37 2026] GET /v2.0/security-groups?tenant_id=df9624460049459c88cd7bf7470de9bb&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 434/857] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:08:38 2026] DELETE /v2.0/security-groups/267938d6-e927-4282-a6a2-b183c8d08d90 => 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: 424/858] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:08:38 2026] GET /v2.0/ports?tenant_id=6ef573d56bc94476a5e366aea48991e3&device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 435/859] 199.204.45.153 () {34 vars in 1018 bytes} [Thu Apr 23 18:08:38 2026] GET /v2.0/networks?tenant_id=6ef573d56bc94476a5e366aea48991e3&shared=False => generated 765 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/860] 199.204.45.153 () {34 vars in 930 bytes} [Thu Apr 23 18:08:38 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: 7|app: 0|req: 426/861] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:38 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/862] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:38 2026] GET /v2.0/security-groups?id=3993798d-a263-4a4b-96b6-172db34f7bc4&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: 6|app: 0|req: 436/863] 10.0.0.250 () {34 vars in 990 bytes} [Thu Apr 23 18:08:38 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 1240 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/864] 10.0.0.250 () {34 vars in 1040 bytes} [Thu Apr 23 18:08:39 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&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-23 18:08:39.444 6 INFO neutron.db.segments_db [None req-8979cd50-e1a8-40f5-8668-5fbe83c7681f 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Added segment deac0c0d-3296-4576-96ce-fb04b92ab29f of type vxlan for network ec5f9d91-b628-4fb0-be58-787f2b2487a0 [pid: 6|app: 0|req: 437/865] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:08:39 2026] POST /v2.0/networks => generated 614 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 438/866] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:08:39 2026] GET /v2.0/ports?tenant_id=6ef573d56bc94476a5e366aea48991e3&device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 439/867] 199.204.45.153 () {34 vars in 1060 bytes} [Thu Apr 23 18:08:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f72c80a1-b2c9-421c-b776-92629ece98f9 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:39.618 7 INFO neutron.db.segments_db [None req-31b8ffd1-c0a2-4d41-9935-b1ffd6c21bd0 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Added segment 6455bcb1-fdce-427c-8325-cb7fe39cb51a of type vxlan for network b391e49f-cf77-4d08-86b7-834f1d8947c8 [pid: 6|app: 0|req: 440/868] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:08:39 2026] GET /v2.0/subnets?id=ac185a1a-5983-48e4-8af0-73ab1b5e881d => generated 687 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 441/869] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:08:39 2026] GET /v2.0/ports?network_id=0edfadee-9711-43eb-9812-7f356c008b86&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/870] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:08:39 2026] POST /v2.0/networks => generated 615 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 442/871] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:08:39 2026] GET /v2.0/networks/0edfadee-9711-43eb-9812-7f356c008b86?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 443/872] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:08:39 2026] GET /v2.0/networks/0edfadee-9711-43eb-9812-7f356c008b86?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: 7|app: 0|req: 430/873] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:39 2026] POST /v2.0/subnets => generated 646 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:08:40.081 6 INFO neutron.db.segments_db [None req-624c2ddf-1444-46cd-a7bf-5f9ceb14b037 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment 114e1828-8b0e-4391-a111-c939724e6533 of type vxlan for network ccf06e98-d4b8-4c21-8ba8-8467256ceb42 [pid: 6|app: 0|req: 444/874] 10.0.0.183 () {34 vars in 671 bytes} [Thu Apr 23 18:08:39 2026] POST /v2.0/networks => generated 722 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 445/875] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:40 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/876] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:39 2026] POST /v2.0/subnets => generated 655 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/877] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:40 2026] GET /v2.0/security-groups?id=3993798d-a263-4a4b-96b6-172db34f7bc4&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-23 18:08:40.294 7 INFO neutron.db.segments_db [None req-2f168809-2c28-42a3-8f94-540ae3009c51 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Added segment da005a81-aa86-46c4-8b0c-fe38c58e9b1b of type vxlan for network 2e0487c8-731d-4035-9c4e-550285a33273 [pid: 6|app: 0|req: 446/878] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:40 2026] POST /v2.0/subnets => generated 688 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:08:40.460 6 INFO neutron.db.segments_db [None req-f77c262b-90f1-4fba-9508-2c68fef60977 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment 24b090cb-5801-4d8e-b91a-4c4f11cde383 of type vxlan for network e77ade55-dbc8-4e47-bc28-0b332cdad484 2026-04-23 18:08:40.500 7 INFO neutron.db.l3_hamode_db [None req-2f168809-2c28-42a3-8f94-540ae3009c51 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:08:40.618 7 INFO neutron.db.l3_hamode_db [None req-2f168809-2c28-42a3-8f94-540ae3009c51 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:08:40.694 6 INFO neutron.db.l3_hamode_db [None req-f77c262b-90f1-4fba-9508-2c68fef60977 68fd0086e1d1492ab579b3671e66954d ed3e1420eed0498f8711175528221a69 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 433/879] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:40 2026] POST /v2.0/routers => generated 511 bytes in 948 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:08:41.446 6 INFO neutron.db.l3_hamode_db [None req-f77c262b-90f1-4fba-9508-2c68fef60977 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 447/880] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:40 2026] POST /v2.0/routers => generated 728 bytes in 1866 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 448/881] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:42 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 973 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/882] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:08:41 2026] PUT /v2.0/routers/aa648dea-4eb0-462a-86b1-106bf13a23b6/add_router_interface => generated 309 bytes in 1395 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/883] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:42 2026] GET /v2.0/security-groups?id=3993798d-a263-4a4b-96b6-172db34f7bc4&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: 436/884] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:08:42 2026] GET /v2.0/ports/2f75bdb0-cc38-47bf-808b-c4d6d2159e03 => generated 959 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 449/885] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:08:42 2026] PUT /v2.0/routers/48c0b623-7a1e-42aa-b9e6-c7ef3aacd835/add_router_interface => generated 309 bytes in 1144 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.183 () {34 vars in 783 bytes} [Thu Apr 23 18:08:42 2026] PUT /v2.0/routers/aa648dea-4eb0-462a-86b1-106bf13a23b6/add_router_interface => generated 309 bytes in 1070 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 450/887] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:43 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/888] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:08:43 2026] GET /v2.0/ports/e0b7f1c4-e941-4edd-abfa-944bebd97dc4 => generated 967 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/889] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:43 2026] GET /v2.0/security-groups?id=3993798d-a263-4a4b-96b6-172db34f7bc4&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-23 18:08:44.211 6 INFO neutron_taas.services.taas.taas_plugin [None req-9c43e599-98e5-48ee-ac3b-55e2c5c6ebe2 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] TaaS: Handle Delete Port: e0b7f1c4-e941-4edd-abfa-944bebd97dc4 2026-04-23 18:08:44.220 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c43e599-98e5-48ee-ac3b-55e2c5c6ebe2 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Tap Mirror: Handle Delete Port: e0b7f1c4-e941-4edd-abfa-944bebd97dc4 [pid: 6|app: 0|req: 451/890] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:08:43 2026] PUT /v2.0/routers/aa648dea-4eb0-462a-86b1-106bf13a23b6/remove_router_interface => generated 309 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 452/891] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:44 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 453/892] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:45 2026] GET /v2.0/security-groups?id=3993798d-a263-4a4b-96b6-172db34f7bc4&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:45.145 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa46e273-4d63-4d7f-87b8-2b332d99b55f 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] TaaS: Handle Delete Port: 2f75bdb0-cc38-47bf-808b-c4d6d2159e03 2026-04-23 18:08:45.148 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa46e273-4d63-4d7f-87b8-2b332d99b55f 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Tap Mirror: Handle Delete Port: 2f75bdb0-cc38-47bf-808b-c4d6d2159e03 [pid: 6|app: 0|req: 454/893] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:45 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => 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: 440/894] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:08:44 2026] PUT /v2.0/routers/aa648dea-4eb0-462a-86b1-106bf13a23b6/remove_router_interface => generated 309 bytes in 815 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/895] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:08:45 2026] GET /v2.0/ports?device_id=aa648dea-4eb0-462a-86b1-106bf13a23b6 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:45.586 6 INFO neutron.db.l3_db [None req-dea942e7-c371-4842-bbd5-c9e6303099cb 6c88e72742274b288569a63aacad38ce 6ef573d56bc94476a5e366aea48991e3 - - default default] Floating IP ff58d141-27b4-4ce6-a180-485c32efd044 associated. External IP: 10.96.250.211, port: f72c80a1-b2c9-421c-b776-92629ece98f9. 2026-04-23 18:08:45.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-405722e1-9979-4013-be13-019a442e44b7 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] TaaS: Handle Delete Port: 1949fd70-8aeb-46a2-9309-28654d291077 2026-04-23 18:08:45.794 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-405722e1-9979-4013-be13-019a442e44b7 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Tap Mirror: Handle Delete Port: 1949fd70-8aeb-46a2-9309-28654d291077 [pid: 6|app: 0|req: 455/896] 10.0.0.183 () {34 vars in 749 bytes} [Thu Apr 23 18:08:45 2026] PUT /v2.0/floatingips/ff58d141-27b4-4ce6-a180-485c32efd044 => generated 856 bytes in 725 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 456/897] 10.0.0.29 () {34 vars in 981 bytes} [Thu Apr 23 18:08:45 2026] GET /v2.0/networks?id=ccf06e98-d4b8-4c21-8ba8-8467256ceb42 => generated 673 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 457/898] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:45 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 458/899] 10.0.0.29 () {34 vars in 964 bytes} [Thu Apr 23 18:08:45 2026] GET /v2.0/quotas/ed3e1420eed0498f8711175528221a69 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 459/900] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:46 2026] GET /v2.0/security-groups?id=3993798d-a263-4a4b-96b6-172db34f7bc4&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-23 18:08:46.099 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8733e1e-3eef-4180-9290-b57f401e21a2'] response: {'name': 'network-changed', 'server_uuid': '9c8804cb-9dd8-447d-9e19-2d881aa62c3b', 'tag': 'f72c80a1-b2c9-421c-b776-92629ece98f9', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 460/901] 10.0.0.29 () {34 vars in 1001 bytes} [Thu Apr 23 18:08:46 2026] GET /v2.0/ports?tenant_id=ed3e1420eed0498f8711175528221a69&fields=id => generated 103 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:46.187 7 INFO neutron.services.segments.plugin [-] Segment da005a81-aa86-46c4-8b0c-fe38c58e9b1b resource provider aggregate not found 2026-04-23 18:08:46.194 7 INFO neutron.services.segments.plugin [-] Segment da005a81-aa86-46c4-8b0c-fe38c58e9b1b resource provider aggregate not found 2026-04-23 18:08:46.210 7 INFO neutron.db.l3_hamode_db [None req-405722e1-9979-4013-be13-019a442e44b7 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] HA network 2e0487c8-731d-4035-9c4e-550285a33273 was deleted as no HA routers are present in tenant 811d4939d9ea4dcc8009bc5b27ad41bd. [pid: 7|app: 0|req: 442/902] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:45 2026] DELETE /v2.0/routers/aa648dea-4eb0-462a-86b1-106bf13a23b6 => generated 0 bytes in 624 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:08:46.218 7 INFO neutron.services.segments.plugin [-] Segment da005a81-aa86-46c4-8b0c-fe38c58e9b1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da005a81-aa86-46c4-8b0c-fe38c58e9b1b found for delete ", "request_id": "req-e78ca830-32e1-4235-8be8-f3653dec896b"}]} 2026-04-23 18:08:46.234 7 INFO neutron.services.segments.plugin [-] Segment da005a81-aa86-46c4-8b0c-fe38c58e9b1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da005a81-aa86-46c4-8b0c-fe38c58e9b1b found for delete ", "request_id": "req-f3e75001-88e4-451d-b53f-46333bcff0eb"}]} [pid: 6|app: 0|req: 461/903] 10.0.0.29 () {34 vars in 1007 bytes} [Thu Apr 23 18:08:46 2026] GET /v2.0/networks/ccf06e98-d4b8-4c21-8ba8-8467256ceb42?fields=segments => generated 14 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 462/904] 10.0.0.29 () {34 vars in 1107 bytes} [Thu Apr 23 18:08:46 2026] GET /v2.0/networks/ccf06e98-d4b8-4c21-8ba8-8467256ceb42?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/905] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:46 2026] DELETE /v2.0/subnets/9920178d-3b06-4859-91e7-d9872c376418 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/906] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:46 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/907] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:46 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 463/908] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:46 2026] DELETE /v2.0/subnets/bc8750f9-6e64-4b52-b067-33f46e59eaf2 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/909] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:46 2026] GET /v2.0/security-groups?id=3993798d-a263-4a4b-96b6-172db34f7bc4&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: 447/910] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:08:46 2026] GET /v2.0/ports?tenant_id=6ef573d56bc94476a5e366aea48991e3&device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => 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: 448/911] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:08:46 2026] GET /v2.0/networks?id=0edfadee-9711-43eb-9812-7f356c008b86 => generated 765 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:46.709 6 INFO neutron.services.segments.plugin [-] Segment 6455bcb1-fdce-427c-8325-cb7fe39cb51a resource provider aggregate not found 2026-04-23 18:08:46.719 6 INFO neutron.services.segments.plugin [-] Segment 6455bcb1-fdce-427c-8325-cb7fe39cb51a resource provider aggregate not found 2026-04-23 18:08:46.732 6 INFO neutron.services.segments.plugin [-] Segment 6455bcb1-fdce-427c-8325-cb7fe39cb51a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6455bcb1-fdce-427c-8325-cb7fe39cb51a found for delete ", "request_id": "req-c0d12ad8-0772-40c7-86b5-91e35d707ce5"}]} [pid: 7|app: 0|req: 449/912] 199.204.45.153 () {34 vars in 1060 bytes} [Thu Apr 23 18:08:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f72c80a1-b2c9-421c-b776-92629ece98f9 => generated 859 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:46.743 6 INFO neutron.services.segments.plugin [-] Segment 6455bcb1-fdce-427c-8325-cb7fe39cb51a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6455bcb1-fdce-427c-8325-cb7fe39cb51a found for delete ", "request_id": "req-49690562-6ed2-4289-8dbb-685102fd5634"}]} [pid: 6|app: 0|req: 464/913] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:08:46 2026] DELETE /v2.0/networks/b391e49f-cf77-4d08-86b7-834f1d8947c8 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/914] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:08:46 2026] GET /v2.0/subnets?id=ac185a1a-5983-48e4-8af0-73ab1b5e881d => generated 687 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/915] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:08:46 2026] GET /v2.0/ports?network_id=0edfadee-9711-43eb-9812-7f356c008b86&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: 452/916] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:08:46 2026] GET /v2.0/networks/0edfadee-9711-43eb-9812-7f356c008b86?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 465/917] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:08:46 2026] DELETE /v2.0/networks/ec5f9d91-b628-4fb0-be58-787f2b2487a0 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/918] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:08:46 2026] GET /v2.0/networks/0edfadee-9711-43eb-9812-7f356c008b86?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:46.943 6 INFO neutron.db.segments_db [None req-881af218-988b-4a78-b227-ce54c82505d9 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Added segment 53983793-f8c1-48e6-b18c-0d639e39911d of type vxlan for network 30da9fe5-473e-4e41-98ab-9b3c56a94611 [pid: 6|app: 0|req: 466/919] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:08:46 2026] POST /v2.0/networks => generated 615 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/920] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:47 2026] POST /v2.0/subnets => generated 646 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:08:47.375 6 INFO neutron.db.segments_db [None req-f4f83bc0-077c-4ae2-a25e-d0835636194b 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Added segment 56fc07d9-5f24-4e80-a098-bfe85b12ef51 of type vxlan for network e08d88da-1ea7-4de4-98ff-a0ef4a2d9e91 [pid: 7|app: 0|req: 455/921] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:47 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:47.704 6 INFO neutron.db.l3_hamode_db [None req-f4f83bc0-077c-4ae2-a25e-d0835636194b 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 456/922] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:47 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/923] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:47 2026] GET /v2.0/security-groups?id=3993798d-a263-4a4b-96b6-172db34f7bc4&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:47.838 6 INFO neutron.db.l3_hamode_db [None req-f4f83bc0-077c-4ae2-a25e-d0835636194b 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 467/924] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:47 2026] POST /v2.0/routers => generated 511 bytes in 1151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 468/925] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:48 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:48.751 6 INFO neutron.services.segments.plugin [-] Segment deac0c0d-3296-4576-96ce-fb04b92ab29f resource provider aggregate not found 2026-04-23 18:08:48.764 6 INFO neutron.services.segments.plugin [-] Segment deac0c0d-3296-4576-96ce-fb04b92ab29f resource provider aggregate not found 2026-04-23 18:08:48.769 6 INFO neutron.services.segments.plugin [-] Segment deac0c0d-3296-4576-96ce-fb04b92ab29f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid deac0c0d-3296-4576-96ce-fb04b92ab29f found for delete ", "request_id": "req-3a6c5f0f-a119-44b0-9071-583ec22ee70f"}]} [pid: 7|app: 0|req: 458/926] 10.0.0.183 () {34 vars in 665 bytes} [Thu Apr 23 18:08:48 2026] POST /v2.0/ports => generated 964 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:08:48.779 6 INFO neutron.services.segments.plugin [-] Segment deac0c0d-3296-4576-96ce-fb04b92ab29f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid deac0c0d-3296-4576-96ce-fb04b92ab29f found for delete ", "request_id": "req-2273dd36-3b31-4768-bdc2-5aba2a9a2644"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 459/927] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:48 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/928] 199.204.45.153 () {34 vars in 994 bytes} [Thu Apr 23 18:08:48 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/929] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:48 2026] GET /v2.0/security-groups?id=3993798d-a263-4a4b-96b6-172db34f7bc4&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:49.041 7 INFO neutron_taas.services.taas.taas_plugin [req-a01dac97-23a7-4f3f-8674-2c0e79d7b82e req-6997fa01-97b2-4919-a136-2158f57d432f 6c88e72742274b288569a63aacad38ce 6ef573d56bc94476a5e366aea48991e3 - - default default] TaaS: Handle Delete Port: f72c80a1-b2c9-421c-b776-92629ece98f9 2026-04-23 18:08:49.044 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a01dac97-23a7-4f3f-8674-2c0e79d7b82e req-6997fa01-97b2-4919-a136-2158f57d432f 6c88e72742274b288569a63aacad38ce 6ef573d56bc94476a5e366aea48991e3 - - default default] Tap Mirror: Handle Delete Port: f72c80a1-b2c9-421c-b776-92629ece98f9 2026-04-23 18:08:49.137 7 INFO neutron.db.l3_db [req-a01dac97-23a7-4f3f-8674-2c0e79d7b82e req-6997fa01-97b2-4919-a136-2158f57d432f 6c88e72742274b288569a63aacad38ce 6ef573d56bc94476a5e366aea48991e3 - - default default] Floating IP ff58d141-27b4-4ce6-a180-485c32efd044 disassociated. External IP: 10.96.250.211, port: f72c80a1-b2c9-421c-b776-92629ece98f9. [pid: 7|app: 0|req: 462/930] 199.204.45.153 () {36 vars in 997 bytes} [Thu Apr 23 18:08:48 2026] DELETE /v2.0/ports/f72c80a1-b2c9-421c-b776-92629ece98f9 => generated 0 bytes in 503 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:49.472 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-35a322fb-155e-49be-8f65-c6055af2fe8b'] response: {'server_uuid': '9c8804cb-9dd8-447d-9e19-2d881aa62c3b', 'name': 'network-vif-deleted', 'tag': 'f72c80a1-b2c9-421c-b776-92629ece98f9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 463/931] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:49 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 469/932] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:08:48 2026] PUT /v2.0/routers/8af9c749-1d0c-4ec4-833e-9a5d0336b438/add_router_interface => generated 309 bytes in 1041 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/933] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:08:49 2026] GET /v2.0/ports/ec6ed927-5c47-46da-9c4b-28f3e3548539 => generated 1038 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 465/934] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:50 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:50.126 6 INFO neutron_taas.services.taas.taas_plugin [None req-df05fc52-6466-4a33-baec-bde031117b05 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] TaaS: Handle Delete Port: ec6ed927-5c47-46da-9c4b-28f3e3548539 2026-04-23 18:08:50.129 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df05fc52-6466-4a33-baec-bde031117b05 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Tap Mirror: Handle Delete Port: ec6ed927-5c47-46da-9c4b-28f3e3548539 [pid: 6|app: 0|req: 470/935] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:08:49 2026] PUT /v2.0/routers/8af9c749-1d0c-4ec4-833e-9a5d0336b438/remove_router_interface => generated 309 bytes in 610 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:50.636 7 INFO neutron.api.v2.resource [None req-6909d6fb-4633-44a1-8a74-200a6d8e64de 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 466/936] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:08:50 2026] PUT /v2.0/routers/8af9c749-1d0c-4ec4-833e-9a5d0336b438/remove_router_interface => generated 197 bytes in 150 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: 6|app: 0|req: 471/937] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:08:50 2026] GET /v2.0/ports?device_id=8af9c749-1d0c-4ec4-833e-9a5d0336b438 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:50.821 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f02cf46-7b51-4c28-9d33-9117d78f13fa 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] TaaS: Handle Delete Port: ab918f07-06fb-47d1-9b72-e7bd16be542b 2026-04-23 18:08:50.823 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f02cf46-7b51-4c28-9d33-9117d78f13fa 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Tap Mirror: Handle Delete Port: ab918f07-06fb-47d1-9b72-e7bd16be542b [pid: 6|app: 0|req: 472/938] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:08:50 2026] GET /v2.0/networks?id=ccf06e98-d4b8-4c21-8ba8-8467256ceb42 => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:51.184 7 INFO neutron.services.segments.plugin [-] Segment 56fc07d9-5f24-4e80-a098-bfe85b12ef51 resource provider aggregate not found 2026-04-23 18:08:51.189 7 INFO neutron.services.segments.plugin [-] Segment 56fc07d9-5f24-4e80-a098-bfe85b12ef51 resource provider aggregate not found 2026-04-23 18:08:51.205 7 INFO neutron.services.segments.plugin [-] Segment 56fc07d9-5f24-4e80-a098-bfe85b12ef51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56fc07d9-5f24-4e80-a098-bfe85b12ef51 found for delete ", "request_id": "req-428b6bf2-58f5-434e-9920-c6588062e885"}]} 2026-04-23 18:08:51.213 7 INFO neutron.services.segments.plugin [-] Segment 56fc07d9-5f24-4e80-a098-bfe85b12ef51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56fc07d9-5f24-4e80-a098-bfe85b12ef51 found for delete ", "request_id": "req-b6029f58-c4e2-41da-8ba5-68e799d3e210"}]} 2026-04-23 18:08:51.220 7 INFO neutron.db.l3_hamode_db [None req-9f02cf46-7b51-4c28-9d33-9117d78f13fa 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] HA network e08d88da-1ea7-4de4-98ff-a0ef4a2d9e91 was deleted as no HA routers are present in tenant 811d4939d9ea4dcc8009bc5b27ad41bd. [pid: 7|app: 0|req: 467/939] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:50 2026] DELETE /v2.0/routers/8af9c749-1d0c-4ec4-833e-9a5d0336b438 => generated 0 bytes in 565 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 473/940] 199.204.45.153 () {38 vars in 955 bytes} [Thu Apr 23 18:08:50 2026] POST /v2.0/ports => generated 954 bytes in 431 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: 6|app: 0|req: 474/941] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:51 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => 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: 468/944] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:51 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 957 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 477/945] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:51 2026] DELETE /v2.0/subnets/85b66ec3-82f3-4570-ac73-c0850f9702fb => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 478/946] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:51 2026] GET /v2.0/security-groups?id=208b9775-7777-4132-ad8c-ba50f017d2cd&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:51.517 6 INFO neutron.services.segments.plugin [-] Segment 53983793-f8c1-48e6-b18c-0d639e39911d resource provider aggregate not found 2026-04-23 18:08:51.524 6 INFO neutron.services.segments.plugin [-] Segment 53983793-f8c1-48e6-b18c-0d639e39911d resource provider aggregate not found 2026-04-23 18:08:51.539 6 INFO neutron.services.segments.plugin [-] Segment 53983793-f8c1-48e6-b18c-0d639e39911d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53983793-f8c1-48e6-b18c-0d639e39911d found for delete ", "request_id": "req-4a8ce48e-0f75-4c8f-9802-ed3e013d5df7"}]} 2026-04-23 18:08:51.542 6 INFO neutron.services.segments.plugin [-] Segment 53983793-f8c1-48e6-b18c-0d639e39911d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53983793-f8c1-48e6-b18c-0d639e39911d found for delete ", "request_id": "req-43797072-d072-4412-8b27-c2ac9f0ec71d"}]} [pid: 6|app: 0|req: 479/947] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:08:51 2026] DELETE /v2.0/networks/30da9fe5-473e-4e41-98ab-9b3c56a94611 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:51.602 6 INFO neutron.db.segments_db [None req-5b4b3081-9d4c-46fe-9fee-422ec5bb4306 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Added segment ac639adf-21d5-40fb-9f8d-dbcb579dbf3b of type vxlan for network 01b2569f-a359-4f83-8d6e-c40978df01de [pid: 6|app: 0|req: 480/948] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:08:51 2026] POST /v2.0/networks => generated 614 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/949] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:08:51 2026] PUT /v2.0/ports/8cbf26ac-ab75-46ba-8c27-56657722e57e => generated 1235 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:08:51.797 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af3455cd-6fd6-4604-8174-6dc4ea5db1d2'] response: {'name': 'network-changed', 'server_uuid': '69c4c601-7ee0-4382-8b19-a3b2a1f9951d', 'tag': '8cbf26ac-ab75-46ba-8c27-56657722e57e', '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: 470/950] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:51 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 481/951] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:51 2026] POST /v2.0/subnets => generated 646 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/952] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:51 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&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-23 18:08:51.990 6 INFO neutron.db.segments_db [None req-e72d92de-ed24-4d84-a1d6-1ea4fad26cd8 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Added segment 964dc73b-0b4b-41a4-994c-bedf9b100b84 of type vxlan for network 6d2aec51-5319-4dd9-8f1d-a4fd84132805 [pid: 7|app: 0|req: 472/953] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:52 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => 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: 473/954] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:52 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&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-23 18:08:52.224 6 INFO neutron.db.l3_hamode_db [None req-e72d92de-ed24-4d84-a1d6-1ea4fad26cd8 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:08:52.335 6 INFO neutron.db.l3_hamode_db [None req-e72d92de-ed24-4d84-a1d6-1ea4fad26cd8 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 474/955] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:08:52 2026] GET /v2.0/ports?tenant_id=ed3e1420eed0498f8711175528221a69&device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/956] 199.204.45.153 () {34 vars in 1018 bytes} [Thu Apr 23 18:08:52 2026] GET /v2.0/networks?tenant_id=ed3e1420eed0498f8711175528221a69&shared=False => generated 769 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/957] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:52 2026] GET /v2.0/ports?device_id=9c8804cb-9dd8-447d-9e19-2d881aa62c3b => 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: 477/958] 199.204.45.153 () {34 vars in 930 bytes} [Thu Apr 23 18:08:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/959] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:52 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/960] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:52 2026] GET /v2.0/security-groups?id=208b9775-7777-4132-ad8c-ba50f017d2cd&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: 6|app: 0|req: 482/961] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:51 2026] POST /v2.0/routers => generated 510 bytes in 939 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 483/962] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:08:52 2026] GET /v2.0/ports?tenant_id=ed3e1420eed0498f8711175528221a69&device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 484/963] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:08:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=8cbf26ac-ab75-46ba-8c27-56657722e57e => generated 19 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 485/964] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:53 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 486/965] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:08:53 2026] GET /v2.0/subnets?id=299e98b5-4f92-4c72-bf10-f044bf9ebdb3 => generated 691 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 487/966] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:53 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&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: 6|app: 0|req: 488/967] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:08:53 2026] GET /v2.0/ports?network_id=ccf06e98-d4b8-4c21-8ba8-8467256ceb42&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: 6|app: 0|req: 489/968] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:08:53 2026] DELETE /v2.0/security-groups/3993798d-a263-4a4b-96b6-172db34f7bc4 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 490/969] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:08:53 2026] GET /v2.0/networks/ccf06e98-d4b8-4c21-8ba8-8467256ceb42?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 491/970] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:53 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:53.699 6 INFO neutron.api.v2.resource [None req-1b053ff0-17ce-4adb-a857-40fa7fd3e344 6c88e72742274b288569a63aacad38ce 6ef573d56bc94476a5e366aea48991e3 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 492/971] 10.0.0.183 () {32 vars in 737 bytes} [Thu Apr 23 18:08:53 2026] GET /v2.0/security-groups/3993798d-a263-4a4b-96b6-172db34f7bc4 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 493/972] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:08:53 2026] GET /v2.0/networks/ccf06e98-d4b8-4c21-8ba8-8467256ceb42?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: 6|app: 0|req: 494/973] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:53 2026] GET /v2.0/security-groups?id=208b9775-7777-4132-ad8c-ba50f017d2cd&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/974] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:08:52 2026] PUT /v2.0/routers/2d405b41-5d03-4d65-bca7-df3bb61c44d7/add_router_interface => generated 309 bytes in 954 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:53.856 6 INFO neutron_taas.services.taas.taas_plugin [None req-0ddc1519-1198-4963-827d-b12c5891dd68 6c88e72742274b288569a63aacad38ce 6ef573d56bc94476a5e366aea48991e3 - - default default] TaaS: Handle Delete Port: 72f87a5a-e9c2-4e77-a501-fdb958210943 2026-04-23 18:08:53.859 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ddc1519-1198-4963-827d-b12c5891dd68 6c88e72742274b288569a63aacad38ce 6ef573d56bc94476a5e366aea48991e3 - - default default] Tap Mirror: Handle Delete Port: 72f87a5a-e9c2-4e77-a501-fdb958210943 [pid: 7|app: 0|req: 481/975] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:08:53 2026] GET /v2.0/ports/3095ffd2-4aea-4a61-9614-80264ee39b3d => generated 959 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 495/976] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:08:53 2026] DELETE /v2.0/floatingips/ff58d141-27b4-4ce6-a180-485c32efd044 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:08:54.223 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf533fc5-e9d5-4447-9629-f5ca054dd7e8 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] TaaS: Handle Delete Port: 3095ffd2-4aea-4a61-9614-80264ee39b3d 2026-04-23 18:08:54.226 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf533fc5-e9d5-4447-9629-f5ca054dd7e8 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Tap Mirror: Handle Delete Port: 3095ffd2-4aea-4a61-9614-80264ee39b3d 2026-04-23 18:08:54.347 6 INFO neutron_taas.services.taas.taas_plugin [None req-e263b411-db4a-48d0-8f23-27e3a68ecc0a 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 9d48f0a8-3b92-4aa7-abe3-77f975195b2c 2026-04-23 18:08:54.349 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e263b411-db4a-48d0-8f23-27e3a68ecc0a 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 9d48f0a8-3b92-4aa7-abe3-77f975195b2c [pid: 7|app: 0|req: 482/977] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:08:53 2026] PUT /v2.0/routers/2d405b41-5d03-4d65-bca7-df3bb61c44d7/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: 483/978] 199.204.45.153 () {34 vars in 994 bytes} [Thu Apr 23 18:08:54 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/979] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:54 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => 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: 485/980] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:08:54 2026] GET /v2.0/ports?device_id=2d405b41-5d03-4d65-bca7-df3bb61c44d7 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:54.890 7 INFO neutron_taas.services.taas.taas_plugin [req-faa820c9-6ede-4bf6-b647-eed845ce1cc1 req-8c7c22b5-3f37-43e6-8a47-4785a5a537c7 34a8dfb3203a41a0852685049f35c02e cbcbf456e1b84e01ae5a92cadb17d06f - - default default] TaaS: Handle Delete Port: d1342518-1194-438e-ad41-a4f444459d02 2026-04-23 18:08:54.893 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-faa820c9-6ede-4bf6-b647-eed845ce1cc1 req-8c7c22b5-3f37-43e6-8a47-4785a5a537c7 34a8dfb3203a41a0852685049f35c02e cbcbf456e1b84e01ae5a92cadb17d06f - - default default] Tap Mirror: Handle Delete Port: d1342518-1194-438e-ad41-a4f444459d02 [pid: 6|app: 0|req: 496/981] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:08:54 2026] PUT /v2.0/routers/943c7272-b722-4c46-a7aa-9f50ac5a2ce1/remove_router_interface => generated 309 bytes in 908 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 497/982] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:54 2026] GET /v2.0/security-groups?id=eb33b68a-2f0e-4601-8549-decbfe46e527&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-23 18:08:55.059 7 INFO neutron.db.l3_db [req-faa820c9-6ede-4bf6-b647-eed845ce1cc1 req-8c7c22b5-3f37-43e6-8a47-4785a5a537c7 34a8dfb3203a41a0852685049f35c02e cbcbf456e1b84e01ae5a92cadb17d06f - - default default] Floating IP a7ef3e14-1d00-46f7-82f5-bdad2cd65a76 disassociated. External IP: 10.96.250.209, port: d1342518-1194-438e-ad41-a4f444459d02. 2026-04-23 18:08:55.132 6 INFO neutron_taas.services.taas.taas_plugin [None req-90fcdf64-5cbc-45db-9f8d-7d82936da32f 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] TaaS: Handle Delete Port: e4c2a785-a8f4-4378-9959-aba9a32d9863 2026-04-23 18:08:55.139 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90fcdf64-5cbc-45db-9f8d-7d82936da32f 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Tap Mirror: Handle Delete Port: e4c2a785-a8f4-4378-9959-aba9a32d9863 [pid: 7|app: 0|req: 486/983] 199.204.45.153 () {36 vars in 997 bytes} [Thu Apr 23 18:08:54 2026] DELETE /v2.0/ports/d1342518-1194-438e-ad41-a4f444459d02 => generated 0 bytes in 690 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:55.460 6 INFO neutron.services.segments.plugin [-] Segment 964dc73b-0b4b-41a4-994c-bedf9b100b84 resource provider aggregate not found 2026-04-23 18:08:55.468 6 INFO neutron.services.segments.plugin [-] Segment 964dc73b-0b4b-41a4-994c-bedf9b100b84 resource provider aggregate not found 2026-04-23 18:08:55.476 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-be5c48e4-c75e-4cb5-abc0-a9c4bebe0304'] response: {'server_uuid': 'c25a4799-6294-4a4d-9bdf-e2c1cc31b789', 'name': 'network-vif-deleted', 'tag': 'd1342518-1194-438e-ad41-a4f444459d02', 'status': 'completed', 'code': 200} 2026-04-23 18:08:55.481 6 INFO neutron.services.segments.plugin [-] Segment 964dc73b-0b4b-41a4-994c-bedf9b100b84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 964dc73b-0b4b-41a4-994c-bedf9b100b84 found for delete ", "request_id": "req-ea90f8e2-ccce-4387-b72e-16f9e16bcb49"}]} [pid: 7|app: 0|req: 487/984] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:55 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:55.491 6 INFO neutron.services.segments.plugin [-] Segment 964dc73b-0b4b-41a4-994c-bedf9b100b84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 964dc73b-0b4b-41a4-994c-bedf9b100b84 found for delete ", "request_id": "req-b372fbd5-c4e6-4a9c-90fa-c540f612c0d5"}]} 2026-04-23 18:08:55.497 6 INFO neutron.db.l3_hamode_db [None req-90fcdf64-5cbc-45db-9f8d-7d82936da32f 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] HA network 6d2aec51-5319-4dd9-8f1d-a4fd84132805 was deleted as no HA routers are present in tenant 811d4939d9ea4dcc8009bc5b27ad41bd. [pid: 6|app: 0|req: 498/985] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:54 2026] DELETE /v2.0/routers/2d405b41-5d03-4d65-bca7-df3bb61c44d7 => generated 0 bytes in 553 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 499/986] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:55 2026] GET /v2.0/security-groups?id=208b9775-7777-4132-ad8c-ba50f017d2cd&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: 6|app: 0|req: 500/987] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:55 2026] DELETE /v2.0/subnets/cf5e3dfd-816e-48b7-9f07-a8089078a60c => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:55.696 7 INFO neutron_taas.services.taas.taas_plugin [None req-19df5267-4966-416c-8018-203e00b739ff 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: a9931a87-8137-4519-8a6f-0b67b25575ac 2026-04-23 18:08:55.698 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19df5267-4966-416c-8018-203e00b739ff 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: a9931a87-8137-4519-8a6f-0b67b25575ac [pid: 6|app: 0|req: 501/988] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:08:55 2026] DELETE /v2.0/networks/01b2569f-a359-4f83-8d6e-c40978df01de => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:55.838 6 INFO neutron.db.segments_db [None req-588a1f83-c200-4a12-8e76-f4adf3520d19 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Added segment 0c43dea2-e92f-43a3-9d22-749ccccf26be of type vxlan for network aa9d76de-9cde-460c-bfb3-4580f4084b7d 2026-04-23 18:08:55.967 7 INFO neutron_taas.services.taas.taas_plugin [None req-19df5267-4966-416c-8018-203e00b739ff 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 372a6253-ab3c-478d-ae59-1e59561c222b 2026-04-23 18:08:55.969 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19df5267-4966-416c-8018-203e00b739ff 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 372a6253-ab3c-478d-ae59-1e59561c222b 2026-04-23 18:08:56.103 6 INFO neutron.db.l3_hamode_db [None req-588a1f83-c200-4a12-8e76-f4adf3520d19 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:08:56.333 7 INFO neutron.services.segments.plugin [-] Segment d37db084-021a-44d6-9c86-78f0e08eb253 resource provider aggregate not found 2026-04-23 18:08:56.335 7 INFO neutron.services.segments.plugin [-] Segment d37db084-021a-44d6-9c86-78f0e08eb253 resource provider aggregate not found 2026-04-23 18:08:56.356 7 INFO neutron.services.segments.plugin [-] Segment d37db084-021a-44d6-9c86-78f0e08eb253 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d37db084-021a-44d6-9c86-78f0e08eb253 found for delete ", "request_id": "req-1a1def74-088c-44a0-aaef-6078e34cc482"}]} 2026-04-23 18:08:56.357 7 INFO neutron.db.l3_hamode_db [None req-19df5267-4966-416c-8018-203e00b739ff 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] HA network 4f8320c4-d705-4b61-b014-c9b0c9a263e1 was deleted as no HA routers are present in tenant 6ef573d56bc94476a5e366aea48991e3. 2026-04-23 18:08:56.359 7 INFO neutron.services.segments.plugin [-] Segment d37db084-021a-44d6-9c86-78f0e08eb253 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d37db084-021a-44d6-9c86-78f0e08eb253 found for delete ", "request_id": "req-def7fd6c-e2cc-476c-ba14-597776d214b1"}]} [pid: 7|app: 0|req: 488/989] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:55 2026] DELETE /v2.0/routers/943c7272-b722-4c46-a7aa-9f50ac5a2ce1 => generated 0 bytes in 880 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/990] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:56 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/991] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:56 2026] DELETE /v2.0/subnets/ac185a1a-5983-48e4-8af0-73ab1b5e881d => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:56.684 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a611e04-5518-4898-a461-6aa97a36e538 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 12a23dbe-b966-4236-b768-e4600a500efe 2026-04-23 18:08:56.687 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a611e04-5518-4898-a461-6aa97a36e538 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 12a23dbe-b966-4236-b768-e4600a500efe [pid: 7|app: 0|req: 491/992] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:08:56 2026] DELETE /v2.0/networks/0edfadee-9711-43eb-9812-7f356c008b86 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:08:56.960 6 INFO neutron.db.l3_hamode_db [None req-588a1f83-c200-4a12-8e76-f4adf3520d19 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 492/993] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:56 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 969 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/994] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:56 2026] GET /v2.0/security-groups?id=208b9775-7777-4132-ad8c-ba50f017d2cd&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/995] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:08:57 2026] GET /v2.0/security-groups?tenant_id=6ef573d56bc94476a5e366aea48991e3&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/996] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:08:57 2026] DELETE /v2.0/security-groups/ae32e7c3-5e28-4fcf-9f51-34c311cab105 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/997] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:57 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:57.502 6 INFO neutron.services.segments.plugin [-] Segment ac639adf-21d5-40fb-9f8d-dbcb579dbf3b resource provider aggregate not found 2026-04-23 18:08:57.512 6 INFO neutron.services.segments.plugin [-] Segment ac639adf-21d5-40fb-9f8d-dbcb579dbf3b resource provider aggregate not found 2026-04-23 18:08:57.529 6 INFO neutron.services.segments.plugin [-] Segment ac639adf-21d5-40fb-9f8d-dbcb579dbf3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac639adf-21d5-40fb-9f8d-dbcb579dbf3b found for delete ", "request_id": "req-cf8f67a8-b547-43b0-9e98-edeb3c114775"}]} 2026-04-23 18:08:57.550 6 INFO neutron.services.segments.plugin [-] Segment ac639adf-21d5-40fb-9f8d-dbcb579dbf3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac639adf-21d5-40fb-9f8d-dbcb579dbf3b found for delete ", "request_id": "req-9d4747ae-c593-4a01-9b68-861bc32114e2"}]} [pid: 6|app: 0|req: 502/998] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:55 2026] POST /v2.0/routers => generated 692 bytes in 2073 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/999] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:08:57 2026] GET /v2.0/routers/1dbc2fcd-fb29-4477-8fa6-08dcaa5483b2 => generated 698 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 503/1000] 10.0.0.183 () {32 vars in 647 bytes} [Thu Apr 23 18:08:57 2026] GET /v2.0/routers => generated 701 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 504/1001] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:58 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 505/1002] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:58 2026] GET /v2.0/security-groups?id=208b9775-7777-4132-ad8c-ba50f017d2cd&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:58.380 7 INFO neutron.services.segments.plugin [-] Segment 140b1676-56a7-4a8d-b5f7-518d38ab678b resource provider aggregate not found 2026-04-23 18:08:58.400 7 INFO neutron.services.segments.plugin [-] Segment 140b1676-56a7-4a8d-b5f7-518d38ab678b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 140b1676-56a7-4a8d-b5f7-518d38ab678b found for delete ", "request_id": "req-e3a8b59a-fa16-4f73-9346-14828484d34b"}]} 2026-04-23 18:08:58.401 7 INFO neutron.services.segments.plugin [-] Segment 140b1676-56a7-4a8d-b5f7-518d38ab678b resource provider aggregate not found 2026-04-23 18:08:58.428 7 INFO neutron.services.segments.plugin [-] Segment 140b1676-56a7-4a8d-b5f7-518d38ab678b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 140b1676-56a7-4a8d-b5f7-518d38ab678b found for delete ", "request_id": "req-c8e230b7-466d-4da0-a6d1-e465a072c446"}]} [pid: 7|app: 0|req: 498/1003] 10.0.0.183 () {34 vars in 741 bytes} [Thu Apr 23 18:08:58 2026] PUT /v2.0/routers/1dbc2fcd-fb29-4477-8fa6-08dcaa5483b2 => generated 705 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1004] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:58 2026] GET /v2.0/ports?device_id=c25a4799-6294-4a4d-9bdf-e2c1cc31b789 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 506/1005] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:08:58 2026] GET /v2.0/routers/1dbc2fcd-fb29-4477-8fa6-08dcaa5483b2 => generated 705 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1006] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:08:58 2026] GET /v2.0/ports?device_id=1dbc2fcd-fb29-4477-8fa6-08dcaa5483b2 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:58.885 6 INFO neutron_taas.services.taas.taas_plugin [None req-e6cd348d-8445-4316-9e23-4ab311f5103e 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] TaaS: Handle Delete Port: 6fe83069-b4e6-4f7e-9e9f-dd1d317e4ded 2026-04-23 18:08:58.887 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6cd348d-8445-4316-9e23-4ab311f5103e 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Tap Mirror: Handle Delete Port: 6fe83069-b4e6-4f7e-9e9f-dd1d317e4ded 2026-04-23 18:08:59.139 6 INFO neutron_taas.services.taas.taas_plugin [None req-e6cd348d-8445-4316-9e23-4ab311f5103e 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] TaaS: Handle Delete Port: b84fb612-5c92-4e30-8e29-c3fb7b6195e7 2026-04-23 18:08:59.142 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6cd348d-8445-4316-9e23-4ab311f5103e 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] Tap Mirror: Handle Delete Port: b84fb612-5c92-4e30-8e29-c3fb7b6195e7 2026-04-23 18:08:59.378 7 INFO neutron.db.segments_db [None req-85209fa6-175f-4373-a165-96d33d96d9cc 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment 18840bc2-4c52-4d7d-84e8-8fa856b86bda of type vxlan for network e082c57d-9633-472b-87ab-c7ff2b1c575d [pid: 7|app: 0|req: 501/1007] 10.0.0.183 () {34 vars in 671 bytes} [Thu Apr 23 18:08:58 2026] POST /v2.0/networks => generated 725 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1008] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:08:59 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:08:59.522 6 INFO neutron.db.l3_hamode_db [None req-e6cd348d-8445-4316-9e23-4ab311f5103e 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] HA network aa9d76de-9cde-460c-bfb3-4580f4084b7d was deleted as no HA routers are present in tenant 811d4939d9ea4dcc8009bc5b27ad41bd. [pid: 6|app: 0|req: 507/1009] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:58 2026] DELETE /v2.0/routers/1dbc2fcd-fb29-4477-8fa6-08dcaa5483b2 => generated 0 bytes in 878 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:08:59.553 6 INFO neutron.services.segments.plugin [-] Segment 0c43dea2-e92f-43a3-9d22-749ccccf26be resource provider aggregate not found [pid: 6|app: 0|req: 508/1010] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:08:59 2026] GET /v2.0/security-groups?id=208b9775-7777-4132-ad8c-ba50f017d2cd&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:59.569 6 INFO neutron.services.segments.plugin [-] Segment 0c43dea2-e92f-43a3-9d22-749ccccf26be resource provider aggregate not found 2026-04-23 18:08:59.575 6 INFO neutron.services.segments.plugin [-] Segment 0c43dea2-e92f-43a3-9d22-749ccccf26be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c43dea2-e92f-43a3-9d22-749ccccf26be found for delete ", "request_id": "req-c36b4f17-0505-4ed7-bdb6-495b913b08d7"}]} 2026-04-23 18:08:59.592 6 INFO neutron.services.segments.plugin [-] Segment 0c43dea2-e92f-43a3-9d22-749ccccf26be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c43dea2-e92f-43a3-9d22-749ccccf26be found for delete ", "request_id": "req-0747a58f-8c0e-490d-91f4-30f0fe7636a2"}]} [pid: 6|app: 0|req: 509/1011] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:08:59 2026] GET /v2.0/ports?device_id=1dbc2fcd-fb29-4477-8fa6-08dcaa5483b2 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:59.616 6 INFO neutron.api.v2.resource [None req-aec951ea-4a30-48fd-bde6-2ca5d74eda91 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 510/1012] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:59 2026] DELETE /v2.0/routers/1dbc2fcd-fb29-4477-8fa6-08dcaa5483b2 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 511/1013] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:08:59 2026] GET /v2.0/ports?device_id=2d405b41-5d03-4d65-bca7-df3bb61c44d7 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:59.667 6 INFO neutron.api.v2.resource [None req-0934a007-c281-4645-aa00-c2da2fcf4a78 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 512/1014] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:59 2026] DELETE /v2.0/routers/2d405b41-5d03-4d65-bca7-df3bb61c44d7 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:08:59.696 6 INFO neutron.pecan_wsgi.hooks.translation [None req-cbe44cc4-46a3-4a92-9ed9-278864debb75 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 513/1015] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:59 2026] DELETE /v2.0/subnets/cf5e3dfd-816e-48b7-9f07-a8089078a60c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1016] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:59 2026] POST /v2.0/subnets => generated 691 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 514/1017] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:08:59 2026] GET /v2.0/ports?device_id=8af9c749-1d0c-4ec4-833e-9a5d0336b438 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:08:59.783 6 INFO neutron.db.segments_db [None req-c2fa8d1f-81be-4989-9062-110b8a00d48d 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment 70bbe717-fb66-4fe5-9664-b4f19237ed56 of type vxlan for network ecfeb52b-66e4-4953-ac55-a4eb38e7cc47 [pid: 7|app: 0|req: 504/1018] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:08:59 2026] DELETE /v2.0/security-groups/eb33b68a-2f0e-4601-8549-decbfe46e527 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:08:59.817 7 INFO neutron.api.v2.resource [None req-aa18f513-c784-4402-a365-af639c9c35df 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 505/1019] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:59 2026] DELETE /v2.0/routers/8af9c749-1d0c-4ec4-833e-9a5d0336b438 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:08:59.827 7 INFO neutron.api.v2.resource [None req-bc51ef9d-9f05-451b-93d9-05ceba1fe647 34a8dfb3203a41a0852685049f35c02e cbcbf456e1b84e01ae5a92cadb17d06f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 506/1020] 10.0.0.183 () {32 vars in 737 bytes} [Thu Apr 23 18:08:59 2026] GET /v2.0/security-groups/eb33b68a-2f0e-4601-8549-decbfe46e527 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:08:59.840 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2a719db2-bff5-4ab9-9705-016779778640 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 507/1021] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:08:59 2026] DELETE /v2.0/subnets/85b66ec3-82f3-4570-ac73-c0850f9702fb => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:08:59.942 7 INFO neutron_taas.services.taas.taas_plugin [None req-42682322-cc46-4965-a8bf-13f55bdba08b 34a8dfb3203a41a0852685049f35c02e cbcbf456e1b84e01ae5a92cadb17d06f - - default default] TaaS: Handle Delete Port: 913b4478-3809-4943-98e5-62641406f284 2026-04-23 18:08:59.945 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42682322-cc46-4965-a8bf-13f55bdba08b 34a8dfb3203a41a0852685049f35c02e cbcbf456e1b84e01ae5a92cadb17d06f - - default default] Tap Mirror: Handle Delete Port: 913b4478-3809-4943-98e5-62641406f284 2026-04-23 18:09:00.037 6 INFO neutron.db.l3_hamode_db [None req-c2fa8d1f-81be-4989-9062-110b8a00d48d 68fd0086e1d1492ab579b3671e66954d c0fd5fee18da4637848bd34c3b79eafb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 508/1022] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:08:59 2026] DELETE /v2.0/floatingips/a7ef3e14-1d00-46f7-82f5-bdad2cd65a76 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1023] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:09:00 2026] GET /v2.0/ports?device_id=aa648dea-4eb0-462a-86b1-106bf13a23b6 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:09:00.492 7 INFO neutron_taas.services.taas.taas_plugin [None req-41aa8cae-da36-4fef-aa7f-18bea37d3fd5 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: df8bb352-0d49-4161-9d14-a63e209f3709 2026-04-23 18:09:00.495 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41aa8cae-da36-4fef-aa7f-18bea37d3fd5 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: df8bb352-0d49-4161-9d14-a63e209f3709 2026-04-23 18:09:00.810 6 INFO neutron.db.l3_hamode_db [None req-c2fa8d1f-81be-4989-9062-110b8a00d48d 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 510/1024] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:09:00 2026] PUT /v2.0/routers/0e9c602f-d260-409d-9759-61a877c0ff6b/remove_router_interface => generated 309 bytes in 958 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:09:01.093 7 INFO neutron.api.v2.resource [None req-83f5a1e4-5ed6-4111-8fa1-80dafe35a1b3 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 511/1025] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:09:01 2026] DELETE /v2.0/routers/aa648dea-4eb0-462a-86b1-106bf13a23b6 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1026] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:01 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:09:01.357 7 INFO neutron_taas.services.taas.taas_plugin [None req-708669c8-15f0-422b-ac48-09eb7d933bed 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 1ab073b7-4b86-4a69-85d1-c799d1e5357c 2026-04-23 18:09:01.361 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-708669c8-15f0-422b-ac48-09eb7d933bed 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 1ab073b7-4b86-4a69-85d1-c799d1e5357c 2026-04-23 18:09:01.662 7 INFO neutron_taas.services.taas.taas_plugin [None req-708669c8-15f0-422b-ac48-09eb7d933bed 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: c1356f42-267b-4407-9122-31bf2c9fecce 2026-04-23 18:09:01.665 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-708669c8-15f0-422b-ac48-09eb7d933bed 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: c1356f42-267b-4407-9122-31bf2c9fecce [pid: 6|app: 0|req: 515/1027] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:08:59 2026] POST /v2.0/routers => generated 731 bytes in 2016 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:09:01.753 6 INFO neutron.pecan_wsgi.hooks.translation [None req-35bb651a-88a9-4525-abab-a31362813c52 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 516/1028] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:09:01 2026] DELETE /v2.0/subnets/9920178d-3b06-4859-91e7-d9872c376418 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 517/1029] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:01 2026] GET /v2.0/security-groups?id=208b9775-7777-4132-ad8c-ba50f017d2cd&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:09:02.066 7 INFO neutron.services.segments.plugin [-] Segment f3adae57-af9a-4330-a58e-f412b4dcd908 resource provider aggregate not found 2026-04-23 18:09:02.067 7 INFO neutron.services.segments.plugin [-] Segment f3adae57-af9a-4330-a58e-f412b4dcd908 resource provider aggregate not found 2026-04-23 18:09:02.095 7 INFO neutron.services.segments.plugin [-] Segment f3adae57-af9a-4330-a58e-f412b4dcd908 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3adae57-af9a-4330-a58e-f412b4dcd908 found for delete ", "request_id": "req-4beccde5-147b-42d0-ac0d-8da4224a337d"}]} 2026-04-23 18:09:02.098 7 INFO neutron.services.segments.plugin [-] Segment f3adae57-af9a-4330-a58e-f412b4dcd908 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3adae57-af9a-4330-a58e-f412b4dcd908 found for delete ", "request_id": "req-f85e39d7-9ec4-4d17-98f4-48dd8b93cc0a"}]} 2026-04-23 18:09:02.108 7 INFO neutron.db.l3_hamode_db [None req-708669c8-15f0-422b-ac48-09eb7d933bed 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] HA network 00603025-3841-4968-8908-dcc0396a850b was deleted as no HA routers are present in tenant cbcbf456e1b84e01ae5a92cadb17d06f. [pid: 7|app: 0|req: 513/1030] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:09:01 2026] DELETE /v2.0/routers/0e9c602f-d260-409d-9759-61a877c0ff6b => generated 0 bytes in 986 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:09:02.126 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7d496ef4-199c-45e8-9ee3-ddb2a3a94124 414de4d36deb4c6ea25cbc96ee28b7be 811d4939d9ea4dcc8009bc5b27ad41bd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 514/1031] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:09:02 2026] DELETE /v2.0/subnets/bc8750f9-6e64-4b52-b067-33f46e59eaf2 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1032] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:09:02 2026] DELETE /v2.0/subnets/b1bca0ed-fbf8-4dec-a5c8-d4ffc9994685 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:09:02.359 7 INFO neutron_taas.services.taas.taas_plugin [None req-48db1549-8e2a-47f0-a312-94ba25705b09 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 9abefd07-1bb6-42ea-a499-e2a97a785308 2026-04-23 18:09:02.361 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48db1549-8e2a-47f0-a312-94ba25705b09 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 9abefd07-1bb6-42ea-a499-e2a97a785308 [pid: 7|app: 0|req: 516/1033] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:09:02 2026] DELETE /v2.0/networks/0c8ff5ef-2b7c-446f-8e5b-39c4322b398c => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1034] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:02 2026] GET /v2.0/security-groups?tenant_id=811d4939d9ea4dcc8009bc5b27ad41bd&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1035] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:02 2026] GET /v2.0/security-groups?tenant_id=cbcbf456e1b84e01ae5a92cadb17d06f&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 518/1036] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:09:01 2026] PUT /v2.0/routers/b0f51fe3-21e8-4b47-a69c-9b87fb44f81c/add_router_interface => generated 309 bytes in 1117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1037] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:02 2026] DELETE /v2.0/security-groups/9ed13deb-ff12-44e2-8e63-c3c024797ada => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 519/1038] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:02 2026] DELETE /v2.0/security-groups/f94b2c3b-1606-4119-98bc-d4d44af2d813 => 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: 520/1039] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:03 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 520/1040] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:03 2026] GET /v2.0/security-groups?id=208b9775-7777-4132-ad8c-ba50f017d2cd&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: 521/1041] 10.0.0.183 () {34 vars in 685 bytes} [Thu Apr 23 18:09:03 2026] POST /v2.0/security-groups => generated 1660 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 521/1042] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:03 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: 7|app: 0|req: 522/1043] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:09:04.126 7 INFO neutron.services.segments.plugin [-] Segment 8b55014d-0b5f-47a2-a128-771042634e58 resource provider aggregate not found 2026-04-23 18:09:04.130 7 INFO neutron.services.segments.plugin [-] Segment 8b55014d-0b5f-47a2-a128-771042634e58 resource provider aggregate not found 2026-04-23 18:09:04.144 7 INFO neutron.services.segments.plugin [-] Segment 8b55014d-0b5f-47a2-a128-771042634e58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b55014d-0b5f-47a2-a128-771042634e58 found for delete ", "request_id": "req-0cbf5db8-d8b4-4db7-ac8b-37065e261a9e"}]} 2026-04-23 18:09:04.147 7 INFO neutron.services.segments.plugin [-] Segment 8b55014d-0b5f-47a2-a128-771042634e58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b55014d-0b5f-47a2-a128-771042634e58 found for delete ", "request_id": "req-4a71ccda-2473-4bbb-bb02-1679a5091cbf"}]} [pid: 7|app: 0|req: 523/1044] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:04 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => 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: 524/1045] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:04 2026] GET /v2.0/security-groups?id=208b9775-7777-4132-ad8c-ba50f017d2cd&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: 6|app: 0|req: 522/1046] 10.0.0.183 () {34 vars in 676 bytes} [Thu Apr 23 18:09:03 2026] POST /v2.0/floatingips => generated 552 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1047] 10.0.0.183 () {32 vars in 623 bytes} [Thu Apr 23 18:09:04 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 6|app: 0|req: 523/1048] 10.0.0.183 () {32 vars in 633 bytes} [Thu Apr 23 18:09:04 2026] GET /v2.0/ => generated 632 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1049] 10.0.0.29 () {34 vars in 1099 bytes} [Thu Apr 23 18:09:04 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1772393398&fields=id&tenant_id=c0fd5fee18da4637848bd34c3b79eafb => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 524/1050] 10.0.0.29 () {34 vars in 981 bytes} [Thu Apr 23 18:09:05 2026] GET /v2.0/networks?id=e082c57d-9633-472b-87ab-c7ff2b1c575d => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1051] 10.0.0.29 () {34 vars in 964 bytes} [Thu Apr 23 18:09:05 2026] GET /v2.0/quotas/c0fd5fee18da4637848bd34c3b79eafb => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 525/1052] 10.0.0.29 () {34 vars in 1001 bytes} [Thu Apr 23 18:09:05 2026] GET /v2.0/ports?tenant_id=c0fd5fee18da4637848bd34c3b79eafb&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1053] 10.0.0.29 () {34 vars in 1007 bytes} [Thu Apr 23 18:09:05 2026] GET /v2.0/networks/e082c57d-9633-472b-87ab-c7ff2b1c575d?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 526/1054] 10.0.0.29 () {34 vars in 1107 bytes} [Thu Apr 23 18:09:05 2026] GET /v2.0/networks/e082c57d-9633-472b-87ab-c7ff2b1c575d?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: 529/1055] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:05 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1056] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:05 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => 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: 531/1057] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:05 2026] GET /v2.0/security-groups?id=208b9775-7777-4132-ad8c-ba50f017d2cd&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1058] 199.204.45.153 () {34 vars in 994 bytes} [Thu Apr 23 18:09:05 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:09:05.843 7 INFO neutron_taas.services.taas.taas_plugin [req-7119bd91-e4d1-4aa3-ae57-ac48c39a8196 req-2dd96b2e-01f6-47fc-b8e9-aad90c76a2ab 822b18b97d5d48808761ae772f397564 ed3e1420eed0498f8711175528221a69 - - default default] TaaS: Handle Delete Port: 8cbf26ac-ab75-46ba-8c27-56657722e57e 2026-04-23 18:09:05.849 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7119bd91-e4d1-4aa3-ae57-ac48c39a8196 req-2dd96b2e-01f6-47fc-b8e9-aad90c76a2ab 822b18b97d5d48808761ae772f397564 ed3e1420eed0498f8711175528221a69 - - default default] Tap Mirror: Handle Delete Port: 8cbf26ac-ab75-46ba-8c27-56657722e57e [pid: 6|app: 0|req: 527/1059] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:05 2026] GET /v2.0/security-groups?tenant_id=3673be26c63942e089f9c673284b58f8&name=default => generated 2925 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1060] 199.204.45.153 () {36 vars in 997 bytes} [Thu Apr 23 18:09:05 2026] DELETE /v2.0/ports/8cbf26ac-ab75-46ba-8c27-56657722e57e => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 528/1061] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:05 2026] DELETE /v2.0/security-groups/fa9c8b59-c80c-44d8-8010-d2e6a087cde2 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:09:06.069 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c32494d7-5c69-4211-a216-c30766f47ffe'] response: {'server_uuid': '69c4c601-7ee0-4382-8b19-a3b2a1f9951d', 'name': 'network-vif-deleted', 'tag': '8cbf26ac-ab75-46ba-8c27-56657722e57e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 535/1064] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:06 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 530/1065] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:06 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1066] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:07 2026] GET /v2.0/security-groups?tenant_id=2c8cc9b0c3ba43e5829e75a21f024347&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: 537/1067] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:07 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 531/1068] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:07 2026] DELETE /v2.0/security-groups/64c93f91-e98f-41b6-9a1d-c4e9922d5467 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1069] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:07 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 532/1070] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:07 2026] GET /v2.0/security-groups?tenant_id=112814b78dbd40fe8b2227f0785d769b&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1071] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:08 2026] DELETE /v2.0/security-groups/19730c46-4e8f-4fb0-9c13-19f504caae05 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 533/1072] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:08 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1073] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:08 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 534/1074] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:09:09 2026] GET /v2.0/networks?id=e082c57d-9633-472b-87ab-c7ff2b1c575d => generated 676 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1075] 199.204.45.153 () {34 vars in 1050 bytes} [Thu Apr 23 18:09:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c0fd5fee18da4637848bd34c3b79eafb => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1076] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:09 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => 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: 543/1077] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:10 2026] GET /v2.0/ports?device_id=69c4c601-7ee0-4382-8b19-a3b2a1f9951d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 535/1078] 199.204.45.153 () {38 vars in 955 bytes} [Thu Apr 23 18:09:09 2026] POST /v2.0/ports => generated 954 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1079] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:09:10 2026] PUT /v2.0/ports/34f44816-bca5-4e22-a84a-ee3d8a3f60e1 => generated 1235 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:09:10.656 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4de9937b-92e5-4915-94fd-5d7248e6d40b'] response: {'name': 'network-changed', 'server_uuid': '0316f54c-ff0b-4809-8452-f2f7433a213d', 'tag': '34f44816-bca5-4e22-a84a-ee3d8a3f60e1', '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: 6|app: 0|req: 536/1080] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:10 2026] GET /v2.0/security-groups?tenant_id=6736eb8397004956a99fc0ba1c860742&name=default => generated 2925 bytes in 344 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: 6|app: 0|req: 537/1081] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:10 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => 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: 545/1082] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:10 2026] DELETE /v2.0/security-groups/8b34d09b-033b-43db-9433-f3565d640614 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 538/1083] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:11 2026] GET /v2.0/security-groups?id=8be0bf8b-2ac4-44ee-9b3d-4022b1b517e5&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: 6|app: 0|req: 539/1084] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:09:11 2026] GET /v2.0/ports?tenant_id=c0fd5fee18da4637848bd34c3b79eafb&device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 540/1085] 199.204.45.153 () {34 vars in 1018 bytes} [Thu Apr 23 18:09:11 2026] GET /v2.0/networks?tenant_id=c0fd5fee18da4637848bd34c3b79eafb&shared=False => generated 772 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1086] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:11 2026] GET /v2.0/security-groups?tenant_id=f31db4f35f294db2b0e9cc4667b12203&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 541/1087] 199.204.45.153 () {34 vars in 930 bytes} [Thu Apr 23 18:09:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1088] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:11 2026] DELETE /v2.0/security-groups/e45e6c98-9e33-4955-bf0e-9be5f9478e99 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 542/1089] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:11 2026] GET /v2.0/security-groups?tenant_id=4509c1b5c7e54846ad4b9cd028ef461e&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1090] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:12 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1091] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:12 2026] GET /v2.0/security-groups?id=8be0bf8b-2ac4-44ee-9b3d-4022b1b517e5&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: 6|app: 0|req: 543/1092] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:12 2026] DELETE /v2.0/security-groups/8f8b52cd-f248-4e62-8448-a93ec5350202 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 544/1093] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:09:12 2026] GET /v2.0/ports?tenant_id=c0fd5fee18da4637848bd34c3b79eafb&device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 545/1094] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:09:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=34f44816-bca5-4e22-a84a-ee3d8a3f60e1 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 546/1095] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:09:12 2026] GET /v2.0/subnets?id=0c9bd975-bebc-49b7-9cd4-9fbe6b3d5834 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 547/1096] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:09:12 2026] GET /v2.0/ports?network_id=e082c57d-9633-472b-87ab-c7ff2b1c575d&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: 6|app: 0|req: 548/1097] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:12 2026] GET /v2.0/security-groups?tenant_id=e72648dc482d416fb6c73538433afd77&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:09:12.640 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5c08a27-6dce-4857-960e-aeb2b25ca14a 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: bb4a815b-82b5-4cf2-9f07-62ba4d174108 2026-04-23 18:09:12.643 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5c08a27-6dce-4857-960e-aeb2b25ca14a 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: bb4a815b-82b5-4cf2-9f07-62ba4d174108 [pid: 6|app: 0|req: 549/1098] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:09:12 2026] GET /v2.0/networks/e082c57d-9633-472b-87ab-c7ff2b1c575d?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 550/1099] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:12 2026] DELETE /v2.0/security-groups/554d9c71-af0d-4837-9c7b-de765159956f => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 551/1100] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:09:12 2026] GET /v2.0/networks/e082c57d-9633-472b-87ab-c7ff2b1c575d?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: 550/1101] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:09:12 2026] PUT /v2.0/routers/48c0b623-7a1e-42aa-b9e6-c7ef3aacd835/remove_router_interface => generated 309 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:09:13.392 6 INFO neutron_taas.services.taas.taas_plugin [None req-b9d6ab40-d3da-405f-8127-08f9a4a38666 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 101ae338-607d-4118-bc63-28f099b564c1 2026-04-23 18:09:13.400 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9d6ab40-d3da-405f-8127-08f9a4a38666 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 101ae338-607d-4118-bc63-28f099b564c1 [pid: 7|app: 0|req: 551/1102] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:13 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1103] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:13 2026] GET /v2.0/security-groups?id=8be0bf8b-2ac4-44ee-9b3d-4022b1b517e5&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-23 18:09:13.708 6 INFO neutron_taas.services.taas.taas_plugin [None req-b9d6ab40-d3da-405f-8127-08f9a4a38666 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 5fc59830-f4cd-42f2-adf8-009b61609381 2026-04-23 18:09:13.710 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9d6ab40-d3da-405f-8127-08f9a4a38666 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 5fc59830-f4cd-42f2-adf8-009b61609381 [pid: 7|app: 0|req: 553/1104] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:13 2026] GET /v2.0/security-groups?tenant_id=790b90174cf0462c8cba8e7bd606a5d3&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:09:14.091 6 INFO neutron.services.segments.plugin [-] Segment 24b090cb-5801-4d8e-b91a-4c4f11cde383 resource provider aggregate not found 2026-04-23 18:09:14.099 6 INFO neutron.services.segments.plugin [-] Segment 24b090cb-5801-4d8e-b91a-4c4f11cde383 resource provider aggregate not found 2026-04-23 18:09:14.112 6 INFO neutron.services.segments.plugin [-] Segment 24b090cb-5801-4d8e-b91a-4c4f11cde383 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24b090cb-5801-4d8e-b91a-4c4f11cde383 found for delete ", "request_id": "req-6ee50214-d4d2-48b4-9ea6-f7c27488aa6b"}]} 2026-04-23 18:09:14.115 6 INFO neutron.services.segments.plugin [-] Segment 24b090cb-5801-4d8e-b91a-4c4f11cde383 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24b090cb-5801-4d8e-b91a-4c4f11cde383 found for delete ", "request_id": "req-52747cce-7382-4979-bc58-1476e0e3f298"}]} 2026-04-23 18:09:14.126 6 INFO neutron.db.l3_hamode_db [None req-b9d6ab40-d3da-405f-8127-08f9a4a38666 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] HA network e77ade55-dbc8-4e47-bc28-0b332cdad484 was deleted as no HA routers are present in tenant ed3e1420eed0498f8711175528221a69. [pid: 6|app: 0|req: 552/1105] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:09:13 2026] DELETE /v2.0/routers/48c0b623-7a1e-42aa-b9e6-c7ef3aacd835 => generated 0 bytes in 952 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1106] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:14 2026] DELETE /v2.0/security-groups/a20f7cf1-03ac-4d48-b862-608b21be0eba => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 553/1107] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:09:14 2026] DELETE /v2.0/subnets/299e98b5-4f92-4c72-bf10-f044bf9ebdb3 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:09:14.387 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ada4f7c-e325-4e7a-b643-937ead999d61 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 51a4c566-7a17-4fb8-b1bb-760b86c1307b 2026-04-23 18:09:14.390 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ada4f7c-e325-4e7a-b643-937ead999d61 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 51a4c566-7a17-4fb8-b1bb-760b86c1307b 2026-04-23 18:09:14.547 7 INFO neutron.services.segments.plugin [-] Segment 114e1828-8b0e-4391-a111-c939724e6533 resource provider aggregate not found 2026-04-23 18:09:14.552 7 INFO neutron.services.segments.plugin [-] Segment 114e1828-8b0e-4391-a111-c939724e6533 resource provider aggregate not found [pid: 6|app: 0|req: 554/1108] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:14 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:09:14.567 7 INFO neutron.services.segments.plugin [-] Segment 114e1828-8b0e-4391-a111-c939724e6533 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 114e1828-8b0e-4391-a111-c939724e6533 found for delete ", "request_id": "req-69cd080c-61fb-4db3-b473-29a3cfe84893"}]} 2026-04-23 18:09:14.572 7 INFO neutron.services.segments.plugin [-] Segment 114e1828-8b0e-4391-a111-c939724e6533 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 114e1828-8b0e-4391-a111-c939724e6533 found for delete ", "request_id": "req-de4bd00f-65c5-4f16-adc2-358bc2a56b69"}]} [pid: 7|app: 0|req: 555/1109] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:09:14 2026] DELETE /v2.0/networks/ccf06e98-d4b8-4c21-8ba8-8467256ceb42 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 555/1110] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:14 2026] GET /v2.0/security-groups?id=8be0bf8b-2ac4-44ee-9b3d-4022b1b517e5&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: 556/1111] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:14 2026] GET /v2.0/security-groups?tenant_id=ed3e1420eed0498f8711175528221a69&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 556/1112] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:14 2026] DELETE /v2.0/security-groups/208b9775-7777-4132-ad8c-ba50f017d2cd => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1113] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:15 2026] GET /v2.0/security-groups?tenant_id=7265985abe574a9e8d6c320ff0f7ee0c&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 557/1114] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:15 2026] DELETE /v2.0/security-groups/629018d7-d1f1-4911-84a8-4894d4e8b9f7 => 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: 558/1115] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:15 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 558/1116] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:15 2026] GET /v2.0/security-groups?id=8be0bf8b-2ac4-44ee-9b3d-4022b1b517e5&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-23 18:09:16.025 7 INFO neutron.db.segments_db [None req-4a60246e-427c-4286-8a1e-b68aebca25c7 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment 827d9acd-766b-4e26-8ea4-61ba22ffa1dd of type vxlan for network 2218e1d9-5d08-4eb0-86f4-01168e4b23b0 [pid: 7|app: 0|req: 559/1117] 10.0.0.183 () {34 vars in 671 bytes} [Thu Apr 23 18:09:15 2026] POST /v2.0/networks => generated 722 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 559/1118] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:09:16 2026] POST /v2.0/subnets => generated 688 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:09:16.418 7 INFO neutron.db.segments_db [None req-94ee6205-fce3-47a5-aa95-16773baa4e9a 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment 1d8f68a3-50de-415e-9958-341ddd96ae8f of type vxlan for network 11e554d1-2aa3-42df-b42b-f12c8904fbb7 2026-04-23 18:09:16.770 7 INFO neutron.db.l3_hamode_db [None req-94ee6205-fce3-47a5-aa95-16773baa4e9a 68fd0086e1d1492ab579b3671e66954d a68207788b8c4286a9de19126bb4c539 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 560/1119] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:16 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 561/1120] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:16 2026] GET /v2.0/security-groups?id=8be0bf8b-2ac4-44ee-9b3d-4022b1b517e5&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: 6|app: 0|req: 562/1121] 10.0.0.183 () {32 vars in 653 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions => generated 21537 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 563/1122] 10.0.0.183 () {32 vars in 681 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 564/1123] 10.0.0.183 () {32 vars in 681 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 565/1124] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 566/1125] 10.0.0.183 () {32 vars in 665 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 567/1126] 10.0.0.183 () {32 vars in 699 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 568/1127] 10.0.0.183 () {32 vars in 697 bytes} [Thu Apr 23 18:09:17 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: 6|app: 0|req: 569/1128] 10.0.0.183 () {32 vars in 701 bytes} [Thu Apr 23 18:09:17 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: 6|app: 0|req: 570/1129] 10.0.0.183 () {32 vars in 689 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 571/1130] 10.0.0.183 () {32 vars in 703 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 572/1131] 10.0.0.183 () {32 vars in 693 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 573/1132] 10.0.0.183 () {32 vars in 695 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 574/1133] 10.0.0.183 () {32 vars in 685 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 575/1134] 10.0.0.183 () {32 vars in 687 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 576/1135] 10.0.0.183 () {32 vars in 661 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 577/1136] 10.0.0.183 () {32 vars in 699 bytes} [Thu Apr 23 18:09:17 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) 2026-04-23 18:09:17.609 7 INFO neutron.db.l3_hamode_db [None req-94ee6205-fce3-47a5-aa95-16773baa4e9a 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 578/1137] 10.0.0.183 () {32 vars in 679 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 579/1138] 10.0.0.183 () {32 vars in 683 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 580/1139] 10.0.0.183 () {32 vars in 675 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 581/1140] 10.0.0.183 () {32 vars in 689 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 582/1141] 10.0.0.183 () {32 vars in 723 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 583/1142] 10.0.0.183 () {32 vars in 687 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 584/1143] 10.0.0.183 () {32 vars in 669 bytes} [Thu Apr 23 18:09:17 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: 6|app: 0|req: 585/1144] 10.0.0.183 () {32 vars in 687 bytes} [Thu Apr 23 18:09:17 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: 6|app: 0|req: 586/1145] 10.0.0.183 () {32 vars in 681 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 587/1146] 10.0.0.183 () {32 vars in 699 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 588/1147] 10.0.0.183 () {32 vars in 679 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 589/1148] 10.0.0.183 () {32 vars in 667 bytes} [Thu Apr 23 18:09:17 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: 6|app: 0|req: 590/1149] 10.0.0.183 () {32 vars in 677 bytes} [Thu Apr 23 18:09:17 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: 6|app: 0|req: 591/1150] 10.0.0.183 () {32 vars in 665 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 592/1151] 10.0.0.183 () {32 vars in 675 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 593/1152] 10.0.0.183 () {32 vars in 713 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 594/1153] 10.0.0.183 () {32 vars in 691 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 595/1154] 10.0.0.183 () {32 vars in 683 bytes} [Thu Apr 23 18:09:17 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: 6|app: 0|req: 596/1155] 10.0.0.183 () {32 vars in 669 bytes} [Thu Apr 23 18:09:17 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: 6|app: 0|req: 597/1156] 10.0.0.183 () {32 vars in 687 bytes} [Thu Apr 23 18:09:17 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: 6|app: 0|req: 598/1157] 10.0.0.183 () {32 vars in 705 bytes} [Thu Apr 23 18:09:17 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: 6|app: 0|req: 599/1158] 10.0.0.183 () {32 vars in 675 bytes} [Thu Apr 23 18:09:17 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: 6|app: 0|req: 600/1159] 10.0.0.183 () {32 vars in 701 bytes} [Thu Apr 23 18:09:17 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: 6|app: 0|req: 601/1160] 10.0.0.183 () {32 vars in 675 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 602/1161] 10.0.0.183 () {32 vars in 693 bytes} [Thu Apr 23 18:09:17 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: 6|app: 0|req: 603/1162] 10.0.0.183 () {32 vars in 689 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 604/1163] 10.0.0.183 () {32 vars in 709 bytes} [Thu Apr 23 18:09:17 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: 6|app: 0|req: 605/1164] 10.0.0.183 () {32 vars in 705 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 606/1165] 10.0.0.183 () {32 vars in 719 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 607/1166] 10.0.0.183 () {32 vars in 697 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 608/1167] 10.0.0.183 () {32 vars in 711 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 609/1168] 10.0.0.183 () {32 vars in 669 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 610/1169] 10.0.0.183 () {32 vars in 687 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 611/1170] 10.0.0.183 () {32 vars in 681 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 612/1171] 10.0.0.183 () {32 vars in 675 bytes} [Thu Apr 23 18:09:17 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: 6|app: 0|req: 613/1172] 10.0.0.183 () {32 vars in 671 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 614/1173] 10.0.0.183 () {32 vars in 661 bytes} [Thu Apr 23 18:09:17 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: 6|app: 0|req: 615/1174] 10.0.0.183 () {32 vars in 699 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 616/1175] 10.0.0.183 () {32 vars in 699 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 617/1176] 10.0.0.183 () {32 vars in 677 bytes} [Thu Apr 23 18:09:17 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 618/1177] 10.0.0.183 () {32 vars in 669 bytes} [Thu Apr 23 18:09:17 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: 6|app: 0|req: 619/1178] 10.0.0.183 () {32 vars in 683 bytes} [Thu Apr 23 18:09:17 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: 6|app: 0|req: 620/1179] 10.0.0.183 () {32 vars in 701 bytes} [Thu Apr 23 18:09:17 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: 6|app: 0|req: 621/1180] 10.0.0.183 () {32 vars in 685 bytes} [Thu Apr 23 18:09:18 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: 6|app: 0|req: 622/1181] 10.0.0.183 () {32 vars in 707 bytes} [Thu Apr 23 18:09:18 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 623/1182] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:18 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 624/1183] 10.0.0.183 () {32 vars in 669 bytes} [Thu Apr 23 18:09:18 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 625/1184] 10.0.0.183 () {32 vars in 697 bytes} [Thu Apr 23 18:09:18 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: 6|app: 0|req: 626/1185] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:18 2026] GET /v2.0/security-groups?id=8be0bf8b-2ac4-44ee-9b3d-4022b1b517e5&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: 6|app: 0|req: 627/1186] 10.0.0.183 () {32 vars in 695 bytes} [Thu Apr 23 18:09:18 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: 6|app: 0|req: 628/1187] 10.0.0.183 () {32 vars in 685 bytes} [Thu Apr 23 18:09:18 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 629/1188] 10.0.0.183 () {32 vars in 689 bytes} [Thu Apr 23 18:09:18 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 630/1189] 10.0.0.183 () {32 vars in 705 bytes} [Thu Apr 23 18:09:18 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 631/1190] 10.0.0.183 () {32 vars in 667 bytes} [Thu Apr 23 18:09:18 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 632/1191] 10.0.0.183 () {32 vars in 681 bytes} [Thu Apr 23 18:09:18 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: 6|app: 0|req: 633/1192] 10.0.0.183 () {32 vars in 681 bytes} [Thu Apr 23 18:09:18 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: 6|app: 0|req: 634/1193] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:18 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 635/1194] 10.0.0.183 () {32 vars in 691 bytes} [Thu Apr 23 18:09:18 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 636/1195] 10.0.0.183 () {32 vars in 691 bytes} [Thu Apr 23 18:09:18 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:09:18.577 6 INFO neutron.db.l3_db [None req-c231c5b8-7ddd-4635-ad74-4ea05c7d9cdd 3824147cd11d4c9b8938282082160350 c0fd5fee18da4637848bd34c3b79eafb - - default default] Floating IP 6cf352c8-e1c0-46a1-b8ff-b5673d4e33b3 associated. External IP: 10.96.250.207, port: 34f44816-bca5-4e22-a84a-ee3d8a3f60e1. [pid: 6|app: 0|req: 637/1196] 10.0.0.183 () {34 vars in 749 bytes} [Thu Apr 23 18:09:18 2026] PUT /v2.0/floatingips/6cf352c8-e1c0-46a1-b8ff-b5673d4e33b3 => generated 855 bytes in 683 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 638/1197] 10.0.0.183 () {32 vars in 695 bytes} [Thu Apr 23 18:09:18 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 639/1198] 10.0.0.183 () {32 vars in 685 bytes} [Thu Apr 23 18:09:18 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 640/1199] 10.0.0.183 () {32 vars in 689 bytes} [Thu Apr 23 18:09:18 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 641/1200] 10.0.0.183 () {32 vars in 701 bytes} [Thu Apr 23 18:09:18 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:09:18.970 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4aba008-995f-4420-a2b2-ecb69cd24f58'] response: {'name': 'network-changed', 'server_uuid': '0316f54c-ff0b-4809-8452-f2f7433a213d', 'tag': '34f44816-bca5-4e22-a84a-ee3d8a3f60e1', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 642/1201] 10.0.0.183 () {32 vars in 703 bytes} [Thu Apr 23 18:09:18 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 643/1202] 10.0.0.183 () {32 vars in 713 bytes} [Thu Apr 23 18:09:18 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1203] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:09:16 2026] POST /v2.0/routers => generated 728 bytes in 2628 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 644/1204] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:18 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 645/1205] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:09:19 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: 6|app: 0|req: 646/1206] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/security-groups?id=8be0bf8b-2ac4-44ee-9b3d-4022b1b517e5&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: 6|app: 0|req: 647/1207] 10.0.0.183 () {32 vars in 715 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 648/1208] 10.0.0.183 () {32 vars in 727 bytes} [Thu Apr 23 18:09:19 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: 6|app: 0|req: 649/1209] 10.0.0.183 () {32 vars in 741 bytes} [Thu Apr 23 18:09:19 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: 6|app: 0|req: 650/1210] 10.0.0.183 () {32 vars in 719 bytes} [Thu Apr 23 18:09:19 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: 6|app: 0|req: 651/1211] 10.0.0.183 () {32 vars in 683 bytes} [Thu Apr 23 18:09:19 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: 6|app: 0|req: 652/1212] 10.0.0.183 () {32 vars in 669 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 653/1213] 10.0.0.183 () {32 vars in 719 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 654/1214] 10.0.0.183 () {32 vars in 679 bytes} [Thu Apr 23 18:09:19 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: 6|app: 0|req: 655/1215] 10.0.0.183 () {32 vars in 669 bytes} [Thu Apr 23 18:09:19 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: 6|app: 0|req: 656/1216] 10.0.0.183 () {32 vars in 697 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 657/1217] 10.0.0.183 () {32 vars in 705 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 658/1218] 10.0.0.183 () {32 vars in 701 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 659/1219] 10.0.0.183 () {32 vars in 701 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 660/1220] 10.0.0.183 () {32 vars in 683 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 661/1221] 10.0.0.183 () {32 vars in 705 bytes} [Thu Apr 23 18:09:19 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: 6|app: 0|req: 662/1222] 10.0.0.183 () {32 vars in 695 bytes} [Thu Apr 23 18:09:19 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: 6|app: 0|req: 663/1223] 10.0.0.183 () {32 vars in 689 bytes} [Thu Apr 23 18:09:19 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: 6|app: 0|req: 664/1224] 10.0.0.183 () {32 vars in 697 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 665/1225] 10.0.0.183 () {32 vars in 679 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 666/1226] 10.0.0.183 () {32 vars in 689 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 667/1227] 10.0.0.183 () {32 vars in 701 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 668/1228] 10.0.0.183 () {32 vars in 665 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 669/1229] 10.0.0.183 () {32 vars in 681 bytes} [Thu Apr 23 18:09:19 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: 6|app: 0|req: 670/1230] 10.0.0.183 () {32 vars in 677 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 671/1231] 10.0.0.183 () {32 vars in 693 bytes} [Thu Apr 23 18:09:19 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: 6|app: 0|req: 672/1232] 10.0.0.183 () {32 vars in 677 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 673/1233] 10.0.0.183 () {32 vars in 667 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 674/1234] 10.0.0.183 () {32 vars in 663 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 675/1235] 10.0.0.183 () {32 vars in 675 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 676/1236] 10.0.0.183 () {32 vars in 687 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 677/1237] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 678/1238] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/security-groups?id=8be0bf8b-2ac4-44ee-9b3d-4022b1b517e5&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: 6|app: 0|req: 679/1239] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/ports?tenant_id=c0fd5fee18da4637848bd34c3b79eafb&device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 680/1240] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/networks?id=e082c57d-9633-472b-87ab-c7ff2b1c575d => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 681/1241] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=34f44816-bca5-4e22-a84a-ee3d8a3f60e1 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 682/1242] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/subnets?id=0c9bd975-bebc-49b7-9cd4-9fbe6b3d5834 => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 683/1243] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/ports?network_id=e082c57d-9633-472b-87ab-c7ff2b1c575d&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: 6|app: 0|req: 684/1244] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/networks/e082c57d-9633-472b-87ab-c7ff2b1c575d?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 685/1245] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/networks/e082c57d-9633-472b-87ab-c7ff2b1c575d?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: 6|app: 0|req: 686/1246] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:19 2026] GET /v2.0/security-groups?tenant_id=723c91f1b25b4868ab3a8f3624ab4e95&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1247] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:09:18 2026] PUT /v2.0/routers/dc462254-a9b9-4189-b0e8-bb78b847f96c/add_router_interface => generated 309 bytes in 1318 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 687/1248] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:20 2026] DELETE /v2.0/security-groups/48a27c4a-93bc-4b03-b639-4b31f629aded => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1249] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:20 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 688/1250] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:20 2026] GET /v2.0/security-groups?id=8be0bf8b-2ac4-44ee-9b3d-4022b1b517e5&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-23 18:09:21.689 7 INFO neutron.db.segments_db [None req-682061a4-244b-4192-b8ca-01e9cf6e8e91 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment 7dc6eb8d-513c-4106-9ac4-95f71fdf754c of type vxlan for network b781934a-0524-45a0-8e18-e8088c4fc896 [pid: 6|app: 0|req: 690/1253] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:21 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 691/1254] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:21 2026] GET /v2.0/security-groups?id=8be0bf8b-2ac4-44ee-9b3d-4022b1b517e5&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: 564/1255] 10.0.0.183 () {34 vars in 671 bytes} [Thu Apr 23 18:09:21 2026] POST /v2.0/networks => generated 722 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1256] 199.204.45.153 () {34 vars in 994 bytes} [Thu Apr 23 18:09:21 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:09:21.938 7 INFO neutron_taas.services.taas.taas_plugin [req-8b43b1a6-3ef7-420d-badd-75d16455cc66 req-d2585270-3a31-414d-915e-925e0a21c840 3824147cd11d4c9b8938282082160350 c0fd5fee18da4637848bd34c3b79eafb - - default default] TaaS: Handle Delete Port: 34f44816-bca5-4e22-a84a-ee3d8a3f60e1 2026-04-23 18:09:21.940 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8b43b1a6-3ef7-420d-badd-75d16455cc66 req-d2585270-3a31-414d-915e-925e0a21c840 3824147cd11d4c9b8938282082160350 c0fd5fee18da4637848bd34c3b79eafb - - default default] Tap Mirror: Handle Delete Port: 34f44816-bca5-4e22-a84a-ee3d8a3f60e1 [pid: 6|app: 0|req: 692/1257] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:09:21 2026] POST /v2.0/subnets => generated 688 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:09:22.066 7 INFO neutron.db.l3_db [req-8b43b1a6-3ef7-420d-badd-75d16455cc66 req-d2585270-3a31-414d-915e-925e0a21c840 3824147cd11d4c9b8938282082160350 c0fd5fee18da4637848bd34c3b79eafb - - default default] Floating IP 6cf352c8-e1c0-46a1-b8ff-b5673d4e33b3 disassociated. External IP: 10.96.250.207, port: 34f44816-bca5-4e22-a84a-ee3d8a3f60e1. 2026-04-23 18:09:22.069 6 INFO neutron.db.segments_db [None req-017f8798-d799-4fba-b4c5-3dafbcc1d462 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Added segment 628b39f1-f2d6-4107-b332-a0052f668293 of type vxlan for network 623b7585-5cda-41eb-9b85-391dde339df7 2026-04-23 18:09:22.309 6 INFO neutron.db.l3_hamode_db [None req-017f8798-d799-4fba-b4c5-3dafbcc1d462 68fd0086e1d1492ab579b3671e66954d 1d2c8db2849b4f3fb740681578867b83 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 566/1258] 199.204.45.153 () {36 vars in 997 bytes} [Thu Apr 23 18:09:21 2026] DELETE /v2.0/ports/34f44816-bca5-4e22-a84a-ee3d8a3f60e1 => generated 0 bytes in 504 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:09:22.403 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e08cd7a2-a593-42cf-85eb-2b241120544e'] response: {'server_uuid': '0316f54c-ff0b-4809-8452-f2f7433a213d', 'name': 'network-vif-deleted', 'tag': '34f44816-bca5-4e22-a84a-ee3d8a3f60e1', 'status': 'completed', 'code': 200} 2026-04-23 18:09:22.677 7 INFO neutron.db.segments_db [None req-dcfda05c-e19f-4a4e-a48f-4000aee5a285 b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] Added segment f0eeaf70-44b8-48d0-902a-96111422e76c of type vxlan for network cb30c42b-c26d-4a89-a192-e5ab2ce920a2 [pid: 7|app: 0|req: 567/1259] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:09:22 2026] POST /v2.0/networks => generated 629 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1260] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:09:22 2026] POST /v2.0/subnets => generated 627 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1261] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:22 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:09:23.050 7 INFO neutron.db.segments_db [None req-20665731-e6e4-48b6-995d-0af2f453b55d b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] Added segment 9dd0a1df-9aaa-4317-8d9f-f79a5f8bfa60 of type vxlan for network e64d1e95-d54c-4fa1-b9af-15b0d3831275 2026-04-23 18:09:23.196 6 INFO neutron.db.l3_hamode_db [None req-017f8798-d799-4fba-b4c5-3dafbcc1d462 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:09:23.282 7 INFO neutron.db.l3_hamode_db [None req-20665731-e6e4-48b6-995d-0af2f453b55d b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:09:24.115 7 INFO neutron.db.l3_hamode_db [None req-20665731-e6e4-48b6-995d-0af2f453b55d b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 693/1262] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:09:22 2026] POST /v2.0/routers => generated 728 bytes in 2173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 694/1263] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:24 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => 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: 570/1264] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:09:22 2026] POST /v2.0/routers => generated 695 bytes in 2104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 695/1265] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:09:24 2026] PUT /v2.0/routers/467aa417-0152-4262-b71a-191b8a1f7eb0/add_router_interface => generated 309 bytes in 1322 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 696/1266] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:25 2026] GET /v2.0/ports?device_id=0316f54c-ff0b-4809-8452-f2f7433a213d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 697/1267] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:25 2026] GET /v2.0/security-groups?tenant_id=2facce6d3c784143ac579288a69104ea&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 698/1268] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:25 2026] DELETE /v2.0/security-groups/b162859a-3a56-4c8c-a735-55a366d60961 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 699/1269] 10.0.0.183 () {34 vars in 685 bytes} [Thu Apr 23 18:09:26 2026] POST /v2.0/security-groups => generated 1675 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 700/1270] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:26 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: 571/1271] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:09:25 2026] PUT /v2.0/routers/b8c03a07-05a5-406c-aacc-e66c07d97f00/add_router_interface => generated 309 bytes in 1443 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 701/1272] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:26 2026] POST /v2.0/security-group-rules => generated 596 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 702/1273] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 703/1274] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:26 2026] DELETE /v2.0/security-groups/8be0bf8b-2ac4-44ee-9b3d-4022b1b517e5 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1275] 10.0.0.183 () {34 vars in 665 bytes} [Thu Apr 23 18:09:26 2026] POST /v2.0/ports => generated 954 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 704/1276] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:26 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) 2026-04-23 18:09:27.041 7 INFO neutron.api.v2.resource [None req-0f82de92-3a01-4a85-8ab0-884eab2b0d33 3824147cd11d4c9b8938282082160350 c0fd5fee18da4637848bd34c3b79eafb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 573/1277] 10.0.0.183 () {32 vars in 737 bytes} [Thu Apr 23 18:09:27 2026] GET /v2.0/security-groups/8be0bf8b-2ac4-44ee-9b3d-4022b1b517e5 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:09:27.094 7 INFO neutron.db.securitygroups_db [None req-e9459e19-2d3d-415a-b3d2-c87bd817be2e 8ca6103b65dd441caf3dd033f48d7b2b a68207788b8c4286a9de19126bb4c539 - - default default] Project a68207788b8c4286a9de19126bb4c539 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: 574/1278] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:27 2026] POST /v2.0/security-group-rules => generated 607 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:09:27.327 7 INFO neutron_taas.services.taas.taas_plugin [None req-6452ea11-2ed6-4381-9725-49ed93e53465 3824147cd11d4c9b8938282082160350 c0fd5fee18da4637848bd34c3b79eafb - - default default] TaaS: Handle Delete Port: 620b3e77-aa60-482e-9d16-2434db0f7934 2026-04-23 18:09:27.330 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6452ea11-2ed6-4381-9725-49ed93e53465 3824147cd11d4c9b8938282082160350 c0fd5fee18da4637848bd34c3b79eafb - - default default] Tap Mirror: Handle Delete Port: 620b3e77-aa60-482e-9d16-2434db0f7934 [pid: 7|app: 0|req: 575/1279] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:09:27 2026] DELETE /v2.0/floatingips/6cf352c8-e1c0-46a1-b8ff-b5673d4e33b3 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:09:27.528 7 INFO neutron.db.securitygroups_db [None req-349e6f8e-0dbe-4eda-84fa-835fd47693b5 8ca6103b65dd441caf3dd033f48d7b2b a68207788b8c4286a9de19126bb4c539 - - default default] Project a68207788b8c4286a9de19126bb4c539 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 6|app: 0|req: 705/1280] 10.0.0.183 () {34 vars in 665 bytes} [Thu Apr 23 18:09:27 2026] POST /v2.0/ports => generated 954 bytes in 525 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: 576/1281] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:27 2026] POST /v2.0/security-group-rules => generated 606 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:09:27.950 6 INFO neutron_taas.services.taas.taas_plugin [None req-22fe5215-12ff-420b-bfc6-688a7536131f 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: b913c3ff-61b8-475b-86f1-261fede64564 2026-04-23 18:09:27.953 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22fe5215-12ff-420b-bfc6-688a7536131f 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: b913c3ff-61b8-475b-86f1-261fede64564 2026-04-23 18:09:28.470 7 INFO neutron.db.l3_db [None req-4ce25822-d292-49d8-a56b-bd5b9e8b4111 b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] Floating IP 3bc3541e-9939-492e-aa47-e7297ed5fbee associated. External IP: 10.96.250.209, port: 666f852f-c8de-483a-aabb-1d1527b332fb. [pid: 6|app: 0|req: 706/1282] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:09:27 2026] PUT /v2.0/routers/b0f51fe3-21e8-4b47-a69c-9b87fb44f81c/remove_router_interface => generated 309 bytes in 919 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 707/1283] 10.0.0.183 () {34 vars in 685 bytes} [Thu Apr 23 18:09:28 2026] POST /v2.0/security-groups => generated 1660 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1284] 10.0.0.183 () {34 vars in 677 bytes} [Thu Apr 23 18:09:27 2026] POST /v2.0/floatingips => generated 841 bytes in 1162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:09:28.809 6 INFO neutron_taas.services.taas.taas_plugin [None req-0f914df2-4fb9-4997-a469-e7df686474ab 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: d09d5457-99a9-443d-a654-b919fa98c024 2026-04-23 18:09:28.811 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f914df2-4fb9-4997-a469-e7df686474ab 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: d09d5457-99a9-443d-a654-b919fa98c024 [pid: 7|app: 0|req: 578/1285] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:09:29.063 7 INFO neutron.db.l3_db [None req-cf3ec91d-cc2d-4434-87b7-57a96eea0fdd b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] Floating IP 3bc3541e-9939-492e-aa47-e7297ed5fbee disassociated. External IP: 10.96.250.209, port: 666f852f-c8de-483a-aabb-1d1527b332fb. 2026-04-23 18:09:29.083 6 INFO neutron_taas.services.taas.taas_plugin [None req-0f914df2-4fb9-4997-a469-e7df686474ab 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: be7b00d4-6c3b-4324-9c21-b00da0987ee7 2026-04-23 18:09:29.086 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f914df2-4fb9-4997-a469-e7df686474ab 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: be7b00d4-6c3b-4324-9c21-b00da0987ee7 [pid: 7|app: 0|req: 579/1286] 10.0.0.183 () {34 vars in 749 bytes} [Thu Apr 23 18:09:28 2026] PUT /v2.0/floatingips/3bc3541e-9939-492e-aa47-e7297ed5fbee => generated 552 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:09:29.398 6 INFO neutron.services.segments.plugin [-] Segment 70bbe717-fb66-4fe5-9664-b4f19237ed56 resource provider aggregate not found 2026-04-23 18:09:29.408 6 INFO neutron.services.segments.plugin [-] Segment 70bbe717-fb66-4fe5-9664-b4f19237ed56 resource provider aggregate not found 2026-04-23 18:09:29.425 6 INFO neutron.services.segments.plugin [-] Segment 70bbe717-fb66-4fe5-9664-b4f19237ed56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70bbe717-fb66-4fe5-9664-b4f19237ed56 found for delete ", "request_id": "req-bf8e6692-3ba1-4df2-ab01-b77343ed4380"}]} 2026-04-23 18:09:29.426 6 INFO neutron.services.segments.plugin [-] Segment 70bbe717-fb66-4fe5-9664-b4f19237ed56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70bbe717-fb66-4fe5-9664-b4f19237ed56 found for delete ", "request_id": "req-1facaafc-4576-4a1a-8c68-c85771313a68"}]} 2026-04-23 18:09:29.441 6 INFO neutron.db.l3_hamode_db [None req-0f914df2-4fb9-4997-a469-e7df686474ab 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] HA network ecfeb52b-66e4-4953-ac55-a4eb38e7cc47 was deleted as no HA routers are present in tenant c0fd5fee18da4637848bd34c3b79eafb. [pid: 6|app: 0|req: 708/1287] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:09:28 2026] DELETE /v2.0/routers/b0f51fe3-21e8-4b47-a69c-9b87fb44f81c => generated 0 bytes in 832 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 709/1288] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:29 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) 2026-04-23 18:09:29.652 6 INFO neutron_taas.services.taas.taas_plugin [None req-97cba937-aeac-42ea-bc07-3fd20546d375 b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] TaaS: Handle Delete Port: ec76adc5-50d6-4d14-bcee-4304628b22f2 2026-04-23 18:09:29.654 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97cba937-aeac-42ea-bc07-3fd20546d375 b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] Tap Mirror: Handle Delete Port: ec76adc5-50d6-4d14-bcee-4304628b22f2 [pid: 6|app: 0|req: 710/1289] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:09:29 2026] DELETE /v2.0/floatingips/3bc3541e-9939-492e-aa47-e7297ed5fbee => generated 0 bytes in 231 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:09:29.800 7 INFO neutron.db.segments_db [None req-38ebc865-11eb-4951-9924-334c95aeb3c5 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] Added segment 2c296da9-ef9a-4fb8-be6f-f7933ae12763 of type vxlan for network 9583c2ea-7485-4b9d-ad93-e6eaa953d7f6 [pid: 7|app: 0|req: 580/1290] 10.0.0.183 () {34 vars in 671 bytes} [Thu Apr 23 18:09:29 2026] POST /v2.0/networks => generated 613 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 711/1291] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:09:29 2026] DELETE /v2.0/subnets/0c9bd975-bebc-49b7-9cd4-9fbe6b3d5834 => 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: 581/1292] 10.0.0.183 () {34 vars in 676 bytes} [Thu Apr 23 18:09:29 2026] POST /v2.0/floatingips => generated 552 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:09:30.406 7 INFO neutron.db.segments_db [None req-34484a6f-1901-4033-9fe0-1ce8e90c8f74 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] Added segment d1d91f0c-264a-47be-889d-660722494a68 of type vxlan for network 790e9d3f-9356-4996-89c0-bc2e6055aad5 2026-04-23 18:09:30.635 6 INFO neutron.db.l3_db [None req-22dd702c-929a-460a-befa-93dfa0901a85 b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] Floating IP 465a71d2-ba9c-4127-b3a7-8da2702b57d2 associated. External IP: 10.96.250.218, port: 2b2cd141-03b2-4dba-8910-4f5abc119256. 2026-04-23 18:09:30.635 7 INFO neutron.db.l3_hamode_db [None req-34484a6f-1901-4033-9fe0-1ce8e90c8f74 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:09:31.442 7 INFO neutron.db.l3_hamode_db [None req-34484a6f-1901-4033-9fe0-1ce8e90c8f74 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 712/1293] 10.0.0.183 () {34 vars in 677 bytes} [Thu Apr 23 18:09:29 2026] POST /v2.0/floatingips => generated 841 bytes in 1543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:09:31.567 6 INFO neutron_taas.services.taas.taas_plugin [None req-cd6af3ee-263c-4748-a1ee-bdb013c03acb 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 98e2ebb3-17b2-4465-9f87-467f0b5e529d 2026-04-23 18:09:31.570 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd6af3ee-263c-4748-a1ee-bdb013c03acb 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 98e2ebb3-17b2-4465-9f87-467f0b5e529d 2026-04-23 18:09:31.755 6 INFO neutron.services.segments.plugin [-] Segment 18840bc2-4c52-4d7d-84e8-8fa856b86bda resource provider aggregate not found 2026-04-23 18:09:31.761 6 INFO neutron.services.segments.plugin [-] Segment 18840bc2-4c52-4d7d-84e8-8fa856b86bda resource provider aggregate not found 2026-04-23 18:09:31.773 6 INFO neutron.services.segments.plugin [-] Segment 18840bc2-4c52-4d7d-84e8-8fa856b86bda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18840bc2-4c52-4d7d-84e8-8fa856b86bda found for delete ", "request_id": "req-c5852ea1-2c9f-44b7-b532-3a5949b9e2c0"}]} [pid: 6|app: 0|req: 713/1294] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:09:31 2026] DELETE /v2.0/networks/e082c57d-9633-472b-87ab-c7ff2b1c575d => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:09:31.780 6 INFO neutron.services.segments.plugin [-] Segment 18840bc2-4c52-4d7d-84e8-8fa856b86bda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18840bc2-4c52-4d7d-84e8-8fa856b86bda found for delete ", "request_id": "req-5f3909cb-e3dc-4c19-a502-695a2f7fdc84"}]} [pid: 6|app: 0|req: 714/1295] 10.0.0.29 () {34 vars in 1099 bytes} [Thu Apr 23 18:09:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2140709167&fields=id&tenant_id=a68207788b8c4286a9de19126bb4c539 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 715/1296] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:09:31 2026] GET /v2.0/floatingips/465a71d2-ba9c-4127-b3a7-8da2702b57d2 => generated 841 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 716/1297] 10.0.0.29 () {34 vars in 1099 bytes} [Thu Apr 23 18:09:31 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1767169887&fields=id&tenant_id=a68207788b8c4286a9de19126bb4c539 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 717/1298] 10.0.0.183 () {32 vars in 655 bytes} [Thu Apr 23 18:09:31 2026] GET /v2.0/floatingips => generated 844 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 718/1299] 10.0.0.29 () {34 vars in 981 bytes} [Thu Apr 23 18:09:31 2026] GET /v2.0/networks?id=2218e1d9-5d08-4eb0-86f4-01168e4b23b0 => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 719/1300] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:31 2026] GET /v2.0/security-groups?tenant_id=c0fd5fee18da4637848bd34c3b79eafb&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: 582/1301] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:09:30 2026] POST /v2.0/routers => generated 694 bytes in 1952 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1302] 10.0.0.29 () {34 vars in 964 bytes} [Thu Apr 23 18:09:32 2026] GET /v2.0/quotas/a68207788b8c4286a9de19126bb4c539 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:09:32.345 6 INFO neutron.db.l3_db [None req-8104d589-e7e3-47c8-aa87-dc8a361f9084 b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] Floating IP 465a71d2-ba9c-4127-b3a7-8da2702b57d2 associated. External IP: 10.96.250.218, port: 2b2cd141-03b2-4dba-8910-4f5abc119256. [pid: 7|app: 0|req: 584/1303] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:32 2026] DELETE /v2.0/security-groups/0299245b-ce3b-46d7-9a39-2aa2a46ddaab => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1304] 10.0.0.183 () {32 vars in 776 bytes} [Thu Apr 23 18:09:32 2026] GET /v2.0/subnets?project_id=ae00802d90384d75870aebc69f6b7881&cidr=10.100.0.0%2F28 => generated 14 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1305] 10.0.0.29 () {34 vars in 1001 bytes} [Thu Apr 23 18:09:32 2026] GET /v2.0/ports?tenant_id=a68207788b8c4286a9de19126bb4c539&fields=id => generated 103 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1306] 10.0.0.183 () {32 vars in 694 bytes} [Thu Apr 23 18:09:32 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1307] 10.0.0.29 () {34 vars in 1007 bytes} [Thu Apr 23 18:09:32 2026] GET /v2.0/networks/2218e1d9-5d08-4eb0-86f4-01168e4b23b0?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: 589/1308] 10.0.0.183 () {32 vars in 784 bytes} [Thu Apr 23 18:09:32 2026] GET /v2.0/subnets?network_id=6f374baf-9412-4ae4-b3e9-53ca5ae4a87c&cidr=10.100.0.0%2F28 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1309] 10.0.0.29 () {34 vars in 1107 bytes} [Thu Apr 23 18:09:32 2026] GET /v2.0/networks/2218e1d9-5d08-4eb0-86f4-01168e4b23b0?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: 6|app: 0|req: 720/1310] 10.0.0.183 () {34 vars in 749 bytes} [Thu Apr 23 18:09:31 2026] PUT /v2.0/floatingips/465a71d2-ba9c-4127-b3a7-8da2702b57d2 => generated 841 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:09:33.103 6 INFO neutron.db.l3_db [None req-bdc21caa-fddf-407a-b166-d0df10f82463 b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] Floating IP 465a71d2-ba9c-4127-b3a7-8da2702b57d2 disassociated. External IP: 10.96.250.218, port: 666f852f-c8de-483a-aabb-1d1527b332fb. [pid: 7|app: 0|req: 591/1311] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:09:32 2026] POST /v2.0/subnets => generated 655 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1312] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:33 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 721/1313] 10.0.0.183 () {34 vars in 749 bytes} [Thu Apr 23 18:09:32 2026] PUT /v2.0/floatingips/465a71d2-ba9c-4127-b3a7-8da2702b57d2 => generated 552 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:09:33.583 6 INFO neutron_taas.services.taas.taas_plugin [None req-569a84de-04e2-4362-9d75-e18492b513cb b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] TaaS: Handle Delete Port: aa364d27-f793-4339-98c3-a112d99bdc92 2026-04-23 18:09:33.585 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-569a84de-04e2-4362-9d75-e18492b513cb b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] Tap Mirror: Handle Delete Port: aa364d27-f793-4339-98c3-a112d99bdc92 [pid: 6|app: 0|req: 722/1314] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:09:33 2026] DELETE /v2.0/floatingips/465a71d2-ba9c-4127-b3a7-8da2702b57d2 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:09:33.860 6 INFO neutron.api.v2.resource [None req-f01f28c0-b2f1-4050-8df5-4143f7cd41a6 b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 723/1315] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:09:33 2026] DELETE /v2.0/floatingips/465a71d2-ba9c-4127-b3a7-8da2702b57d2 => generated 144 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:09:34.044 6 INFO neutron_taas.services.taas.taas_plugin [None req-06889386-9e6d-4b9e-8e4f-ac73f030b85c b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] TaaS: Handle Delete Port: 666f852f-c8de-483a-aabb-1d1527b332fb 2026-04-23 18:09:34.047 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06889386-9e6d-4b9e-8e4f-ac73f030b85c b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] Tap Mirror: Handle Delete Port: 666f852f-c8de-483a-aabb-1d1527b332fb [pid: 6|app: 0|req: 724/1316] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:09:33 2026] DELETE /v2.0/ports/666f852f-c8de-483a-aabb-1d1527b332fb => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:09:34.329 6 INFO neutron_taas.services.taas.taas_plugin [None req-44403d77-488c-4a3f-8c05-695e903e51fc b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] TaaS: Handle Delete Port: 2b2cd141-03b2-4dba-8910-4f5abc119256 2026-04-23 18:09:34.332 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44403d77-488c-4a3f-8c05-695e903e51fc b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] Tap Mirror: Handle Delete Port: 2b2cd141-03b2-4dba-8910-4f5abc119256 [pid: 6|app: 0|req: 725/1317] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:09:34 2026] DELETE /v2.0/ports/2b2cd141-03b2-4dba-8910-4f5abc119256 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 726/1318] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:34 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 727/1319] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:09:34 2026] GET /v2.0/ports?device_id=b8c03a07-05a5-406c-aacc-e66c07d97f00 => generated 958 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1320] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:09:33 2026] PUT /v2.0/routers/3bd7a3de-9162-4a2c-a619-449eaa483cbf/add_router_interface => generated 309 bytes in 1454 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 728/1321] 10.0.0.183 () {32 vars in 649 bytes} [Thu Apr 23 18:09:34 2026] GET /v2.0/networks => generated 7961 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 729/1322] 10.0.0.183 () {32 vars in 647 bytes} [Thu Apr 23 18:09:34 2026] GET /v2.0/subnets => generated 6450 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 730/1323] 10.0.0.183 () {32 vars in 647 bytes} [Thu Apr 23 18:09:34 2026] GET /v2.0/routers => generated 2910 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:09:34.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b37f606-75ec-4964-a9b4-808b6ac5276f b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] TaaS: Handle Delete Port: c3ce3739-5346-442c-848e-058cd1eee3d9 2026-04-23 18:09:34.986 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b37f606-75ec-4964-a9b4-808b6ac5276f b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] Tap Mirror: Handle Delete Port: c3ce3739-5346-442c-848e-058cd1eee3d9 [pid: 6|app: 0|req: 731/1324] 10.0.0.183 () {34 vars in 685 bytes} [Thu Apr 23 18:09:34 2026] POST /v2.0/security-groups => generated 1675 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 732/1325] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 733/1326] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:35 2026] POST /v2.0/security-group-rules => generated 596 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 734/1327] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1328] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:09:34 2026] PUT /v2.0/routers/b8c03a07-05a5-406c-aacc-e66c07d97f00/remove_router_interface => generated 309 bytes in 969 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 735/1329] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 736/1330] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:35 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:09:35.693 6 INFO neutron.db.securitygroups_db [None req-32a9643d-874e-41ec-a29c-0a108266afb3 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] Project ae00802d90384d75870aebc69f6b7881 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-23 18:09:35.802 7 INFO neutron_taas.services.taas.taas_plugin [None req-6096c401-cab7-4c9c-a24d-cdcfdee15533 b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] TaaS: Handle Delete Port: 9dd8c63e-0ae2-4558-8c84-5ad26caab9be 2026-04-23 18:09:35.805 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6096c401-cab7-4c9c-a24d-cdcfdee15533 b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] Tap Mirror: Handle Delete Port: 9dd8c63e-0ae2-4558-8c84-5ad26caab9be [pid: 6|app: 0|req: 737/1331] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:35 2026] POST /v2.0/security-group-rules => generated 607 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:09:35.848 6 INFO neutron.db.securitygroups_db [None req-7e2a461c-263f-4a9f-98b3-157a14139e54 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] Project ae00802d90384d75870aebc69f6b7881 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 6|app: 0|req: 738/1332] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:35 2026] POST /v2.0/security-group-rules => generated 606 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:09:36.144 7 INFO neutron_taas.services.taas.taas_plugin [None req-6096c401-cab7-4c9c-a24d-cdcfdee15533 b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] TaaS: Handle Delete Port: 3bdd1a36-a3bd-4f29-9a92-8d6104f35c26 2026-04-23 18:09:36.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6096c401-cab7-4c9c-a24d-cdcfdee15533 b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] Tap Mirror: Handle Delete Port: 3bdd1a36-a3bd-4f29-9a92-8d6104f35c26 2026-04-23 18:09:36.515 7 INFO neutron.services.segments.plugin [-] Segment 9dd0a1df-9aaa-4317-8d9f-f79a5f8bfa60 resource provider aggregate not found 2026-04-23 18:09:36.526 7 INFO neutron.services.segments.plugin [-] Segment 9dd0a1df-9aaa-4317-8d9f-f79a5f8bfa60 resource provider aggregate not found 2026-04-23 18:09:36.535 7 INFO neutron.services.segments.plugin [-] Segment 9dd0a1df-9aaa-4317-8d9f-f79a5f8bfa60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dd0a1df-9aaa-4317-8d9f-f79a5f8bfa60 found for delete ", "request_id": "req-b8cf7765-bb6c-4d2a-bbe2-a7a51f0088cb"}]} 2026-04-23 18:09:36.546 7 INFO neutron.services.segments.plugin [-] Segment 9dd0a1df-9aaa-4317-8d9f-f79a5f8bfa60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dd0a1df-9aaa-4317-8d9f-f79a5f8bfa60 found for delete ", "request_id": "req-e7e5fac8-36ef-4705-9553-a9666d0c81f5"}]} 2026-04-23 18:09:36.550 7 INFO neutron.db.l3_hamode_db [None req-6096c401-cab7-4c9c-a24d-cdcfdee15533 b7bfc3d47e3f471f82c0718cc8df7469 cc35755f877141428b97fa7aa6d7bf20 - - default default] HA network e64d1e95-d54c-4fa1-b9af-15b0d3831275 was deleted as no HA routers are present in tenant cc35755f877141428b97fa7aa6d7bf20. [pid: 7|app: 0|req: 595/1335] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:09:35 2026] DELETE /v2.0/routers/b8c03a07-05a5-406c-aacc-e66c07d97f00 => generated 0 bytes in 979 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 741/1336] 10.0.0.183 () {32 vars in 649 bytes} [Thu Apr 23 18:09:36 2026] GET /v2.0/networks => generated 1297 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1337] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:09:36 2026] DELETE /v2.0/subnets/c5696137-7918-4cc6-b34b-83c348f43514 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 742/1338] 10.0.0.29 () {34 vars in 1099 bytes} [Thu Apr 23 18:09:36 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1714645449&fields=id&tenant_id=ae00802d90384d75870aebc69f6b7881 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 743/1339] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:36 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 744/1340] 10.0.0.29 () {34 vars in 981 bytes} [Thu Apr 23 18:09:36 2026] GET /v2.0/networks?id=9583c2ea-7485-4b9d-ad93-e6eaa953d7f6 => generated 660 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 745/1341] 10.0.0.29 () {34 vars in 964 bytes} [Thu Apr 23 18:09:36 2026] GET /v2.0/quotas/ae00802d90384d75870aebc69f6b7881 => 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: 597/1342] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:09:36 2026] DELETE /v2.0/networks/cb30c42b-c26d-4a89-a192-e5ab2ce920a2 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 746/1343] 10.0.0.29 () {34 vars in 1001 bytes} [Thu Apr 23 18:09:36 2026] GET /v2.0/ports?tenant_id=ae00802d90384d75870aebc69f6b7881&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: 598/1344] 10.0.0.29 () {34 vars in 1007 bytes} [Thu Apr 23 18:09:36 2026] GET /v2.0/networks/9583c2ea-7485-4b9d-ad93-e6eaa953d7f6?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 747/1345] 10.0.0.29 () {34 vars in 1107 bytes} [Thu Apr 23 18:09:36 2026] GET /v2.0/networks/9583c2ea-7485-4b9d-ad93-e6eaa953d7f6?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: 6|app: 0|req: 748/1346] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:37 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 749/1347] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:09:37 2026] GET /v2.0/networks?id=2218e1d9-5d08-4eb0-86f4-01168e4b23b0 => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 750/1348] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:37 2026] GET /v2.0/security-groups?tenant_id=cc35755f877141428b97fa7aa6d7bf20&name=default => generated 2925 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 751/1349] 199.204.45.153 () {34 vars in 1050 bytes} [Thu Apr 23 18:09:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a68207788b8c4286a9de19126bb4c539 => generated 274 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1350] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:37 2026] GET /v2.0/security-groups?tenant_id=75b26daf8d9441328d204057c99f4087&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 752/1351] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:37 2026] DELETE /v2.0/security-groups/1a13b376-524e-4da6-8682-0efd8338a588 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 753/1352] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:37 2026] DELETE /v2.0/security-groups/d38dc1ef-0b78-4065-ac60-89e4fa835443 => 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: 600/1353] 199.204.45.153 () {38 vars in 955 bytes} [Thu Apr 23 18:09:37 2026] POST /v2.0/ports => generated 993 bytes in 415 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: 6|app: 0|req: 754/1354] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:37 2026] GET /v2.0/security-groups?tenant_id=f2b41dd917f846f58fa573c7158fcc21&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 755/1355] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:37 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 996 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 756/1356] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:37 2026] DELETE /v2.0/security-groups/ab892aba-9256-4895-b2d5-2f6a8cacb034 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 757/1357] 10.0.0.29 () {34 vars in 1119 bytes} [Thu Apr 23 18:09:38 2026] GET /v2.0/security-groups?id=18962fd5-1a13-4ec1-bb13-111105ea23fd&id=8cbae6b0-3f2c-418d-b1be-5e709c7f1280&fields=id&fields=name => generated 207 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 758/1358] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:38 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => 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: 601/1359] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:09:37 2026] PUT /v2.0/ports/dd87dd2d-9ce6-48c0-889a-ed1d22029f75 => generated 1274 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:09:38.282 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-afc4ae6e-bb78-4208-944a-925730825156'] response: {'name': 'network-changed', 'server_uuid': 'cf85df69-2904-4fe5-bd7c-10b069ad5205', 'tag': 'dd87dd2d-9ce6-48c0-889a-ed1d22029f75', 'status': 'completed', 'code': 200} 2026-04-23 18:09:38.555 7 INFO neutron.services.segments.plugin [-] Segment f0eeaf70-44b8-48d0-902a-96111422e76c resource provider aggregate not found 2026-04-23 18:09:38.561 7 INFO neutron.services.segments.plugin [-] Segment f0eeaf70-44b8-48d0-902a-96111422e76c resource provider aggregate not found 2026-04-23 18:09:38.571 7 INFO neutron.services.segments.plugin [-] Segment f0eeaf70-44b8-48d0-902a-96111422e76c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0eeaf70-44b8-48d0-902a-96111422e76c found for delete ", "request_id": "req-4c55acf0-5db1-4659-9735-c7991ee5d491"}]} 2026-04-23 18:09:38.576 7 INFO neutron.services.segments.plugin [-] Segment f0eeaf70-44b8-48d0-902a-96111422e76c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0eeaf70-44b8-48d0-902a-96111422e76c found for delete ", "request_id": "req-c9afd376-f2c5-4972-89b5-fcedc5a27a06"}]} [pid: 6|app: 0|req: 759/1360] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:09:38 2026] GET /v2.0/ports?tenant_id=a68207788b8c4286a9de19126bb4c539&device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 1277 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 602/1361] 199.204.45.153 () {34 vars in 1018 bytes} [Thu Apr 23 18:09:38 2026] GET /v2.0/networks?tenant_id=a68207788b8c4286a9de19126bb4c539&shared=False => generated 769 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 760/1362] 199.204.45.153 () {34 vars in 930 bytes} [Thu Apr 23 18:09:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1363] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:39 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 1008 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 761/1364] 10.0.0.29 () {34 vars in 1119 bytes} [Thu Apr 23 18:09:39 2026] GET /v2.0/security-groups?id=18962fd5-1a13-4ec1-bb13-111105ea23fd&id=8cbae6b0-3f2c-418d-b1be-5e709c7f1280&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 762/1365] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:39 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => 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: 604/1366] 10.0.0.183 () {34 vars in 684 bytes} [Thu Apr 23 18:09:39 2026] POST /v2.0/security-groups => generated 1625 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 763/1367] 10.0.0.183 () {32 vars in 663 bytes} [Thu Apr 23 18:09:39 2026] GET /v2.0/security-groups => generated 4530 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1368] 10.0.0.183 () {34 vars in 758 bytes} [Thu Apr 23 18:09:39 2026] PUT /v2.0/security-groups/83649449-bace-4d03-8c01-6568ed400845 => generated 1663 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 764/1369] 10.0.0.183 () {32 vars in 737 bytes} [Thu Apr 23 18:09:39 2026] GET /v2.0/security-groups/83649449-bace-4d03-8c01-6568ed400845 => generated 1663 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1370] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:39 2026] DELETE /v2.0/security-groups/83649449-bace-4d03-8c01-6568ed400845 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 765/1371] 10.0.0.183 () {32 vars in 663 bytes} [Thu Apr 23 18:09:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:09:39.932 7 INFO neutron.api.v2.resource [None req-762bb30c-4b95-48a0-8e50-71c8a55a3156 ddc1cd53708941dcadf2095b5d290a78 4e70fa76c4b64c60b0eddae14d883dab - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 607/1372] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:39 2026] DELETE /v2.0/security-groups/83649449-bace-4d03-8c01-6568ed400845 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1373] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:09:39 2026] GET /v2.0/ports?tenant_id=a68207788b8c4286a9de19126bb4c539&device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 1277 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1374] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:09:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=dd87dd2d-9ce6-48c0-889a-ed1d22029f75 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 766/1375] 10.0.0.183 () {34 vars in 684 bytes} [Thu Apr 23 18:09:39 2026] POST /v2.0/security-groups => generated 1624 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1376] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:09:40 2026] GET /v2.0/subnets?id=d56c5050-3c5f-4018-9777-8453a3614856 => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1377] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:09:40 2026] GET /v2.0/ports?network_id=2218e1d9-5d08-4eb0-86f4-01168e4b23b0&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1378] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:09:40 2026] GET /v2.0/networks/2218e1d9-5d08-4eb0-86f4-01168e4b23b0?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 767/1379] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 768/1380] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:09:40 2026] GET /v2.0/security-group-rules/232126e2-6111-469a-93b4-b555fb0a941a => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1381] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:09:40 2026] GET /v2.0/networks/2218e1d9-5d08-4eb0-86f4-01168e4b23b0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 769/1382] 10.0.0.183 () {32 vars in 673 bytes} [Thu Apr 23 18:09:40 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 770/1383] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:40 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 771/1384] 10.0.0.29 () {34 vars in 1119 bytes} [Thu Apr 23 18:09:40 2026] GET /v2.0/security-groups?id=18962fd5-1a13-4ec1-bb13-111105ea23fd&id=8cbae6b0-3f2c-418d-b1be-5e709c7f1280&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1385] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:09:40 2026] DELETE /v2.0/security-group-rules/232126e2-6111-469a-93b4-b555fb0a941a => 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: 615/1386] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:40 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 772/1387] 10.0.0.183 () {32 vars in 673 bytes} [Thu Apr 23 18:09:40 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1388] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 773/1389] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:09:40 2026] GET /v2.0/security-group-rules/f1acbb13-9738-4b46-b865-14cb45338ea1 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1390] 10.0.0.183 () {32 vars in 673 bytes} [Thu Apr 23 18:09:40 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 774/1391] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:09:40 2026] DELETE /v2.0/security-group-rules/f1acbb13-9738-4b46-b865-14cb45338ea1 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1392] 10.0.0.183 () {32 vars in 673 bytes} [Thu Apr 23 18:09:40 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:09:40.817 6 INFO neutron.db.securitygroups_db [None req-59ba556c-6492-4e7d-9feb-1cdc0dbb53cc ddc1cd53708941dcadf2095b5d290a78 4e70fa76c4b64c60b0eddae14d883dab - - default default] Project 4e70fa76c4b64c60b0eddae14d883dab added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 6|app: 0|req: 775/1393] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:40 2026] POST /v2.0/security-group-rules => generated 607 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1394] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:09:40 2026] GET /v2.0/security-group-rules/77af5d85-bb09-4862-bb8d-5d4b4420815a => generated 607 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 776/1395] 10.0.0.183 () {32 vars in 673 bytes} [Thu Apr 23 18:09:40 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1396] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:09:40 2026] DELETE /v2.0/security-group-rules/77af5d85-bb09-4862-bb8d-5d4b4420815a => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 777/1397] 10.0.0.183 () {32 vars in 673 bytes} [Thu Apr 23 18:09:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1398] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:41 2026] DELETE /v2.0/security-groups/a248f9a5-faaf-4d0d-99b3-b8bc9c3b85cb => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 778/1399] 10.0.0.183 () {32 vars in 663 bytes} [Thu Apr 23 18:09:41 2026] GET /v2.0/security-groups => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1400] 10.0.0.183 () {32 vars in 663 bytes} [Thu Apr 23 18:09:41 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 779/1401] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:09:41 2026] GET /v2.0/networks?id=9583c2ea-7485-4b9d-ad93-e6eaa953d7f6 => generated 660 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1402] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:41 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 780/1403] 199.204.45.153 () {34 vars in 1050 bytes} [Thu Apr 23 18:09:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ae00802d90384d75870aebc69f6b7881 => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1404] 10.0.0.29 () {34 vars in 1119 bytes} [Thu Apr 23 18:09:41 2026] GET /v2.0/security-groups?id=18962fd5-1a13-4ec1-bb13-111105ea23fd&id=8cbae6b0-3f2c-418d-b1be-5e709c7f1280&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 781/1405] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:41 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => 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: 625/1406] 199.204.45.153 () {38 vars in 955 bytes} [Thu Apr 23 18:09:41 2026] POST /v2.0/ports => generated 954 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: 626/1407] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:41 2026] GET /v2.0/security-groups?tenant_id=4e70fa76c4b64c60b0eddae14d883dab&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1408] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:42 2026] DELETE /v2.0/security-groups/2b28e8d8-ede8-40d6-81c1-71ab03435eb2 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 782/1409] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:09:41 2026] PUT /v2.0/ports/5d98cf18-2306-47db-84a4-f728e3ab16af => generated 1235 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:09:42.253 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e8b4893-66ec-4616-83a7-3cdb4f887f31'] response: {'name': 'network-changed', 'server_uuid': 'fa1759ce-0f25-46fb-bb7a-a10ac2125422', 'tag': '5d98cf18-2306-47db-84a4-f728e3ab16af', '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: 628/1410] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:42 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 783/1411] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:42 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 1008 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1412] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:42 2026] GET /v2.0/security-groups?id=ffd56507-ad22-4ec6-aca3-50b2acdc2f56&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: 6|app: 0|req: 784/1413] 10.0.0.29 () {34 vars in 1119 bytes} [Thu Apr 23 18:09:42 2026] GET /v2.0/security-groups?id=18962fd5-1a13-4ec1-bb13-111105ea23fd&id=8cbae6b0-3f2c-418d-b1be-5e709c7f1280&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1414] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:09:42 2026] GET /v2.0/ports?tenant_id=ae00802d90384d75870aebc69f6b7881&device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 785/1415] 199.204.45.153 () {34 vars in 1018 bytes} [Thu Apr 23 18:09:42 2026] GET /v2.0/networks?tenant_id=ae00802d90384d75870aebc69f6b7881&shared=False => generated 756 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1416] 199.204.45.153 () {34 vars in 930 bytes} [Thu Apr 23 18:09:42 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: 6|app: 0|req: 786/1417] 199.204.45.153 () {34 vars in 994 bytes} [Thu Apr 23 18:09:43 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 1277 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 787/1418] 199.204.45.153 () {34 vars in 1124 bytes} [Thu Apr 23 18:09:43 2026] GET /v2.0/security-groups?id=18962fd5-1a13-4ec1-bb13-111105ea23fd&id=8cbae6b0-3f2c-418d-b1be-5e709c7f1280&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: 632/1419] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:43 2026] GET /v2.0/security-groups?tenant_id=4d3f098d5ad346639c64b95060666b4b&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1420] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:43 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 788/1421] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:43 2026] DELETE /v2.0/security-groups/fd2be7a2-14b0-40b3-a93d-ed3ec549f207 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 789/1422] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:43 2026] GET /v2.0/security-groups?id=ffd56507-ad22-4ec6-aca3-50b2acdc2f56&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: 634/1423] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:43 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 1008 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 790/1424] 10.0.0.29 () {34 vars in 1119 bytes} [Thu Apr 23 18:09:43 2026] GET /v2.0/security-groups?id=18962fd5-1a13-4ec1-bb13-111105ea23fd&id=8cbae6b0-3f2c-418d-b1be-5e709c7f1280&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1425] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:09:43 2026] GET /v2.0/ports?tenant_id=ae00802d90384d75870aebc69f6b7881&device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 791/1426] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:09:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5d98cf18-2306-47db-84a4-f728e3ab16af => 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: 636/1427] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:09:43 2026] GET /v2.0/subnets?id=fc8ee918-834c-4a23-8b9f-27bf4b37e2f1 => generated 676 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 792/1428] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:09:44 2026] GET /v2.0/ports?network_id=9583c2ea-7485-4b9d-ad93-e6eaa953d7f6&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 793/1429] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:44 2026] GET /v2.0/security-groups?tenant_id=b3f71dbf15ca4367b1568956ca0c36a9&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 794/1430] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:09:44 2026] GET /v2.0/networks/9583c2ea-7485-4b9d-ad93-e6eaa953d7f6?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 795/1431] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:44 2026] DELETE /v2.0/security-groups/d8b86cb9-e3ea-43ff-9cc0-2c112fea8d62 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 796/1432] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:09:44 2026] GET /v2.0/networks/9583c2ea-7485-4b9d-ad93-e6eaa953d7f6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1433] 10.0.0.183 () {34 vars in 684 bytes} [Thu Apr 23 18:09:44 2026] POST /v2.0/security-groups => generated 1624 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 797/1434] 10.0.0.183 () {32 vars in 663 bytes} [Thu Apr 23 18:09:44 2026] GET /v2.0/security-groups => generated 4529 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1435] 10.0.0.183 () {34 vars in 758 bytes} [Thu Apr 23 18:09:44 2026] PUT /v2.0/security-groups/092c7af9-eade-4b63-ab25-2c1483958d52 => generated 1662 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 798/1436] 10.0.0.183 () {32 vars in 737 bytes} [Thu Apr 23 18:09:44 2026] GET /v2.0/security-groups/092c7af9-eade-4b63-ab25-2c1483958d52 => generated 1662 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1437] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:44 2026] DELETE /v2.0/security-groups/092c7af9-eade-4b63-ab25-2c1483958d52 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 799/1438] 10.0.0.183 () {32 vars in 663 bytes} [Thu Apr 23 18:09:44 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:09:44.658 7 INFO neutron.api.v2.resource [None req-d2b613b4-88f7-456f-8ffb-4586fad0b5ed 977b99d158464c959489acbfdb0cd0da 890560bca25c425197f2a61d4629af52 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 640/1439] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:44 2026] DELETE /v2.0/security-groups/092c7af9-eade-4b63-ab25-2c1483958d52 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 800/1440] 10.0.0.183 () {34 vars in 684 bytes} [Thu Apr 23 18:09:44 2026] POST /v2.0/security-groups => generated 1624 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1441] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1442] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:09:44 2026] GET /v2.0/security-group-rules/1e1c4b17-4e79-4f1f-abc5-89683ebb4081 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 801/1443] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:44 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 969 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1444] 10.0.0.183 () {32 vars in 673 bytes} [Thu Apr 23 18:09:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1445] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:45 2026] GET /v2.0/security-groups?id=ffd56507-ad22-4ec6-aca3-50b2acdc2f56&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: 6|app: 0|req: 802/1446] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:45 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 1010 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1447] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:09:45 2026] DELETE /v2.0/security-group-rules/1e1c4b17-4e79-4f1f-abc5-89683ebb4081 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1448] 10.0.0.29 () {34 vars in 1119 bytes} [Thu Apr 23 18:09:45 2026] GET /v2.0/security-groups?id=18962fd5-1a13-4ec1-bb13-111105ea23fd&id=8cbae6b0-3f2c-418d-b1be-5e709c7f1280&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: 6|app: 0|req: 803/1449] 10.0.0.183 () {32 vars in 673 bytes} [Thu Apr 23 18:09:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1450] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 804/1451] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:09:45 2026] GET /v2.0/security-group-rules/07f5405c-18c9-4cd4-b045-d1ace0c860ec => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1452] 10.0.0.183 () {32 vars in 673 bytes} [Thu Apr 23 18:09:45 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 805/1453] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:09:45 2026] DELETE /v2.0/security-group-rules/07f5405c-18c9-4cd4-b045-d1ace0c860ec => 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: 649/1454] 10.0.0.183 () {32 vars in 673 bytes} [Thu Apr 23 18:09:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 806/1455] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:09:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1456] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:09:45 2026] GET /v2.0/security-group-rules/fbf77e33-f1a4-435c-8eaf-f3462aaaf08a => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 807/1457] 10.0.0.183 () {32 vars in 673 bytes} [Thu Apr 23 18:09:45 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1458] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:09:45 2026] DELETE /v2.0/security-group-rules/fbf77e33-f1a4-435c-8eaf-f3462aaaf08a => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 808/1459] 10.0.0.183 () {32 vars in 673 bytes} [Thu Apr 23 18:09:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1460] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:45 2026] DELETE /v2.0/security-groups/cac16240-a7d2-4faf-b24b-df86f528d696 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 809/1461] 10.0.0.183 () {32 vars in 663 bytes} [Thu Apr 23 18:09:45 2026] GET /v2.0/security-groups => 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: 653/1462] 10.0.0.183 () {32 vars in 663 bytes} [Thu Apr 23 18:09:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 810/1463] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:46 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1464] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:46 2026] GET /v2.0/security-groups?id=ffd56507-ad22-4ec6-aca3-50b2acdc2f56&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 811/1465] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:46 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1466] 10.0.0.29 () {34 vars in 1119 bytes} [Thu Apr 23 18:09:46 2026] GET /v2.0/security-groups?id=18962fd5-1a13-4ec1-bb13-111105ea23fd&id=8cbae6b0-3f2c-418d-b1be-5e709c7f1280&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 812/1467] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:46 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 1010 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1468] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:46 2026] GET /v2.0/security-groups?tenant_id=890560bca25c425197f2a61d4629af52&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:09:46.843 6 INFO neutron.db.l3_db [None req-27ad5224-5c36-4ec8-a4c7-f645fe0862ee 8ca6103b65dd441caf3dd033f48d7b2b a68207788b8c4286a9de19126bb4c539 - - default default] Floating IP 41301df3-454f-4700-843c-0985dcbff0dd associated. External IP: 10.96.250.211, port: dd87dd2d-9ce6-48c0-889a-ed1d22029f75. [pid: 7|app: 0|req: 657/1469] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:46 2026] DELETE /v2.0/security-groups/8c9d624e-c404-456e-af18-cdf7b5f1fc76 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 813/1470] 10.0.0.183 () {34 vars in 749 bytes} [Thu Apr 23 18:09:46 2026] PUT /v2.0/floatingips/41301df3-454f-4700-843c-0985dcbff0dd => generated 855 bytes in 721 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:09:47.243 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad42414b-dcd5-4589-bb4c-fc2e299beba7'] response: {'name': 'network-changed', 'server_uuid': 'cf85df69-2904-4fe5-bd7c-10b069ad5205', 'tag': 'dd87dd2d-9ce6-48c0-889a-ed1d22029f75', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 658/1471] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:46 2026] GET /v2.0/security-groups?tenant_id=74b6df7108bb48859abb6623fed4fde6&name=default => generated 2925 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1472] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:47 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 814/1473] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:47 2026] DELETE /v2.0/security-groups/b101c312-c31f-4bec-baeb-7a1fb0fd2551 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1474] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:47 2026] GET /v2.0/security-groups?id=ffd56507-ad22-4ec6-aca3-50b2acdc2f56&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 815/1475] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:09:47 2026] GET /v2.0/ports?tenant_id=a68207788b8c4286a9de19126bb4c539&device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 1279 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1476] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:09:47 2026] GET /v2.0/networks?id=2218e1d9-5d08-4eb0-86f4-01168e4b23b0 => generated 769 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 816/1477] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:09:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=dd87dd2d-9ce6-48c0-889a-ed1d22029f75 => generated 858 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1478] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:09:47 2026] GET /v2.0/subnets?id=d56c5050-3c5f-4018-9777-8453a3614856 => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 817/1479] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:09:47 2026] GET /v2.0/ports?network_id=2218e1d9-5d08-4eb0-86f4-01168e4b23b0&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1480] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:09:48 2026] GET /v2.0/networks/2218e1d9-5d08-4eb0-86f4-01168e4b23b0?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 818/1481] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:09:48 2026] GET /v2.0/networks/2218e1d9-5d08-4eb0-86f4-01168e4b23b0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1482] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:48 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 819/1483] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:48 2026] GET /v2.0/security-groups?id=ffd56507-ad22-4ec6-aca3-50b2acdc2f56&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: 665/1484] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:49 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 820/1485] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:49 2026] GET /v2.0/security-groups?id=ffd56507-ad22-4ec6-aca3-50b2acdc2f56&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: 666/1486] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:49 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 821/1487] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:09:49 2026] GET /v2.0/security-groups?id=ffd56507-ad22-4ec6-aca3-50b2acdc2f56&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1488] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:09:50 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:09:51.050 6 INFO neutron.db.l3_db [None req-1958bd07-5f85-4cca-a125-1bdb9a2e3e50 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] Floating IP 15a14807-766f-427a-b48d-8982af3d3437 associated. External IP: 10.96.250.207, port: 5d98cf18-2306-47db-84a4-f728e3ab16af. [pid: 6|app: 0|req: 822/1491] 10.0.0.183 () {34 vars in 677 bytes} [Thu Apr 23 18:09:50 2026] POST /v2.0/floatingips => generated 855 bytes in 1335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:09:51.503 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-67c30cd0-371b-4ecc-a76d-bffffa745291'] response: {'name': 'network-changed', 'server_uuid': 'fa1759ce-0f25-46fb-bb7a-a10ac2125422', 'tag': '5d98cf18-2306-47db-84a4-f728e3ab16af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 670/1492] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:09:51 2026] GET /v2.0/floatingips/15a14807-766f-427a-b48d-8982af3d3437 => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 823/1493] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:09:52 2026] GET /v2.0/ports?tenant_id=ae00802d90384d75870aebc69f6b7881&device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1494] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:09:52 2026] GET /v2.0/networks?id=9583c2ea-7485-4b9d-ad93-e6eaa953d7f6 => generated 756 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 824/1495] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:09:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5d98cf18-2306-47db-84a4-f728e3ab16af => generated 858 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1496] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:09:52 2026] GET /v2.0/subnets?id=fc8ee918-834c-4a23-8b9f-27bf4b37e2f1 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 825/1497] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:09:52 2026] GET /v2.0/ports?network_id=9583c2ea-7485-4b9d-ad93-e6eaa953d7f6&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: 6|app: 0|req: 826/1498] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:09:52 2026] GET /v2.0/networks/9583c2ea-7485-4b9d-ad93-e6eaa953d7f6?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 827/1499] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:09:52 2026] GET /v2.0/networks/9583c2ea-7485-4b9d-ad93-e6eaa953d7f6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1500] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:52 2026] GET /v2.0/security-groups?tenant_id=045fb1195fc04fab9f143a9339507539&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1501] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:09:52 2026] GET /v2.0/floatingips/15a14807-766f-427a-b48d-8982af3d3437 => generated 855 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 828/1502] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:52 2026] GET /v2.0/security-groups?tenant_id=9251fa2c34ed48789c246d5c799852ec&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1503] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:52 2026] DELETE /v2.0/security-groups/1984aff3-a731-4eef-8263-40d7b494e2bd => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 829/1504] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:52 2026] DELETE /v2.0/security-groups/11988a0d-a989-4029-abb7-ea7ea3e3a6a0 => 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: 676/1505] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:52 2026] GET /v2.0/security-groups?tenant_id=85a313d551e747c691c80b7ccde7d76a&name=default => generated 2925 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 830/1506] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:53 2026] DELETE /v2.0/security-groups/8198a44b-075f-4237-9189-edcf4776b93d => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1507] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:09:53 2026] GET /v2.0/floatingips/15a14807-766f-427a-b48d-8982af3d3437 => generated 857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:09:54.865 6 INFO neutron.db.segments_db [None req-de272aa3-19e2-4b23-9999-ada28f223110 5a0f7024dbd748b9a05fa321faa410fe 012ff4a997994907a3681c86eba0611b - - default default] Added segment b02473b7-423b-4c29-939e-c40e8412fe5d of type vxlan for network 54e21d90-e364-4727-85f3-26bb5adc394a 2026-04-23 18:09:54.937 6 INFO neutron.db.segments_db [None req-de272aa3-19e2-4b23-9999-ada28f223110 5a0f7024dbd748b9a05fa321faa410fe 012ff4a997994907a3681c86eba0611b - - default default] Added segment e27be2a2-8c9b-4cf5-96e7-3bef8cf64573 of type vxlan for network 6dac59ac-0ac4-44e3-a0c2-ca98df639cae [pid: 6|app: 0|req: 831/1508] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:09:54 2026] POST /v2.0/networks => generated 1207 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1509] 10.0.0.183 () {32 vars in 649 bytes} [Thu Apr 23 18:09:55 2026] GET /v2.0/networks => generated 1844 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:09:55.237 6 INFO neutron.services.segments.plugin [-] Segment b02473b7-423b-4c29-939e-c40e8412fe5d resource provider aggregate not found 2026-04-23 18:09:55.246 6 INFO neutron.services.segments.plugin [-] Segment b02473b7-423b-4c29-939e-c40e8412fe5d resource provider aggregate not found 2026-04-23 18:09:55.258 6 INFO neutron.services.segments.plugin [-] Segment b02473b7-423b-4c29-939e-c40e8412fe5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b02473b7-423b-4c29-939e-c40e8412fe5d found for delete ", "request_id": "req-b64f0d55-76c1-43dc-a975-c5e514b73335"}]} 2026-04-23 18:09:55.264 6 INFO neutron.services.segments.plugin [-] Segment b02473b7-423b-4c29-939e-c40e8412fe5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b02473b7-423b-4c29-939e-c40e8412fe5d found for delete ", "request_id": "req-89de9176-855d-42ac-8614-3901e897fd6a"}]} [pid: 6|app: 0|req: 832/1510] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:09:55 2026] DELETE /v2.0/networks/54e21d90-e364-4727-85f3-26bb5adc394a => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:09:55.413 7 INFO neutron.services.segments.plugin [-] Segment e27be2a2-8c9b-4cf5-96e7-3bef8cf64573 resource provider aggregate not found 2026-04-23 18:09:55.418 7 INFO neutron.services.segments.plugin [-] Segment e27be2a2-8c9b-4cf5-96e7-3bef8cf64573 resource provider aggregate not found 2026-04-23 18:09:55.439 7 INFO neutron.services.segments.plugin [-] Segment e27be2a2-8c9b-4cf5-96e7-3bef8cf64573 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e27be2a2-8c9b-4cf5-96e7-3bef8cf64573 found for delete ", "request_id": "req-66c53767-100b-4b23-9b45-e490572a9125"}]} 2026-04-23 18:09:55.443 7 INFO neutron.services.segments.plugin [-] Segment e27be2a2-8c9b-4cf5-96e7-3bef8cf64573 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e27be2a2-8c9b-4cf5-96e7-3bef8cf64573 found for delete ", "request_id": "req-fcd4af1b-1b71-4bae-b862-d6b76ec5af42"}]} [pid: 7|app: 0|req: 679/1511] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:09:55 2026] DELETE /v2.0/networks/6dac59ac-0ac4-44e3-a0c2-ca98df639cae => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 833/1512] 10.0.0.183 () {32 vars in 649 bytes} [Thu Apr 23 18:09:55 2026] GET /v2.0/networks => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:09:55.576 7 INFO neutron.db.segments_db [None req-846552ef-3f1c-4bfb-93c6-43e91d21074c 5a0f7024dbd748b9a05fa321faa410fe 012ff4a997994907a3681c86eba0611b - - default default] Added segment edeed8df-72a1-4c74-9841-b0de3aed1fbf of type vxlan for network 0b29f277-b5db-4eb0-b46e-67b9e87fd14e [pid: 7|app: 0|req: 680/1513] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:09:55 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:09:55.727 6 INFO neutron.db.segments_db [None req-51874ecf-5ed1-4e58-95a1-dbf1e890303e 5a0f7024dbd748b9a05fa321faa410fe 012ff4a997994907a3681c86eba0611b - - default default] Added segment 60c8e725-f271-4a19-b62d-6521ff004afd of type vxlan for network 96975589-325d-43cf-95cc-62943f9bf588 [pid: 6|app: 0|req: 834/1514] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:09:55 2026] POST /v2.0/networks => generated 630 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1515] 10.0.0.183 () {34 vars in 665 bytes} [Thu Apr 23 18:09:55 2026] POST /v2.0/ports => generated 1505 bytes in 575 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: 682/1516] 10.0.0.183 () {32 vars in 643 bytes} [Thu Apr 23 18:09:56 2026] GET /v2.0/ports => generated 1505 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 835/1517] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:56 2026] GET /v2.0/security-groups?tenant_id=06e83d98983c49de90c12c78bfd6a0f0&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:09:56.516 7 INFO neutron_taas.services.taas.taas_plugin [None req-fea0d263-6c18-48dd-ae9e-6d501dcb67c8 5a0f7024dbd748b9a05fa321faa410fe 012ff4a997994907a3681c86eba0611b - - default default] TaaS: Handle Delete Port: 584997ec-3c3a-4b24-883a-0448bdceecc0 2026-04-23 18:09:56.518 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fea0d263-6c18-48dd-ae9e-6d501dcb67c8 5a0f7024dbd748b9a05fa321faa410fe 012ff4a997994907a3681c86eba0611b - - default default] Tap Mirror: Handle Delete Port: 584997ec-3c3a-4b24-883a-0448bdceecc0 [pid: 6|app: 0|req: 836/1518] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:56 2026] DELETE /v2.0/security-groups/3635d1b9-9923-441b-aaa1-4220ba360bde => 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: 683/1519] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:09:56 2026] DELETE /v2.0/ports/584997ec-3c3a-4b24-883a-0448bdceecc0 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:09:56.700 6 INFO neutron_taas.services.taas.taas_plugin [None req-c4c628fa-002e-401b-b555-d21ba233d927 5a0f7024dbd748b9a05fa321faa410fe 012ff4a997994907a3681c86eba0611b - - default default] TaaS: Handle Delete Port: d379ac73-8221-48cd-bff7-87077d812ef8 2026-04-23 18:09:56.703 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4c628fa-002e-401b-b555-d21ba233d927 5a0f7024dbd748b9a05fa321faa410fe 012ff4a997994907a3681c86eba0611b - - default default] Tap Mirror: Handle Delete Port: d379ac73-8221-48cd-bff7-87077d812ef8 [pid: 6|app: 0|req: 837/1520] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:09:56 2026] DELETE /v2.0/ports/d379ac73-8221-48cd-bff7-87077d812ef8 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1521] 10.0.0.183 () {32 vars in 643 bytes} [Thu Apr 23 18:09:56 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:09:56.899 6 INFO neutron.db.segments_db [None req-8888899e-47fd-4a7d-9d32-0b1efd0b788c 5a0f7024dbd748b9a05fa321faa410fe 012ff4a997994907a3681c86eba0611b - - default default] Added segment 89cb5610-c39e-424a-88d7-791e92da5e83 of type vxlan for network 2bb0f4a8-efa7-4c07-bee3-f0ea1d1b5652 [pid: 6|app: 0|req: 838/1522] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:09:56 2026] POST /v2.0/networks => generated 631 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:09:57.041 7 INFO neutron.db.segments_db [None req-06b2a1da-e9e6-444a-b6ba-a0ea85076ab7 5a0f7024dbd748b9a05fa321faa410fe 012ff4a997994907a3681c86eba0611b - - default default] Added segment ff368d56-f6ac-4d43-8b5a-44781f0a53f6 of type vxlan for network 87a651f6-980e-4c71-83dc-864c8e073afd [pid: 7|app: 0|req: 685/1523] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:09:56 2026] POST /v2.0/networks => generated 631 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 839/1524] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:09:57 2026] POST /v2.0/subnets => generated 1273 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1525] 10.0.0.183 () {32 vars in 647 bytes} [Thu Apr 23 18:09:57 2026] GET /v2.0/subnets => generated 1909 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 840/1526] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:09:57 2026] DELETE /v2.0/subnets/1882e932-45c6-4aa6-8499-c741a1a9d2fd => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1527] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:09:57 2026] DELETE /v2.0/subnets/7e7be2a3-bf36-4069-81ef-4f711657459a => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 841/1528] 10.0.0.183 () {32 vars in 647 bytes} [Thu Apr 23 18:09:57 2026] GET /v2.0/subnets => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:09:58.033 7 INFO neutron.services.segments.plugin [-] Segment ff368d56-f6ac-4d43-8b5a-44781f0a53f6 resource provider aggregate not found 2026-04-23 18:09:58.040 7 INFO neutron.services.segments.plugin [-] Segment ff368d56-f6ac-4d43-8b5a-44781f0a53f6 resource provider aggregate not found 2026-04-23 18:09:58.059 7 INFO neutron.services.segments.plugin [-] Segment ff368d56-f6ac-4d43-8b5a-44781f0a53f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff368d56-f6ac-4d43-8b5a-44781f0a53f6 found for delete ", "request_id": "req-42753cdb-108f-44fa-993e-9fe87719270b"}]} 2026-04-23 18:09:58.061 7 INFO neutron.services.segments.plugin [-] Segment ff368d56-f6ac-4d43-8b5a-44781f0a53f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff368d56-f6ac-4d43-8b5a-44781f0a53f6 found for delete ", "request_id": "req-c223f5a3-7914-43f7-808c-2e866183e2c2"}]} [pid: 7|app: 0|req: 688/1529] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:09:57 2026] DELETE /v2.0/networks/87a651f6-980e-4c71-83dc-864c8e073afd => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:09:58.224 6 INFO neutron.services.segments.plugin [-] Segment 89cb5610-c39e-424a-88d7-791e92da5e83 resource provider aggregate not found 2026-04-23 18:09:58.228 6 INFO neutron.services.segments.plugin [-] Segment 89cb5610-c39e-424a-88d7-791e92da5e83 resource provider aggregate not found 2026-04-23 18:09:58.241 6 INFO neutron.services.segments.plugin [-] Segment 89cb5610-c39e-424a-88d7-791e92da5e83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89cb5610-c39e-424a-88d7-791e92da5e83 found for delete ", "request_id": "req-028ae552-78c3-4e02-acb0-c99b8ce6b1f1"}]} 2026-04-23 18:09:58.247 6 INFO neutron.services.segments.plugin [-] Segment 89cb5610-c39e-424a-88d7-791e92da5e83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89cb5610-c39e-424a-88d7-791e92da5e83 found for delete ", "request_id": "req-6ee5804c-edee-4793-a58a-235ef9a8a554"}]} [pid: 6|app: 0|req: 842/1530] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:09:58 2026] DELETE /v2.0/networks/2bb0f4a8-efa7-4c07-bee3-f0ea1d1b5652 => 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: 689/1531] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:09:58 2026] DELETE /v2.0/networks/96975589-325d-43cf-95cc-62943f9bf588 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 843/1532] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:09:58 2026] DELETE /v2.0/networks/0b29f277-b5db-4eb0-b46e-67b9e87fd14e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 844/1533] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:09:59 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 1010 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1534] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:09:59 2026] GET /v2.0/security-groups?tenant_id=012ff4a997994907a3681c86eba0611b&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 845/1535] 10.0.0.29 () {34 vars in 1119 bytes} [Thu Apr 23 18:09:59 2026] GET /v2.0/security-groups?id=18962fd5-1a13-4ec1-bb13-111105ea23fd&id=8cbae6b0-3f2c-418d-b1be-5e709c7f1280&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1536] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:09:59 2026] DELETE /v2.0/security-groups/6b3c4f65-66bf-4fb1-93a1-3adf6588991c => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 846/1537] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:09:59 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 1279 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1538] 10.0.0.183 () {32 vars in 858 bytes} [Thu Apr 23 18:09:59 2026] GET /v2.0/floatingips?floating_network_id=6f374baf-9412-4ae4-b3e9-53ca5ae4a87c&port_id=dd87dd2d-9ce6-48c0-889a-ed1d22029f75 => generated 860 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:10:00.085 7 INFO neutron.services.segments.plugin [-] Segment 60c8e725-f271-4a19-b62d-6521ff004afd resource provider aggregate not found 2026-04-23 18:10:00.089 7 INFO neutron.services.segments.plugin [-] Segment 60c8e725-f271-4a19-b62d-6521ff004afd resource provider aggregate not found 2026-04-23 18:10:00.103 7 INFO neutron.services.segments.plugin [-] Segment 60c8e725-f271-4a19-b62d-6521ff004afd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60c8e725-f271-4a19-b62d-6521ff004afd found for delete ", "request_id": "req-585e5e0e-eb5e-4b15-bdac-35388317528a"}]} 2026-04-23 18:10:00.106 7 INFO neutron.services.segments.plugin [-] Segment 60c8e725-f271-4a19-b62d-6521ff004afd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60c8e725-f271-4a19-b62d-6521ff004afd found for delete ", "request_id": "req-042a2b6f-cbf0-4d75-8c87-f89a5b00faba"}]} 2026-04-23 18:10:00.261 6 INFO neutron.services.segments.plugin [-] Segment edeed8df-72a1-4c74-9841-b0de3aed1fbf resource provider aggregate not found 2026-04-23 18:10:00.264 6 INFO neutron.services.segments.plugin [-] Segment edeed8df-72a1-4c74-9841-b0de3aed1fbf resource provider aggregate not found 2026-04-23 18:10:00.282 6 INFO neutron.services.segments.plugin [-] Segment edeed8df-72a1-4c74-9841-b0de3aed1fbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edeed8df-72a1-4c74-9841-b0de3aed1fbf found for delete ", "request_id": "req-e5735ba9-8b97-492f-8d94-13a310a0080e"}]} 2026-04-23 18:10:00.285 6 INFO neutron.services.segments.plugin [-] Segment edeed8df-72a1-4c74-9841-b0de3aed1fbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edeed8df-72a1-4c74-9841-b0de3aed1fbf found for delete ", "request_id": "req-b87c6398-18e7-4d05-8b95-4117d0191417"}]} [pid: 6|app: 0|req: 847/1539] 10.0.0.250 () {34 vars in 990 bytes} [Thu Apr 23 18:10:00 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 1279 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1540] 10.0.0.250 () {34 vars in 1120 bytes} [Thu Apr 23 18:10:00 2026] GET /v2.0/security-groups?id=8cbae6b0-3f2c-418d-b1be-5e709c7f1280&id=18962fd5-1a13-4ec1-bb13-111105ea23fd&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 848/1541] 10.0.0.250 () {34 vars in 990 bytes} [Thu Apr 23 18:10:01 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1542] 10.0.0.250 () {34 vars in 1040 bytes} [Thu Apr 23 18:10:01 2026] GET /v2.0/security-groups?id=ffd56507-ad22-4ec6-aca3-50b2acdc2f56&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: 6|app: 0|req: 849/1543] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:02 2026] GET /v2.0/security-groups?tenant_id=7e9749092857423e8683ddb23deb37b6&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1544] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:03 2026] DELETE /v2.0/security-groups/3e454039-a38f-43f5-838a-82778234156d => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 850/1545] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:03 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 1010 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1546] 10.0.0.29 () {34 vars in 1119 bytes} [Thu Apr 23 18:10:03 2026] GET /v2.0/security-groups?id=18962fd5-1a13-4ec1-bb13-111105ea23fd&id=8cbae6b0-3f2c-418d-b1be-5e709c7f1280&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 851/1547] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:04 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 1010 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1548] 10.0.0.29 () {34 vars in 1119 bytes} [Thu Apr 23 18:10:04 2026] GET /v2.0/security-groups?id=18962fd5-1a13-4ec1-bb13-111105ea23fd&id=8cbae6b0-3f2c-418d-b1be-5e709c7f1280&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 852/1549] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:05 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 853/1550] 10.0.0.29 () {34 vars in 1119 bytes} [Thu Apr 23 18:10:05 2026] GET /v2.0/security-groups?id=18962fd5-1a13-4ec1-bb13-111105ea23fd&id=8cbae6b0-3f2c-418d-b1be-5e709c7f1280&fields=id&fields=name => generated 207 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1551] 199.204.45.153 () {34 vars in 994 bytes} [Thu Apr 23 18:10:05 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 1008 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:10:05.878 6 INFO neutron_taas.services.taas.taas_plugin [req-8face99d-e427-4ae0-835a-8de3a7818ee6 req-3f1d1cfd-2a2c-4f9c-be1f-c4ea432ac5c7 8ca6103b65dd441caf3dd033f48d7b2b a68207788b8c4286a9de19126bb4c539 - - default default] TaaS: Handle Delete Port: dd87dd2d-9ce6-48c0-889a-ed1d22029f75 2026-04-23 18:10:05.882 6 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8face99d-e427-4ae0-835a-8de3a7818ee6 req-3f1d1cfd-2a2c-4f9c-be1f-c4ea432ac5c7 8ca6103b65dd441caf3dd033f48d7b2b a68207788b8c4286a9de19126bb4c539 - - default default] Tap Mirror: Handle Delete Port: dd87dd2d-9ce6-48c0-889a-ed1d22029f75 2026-04-23 18:10:06.010 6 INFO neutron.db.l3_db [req-8face99d-e427-4ae0-835a-8de3a7818ee6 req-3f1d1cfd-2a2c-4f9c-be1f-c4ea432ac5c7 8ca6103b65dd441caf3dd033f48d7b2b a68207788b8c4286a9de19126bb4c539 - - default default] Floating IP 41301df3-454f-4700-843c-0985dcbff0dd disassociated. External IP: 10.96.250.211, port: dd87dd2d-9ce6-48c0-889a-ed1d22029f75. [pid: 6|app: 0|req: 854/1554] 199.204.45.153 () {36 vars in 997 bytes} [Thu Apr 23 18:10:05 2026] DELETE /v2.0/ports/dd87dd2d-9ce6-48c0-889a-ed1d22029f75 => generated 0 bytes in 676 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:06.462 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-929b4549-b386-4e17-b14e-6222f6fe187f'] response: {'server_uuid': 'cf85df69-2904-4fe5-bd7c-10b069ad5205', 'name': 'network-vif-deleted', 'tag': 'dd87dd2d-9ce6-48c0-889a-ed1d22029f75', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 701/1555] 10.0.0.148 () {32 vars in 802 bytes} [Thu Apr 23 18:10:06 2026] GET /v2.0/extensions => generated 21537 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1556] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:06 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 855/1557] 10.0.0.148 () {30 vars in 724 bytes} [Thu Apr 23 18:10:06 2026] GET /v2.0/quotas/0f85c567aedc4aab9880c4130a7c3fe2/details => generated 847 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1558] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:07 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 856/1559] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:09 2026] GET /v2.0/ports?device_id=cf85df69-2904-4fe5-bd7c-10b069ad5205 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1560] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:09 2026] GET /v2.0/security-groups?tenant_id=a8025c1554d84f7facf004edb481a899&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1561] 10.0.0.148 () {32 vars in 802 bytes} [Thu Apr 23 18:10:10 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 857/1562] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:09 2026] DELETE /v2.0/security-groups/166452c5-3e84-4922-add9-8039f7e45541 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1563] 10.0.0.148 () {30 vars in 724 bytes} [Thu Apr 23 18:10:10 2026] GET /v2.0/quotas/0f85c567aedc4aab9880c4130a7c3fe2/details => generated 847 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 858/1564] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:10 2026] DELETE /v2.0/security-groups/18962fd5-1a13-4ec1-bb13-111105ea23fd => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:10:10.331 7 INFO neutron.api.v2.resource [None req-2d8a93b1-a9ea-4b5d-b9c9-0d7627a6e916 8ca6103b65dd441caf3dd033f48d7b2b a68207788b8c4286a9de19126bb4c539 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 707/1565] 10.0.0.183 () {32 vars in 737 bytes} [Thu Apr 23 18:10:10 2026] GET /v2.0/security-groups/18962fd5-1a13-4ec1-bb13-111105ea23fd => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:10:10.439 6 INFO neutron_taas.services.taas.taas_plugin [None req-a226d2a8-34c6-45ea-ad75-1c28f5cf436e 8ca6103b65dd441caf3dd033f48d7b2b a68207788b8c4286a9de19126bb4c539 - - default default] TaaS: Handle Delete Port: 56d29f80-134a-4fd9-947e-eb810e41eb9c 2026-04-23 18:10:10.442 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a226d2a8-34c6-45ea-ad75-1c28f5cf436e 8ca6103b65dd441caf3dd033f48d7b2b a68207788b8c4286a9de19126bb4c539 - - default default] Tap Mirror: Handle Delete Port: 56d29f80-134a-4fd9-947e-eb810e41eb9c [pid: 6|app: 0|req: 859/1566] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:10:10 2026] DELETE /v2.0/floatingips/41301df3-454f-4700-843c-0985dcbff0dd => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1567] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:10 2026] DELETE /v2.0/security-groups/8cbae6b0-3f2c-418d-b1be-5e709c7f1280 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:10:11.184 6 INFO neutron_taas.services.taas.taas_plugin [None req-3d8a79f0-7355-4f84-8fd1-b2a09a2851fa 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 17c99e20-1c8b-4137-831e-c821baff816a 2026-04-23 18:10:11.190 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d8a79f0-7355-4f84-8fd1-b2a09a2851fa 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 17c99e20-1c8b-4137-831e-c821baff816a [pid: 7|app: 0|req: 709/1568] 10.0.0.183 () {32 vars in 826 bytes} [Thu Apr 23 18:10:11 2026] GET /v2.0/ports?project_id=ae00802d90384d75870aebc69f6b7881&network_id=9583c2ea-7485-4b9d-ad93-e6eaa953d7f6 => generated 3691 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 860/1569] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:10:10 2026] PUT /v2.0/routers/dc462254-a9b9-4189-b0e8-bb78b847f96c/remove_router_interface => generated 309 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 861/1570] 10.0.0.183 () {32 vars in 742 bytes} [Thu Apr 23 18:10:11 2026] GET /v2.0/subnets?network_id=6f374baf-9412-4ae4-b3e9-53ca5ae4a87c => generated 667 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:10:11.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-51bd7f8a-1946-4c30-b08d-f06b86cc0aa5 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 6d6cda6c-bb97-488d-bd47-385089d15165 2026-04-23 18:10:11.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51bd7f8a-1946-4c30-b08d-f06b86cc0aa5 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 6d6cda6c-bb97-488d-bd47-385089d15165 2026-04-23 18:10:12.194 6 INFO neutron.db.l3_db [None req-55826910-7f0f-4f99-ad9c-023d2e919182 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] Floating IP 15a14807-766f-427a-b48d-8982af3d3437 disassociated. External IP: 10.96.250.207, port: 5d98cf18-2306-47db-84a4-f728e3ab16af. 2026-04-23 18:10:12.232 7 INFO neutron_taas.services.taas.taas_plugin [None req-51bd7f8a-1946-4c30-b08d-f06b86cc0aa5 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: c3aec359-c5da-42f0-b9a5-aca77b22034b 2026-04-23 18:10:12.235 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51bd7f8a-1946-4c30-b08d-f06b86cc0aa5 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: c3aec359-c5da-42f0-b9a5-aca77b22034b [pid: 6|app: 0|req: 862/1571] 10.0.0.183 () {34 vars in 749 bytes} [Thu Apr 23 18:10:12 2026] PUT /v2.0/floatingips/15a14807-766f-427a-b48d-8982af3d3437 => generated 554 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 863/1572] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:10:12 2026] GET /v2.0/floatingips/15a14807-766f-427a-b48d-8982af3d3437 => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:10:12.645 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-867b6c4b-1003-4521-868b-c5e5f89e1ffa'] response: {'name': 'network-changed', 'server_uuid': 'fa1759ce-0f25-46fb-bb7a-a10ac2125422', 'tag': '5d98cf18-2306-47db-84a4-f728e3ab16af', 'status': 'completed', 'code': 200} 2026-04-23 18:10:12.666 7 INFO neutron.services.segments.plugin [-] Segment 1d8f68a3-50de-415e-9958-341ddd96ae8f resource provider aggregate not found 2026-04-23 18:10:12.678 7 INFO neutron.services.segments.plugin [-] Segment 1d8f68a3-50de-415e-9958-341ddd96ae8f resource provider aggregate not found 2026-04-23 18:10:12.691 7 INFO neutron.services.segments.plugin [-] Segment 1d8f68a3-50de-415e-9958-341ddd96ae8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d8f68a3-50de-415e-9958-341ddd96ae8f found for delete ", "request_id": "req-33f6371d-065d-4be8-a794-b5749e6bb2d3"}]} 2026-04-23 18:10:12.705 7 INFO neutron.services.segments.plugin [-] Segment 1d8f68a3-50de-415e-9958-341ddd96ae8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d8f68a3-50de-415e-9958-341ddd96ae8f found for delete ", "request_id": "req-703a7941-a588-497e-9e1e-430693de9b70"}]} 2026-04-23 18:10:12.715 7 INFO neutron.db.l3_hamode_db [None req-51bd7f8a-1946-4c30-b08d-f06b86cc0aa5 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] HA network 11e554d1-2aa3-42df-b42b-f12c8904fbb7 was deleted as no HA routers are present in tenant a68207788b8c4286a9de19126bb4c539. [pid: 7|app: 0|req: 710/1573] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:10:11 2026] DELETE /v2.0/routers/dc462254-a9b9-4189-b0e8-bb78b847f96c => generated 0 bytes in 964 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 864/1574] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:10:12 2026] DELETE /v2.0/subnets/d56c5050-3c5f-4018-9777-8453a3614856 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:12.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-a096315f-7e23-4608-8f01-e79aa22ce752 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 718652ae-7333-4850-ac60-47ff27879673 2026-04-23 18:10:12.986 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a096315f-7e23-4608-8f01-e79aa22ce752 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 718652ae-7333-4850-ac60-47ff27879673 [pid: 7|app: 0|req: 711/1575] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:12 2026] DELETE /v2.0/networks/2218e1d9-5d08-4eb0-86f4-01168e4b23b0 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 865/1576] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:10:13 2026] GET /v2.0/ports?tenant_id=ae00802d90384d75870aebc69f6b7881&device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 1240 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 866/1577] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:10:13 2026] GET /v2.0/networks?id=9583c2ea-7485-4b9d-ad93-e6eaa953d7f6 => generated 756 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 867/1578] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:10:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5d98cf18-2306-47db-84a4-f728e3ab16af => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 868/1579] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:10:13 2026] GET /v2.0/subnets?id=fc8ee918-834c-4a23-8b9f-27bf4b37e2f1 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 869/1580] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:10:13 2026] GET /v2.0/ports?network_id=9583c2ea-7485-4b9d-ad93-e6eaa953d7f6&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 870/1581] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:10:13 2026] GET /v2.0/networks/9583c2ea-7485-4b9d-ad93-e6eaa953d7f6?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 871/1582] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:10:13 2026] GET /v2.0/networks/9583c2ea-7485-4b9d-ad93-e6eaa953d7f6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:10:13.583 7 INFO neutron_taas.services.taas.taas_plugin [None req-20fe0e33-d919-48b4-adae-5cfd0ec2cb8d 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 15db50a6-8700-4032-a902-0ca5a960bdb6 2026-04-23 18:10:13.586 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20fe0e33-d919-48b4-adae-5cfd0ec2cb8d 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 15db50a6-8700-4032-a902-0ca5a960bdb6 [pid: 6|app: 0|req: 872/1583] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:13 2026] GET /v2.0/security-groups?tenant_id=0f85c567aedc4aab9880c4130a7c3fe2&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 873/1584] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:10:13 2026] GET /v2.0/floatingips/15a14807-766f-427a-b48d-8982af3d3437 => generated 554 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 874/1585] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:13 2026] DELETE /v2.0/security-groups/0aacc6ba-3ddb-4ca4-92e5-cadde81a4f4e => 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: 712/1586] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:10:13 2026] PUT /v2.0/routers/467aa417-0152-4262-b71a-191b8a1f7eb0/remove_router_interface => generated 309 bytes in 928 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:10:14.399 6 INFO neutron_taas.services.taas.taas_plugin [None req-6707c1d4-6467-4bbb-a4f2-254fcc1137bf 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 426f2b61-99af-47cc-8c0d-3949ff2e8681 2026-04-23 18:10:14.403 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6707c1d4-6467-4bbb-a4f2-254fcc1137bf 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 426f2b61-99af-47cc-8c0d-3949ff2e8681 2026-04-23 18:10:14.707 6 INFO neutron_taas.services.taas.taas_plugin [None req-6707c1d4-6467-4bbb-a4f2-254fcc1137bf 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 557dd11c-5224-4b70-b219-510b790ecdd9 2026-04-23 18:10:14.711 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6707c1d4-6467-4bbb-a4f2-254fcc1137bf 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 557dd11c-5224-4b70-b219-510b790ecdd9 2026-04-23 18:10:14.724 7 INFO neutron.services.segments.plugin [-] Segment 827d9acd-766b-4e26-8ea4-61ba22ffa1dd resource provider aggregate not found 2026-04-23 18:10:14.733 7 INFO neutron.services.segments.plugin [-] Segment 827d9acd-766b-4e26-8ea4-61ba22ffa1dd resource provider aggregate not found 2026-04-23 18:10:14.749 7 INFO neutron.services.segments.plugin [-] Segment 827d9acd-766b-4e26-8ea4-61ba22ffa1dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 827d9acd-766b-4e26-8ea4-61ba22ffa1dd found for delete ", "request_id": "req-e692e7c3-8745-4c6f-b226-eea1ff653280"}]} 2026-04-23 18:10:14.764 7 INFO neutron.services.segments.plugin [-] Segment 827d9acd-766b-4e26-8ea4-61ba22ffa1dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 827d9acd-766b-4e26-8ea4-61ba22ffa1dd found for delete ", "request_id": "req-47c2d6a3-4854-45ab-b63e-c102934b1f8d"}]} 2026-04-23 18:10:14.771 7 INFO neutron.db.segments_db [None req-c1772ca0-5026-4070-bc4d-25360677d95a 70fbb1369a094d96b1927ce935bceefc dc59feb91e4d4a309e9385995bf659aa - - default default] Added segment 17c0461f-8849-41f4-9f4a-adccebc863b4 of type vxlan for network 1ee3a9b3-7f0a-458e-9c9e-e317e940f0e2 [pid: 7|app: 0|req: 713/1587] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:14 2026] POST /v2.0/networks => generated 613 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1588] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:10:14 2026] GET /v2.0/floatingips/15a14807-766f-427a-b48d-8982af3d3437 => generated 552 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:10:14.953 7 INFO neutron.db.segments_db [None req-60c72b69-9a28-4376-98de-fd396ddc38ed 70fbb1369a094d96b1927ce935bceefc dc59feb91e4d4a309e9385995bf659aa - - default default] Added segment 35b434ea-9b1b-4bea-a98e-eaf282d96e04 of type vxlan for network 367e727e-9624-481e-b77c-0df249b79a44 [pid: 7|app: 0|req: 715/1589] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:14 2026] POST /v2.0/networks => generated 613 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:10:15.094 6 INFO neutron.services.segments.plugin [-] Segment 628b39f1-f2d6-4107-b332-a0052f668293 resource provider aggregate not found 2026-04-23 18:10:15.099 6 INFO neutron.services.segments.plugin [-] Segment 628b39f1-f2d6-4107-b332-a0052f668293 resource provider aggregate not found 2026-04-23 18:10:15.115 7 INFO neutron.db.segments_db [None req-9fc1980c-70bc-4476-b813-05fe33f7bea0 70fbb1369a094d96b1927ce935bceefc dc59feb91e4d4a309e9385995bf659aa - - default default] Added segment 06cd946b-7a0f-4355-9c68-cf99db56171c of type vxlan for network af5cab72-f9dd-4dcb-9bda-df5e9aacaf8b 2026-04-23 18:10:15.121 6 INFO neutron.services.segments.plugin [-] Segment 628b39f1-f2d6-4107-b332-a0052f668293 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 628b39f1-f2d6-4107-b332-a0052f668293 found for delete ", "request_id": "req-369332df-3761-4976-a6f3-3e20014bd24e"}]} 2026-04-23 18:10:15.122 6 INFO neutron.services.segments.plugin [-] Segment 628b39f1-f2d6-4107-b332-a0052f668293 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 628b39f1-f2d6-4107-b332-a0052f668293 found for delete ", "request_id": "req-f1c73fea-98b4-40f7-9785-7de95e42d047"}]} 2026-04-23 18:10:15.146 6 INFO neutron.db.l3_hamode_db [None req-6707c1d4-6467-4bbb-a4f2-254fcc1137bf 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] HA network 623b7585-5cda-41eb-9b85-391dde339df7 was deleted as no HA routers are present in tenant 1d2c8db2849b4f3fb740681578867b83. [pid: 6|app: 0|req: 875/1590] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:10:14 2026] DELETE /v2.0/routers/467aa417-0152-4262-b71a-191b8a1f7eb0 => generated 0 bytes in 1033 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1591] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:15 2026] POST /v2.0/networks => generated 613 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:10:15.284 7 INFO neutron.db.segments_db [None req-38fed73a-666b-49d5-b33f-406f18d81bc2 70fbb1369a094d96b1927ce935bceefc dc59feb91e4d4a309e9385995bf659aa - - default default] Added segment ebd8ebf3-12d9-40f8-9627-217db5cd7fb6 of type vxlan for network 93451811-2f13-4efe-8ca1-d4f9db63c406 [pid: 6|app: 0|req: 876/1592] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:10:15 2026] DELETE /v2.0/subnets/f2d809af-280c-4459-b3fd-c7bc241b990d => 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: 717/1593] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:15 2026] POST /v2.0/networks => generated 613 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:10:15.444 6 INFO neutron_taas.services.taas.taas_plugin [None req-d55a5050-2321-4bc8-8e3c-3fb2d0528eaa 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 92a43c9e-676a-4cb7-91ed-016b25ffc0ce 2026-04-23 18:10:15.447 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d55a5050-2321-4bc8-8e3c-3fb2d0528eaa 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 92a43c9e-676a-4cb7-91ed-016b25ffc0ce 2026-04-23 18:10:15.456 7 INFO neutron.db.segments_db [None req-3faa4c9c-a122-4547-a501-901a7edda60e 70fbb1369a094d96b1927ce935bceefc dc59feb91e4d4a309e9385995bf659aa - - default default] Added segment 31969f57-bbb1-4b01-b2e0-cb7d0e1bc553 of type vxlan for network 78e41a97-05ef-4019-9e12-ea17385cc851 [pid: 7|app: 0|req: 718/1594] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:15 2026] POST /v2.0/networks => generated 613 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1595] 10.0.0.183 () {34 vars in 753 bytes} [Thu Apr 23 18:10:15 2026] PUT /v2.0/networks/1ee3a9b3-7f0a-458e-9c9e-e317e940f0e2/tags => generated 17 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 877/1596] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:15 2026] DELETE /v2.0/networks/b781934a-0524-45a0-8e18-e8088c4fc896 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1597] 10.0.0.183 () {34 vars in 753 bytes} [Thu Apr 23 18:10:15 2026] PUT /v2.0/networks/367e727e-9624-481e-b77c-0df249b79a44/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 878/1598] 10.0.0.183 () {34 vars in 753 bytes} [Thu Apr 23 18:10:15 2026] PUT /v2.0/networks/af5cab72-f9dd-4dcb-9bda-df5e9aacaf8b/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1599] 10.0.0.183 () {34 vars in 753 bytes} [Thu Apr 23 18:10:15 2026] PUT /v2.0/networks/93451811-2f13-4efe-8ca1-d4f9db63c406/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 879/1600] 10.0.0.183 () {32 vars in 666 bytes} [Thu Apr 23 18:10:15 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1601] 10.0.0.183 () {32 vars in 680 bytes} [Thu Apr 23 18:10:15 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 880/1602] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:15 2026] GET /v2.0/security-groups?tenant_id=a68207788b8c4286a9de19126bb4c539&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 881/1603] 10.0.0.183 () {32 vars in 676 bytes} [Thu Apr 23 18:10:15 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1604] 10.0.0.183 () {34 vars in 685 bytes} [Thu Apr 23 18:10:15 2026] POST /v2.0/security-groups => generated 1675 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1605] 10.0.0.183 () {32 vars in 688 bytes} [Thu Apr 23 18:10:16 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 882/1606] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:16 2026] DELETE /v2.0/security-groups/d1e5c9be-4002-4f70-893d-5afe94bcd23f => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1607] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:10:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 883/1608] 10.0.0.183 () {32 vars in 674 bytes} [Thu Apr 23 18:10:16 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 884/1609] 10.0.0.183 () {32 vars in 688 bytes} [Thu Apr 23 18:10:16 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1610] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:10:16 2026] POST /v2.0/security-group-rules => generated 596 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 885/1611] 10.0.0.183 () {32 vars in 684 bytes} [Thu Apr 23 18:10:16 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 886/1612] 10.0.0.183 () {32 vars in 696 bytes} [Thu Apr 23 18:10:16 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1613] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:10:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 887/1614] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:16 2026] GET /v2.0/security-groups?tenant_id=1d2c8db2849b4f3fb740681578867b83&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1615] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:10:16 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) [pid: 6|app: 0|req: 888/1616] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:16 2026] DELETE /v2.0/networks/1ee3a9b3-7f0a-458e-9c9e-e317e940f0e2 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:16.648 6 INFO neutron.db.securitygroups_db [None req-bdee3c96-00b6-4eca-866a-1f176f61f589 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] Project ae00802d90384d75870aebc69f6b7881 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: 729/1617] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:16 2026] DELETE /v2.0/security-groups/c2858758-35a4-497d-8dfe-fe683814d608 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 889/1618] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:10:16 2026] POST /v2.0/security-group-rules => generated 607 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:10:16.803 7 INFO neutron.services.segments.plugin [-] Segment 35b434ea-9b1b-4bea-a98e-eaf282d96e04 resource provider aggregate not found 2026-04-23 18:10:16.806 7 INFO neutron.services.segments.plugin [-] Segment 35b434ea-9b1b-4bea-a98e-eaf282d96e04 resource provider aggregate not found 2026-04-23 18:10:16.814 6 INFO neutron.db.securitygroups_db [None req-bb3bc97a-d46b-43ae-ba97-6727bf1c8986 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] Project ae00802d90384d75870aebc69f6b7881 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-23 18:10:16.824 7 INFO neutron.services.segments.plugin [-] Segment 35b434ea-9b1b-4bea-a98e-eaf282d96e04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35b434ea-9b1b-4bea-a98e-eaf282d96e04 found for delete ", "request_id": "req-70d2f5f0-5843-4309-aa94-bb78e724ce3c"}]} 2026-04-23 18:10:16.827 7 INFO neutron.services.segments.plugin [-] Segment 35b434ea-9b1b-4bea-a98e-eaf282d96e04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35b434ea-9b1b-4bea-a98e-eaf282d96e04 found for delete ", "request_id": "req-aab9ccb5-c144-47bb-865f-074dad3abaa7"}]} [pid: 7|app: 0|req: 730/1619] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:16 2026] DELETE /v2.0/networks/367e727e-9624-481e-b77c-0df249b79a44 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 890/1620] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:10:16 2026] POST /v2.0/security-group-rules => generated 606 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1621] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:16 2026] DELETE /v2.0/networks/af5cab72-f9dd-4dcb-9bda-df5e9aacaf8b => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:17.159 6 INFO neutron.services.segments.plugin [-] Segment 7dc6eb8d-513c-4106-9ac4-95f71fdf754c resource provider aggregate not found 2026-04-23 18:10:17.162 6 INFO neutron.services.segments.plugin [-] Segment 7dc6eb8d-513c-4106-9ac4-95f71fdf754c resource provider aggregate not found [pid: 6|app: 0|req: 891/1622] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:17 2026] DELETE /v2.0/networks/93451811-2f13-4efe-8ca1-d4f9db63c406 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:17.181 6 INFO neutron.services.segments.plugin [-] Segment 7dc6eb8d-513c-4106-9ac4-95f71fdf754c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dc6eb8d-513c-4106-9ac4-95f71fdf754c found for delete ", "request_id": "req-acf82aee-57d8-48f4-9c39-352f2e722a10"}]} 2026-04-23 18:10:17.190 6 INFO neutron.services.segments.plugin [-] Segment 7dc6eb8d-513c-4106-9ac4-95f71fdf754c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dc6eb8d-513c-4106-9ac4-95f71fdf754c found for delete ", "request_id": "req-f277d0fb-4c01-47b1-a852-75f696baa770"}]} 2026-04-23 18:10:17.201 6 INFO neutron.services.segments.plugin [-] Segment 17c0461f-8849-41f4-9f4a-adccebc863b4 resource provider aggregate not found 2026-04-23 18:10:17.206 6 INFO neutron.services.segments.plugin [-] Segment 17c0461f-8849-41f4-9f4a-adccebc863b4 resource provider aggregate not found 2026-04-23 18:10:17.222 6 INFO neutron.services.segments.plugin [-] Segment 17c0461f-8849-41f4-9f4a-adccebc863b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17c0461f-8849-41f4-9f4a-adccebc863b4 found for delete ", "request_id": "req-a69ddee8-3a7d-4627-ae98-f182a52be8f1"}]} 2026-04-23 18:10:17.230 6 INFO neutron.services.segments.plugin [-] Segment 17c0461f-8849-41f4-9f4a-adccebc863b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17c0461f-8849-41f4-9f4a-adccebc863b4 found for delete ", "request_id": "req-728de82e-c439-491c-aff0-87013fdfc3f4"}]} 2026-04-23 18:10:17.247 6 INFO neutron.services.segments.plugin [-] Segment ebd8ebf3-12d9-40f8-9627-217db5cd7fb6 resource provider aggregate not found 2026-04-23 18:10:17.248 6 INFO neutron.services.segments.plugin [-] Segment ebd8ebf3-12d9-40f8-9627-217db5cd7fb6 resource provider aggregate not found 2026-04-23 18:10:17.288 6 INFO neutron.services.segments.plugin [-] Segment ebd8ebf3-12d9-40f8-9627-217db5cd7fb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebd8ebf3-12d9-40f8-9627-217db5cd7fb6 found for delete ", "request_id": "req-ae1ff7c2-cf69-44d9-9611-73e4e1163c87"}]} 2026-04-23 18:10:17.294 6 INFO neutron.services.segments.plugin [-] Segment ebd8ebf3-12d9-40f8-9627-217db5cd7fb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebd8ebf3-12d9-40f8-9627-217db5cd7fb6 found for delete ", "request_id": "req-76b1f233-4eba-48a4-bfb1-7090e16951c2"}]} [pid: 7|app: 0|req: 732/1623] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:17 2026] DELETE /v2.0/networks/78e41a97-05ef-4019-9e12-ea17385cc851 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 892/1624] 10.0.0.183 () {32 vars in 649 bytes} [Thu Apr 23 18:10:17 2026] GET /v2.0/networks => generated 1297 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1625] 10.0.0.29 () {34 vars in 1099 bytes} [Thu Apr 23 18:10:17 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2134128574&fields=id&tenant_id=ae00802d90384d75870aebc69f6b7881 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 893/1626] 10.0.0.29 () {34 vars in 981 bytes} [Thu Apr 23 18:10:17 2026] GET /v2.0/networks?id=9583c2ea-7485-4b9d-ad93-e6eaa953d7f6 => generated 660 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1627] 10.0.0.29 () {34 vars in 964 bytes} [Thu Apr 23 18:10:17 2026] GET /v2.0/quotas/ae00802d90384d75870aebc69f6b7881 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 894/1628] 10.0.0.29 () {34 vars in 1001 bytes} [Thu Apr 23 18:10:17 2026] GET /v2.0/ports?tenant_id=ae00802d90384d75870aebc69f6b7881&fields=id => generated 149 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1629] 10.0.0.29 () {34 vars in 1007 bytes} [Thu Apr 23 18:10:17 2026] GET /v2.0/networks/9583c2ea-7485-4b9d-ad93-e6eaa953d7f6?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 895/1630] 10.0.0.29 () {34 vars in 1107 bytes} [Thu Apr 23 18:10:17 2026] GET /v2.0/networks/9583c2ea-7485-4b9d-ad93-e6eaa953d7f6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1631] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:18 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 896/1632] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:18 2026] GET /v2.0/security-groups?tenant_id=dc59feb91e4d4a309e9385995bf659aa&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1633] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:18 2026] DELETE /v2.0/security-groups/0b6c7e36-43b1-4943-aa63-446ecde7cc6f => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 897/1634] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:18 2026] GET /v2.0/security-groups?tenant_id=f1a015a449d74d1e8b5f876130f56e1c&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 898/1635] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:18 2026] DELETE /v2.0/security-groups/02699e5f-e8e0-4bd3-94d5-be720244dcb4 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:10:18.842 7 INFO neutron.services.segments.plugin [-] Segment 06cd946b-7a0f-4355-9c68-cf99db56171c resource provider aggregate not found 2026-04-23 18:10:18.856 7 INFO neutron.services.segments.plugin [-] Segment 06cd946b-7a0f-4355-9c68-cf99db56171c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06cd946b-7a0f-4355-9c68-cf99db56171c found for delete ", "request_id": "req-c3d406ef-9fcb-468e-aae1-1168dda4b76c"}]} 2026-04-23 18:10:18.860 7 INFO neutron.services.segments.plugin [-] Segment 06cd946b-7a0f-4355-9c68-cf99db56171c resource provider aggregate not found 2026-04-23 18:10:18.885 7 INFO neutron.services.segments.plugin [-] Segment 31969f57-bbb1-4b01-b2e0-cb7d0e1bc553 resource provider aggregate not found 2026-04-23 18:10:18.890 7 INFO neutron.services.segments.plugin [-] Segment 06cd946b-7a0f-4355-9c68-cf99db56171c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06cd946b-7a0f-4355-9c68-cf99db56171c found for delete ", "request_id": "req-e2779ebb-97c0-4deb-b3ce-c7a3a96196e8"}]} 2026-04-23 18:10:18.902 7 INFO neutron.services.segments.plugin [-] Segment 31969f57-bbb1-4b01-b2e0-cb7d0e1bc553 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31969f57-bbb1-4b01-b2e0-cb7d0e1bc553 found for delete ", "request_id": "req-ae8f5c0c-d102-48e9-ac24-661f53d9dd4e"}]} 2026-04-23 18:10:18.906 7 INFO neutron.services.segments.plugin [-] Segment 31969f57-bbb1-4b01-b2e0-cb7d0e1bc553 resource provider aggregate not found 2026-04-23 18:10:18.924 7 INFO neutron.services.segments.plugin [-] Segment 31969f57-bbb1-4b01-b2e0-cb7d0e1bc553 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31969f57-bbb1-4b01-b2e0-cb7d0e1bc553 found for delete ", "request_id": "req-f757093b-49b2-4f5e-abe5-2fce9af5e733"}]} [pid: 6|app: 0|req: 899/1636] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:18 2026] GET /v2.0/security-groups?tenant_id=6d2de5d5768d4717b6aeb7d7643cd16b&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:10:19.036 7 INFO neutron.db.segments_db [None req-349d681a-e44d-4519-986d-c499e1c22620 c870d6de12cf4b0da1110c2fa3db5a23 4f7d55b5bd604c968db5f6e1dbcc6c13 - - default default] Added segment e3176dac-d73e-4d6a-b65f-a0f94a446d32 of type vxlan for network c58dede2-2ffc-45ec-8cb7-61c77667f8b8 [pid: 7|app: 0|req: 738/1637] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:18 2026] POST /v2.0/networks => generated 708 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 900/1638] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:19 2026] DELETE /v2.0/security-groups/38ad3638-ba79-442a-b99f-fd6aeba098f6 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 901/1639] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:19 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => 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: 739/1640] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:10:19 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-23 18:10:19.310 6 WARNING neutron.api.v2.base [None req-833e685f-f314-45af-a132-753be7cbf5a4 c870d6de12cf4b0da1110c2fa3db5a23 4f7d55b5bd604c968db5f6e1dbcc6c13 - - 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-23 18:10:19.310 6 INFO neutron.api.v2.resource [None req-833e685f-f314-45af-a132-753be7cbf5a4 c870d6de12cf4b0da1110c2fa3db5a23 4f7d55b5bd604c968db5f6e1dbcc6c13 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 6|app: 0|req: 902/1641] 10.0.0.183 () {34 vars in 681 bytes} [Thu Apr 23 18:10:19 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1642] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:19 2026] DELETE /v2.0/networks/c58dede2-2ffc-45ec-8cb7-61c77667f8b8 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:19.521 6 INFO neutron.db.segments_db [None req-5ff0f59c-0fab-4c0b-908d-78d9f6048cb5 c870d6de12cf4b0da1110c2fa3db5a23 4f7d55b5bd604c968db5f6e1dbcc6c13 - - default default] Added segment 98699ed4-0eb4-48d7-bf33-a438006eb6ef of type vxlan for network d872597d-c977-4ce4-8806-583b4de0b39a [pid: 6|app: 0|req: 903/1643] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:19 2026] POST /v2.0/networks => generated 707 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1644] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:10:19 2026] POST /v2.0/subnets => generated 647 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:10:19.855 6 WARNING neutron.api.v2.base [None req-cbca549b-41e6-48c5-89e2-1d1d0358c087 c870d6de12cf4b0da1110c2fa3db5a23 4f7d55b5bd604c968db5f6e1dbcc6c13 - - 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-23 18:10:19.856 6 INFO neutron.api.v2.resource [None req-cbca549b-41e6-48c5-89e2-1d1d0358c087 c870d6de12cf4b0da1110c2fa3db5a23 4f7d55b5bd604c968db5f6e1dbcc6c13 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 6|app: 0|req: 904/1645] 10.0.0.183 () {34 vars in 681 bytes} [Thu Apr 23 18:10:19 2026] POST /v2.0/rbac-policies => generated 547 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1646] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:19 2026] DELETE /v2.0/networks/d872597d-c977-4ce4-8806-583b4de0b39a => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:20.111 6 INFO neutron.db.segments_db [None req-c6f60629-33c1-430e-8d33-48754d2d6d44 c870d6de12cf4b0da1110c2fa3db5a23 4f7d55b5bd604c968db5f6e1dbcc6c13 - - default default] Added segment b1d40eca-62fb-4d79-a75f-5a628ea2869b of type vxlan for network eed8647b-42fb-428f-b306-7a1e6380898f [pid: 6|app: 0|req: 905/1647] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:20 2026] POST /v2.0/networks => generated 708 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 906/1648] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:20 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => 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: 743/1649] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:10:20 2026] POST /v2.0/subnets => generated 647 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 907/1650] 10.0.0.183 () {34 vars in 681 bytes} [Thu Apr 23 18:10:20 2026] POST /v2.0/rbac-policies => generated 324 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:10:20.930 7 INFO neutron.services.segments.plugin [-] Segment e3176dac-d73e-4d6a-b65f-a0f94a446d32 resource provider aggregate not found 2026-04-23 18:10:20.942 7 INFO neutron.services.segments.plugin [-] Segment e3176dac-d73e-4d6a-b65f-a0f94a446d32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3176dac-d73e-4d6a-b65f-a0f94a446d32 found for delete ", "request_id": "req-857b86b9-ef6e-4487-ae62-53ac4abd995e"}]} 2026-04-23 18:10:20.946 7 INFO neutron.services.segments.plugin [-] Segment e3176dac-d73e-4d6a-b65f-a0f94a446d32 resource provider aggregate not found 2026-04-23 18:10:20.958 7 INFO neutron.services.segments.plugin [-] Segment 98699ed4-0eb4-48d7-bf33-a438006eb6ef resource provider aggregate not found 2026-04-23 18:10:20.962 7 INFO neutron.services.segments.plugin [-] Segment e3176dac-d73e-4d6a-b65f-a0f94a446d32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3176dac-d73e-4d6a-b65f-a0f94a446d32 found for delete ", "request_id": "req-76e0526c-25a5-4d8c-8a41-fe66c0252010"}]} 2026-04-23 18:10:20.980 7 INFO neutron.services.segments.plugin [-] Segment 98699ed4-0eb4-48d7-bf33-a438006eb6ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98699ed4-0eb4-48d7-bf33-a438006eb6ef found for delete ", "request_id": "req-75a09b54-2a01-4c50-b1cb-8532d2e2b530"}]} 2026-04-23 18:10:20.987 7 INFO neutron.services.segments.plugin [-] Segment 98699ed4-0eb4-48d7-bf33-a438006eb6ef resource provider aggregate not found 2026-04-23 18:10:21.001 7 INFO neutron.services.segments.plugin [-] Segment 98699ed4-0eb4-48d7-bf33-a438006eb6ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98699ed4-0eb4-48d7-bf33-a438006eb6ef found for delete ", "request_id": "req-4deb73a1-0ec3-421f-96d6-ffb723d50e59"}]} [pid: 7|app: 0|req: 744/1651] 10.0.0.183 () {32 vars in 723 bytes} [Thu Apr 23 18:10:20 2026] GET /v2.0/networks/eed8647b-42fb-428f-b306-7a1e6380898f => generated 655 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 908/1652] 10.0.0.183 () {34 vars in 678 bytes} [Thu Apr 23 18:10:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1655] 10.0.0.183 () {34 vars in 678 bytes} [Thu Apr 23 18:10:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 911/1656] 10.0.0.183 () {34 vars in 678 bytes} [Thu Apr 23 18:10:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1657] 10.0.0.183 () {34 vars in 678 bytes} [Thu Apr 23 18:10:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1658] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:21 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 912/1659] 10.0.0.183 () {34 vars in 678 bytes} [Thu Apr 23 18:10:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1660] 10.0.0.183 () {34 vars in 753 bytes} [Thu Apr 23 18:10:21 2026] PUT /v2.0/policies/c76eddaf-6fd8-4abc-aad4-7ffb35390aaa/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1661] 10.0.0.183 () {34 vars in 753 bytes} [Thu Apr 23 18:10:21 2026] PUT /v2.0/policies/39267d7b-d519-4fb7-8437-5a38cd90ee31/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:10:21.501 6 INFO neutron.pecan_wsgi.hooks.translation [None req-264f1fea-0b29-42bc-a103-bd21f8e40a2b 15ea520bc6e04a85b8ab3932ac18570b 72629e0cf3e24954967abdd3bacd857f - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 913/1662] 10.0.0.183 () {32 vars in 723 bytes} [Thu Apr 23 18:10:21 2026] GET /v2.0/networks/eed8647b-42fb-428f-b306-7a1e6380898f => generated 138 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1663] 10.0.0.183 () {34 vars in 753 bytes} [Thu Apr 23 18:10:21 2026] PUT /v2.0/policies/0da1c01d-87a9-4fce-8944-d7f39ed21e46/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1664] 10.0.0.183 () {34 vars in 753 bytes} [Thu Apr 23 18:10:21 2026] PUT /v2.0/policies/1ae08721-c695-42b5-afad-8c1c4b887879/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:10:21.697 6 INFO neutron.services.segments.plugin [-] Segment b1d40eca-62fb-4d79-a75f-5a628ea2869b resource provider aggregate not found 2026-04-23 18:10:21.707 6 INFO neutron.services.segments.plugin [-] Segment b1d40eca-62fb-4d79-a75f-5a628ea2869b resource provider aggregate not found 2026-04-23 18:10:21.722 6 INFO neutron.services.segments.plugin [-] Segment b1d40eca-62fb-4d79-a75f-5a628ea2869b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1d40eca-62fb-4d79-a75f-5a628ea2869b found for delete ", "request_id": "req-a9fe8f2d-2747-4b41-b7ef-d78061ef528e"}]} 2026-04-23 18:10:21.726 6 INFO neutron.services.segments.plugin [-] Segment b1d40eca-62fb-4d79-a75f-5a628ea2869b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1d40eca-62fb-4d79-a75f-5a628ea2869b found for delete ", "request_id": "req-823cae0e-e371-4e00-bd4b-52c6e71f6aa2"}]} [pid: 6|app: 0|req: 914/1665] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:21 2026] DELETE /v2.0/networks/eed8647b-42fb-428f-b306-7a1e6380898f => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:21.763 7 INFO neutron.pecan_wsgi.hooks.translation [None req-163b9779-7b6d-4dfc-8335-a043a19e2ba3 c870d6de12cf4b0da1110c2fa3db5a23 4f7d55b5bd604c968db5f6e1dbcc6c13 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 752/1666] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:10:21 2026] DELETE /v2.0/subnets/2148bb6c-0245-4163-97c6-e8fb98872ab1 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:10:21.786 6 INFO neutron.pecan_wsgi.hooks.translation [None req-cccac0f6-23ff-4ea0-8ac7-c78dabb4e53c c870d6de12cf4b0da1110c2fa3db5a23 4f7d55b5bd604c968db5f6e1dbcc6c13 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 915/1667] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:10:21 2026] DELETE /v2.0/subnets/3c641080-618b-4f2a-affb-af9344b31201 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:10:21.807 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cfc28fa6-078e-483d-801b-1de283674be6 c870d6de12cf4b0da1110c2fa3db5a23 4f7d55b5bd604c968db5f6e1dbcc6c13 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 753/1668] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:10:21 2026] DELETE /v2.0/subnets/bfc28223-41f2-487e-b76c-3df9ed852cf9 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 916/1669] 10.0.0.183 () {32 vars in 674 bytes} [Thu Apr 23 18:10:21 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1670] 10.0.0.183 () {32 vars in 688 bytes} [Thu Apr 23 18:10:22 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 917/1671] 10.0.0.183 () {32 vars in 684 bytes} [Thu Apr 23 18:10:22 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 918/1672] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:10:22 2026] GET /v2.0/networks?id=9583c2ea-7485-4b9d-ad93-e6eaa953d7f6 => generated 660 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1673] 10.0.0.183 () {32 vars in 696 bytes} [Thu Apr 23 18:10:22 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 919/1674] 199.204.45.153 () {34 vars in 1050 bytes} [Thu Apr 23 18:10:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ae00802d90384d75870aebc69f6b7881 => generated 274 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1675] 10.0.0.183 () {32 vars in 682 bytes} [Thu Apr 23 18:10:22 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1676] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:22 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => 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: 758/1677] 10.0.0.183 () {32 vars in 696 bytes} [Thu Apr 23 18:10:22 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1678] 10.0.0.183 () {32 vars in 692 bytes} [Thu Apr 23 18:10:22 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 920/1679] 199.204.45.153 () {38 vars in 955 bytes} [Thu Apr 23 18:10:22 2026] POST /v2.0/ports => generated 954 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 760/1680] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:22 2026] GET /v2.0/security-groups?tenant_id=4f7d55b5bd604c968db5f6e1dbcc6c13&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 921/1681] 10.0.0.183 () {32 vars in 704 bytes} [Thu Apr 23 18:10:22 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 922/1682] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:22 2026] DELETE /v2.0/security-groups/ef8a500a-4d3a-43e5-b005-ae56c32267b3 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 923/1683] 10.0.0.183 () {32 vars in 734 bytes} [Thu Apr 23 18:10:22 2026] DELETE /v2.0/qos/policies/c76eddaf-6fd8-4abc-aad4-7ffb35390aaa => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 924/1684] 10.0.0.183 () {32 vars in 734 bytes} [Thu Apr 23 18:10:22 2026] DELETE /v2.0/qos/policies/39267d7b-d519-4fb7-8437-5a38cd90ee31 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 925/1685] 10.0.0.183 () {32 vars in 734 bytes} [Thu Apr 23 18:10:22 2026] DELETE /v2.0/qos/policies/0da1c01d-87a9-4fce-8944-d7f39ed21e46 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 926/1686] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:23 2026] GET /v2.0/security-groups?tenant_id=72629e0cf3e24954967abdd3bacd857f&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 927/1687] 10.0.0.183 () {32 vars in 734 bytes} [Thu Apr 23 18:10:23 2026] DELETE /v2.0/qos/policies/1ae08721-c695-42b5-afad-8c1c4b887879 => 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: 761/1688] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:10:22 2026] PUT /v2.0/ports/7443b249-5e4f-4e8f-bd3c-bd2b0a258c31 => generated 1235 bytes in 428 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-23 18:10:23.223 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-58c4dbac-f710-47cc-8288-b42bed9e5cbe'] response: {'name': 'network-changed', 'server_uuid': '8ea96e84-1eef-4e7c-a97e-76a5cdf9808d', 'tag': '7443b249-5e4f-4e8f-bd3c-bd2b0a258c31', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 762/1689] 10.0.0.183 () {32 vars in 734 bytes} [Thu Apr 23 18:10:23 2026] DELETE /v2.0/qos/policies/5cf3ecf2-01df-44eb-bd9a-47226451edbe => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 928/1690] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:23 2026] DELETE /v2.0/security-groups/d96275c0-b56d-48c6-bf30-bfc0c2262b8c => 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: 763/1691] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:23 2026] GET /v2.0/security-groups?tenant_id=ba7a006b21fe46f58dee10a1d0c2615f&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 929/1692] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:23 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => 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: 764/1693] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:23 2026] DELETE /v2.0/security-groups/27e68405-4f6a-4230-b066-d7e1b0012629 => 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: 765/1694] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:10:23 2026] GET /v2.0/security-groups?id=c48244b9-bbda-4dbe-bcc7-18afba451351&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: 766/1695] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:10:23 2026] GET /v2.0/ports?tenant_id=ae00802d90384d75870aebc69f6b7881&device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1696] 199.204.45.153 () {34 vars in 1018 bytes} [Thu Apr 23 18:10:23 2026] GET /v2.0/networks?tenant_id=ae00802d90384d75870aebc69f6b7881&shared=False => generated 756 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1697] 199.204.45.153 () {34 vars in 930 bytes} [Thu Apr 23 18:10:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 930/1698] 10.0.0.183 () {34 vars in 684 bytes} [Thu Apr 23 18:10:23 2026] POST /v2.0/security-groups => generated 1601 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 931/1699] 10.0.0.183 () {34 vars in 684 bytes} [Thu Apr 23 18:10:24 2026] POST /v2.0/security-groups => generated 1601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1700] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:24 2026] GET /v2.0/security-groups?tenant_id=9c1a3740113c4eda8414d8b282fafdfb&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 932/1701] 10.0.0.183 () {34 vars in 684 bytes} [Thu Apr 23 18:10:24 2026] POST /v2.0/security-groups => generated 1601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1702] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:24 2026] DELETE /v2.0/security-groups/ace0062e-0102-4aed-86b8-a36c8b152572 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 933/1703] 10.0.0.183 () {34 vars in 684 bytes} [Thu Apr 23 18:10:24 2026] POST /v2.0/security-groups => generated 1601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1704] 10.0.0.183 () {34 vars in 684 bytes} [Thu Apr 23 18:10:24 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: 6|app: 0|req: 934/1705] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:24 2026] GET /v2.0/security-groups?tenant_id=ad8eda71e2ca48ce9624adfb338c80e2&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1706] 10.0.0.183 () {34 vars in 767 bytes} [Thu Apr 23 18:10:24 2026] PUT /v2.0/security-groups/b09b3ce6-3983-495f-85a8-61180d46cbad/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1707] 10.0.0.183 () {34 vars in 767 bytes} [Thu Apr 23 18:10:24 2026] PUT /v2.0/security-groups/a7b10fc5-c733-4487-a248-5020f0f8b804/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 935/1708] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:24 2026] DELETE /v2.0/security-groups/53a3a2bd-7772-495b-96aa-ab29da29c01e => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 936/1709] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:24 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => 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: 774/1710] 10.0.0.183 () {34 vars in 767 bytes} [Thu Apr 23 18:10:24 2026] PUT /v2.0/security-groups/388c01fc-76bd-4213-8051-09a953c21019/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 937/1711] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:10:24 2026] GET /v2.0/security-groups?id=c48244b9-bbda-4dbe-bcc7-18afba451351&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: 775/1712] 10.0.0.183 () {34 vars in 767 bytes} [Thu Apr 23 18:10:24 2026] PUT /v2.0/security-groups/365b3f29-6db1-44e7-956f-6c3d92a9e01b/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 938/1713] 10.0.0.183 () {32 vars in 680 bytes} [Thu Apr 23 18:10:24 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 939/1714] 10.0.0.183 () {32 vars in 694 bytes} [Thu Apr 23 18:10:24 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 940/1715] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:10:24 2026] GET /v2.0/ports?tenant_id=ae00802d90384d75870aebc69f6b7881&device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1716] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:24 2026] GET /v2.0/security-groups?tenant_id=df75838ca2b744dba6f41b892d69467e&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1717] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:10:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=7443b249-5e4f-4e8f-bd3c-bd2b0a258c31 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 941/1718] 10.0.0.183 () {32 vars in 690 bytes} [Thu Apr 23 18:10:24 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 942/1719] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:10:25 2026] GET /v2.0/subnets?id=fc8ee918-834c-4a23-8b9f-27bf4b37e2f1 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 943/1720] 10.0.0.183 () {32 vars in 702 bytes} [Thu Apr 23 18:10:25 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1721] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:25 2026] DELETE /v2.0/security-groups/9f31d7ee-75fa-4c6b-bca1-a0c490a99fff => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 944/1722] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:10:25 2026] GET /v2.0/ports?network_id=9583c2ea-7485-4b9d-ad93-e6eaa953d7f6&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: 779/1723] 10.0.0.183 () {32 vars in 688 bytes} [Thu Apr 23 18:10:25 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 945/1724] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:10:25 2026] GET /v2.0/networks/9583c2ea-7485-4b9d-ad93-e6eaa953d7f6?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: 780/1725] 10.0.0.183 () {32 vars in 702 bytes} [Thu Apr 23 18:10:25 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 946/1726] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:10:25 2026] GET /v2.0/networks/9583c2ea-7485-4b9d-ad93-e6eaa953d7f6?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: 781/1727] 10.0.0.183 () {32 vars in 698 bytes} [Thu Apr 23 18:10:25 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 947/1728] 10.0.0.183 () {32 vars in 710 bytes} [Thu Apr 23 18:10:25 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1729] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:25 2026] DELETE /v2.0/security-groups/b09b3ce6-3983-495f-85a8-61180d46cbad => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 948/1730] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:25 2026] DELETE /v2.0/security-groups/a7b10fc5-c733-4487-a248-5020f0f8b804 => 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: 783/1731] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:25 2026] DELETE /v2.0/security-groups/388c01fc-76bd-4213-8051-09a953c21019 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 949/1732] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:25 2026] DELETE /v2.0/security-groups/365b3f29-6db1-44e7-956f-6c3d92a9e01b => 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: 784/1733] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:25 2026] DELETE /v2.0/security-groups/71337da6-546a-4788-b8a7-1196674693b4 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 950/1734] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:25 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => 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: 785/1735] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:10:25 2026] GET /v2.0/security-groups?id=c48244b9-bbda-4dbe-bcc7-18afba451351&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: 6|app: 0|req: 951/1736] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:26 2026] GET /v2.0/security-groups?tenant_id=4db52c01e86a4e9eb68e7eafb54a4c61&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1737] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:26 2026] DELETE /v2.0/security-groups/81fdf33f-2715-42f6-ab8b-9e8eea435671 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 952/1738] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:26 2026] GET /v2.0/security-groups?tenant_id=e4479ea7671e4cc095cf20d809855cda&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: 787/1739] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:26 2026] DELETE /v2.0/security-groups/c5bd039f-c7af-45f8-990a-6fb555a04c5b => 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: 788/1740] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:27 2026] GET /v2.0/security-groups?tenant_id=c7161ca920064322b75342552049a296&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1741] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:27 2026] DELETE /v2.0/security-groups/0a641e0b-775a-4abd-bc84-c07908faee8c => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 953/1742] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:27 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => generated 969 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1743] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:10:27 2026] GET /v2.0/security-groups?id=c48244b9-bbda-4dbe-bcc7-18afba451351&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-23 18:10:28.404 6 INFO neutron.db.segments_db [None req-961f90ae-430b-4d05-be60-c26528cc0d73 0f9aabe3598446c59a0e69105a2d02cc 59479f75f4cb40da96e924cc10404699 - - default default] Added segment 2861bdfd-f6df-4fb5-8f9f-8b8846b3522e of type vxlan for network f41be169-0e77-4801-a52e-a6e3736a70be [pid: 6|app: 0|req: 954/1744] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:28 2026] POST /v2.0/networks => generated 613 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 955/1745] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:28 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 956/1746] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:10:28 2026] GET /v2.0/security-groups?id=c48244b9-bbda-4dbe-bcc7-18afba451351&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: 791/1747] 10.0.0.183 () {34 vars in 664 bytes} [Thu Apr 23 18:10:28 2026] POST /v2.0/ports => generated 743 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:10:28.884 6 INFO neutron.db.segments_db [None req-496f0473-7a92-47b4-abc7-2dfcf7662148 0f9aabe3598446c59a0e69105a2d02cc 59479f75f4cb40da96e924cc10404699 - - default default] Added segment 04b33717-762d-4178-b045-fdb7fb79e9f8 of type vxlan for network 39e20b4f-1783-4b04-a6fe-221227edb306 [pid: 6|app: 0|req: 957/1748] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:28 2026] POST /v2.0/networks => generated 612 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 792/1749] 10.0.0.183 () {34 vars in 664 bytes} [Thu Apr 23 18:10:29 2026] POST /v2.0/ports => generated 743 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:10:29.365 6 INFO neutron.db.segments_db [None req-67f048b0-8fca-4c17-9561-02025b3daf3c 0f9aabe3598446c59a0e69105a2d02cc 59479f75f4cb40da96e924cc10404699 - - default default] Added segment df599871-6e40-4c22-9d53-2f3665e5f4e5 of type vxlan for network aa4aad23-2f73-4c55-a735-f08f34944813 [pid: 6|app: 0|req: 958/1750] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:29 2026] POST /v2.0/networks => generated 613 bytes in 136 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: 793/1751] 10.0.0.183 () {34 vars in 664 bytes} [Thu Apr 23 18:10:29 2026] POST /v2.0/ports => generated 743 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, ' 2026-04-23 18:10:29.806 6 INFO neutron.db.segments_db [None req-32d05546-1ed5-4493-bbe5-038fbb8fc3a1 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] Added segment 9b2d328f-ac1b-4c0b-866e-133e304bda2e of type vxlan for network 3ed9567f-09d6-4dbc-b59e-ba2f31722eaf 2026-04-23 18:10:29.814 7 INFO neutron.db.segments_db [None req-ea4c613f-4de2-4a6b-bcba-bf8d3a0df439 0f9aabe3598446c59a0e69105a2d02cc 59479f75f4cb40da96e924cc10404699 - - default default] Added segment cac2526e-217f-4508-ac97-1428be7902ec of type vxlan for network 3ab0aa86-3a4a-4129-b037-6437093288d3 [pid: 7|app: 0|req: 794/1752] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:29 2026] POST /v2.0/networks => generated 613 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1753] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:29 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:10:30.083 6 INFO neutron.db.l3_hamode_db [None req-32d05546-1ed5-4493-bbe5-038fbb8fc3a1 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:10:30.197 6 INFO neutron.db.l3_hamode_db [None req-32d05546-1ed5-4493-bbe5-038fbb8fc3a1 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 796/1754] 10.0.0.183 () {34 vars in 664 bytes} [Thu Apr 23 18:10:30 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: 7|app: 0|req: 797/1755] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:10:30 2026] GET /v2.0/security-groups?id=c48244b9-bbda-4dbe-bcc7-18afba451351&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-23 18:10:30.453 7 INFO neutron.db.segments_db [None req-00474643-c7db-4763-a360-af9f2957c468 0f9aabe3598446c59a0e69105a2d02cc 59479f75f4cb40da96e924cc10404699 - - default default] Added segment ad2a70f2-ea2a-46fc-91e1-4a8ae7bbf135 of type vxlan for network 1fd4160e-8266-4b7c-af10-897364335006 [pid: 7|app: 0|req: 798/1756] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:30 2026] POST /v2.0/networks => generated 613 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1757] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:30 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 959/1758] 10.0.0.183 () {34 vars in 668 bytes} [Thu Apr 23 18:10:29 2026] POST /v2.0/routers => generated 474 bytes in 1194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 960/1759] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:10:30 2026] GET /v2.0/security-groups?id=c48244b9-bbda-4dbe-bcc7-18afba451351&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: 800/1760] 10.0.0.183 () {34 vars in 664 bytes} [Thu Apr 23 18:10:30 2026] POST /v2.0/ports => generated 743 bytes in 320 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-23 18:10:30.935 7 INFO neutron.db.l3_hamode_db [None req-c80c95c3-b341-4d92-9a12-76f331f26341 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:10:31.049 7 INFO neutron.db.l3_hamode_db [None req-c80c95c3-b341-4d92-9a12-76f331f26341 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 961/1761] 10.0.0.183 () {34 vars in 676 bytes} [Thu Apr 23 18:10:30 2026] POST /v2.0/floatingips => generated 552 bytes in 659 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 962/1762] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:10:31 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1763] 10.0.0.183 () {34 vars in 668 bytes} [Thu Apr 23 18:10:30 2026] POST /v2.0/routers => generated 474 bytes in 683 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 963/1764] 10.0.0.183 () {34 vars in 747 bytes} [Thu Apr 23 18:10:31 2026] PUT /v2.0/ports/daf14440-87cd-412f-b76c-660b98cf0579/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 802/1765] 10.0.0.183 () {34 vars in 759 bytes} [Thu Apr 23 18:10:31 2026] PUT /v2.0/floatingips/cacb52e5-0310-43d4-b919-fcd6c52147f8/tags => generated 25 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:10:31.723 7 INFO neutron.db.l3_hamode_db [None req-6d1220ef-0f98-404b-8453-0e66a11c2342 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:10:31.824 7 INFO neutron.db.l3_hamode_db [None req-6d1220ef-0f98-404b-8453-0e66a11c2342 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:10:31.908 6 INFO neutron.db.l3_db [None req-88b3cb8e-6842-497a-9a62-0d579fc3bae7 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] Floating IP 15a14807-766f-427a-b48d-8982af3d3437 associated. External IP: 10.96.250.207, port: 7443b249-5e4f-4e8f-bd3c-bd2b0a258c31. [pid: 6|app: 0|req: 964/1766] 10.0.0.183 () {34 vars in 749 bytes} [Thu Apr 23 18:10:31 2026] PUT /v2.0/floatingips/15a14807-766f-427a-b48d-8982af3d3437 => generated 855 bytes in 618 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:10:32.255 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc263c04-d5f9-4ee6-b33c-0db16eda4986'] response: {'name': 'network-changed', 'server_uuid': '8ea96e84-1eef-4e7c-a97e-76a5cdf9808d', 'tag': '7443b249-5e4f-4e8f-bd3c-bd2b0a258c31', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 965/1767] 10.0.0.183 () {34 vars in 747 bytes} [Thu Apr 23 18:10:32 2026] PUT /v2.0/ports/db08c22b-722a-4004-83c2-672e34e3d9c3/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 803/1768] 10.0.0.183 () {34 vars in 668 bytes} [Thu Apr 23 18:10:31 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) [pid: 6|app: 0|req: 966/1769] 10.0.0.183 () {32 vars in 739 bytes} [Thu Apr 23 18:10:32 2026] GET /v2.0/floatingips/cacb52e5-0310-43d4-b919-fcd6c52147f8/tags => generated 25 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1770] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:10:32 2026] GET /v2.0/floatingips/15a14807-766f-427a-b48d-8982af3d3437 => generated 855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:10:32.452 7 INFO neutron.db.l3_hamode_db [None req-fbfe4a8f-4892-4b91-a630-7827c1a8d12d 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 967/1771] 10.0.0.183 () {34 vars in 747 bytes} [Thu Apr 23 18:10:32 2026] PUT /v2.0/ports/819db164-97a1-41fc-a88b-9f7bbb5b65bf/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 968/1772] 10.0.0.183 () {34 vars in 770 bytes} [Thu Apr 23 18:10:32 2026] PUT /v2.0/floatingips/cacb52e5-0310-43d4-b919-fcd6c52147f8/tags/green => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 18:10:32.563 7 INFO neutron.db.l3_hamode_db [None req-fbfe4a8f-4892-4b91-a630-7827c1a8d12d 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 969/1773] 10.0.0.183 () {34 vars in 747 bytes} [Thu Apr 23 18:10:32 2026] PUT /v2.0/ports/9ab1cf98-d7e8-490d-afc7-a49ce380e21a/tags => generated 19 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: 6|app: 0|req: 970/1774] 10.0.0.183 () {32 vars in 739 bytes} [Thu Apr 23 18:10:32 2026] GET /v2.0/floatingips/cacb52e5-0310-43d4-b919-fcd6c52147f8/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 971/1775] 10.0.0.183 () {32 vars in 660 bytes} [Thu Apr 23 18:10:32 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 972/1776] 10.0.0.183 () {34 vars in 766 bytes} [Thu Apr 23 18:10:32 2026] PUT /v2.0/floatingips/cacb52e5-0310-43d4-b919-fcd6c52147f8/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 973/1777] 10.0.0.183 () {32 vars in 674 bytes} [Thu Apr 23 18:10:32 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 974/1778] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:10:32 2026] GET /v2.0/ports?tenant_id=ae00802d90384d75870aebc69f6b7881&device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => generated 1240 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 975/1779] 10.0.0.183 () {32 vars in 739 bytes} [Thu Apr 23 18:10:32 2026] GET /v2.0/floatingips/cacb52e5-0310-43d4-b919-fcd6c52147f8/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 976/1780] 10.0.0.183 () {32 vars in 670 bytes} [Thu Apr 23 18:10:32 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 977/1781] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:10:32 2026] GET /v2.0/networks?id=9583c2ea-7485-4b9d-ad93-e6eaa953d7f6 => generated 756 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 978/1782] 10.0.0.183 () {34 vars in 788 bytes} [Thu Apr 23 18:10:33 2026] PUT /v2.0/floatingips/cacb52e5-0310-43d4-b919-fcd6c52147f8/tags/black.or.white => 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: 805/1783] 10.0.0.183 () {34 vars in 668 bytes} [Thu Apr 23 18:10:32 2026] POST /v2.0/routers => generated 474 bytes in 729 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 979/1784] 10.0.0.183 () {32 vars in 682 bytes} [Thu Apr 23 18:10:33 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 980/1785] 10.0.0.183 () {32 vars in 739 bytes} [Thu Apr 23 18:10:33 2026] GET /v2.0/floatingips/cacb52e5-0310-43d4-b919-fcd6c52147f8/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1786] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:10:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=7443b249-5e4f-4e8f-bd3c-bd2b0a258c31 => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:10:33.231 6 INFO neutron.db.l3_hamode_db [None req-69af996a-2dd2-4e1e-90ce-3986fb5ffaad 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 807/1787] 10.0.0.183 () {32 vars in 668 bytes} [Thu Apr 23 18:10:33 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1788] 10.0.0.183 () {34 vars in 759 bytes} [Thu Apr 23 18:10:33 2026] PUT /v2.0/floatingips/cacb52e5-0310-43d4-b919-fcd6c52147f8/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1789] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:10:33 2026] GET /v2.0/subnets?id=fc8ee918-834c-4a23-8b9f-27bf4b37e2f1 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:10:33.367 6 INFO neutron.db.l3_hamode_db [None req-69af996a-2dd2-4e1e-90ce-3986fb5ffaad 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 810/1790] 10.0.0.183 () {32 vars in 682 bytes} [Thu Apr 23 18:10:33 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1791] 10.0.0.183 () {32 vars in 739 bytes} [Thu Apr 23 18:10:33 2026] GET /v2.0/floatingips/cacb52e5-0310-43d4-b919-fcd6c52147f8/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1792] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:10:33 2026] GET /v2.0/ports?network_id=9583c2ea-7485-4b9d-ad93-e6eaa953d7f6&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: 813/1793] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:10:33 2026] GET /v2.0/floatingips/15a14807-766f-427a-b48d-8982af3d3437 => generated 857 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1794] 10.0.0.183 () {32 vars in 678 bytes} [Thu Apr 23 18:10:33 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1795] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:10:33 2026] GET /v2.0/floatingips/cacb52e5-0310-43d4-b919-fcd6c52147f8/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1796] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:10:33 2026] GET /v2.0/networks/9583c2ea-7485-4b9d-ad93-e6eaa953d7f6?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: 817/1797] 10.0.0.183 () {32 vars in 690 bytes} [Thu Apr 23 18:10:33 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:10:33.724 7 INFO neutron.api.v2.resource [None req-f2e6932f-c0fc-4931-aa41-afff8a44f269 0e812a9cd4984a179b8b2ee6676c67fb 9f99a924fe01483c986a5c98ff2f55dc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 818/1798] 10.0.0.183 () {32 vars in 751 bytes} [Thu Apr 23 18:10:33 2026] GET /v2.0/floatingips/cacb52e5-0310-43d4-b919-fcd6c52147f8/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: 819/1799] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:10:33 2026] GET /v2.0/networks/9583c2ea-7485-4b9d-ad93-e6eaa953d7f6?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-23 18:10:33.891 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8188f33-056f-4eda-9abd-df651555dac3 0f9aabe3598446c59a0e69105a2d02cc 59479f75f4cb40da96e924cc10404699 - - default default] TaaS: Handle Delete Port: daf14440-87cd-412f-b76c-660b98cf0579 2026-04-23 18:10:33.895 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8188f33-056f-4eda-9abd-df651555dac3 0f9aabe3598446c59a0e69105a2d02cc 59479f75f4cb40da96e924cc10404699 - - default default] Tap Mirror: Handle Delete Port: daf14440-87cd-412f-b76c-660b98cf0579 [pid: 6|app: 0|req: 981/1800] 10.0.0.183 () {34 vars in 668 bytes} [Thu Apr 23 18:10:33 2026] POST /v2.0/routers => generated 474 bytes in 755 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1801] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:10:33 2026] DELETE /v2.0/ports/daf14440-87cd-412f-b76c-660b98cf0579 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 982/1802] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:10:33 2026] DELETE /v2.0/floatingips/cacb52e5-0310-43d4-b919-fcd6c52147f8/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:10:34.080 6 INFO neutron_taas.services.taas.taas_plugin [None req-a55f7f67-6f62-4342-b38c-ee191ea5a618 0f9aabe3598446c59a0e69105a2d02cc 59479f75f4cb40da96e924cc10404699 - - default default] TaaS: Handle Delete Port: db08c22b-722a-4004-83c2-672e34e3d9c3 2026-04-23 18:10:34.082 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a55f7f67-6f62-4342-b38c-ee191ea5a618 0f9aabe3598446c59a0e69105a2d02cc 59479f75f4cb40da96e924cc10404699 - - default default] Tap Mirror: Handle Delete Port: db08c22b-722a-4004-83c2-672e34e3d9c3 [pid: 7|app: 0|req: 821/1803] 10.0.0.183 () {34 vars in 751 bytes} [Thu Apr 23 18:10:33 2026] PUT /v2.0/routers/bea54c53-237e-4427-827a-dc3690e66d47/tags => generated 17 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1804] 10.0.0.183 () {32 vars in 739 bytes} [Thu Apr 23 18:10:34 2026] GET /v2.0/floatingips/cacb52e5-0310-43d4-b919-fcd6c52147f8/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 983/1805] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:10:33 2026] DELETE /v2.0/ports/db08c22b-722a-4004-83c2-672e34e3d9c3 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:34.201 6 INFO neutron.api.v2.resource [None req-ad6a0993-45ce-4cec-bf31-c015f6372371 0e812a9cd4984a179b8b2ee6676c67fb 9f99a924fe01483c986a5c98ff2f55dc - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 984/1806] 10.0.0.183 () {32 vars in 754 bytes} [Thu Apr 23 18:10:34 2026] DELETE /v2.0/floatingips/cacb52e5-0310-43d4-b919-fcd6c52147f8/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1807] 10.0.0.183 () {34 vars in 751 bytes} [Thu Apr 23 18:10:34 2026] PUT /v2.0/routers/0384dac9-bb5e-4814-b147-daf6344fde8c/tags => generated 25 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:10:34.289 6 INFO neutron_taas.services.taas.taas_plugin [None req-962cdb75-4367-4a21-80f0-919e530c6921 0f9aabe3598446c59a0e69105a2d02cc 59479f75f4cb40da96e924cc10404699 - - default default] TaaS: Handle Delete Port: 819db164-97a1-41fc-a88b-9f7bbb5b65bf 2026-04-23 18:10:34.291 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-962cdb75-4367-4a21-80f0-919e530c6921 0f9aabe3598446c59a0e69105a2d02cc 59479f75f4cb40da96e924cc10404699 - - default default] Tap Mirror: Handle Delete Port: 819db164-97a1-41fc-a88b-9f7bbb5b65bf [pid: 7|app: 0|req: 824/1808] 10.0.0.183 () {32 vars in 742 bytes} [Thu Apr 23 18:10:34 2026] DELETE /v2.0/floatingips/cacb52e5-0310-43d4-b919-fcd6c52147f8/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 985/1809] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:10:34 2026] DELETE /v2.0/ports/819db164-97a1-41fc-a88b-9f7bbb5b65bf => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1810] 10.0.0.183 () {34 vars in 751 bytes} [Thu Apr 23 18:10:34 2026] PUT /v2.0/routers/066c5901-b37d-4107-a7e2-db1eb4fda591/tags => generated 34 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 986/1811] 10.0.0.183 () {32 vars in 739 bytes} [Thu Apr 23 18:10:34 2026] GET /v2.0/floatingips/cacb52e5-0310-43d4-b919-fcd6c52147f8/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:10:34.483 7 INFO neutron_taas.services.taas.taas_plugin [None req-d48fc71e-1ab4-4c74-bc3b-9a6b5145aebf 0f9aabe3598446c59a0e69105a2d02cc 59479f75f4cb40da96e924cc10404699 - - default default] TaaS: Handle Delete Port: 9ab1cf98-d7e8-490d-afc7-a49ce380e21a 2026-04-23 18:10:34.485 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d48fc71e-1ab4-4c74-bc3b-9a6b5145aebf 0f9aabe3598446c59a0e69105a2d02cc 59479f75f4cb40da96e924cc10404699 - - default default] Tap Mirror: Handle Delete Port: 9ab1cf98-d7e8-490d-afc7-a49ce380e21a [pid: 6|app: 0|req: 987/1812] 10.0.0.183 () {34 vars in 751 bytes} [Thu Apr 23 18:10:34 2026] PUT /v2.0/routers/906c852c-adf0-4ddd-a9b6-e9f014567df0/tags => generated 19 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1813] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:10:34 2026] DELETE /v2.0/ports/9ab1cf98-d7e8-490d-afc7-a49ce380e21a => 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: 827/1814] 10.0.0.183 () {32 vars in 664 bytes} [Thu Apr 23 18:10:34 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:10:34.662 6 INFO neutron_taas.services.taas.taas_plugin [None req-05c09cb1-f6be-4005-8a96-0a77cda8fa93 0e812a9cd4984a179b8b2ee6676c67fb 9f99a924fe01483c986a5c98ff2f55dc - - default default] TaaS: Handle Delete Port: e948697a-19f1-4630-811c-e6bb20beb24c 2026-04-23 18:10:34.665 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05c09cb1-f6be-4005-8a96-0a77cda8fa93 0e812a9cd4984a179b8b2ee6676c67fb 9f99a924fe01483c986a5c98ff2f55dc - - default default] Tap Mirror: Handle Delete Port: e948697a-19f1-4630-811c-e6bb20beb24c 2026-04-23 18:10:34.772 7 INFO neutron_taas.services.taas.taas_plugin [None req-c503613a-2da1-4254-880d-a304dfe780d5 0f9aabe3598446c59a0e69105a2d02cc 59479f75f4cb40da96e924cc10404699 - - default default] TaaS: Handle Delete Port: 122f2cfb-5554-4e02-af8e-2789d8ee8a9a 2026-04-23 18:10:34.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c503613a-2da1-4254-880d-a304dfe780d5 0f9aabe3598446c59a0e69105a2d02cc 59479f75f4cb40da96e924cc10404699 - - default default] Tap Mirror: Handle Delete Port: 122f2cfb-5554-4e02-af8e-2789d8ee8a9a [pid: 7|app: 0|req: 828/1815] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:10:34 2026] DELETE /v2.0/ports/122f2cfb-5554-4e02-af8e-2789d8ee8a9a => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 988/1816] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:10:34 2026] DELETE /v2.0/floatingips/cacb52e5-0310-43d4-b919-fcd6c52147f8 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1817] 10.0.0.183 () {32 vars in 678 bytes} [Thu Apr 23 18:10:34 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:10:34.989 6 INFO neutron.services.segments.plugin [-] Segment 2861bdfd-f6df-4fb5-8f9f-8b8846b3522e resource provider aggregate not found 2026-04-23 18:10:34.991 6 INFO neutron.services.segments.plugin [-] Segment 2861bdfd-f6df-4fb5-8f9f-8b8846b3522e resource provider aggregate not found 2026-04-23 18:10:35.016 6 INFO neutron.services.segments.plugin [-] Segment 2861bdfd-f6df-4fb5-8f9f-8b8846b3522e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2861bdfd-f6df-4fb5-8f9f-8b8846b3522e found for delete ", "request_id": "req-26074d1f-24da-4f11-8e0e-3c6e7f1738a7"}]} [pid: 6|app: 0|req: 989/1818] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:34 2026] DELETE /v2.0/networks/f41be169-0e77-4801-a52e-a6e3736a70be => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:35.033 6 INFO neutron.services.segments.plugin [-] Segment 2861bdfd-f6df-4fb5-8f9f-8b8846b3522e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2861bdfd-f6df-4fb5-8f9f-8b8846b3522e found for delete ", "request_id": "req-e9ec7808-a9f1-4ad5-8272-153f81ed157e"}]} [pid: 7|app: 0|req: 830/1819] 10.0.0.183 () {32 vars in 674 bytes} [Thu Apr 23 18:10:34 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 990/1820] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:35 2026] DELETE /v2.0/networks/39e20b4f-1783-4b04-a6fe-221227edb306 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 991/1821] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:35 2026] DELETE /v2.0/networks/aa4aad23-2f73-4c55-a735-f08f34944813 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 992/1822] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:35 2026] DELETE /v2.0/networks/3ab0aa86-3a4a-4129-b037-6437093288d3 => 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: 831/1823] 10.0.0.183 () {32 vars in 686 bytes} [Thu Apr 23 18:10:35 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1824] 10.0.0.183 () {32 vars in 672 bytes} [Thu Apr 23 18:10:35 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 993/1825] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:35 2026] DELETE /v2.0/networks/1fd4160e-8266-4b7c-af10-897364335006 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1826] 10.0.0.183 () {32 vars in 686 bytes} [Thu Apr 23 18:10:35 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 994/1827] 10.0.0.183 () {32 vars in 682 bytes} [Thu Apr 23 18:10:35 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 995/1828] 10.0.0.183 () {32 vars in 694 bytes} [Thu Apr 23 18:10:35 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 996/1829] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:10:35 2026] GET /v2.0/routers/bea54c53-237e-4427-827a-dc3690e66d47 => generated 485 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1830] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:35 2026] GET /v2.0/security-groups?tenant_id=36f8e7fe87514dc28d48e36ae5f18262&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1831] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:36 2026] DELETE /v2.0/security-groups/93ee3c72-6a54-4027-8a6a-c9dc9c564c15 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 997/1834] 10.0.0.183 () {34 vars in 742 bytes} [Thu Apr 23 18:10:35 2026] PUT /v2.0/routers/bea54c53-237e-4427-827a-dc3690e66d47 => generated 485 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 998/1835] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:10:36 2026] GET /v2.0/ports?device_id=bea54c53-237e-4427-827a-dc3690e66d47 => 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: 838/1836] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:36 2026] GET /v2.0/security-groups?tenant_id=9f99a924fe01483c986a5c98ff2f55dc&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1837] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:36 2026] DELETE /v2.0/security-groups/4f9e59b3-9692-4e8a-8093-ef15eb003228 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:10:36.534 6 INFO neutron_taas.services.taas.taas_plugin [None req-4907d859-87f0-48b0-b0d1-88eebe4be7d7 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] TaaS: Handle Delete Port: f3ce6cf2-cea3-4a72-890a-83cda2cc90ce 2026-04-23 18:10:36.536 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4907d859-87f0-48b0-b0d1-88eebe4be7d7 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] Tap Mirror: Handle Delete Port: f3ce6cf2-cea3-4a72-890a-83cda2cc90ce [pid: 6|app: 0|req: 999/1838] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:10:36 2026] DELETE /v2.0/routers/bea54c53-237e-4427-827a-dc3690e66d47 => generated 0 bytes in 364 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1000/1839] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:10:36 2026] GET /v2.0/routers/0384dac9-bb5e-4814-b147-daf6344fde8c => generated 493 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1840] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:36 2026] GET /v2.0/security-groups?tenant_id=0d119fdefd4f41d7baaf5d3779a64838&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1841] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:36 2026] DELETE /v2.0/security-groups/099f31b0-dbfb-4331-b9e9-fe8a9839e0d8 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:10:37.041 6 INFO neutron.services.segments.plugin [-] Segment 04b33717-762d-4178-b045-fdb7fb79e9f8 resource provider aggregate not found 2026-04-23 18:10:37.060 6 INFO neutron.services.segments.plugin [-] Segment 04b33717-762d-4178-b045-fdb7fb79e9f8 resource provider aggregate not found [pid: 7|app: 0|req: 842/1842] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:37 2026] GET /v2.0/security-groups?tenant_id=59479f75f4cb40da96e924cc10404699&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:10:37.074 6 INFO neutron.services.segments.plugin [-] Segment 04b33717-762d-4178-b045-fdb7fb79e9f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04b33717-762d-4178-b045-fdb7fb79e9f8 found for delete ", "request_id": "req-d4019633-2bde-4c2b-bc82-ec4218f4ed11"}]} 2026-04-23 18:10:37.087 6 INFO neutron.services.segments.plugin [-] Segment 04b33717-762d-4178-b045-fdb7fb79e9f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04b33717-762d-4178-b045-fdb7fb79e9f8 found for delete ", "request_id": "req-de560922-2542-4277-a5b5-5494f28e854e"}]} 2026-04-23 18:10:37.099 6 INFO neutron.services.segments.plugin [-] Segment df599871-6e40-4c22-9d53-2f3665e5f4e5 resource provider aggregate not found 2026-04-23 18:10:37.102 6 INFO neutron.services.segments.plugin [-] Segment df599871-6e40-4c22-9d53-2f3665e5f4e5 resource provider aggregate not found 2026-04-23 18:10:37.131 6 INFO neutron.services.segments.plugin [-] Segment df599871-6e40-4c22-9d53-2f3665e5f4e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df599871-6e40-4c22-9d53-2f3665e5f4e5 found for delete ", "request_id": "req-91a10d7a-31c5-454e-8e38-a0efaa161716"}]} 2026-04-23 18:10:37.132 6 INFO neutron.services.segments.plugin [-] Segment df599871-6e40-4c22-9d53-2f3665e5f4e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df599871-6e40-4c22-9d53-2f3665e5f4e5 found for delete ", "request_id": "req-3eed15ec-01cf-4a22-a659-16da5ca1ed5e"}]} 2026-04-23 18:10:37.151 6 INFO neutron.services.segments.plugin [-] Segment cac2526e-217f-4508-ac97-1428be7902ec resource provider aggregate not found 2026-04-23 18:10:37.156 6 INFO neutron.services.segments.plugin [-] Segment cac2526e-217f-4508-ac97-1428be7902ec resource provider aggregate not found [pid: 7|app: 0|req: 843/1843] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:37 2026] DELETE /v2.0/security-groups/022aa9c4-eede-46a6-92d1-4ca2432b0dd4 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:10:37.170 6 INFO neutron.services.segments.plugin [-] Segment cac2526e-217f-4508-ac97-1428be7902ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cac2526e-217f-4508-ac97-1428be7902ec found for delete ", "request_id": "req-e4b67616-a8d6-40f9-8d66-97bd9a3a2435"}]} 2026-04-23 18:10:37.179 6 INFO neutron.services.segments.plugin [-] Segment cac2526e-217f-4508-ac97-1428be7902ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cac2526e-217f-4508-ac97-1428be7902ec found for delete ", "request_id": "req-cd11f07a-8a11-4384-880c-405fa87f22e6"}]} 2026-04-23 18:10:37.184 6 INFO neutron.services.segments.plugin [-] Segment ad2a70f2-ea2a-46fc-91e1-4a8ae7bbf135 resource provider aggregate not found 2026-04-23 18:10:37.210 6 INFO neutron.services.segments.plugin [-] Segment ad2a70f2-ea2a-46fc-91e1-4a8ae7bbf135 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad2a70f2-ea2a-46fc-91e1-4a8ae7bbf135 found for delete ", "request_id": "req-6ef51d77-d614-4c6e-abb0-6fd09084572b"}]} 2026-04-23 18:10:37.210 6 INFO neutron.services.segments.plugin [-] Segment ad2a70f2-ea2a-46fc-91e1-4a8ae7bbf135 resource provider aggregate not found 2026-04-23 18:10:37.231 6 INFO neutron.services.segments.plugin [-] Segment ad2a70f2-ea2a-46fc-91e1-4a8ae7bbf135 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad2a70f2-ea2a-46fc-91e1-4a8ae7bbf135 found for delete ", "request_id": "req-07f41b05-dff2-4953-9d8a-c6c8d3f44f8a"}]} [pid: 6|app: 0|req: 1001/1844] 10.0.0.183 () {34 vars in 742 bytes} [Thu Apr 23 18:10:36 2026] PUT /v2.0/routers/0384dac9-bb5e-4814-b147-daf6344fde8c => generated 493 bytes in 605 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1845] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:37 2026] GET /v2.0/security-groups?tenant_id=55e68476d6dc4ec2ab519255c9258e6a&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1002/1846] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:10:37 2026] GET /v2.0/ports?device_id=0384dac9-bb5e-4814-b147-daf6344fde8c => 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: 845/1847] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:37 2026] DELETE /v2.0/security-groups/a98303c1-af20-444c-968f-adc852849b43 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:10:37.596 6 INFO neutron_taas.services.taas.taas_plugin [None req-279fd748-02e9-4967-bb2b-fa134b9b9de4 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] TaaS: Handle Delete Port: 0232465b-0ad3-4010-8e6b-61c825bf75ea 2026-04-23 18:10:37.599 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-279fd748-02e9-4967-bb2b-fa134b9b9de4 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] Tap Mirror: Handle Delete Port: 0232465b-0ad3-4010-8e6b-61c825bf75ea [pid: 6|app: 0|req: 1003/1848] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:10:37 2026] DELETE /v2.0/routers/0384dac9-bb5e-4814-b147-daf6344fde8c => generated 0 bytes in 350 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1849] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:10:37 2026] GET /v2.0/routers/066c5901-b37d-4107-a7e2-db1eb4fda591 => generated 502 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1004/1850] 10.0.0.183 () {34 vars in 742 bytes} [Thu Apr 23 18:10:37 2026] PUT /v2.0/routers/066c5901-b37d-4107-a7e2-db1eb4fda591 => generated 502 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1851] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:10:38 2026] GET /v2.0/ports?device_id=066c5901-b37d-4107-a7e2-db1eb4fda591 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:10:38.557 6 INFO neutron_taas.services.taas.taas_plugin [None req-847c39f8-4687-41a8-b5a0-4c7f5d46833f 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] TaaS: Handle Delete Port: f66f7258-bd46-4fdb-ac9b-22849ab24230 2026-04-23 18:10:38.560 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-847c39f8-4687-41a8-b5a0-4c7f5d46833f 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] Tap Mirror: Handle Delete Port: f66f7258-bd46-4fdb-ac9b-22849ab24230 [pid: 6|app: 0|req: 1005/1852] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:10:38 2026] DELETE /v2.0/routers/066c5901-b37d-4107-a7e2-db1eb4fda591 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1853] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:10:38 2026] GET /v2.0/routers/906c852c-adf0-4ddd-a9b6-e9f014567df0 => generated 487 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1006/1854] 10.0.0.183 () {34 vars in 742 bytes} [Thu Apr 23 18:10:38 2026] PUT /v2.0/routers/906c852c-adf0-4ddd-a9b6-e9f014567df0 => generated 487 bytes in 536 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1855] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:10:39 2026] GET /v2.0/ports?device_id=906c852c-adf0-4ddd-a9b6-e9f014567df0 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:10:39.582 6 INFO neutron_taas.services.taas.taas_plugin [None req-73f52789-6777-47f3-9ef5-056aa091f0e7 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] TaaS: Handle Delete Port: 0982205b-f823-4fcd-b7fe-a37ce636f6da 2026-04-23 18:10:39.584 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73f52789-6777-47f3-9ef5-056aa091f0e7 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] Tap Mirror: Handle Delete Port: 0982205b-f823-4fcd-b7fe-a37ce636f6da [pid: 6|app: 0|req: 1007/1856] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:10:39 2026] DELETE /v2.0/routers/906c852c-adf0-4ddd-a9b6-e9f014567df0 => generated 0 bytes in 420 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:10:39.861 7 INFO neutron.db.segments_db [None req-414f08c9-87de-4643-8566-70315f40db80 8ef9aa8032d740989d22c2c1b77a67dd 312906f66a12451cbe0da5c600d90e74 - - default default] Added segment 2cf888d8-d0d8-42aa-8856-87f9cf970495 of type vxlan for network 70d9e75e-2b7b-4c46-b5a0-bc9bd2d02149 [pid: 6|app: 0|req: 1008/1857] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:10:39 2026] GET /v2.0/routers/c951092f-f68b-45dd-9e47-f2d0c9b0547f => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:10:40.110 7 INFO neutron.db.l3_hamode_db [None req-414f08c9-87de-4643-8566-70315f40db80 8ef9aa8032d740989d22c2c1b77a67dd 312906f66a12451cbe0da5c600d90e74 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:10:40.220 7 INFO neutron.db.l3_hamode_db [None req-414f08c9-87de-4643-8566-70315f40db80 8ef9aa8032d740989d22c2c1b77a67dd 312906f66a12451cbe0da5c600d90e74 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 1009/1858] 10.0.0.183 () {34 vars in 742 bytes} [Thu Apr 23 18:10:39 2026] PUT /v2.0/routers/c951092f-f68b-45dd-9e47-f2d0c9b0547f => generated 480 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1010/1859] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:10:40 2026] GET /v2.0/ports?device_id=c951092f-f68b-45dd-9e47-f2d0c9b0547f => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:10:40.575 6 INFO neutron_taas.services.taas.taas_plugin [None req-511a925f-9f76-495e-a0b4-71c2a05a0fee 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] TaaS: Handle Delete Port: af1234c3-bec4-411b-b5d2-0a12635f6307 2026-04-23 18:10:40.577 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-511a925f-9f76-495e-a0b4-71c2a05a0fee 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] Tap Mirror: Handle Delete Port: af1234c3-bec4-411b-b5d2-0a12635f6307 [pid: 7|app: 0|req: 850/1860] 10.0.0.183 () {34 vars in 668 bytes} [Thu Apr 23 18:10:39 2026] POST /v2.0/routers => generated 474 bytes in 1167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:10:40.858 6 INFO neutron.services.segments.plugin [-] Segment 9b2d328f-ac1b-4c0b-866e-133e304bda2e resource provider aggregate not found 2026-04-23 18:10:40.858 6 INFO neutron.services.segments.plugin [-] Segment 9b2d328f-ac1b-4c0b-866e-133e304bda2e resource provider aggregate not found [pid: 7|app: 0|req: 851/1861] 10.0.0.183 () {34 vars in 751 bytes} [Thu Apr 23 18:10:40 2026] PUT /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:10:40.884 6 INFO neutron.services.segments.plugin [-] Segment 9b2d328f-ac1b-4c0b-866e-133e304bda2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b2d328f-ac1b-4c0b-866e-133e304bda2e found for delete ", "request_id": "req-6e07cdba-606e-488c-9f36-8a7274564f4b"}]} 2026-04-23 18:10:40.885 6 INFO neutron.db.l3_hamode_db [None req-511a925f-9f76-495e-a0b4-71c2a05a0fee 73da460afc374fa29c60e216c3e700c9 64fe75cd0cf64084a5a091b76848b354 - - default default] HA network 3ed9567f-09d6-4dbc-b59e-ba2f31722eaf was deleted as no HA routers are present in tenant 64fe75cd0cf64084a5a091b76848b354. 2026-04-23 18:10:40.890 6 INFO neutron.services.segments.plugin [-] Segment 9b2d328f-ac1b-4c0b-866e-133e304bda2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b2d328f-ac1b-4c0b-866e-133e304bda2e found for delete ", "request_id": "req-7b45f167-a934-4a4e-a3c7-f30d3986fa0b"}]} [pid: 6|app: 0|req: 1011/1862] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:10:40 2026] DELETE /v2.0/routers/c951092f-f68b-45dd-9e47-f2d0c9b0547f => generated 0 bytes in 463 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1863] 10.0.0.183 () {32 vars in 731 bytes} [Thu Apr 23 18:10:40 2026] GET /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca/tags => generated 25 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1012/1864] 10.0.0.183 () {34 vars in 762 bytes} [Thu Apr 23 18:10:40 2026] PUT /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca/tags/green => generated 4 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1865] 10.0.0.183 () {32 vars in 731 bytes} [Thu Apr 23 18:10:41 2026] GET /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca/tags => generated 34 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1013/1866] 10.0.0.183 () {34 vars in 758 bytes} [Thu Apr 23 18:10:41 2026] PUT /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca/tags/red => generated 4 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1014/1867] 10.0.0.183 () {32 vars in 731 bytes} [Thu Apr 23 18:10:41 2026] GET /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1868] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:41 2026] GET /v2.0/security-groups?tenant_id=5e7e04e8a6344f6aaaf89e206c3f7f3f&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1869] 10.0.0.183 () {34 vars in 780 bytes} [Thu Apr 23 18:10:41 2026] PUT /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca/tags/black.or.white => generated 4 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 18:10:42.054 6 INFO neutron.db.segments_db [None req-4adc76e6-9eed-4b27-afc2-9b784be23555 88575d2fa1914573b749d2be2f1c15cf 2e8264bf50b74fcca633d4ca8e0cdd20 - - default default] Added segment 7a947f85-dba0-4b0b-bf01-8717ba89c617 of type vxlan for network d038b2c4-cbc5-4ed2-886a-31324182039e [pid: 7|app: 0|req: 856/1870] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:42 2026] DELETE /v2.0/security-groups/294cd393-ae2b-4962-8416-d9dfecfe40ff => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1015/1871] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:41 2026] POST /v2.0/networks => generated 612 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1872] 10.0.0.183 () {32 vars in 731 bytes} [Thu Apr 23 18:10:42 2026] GET /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca/tags => generated 52 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1873] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:42 2026] GET /v2.0/security-groups?tenant_id=64fe75cd0cf64084a5a091b76848b354&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1016/1874] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:10:42 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1017/1875] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:42 2026] DELETE /v2.0/security-groups/cc805494-acd5-48b9-b63a-04d8664e07f8 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1876] 10.0.0.183 () {34 vars in 751 bytes} [Thu Apr 23 18:10:42 2026] PUT /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca/tags => generated 37 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:10:42.496 6 INFO neutron.db.segments_db [None req-1d7bd9bc-159b-4e0e-a5ff-02b0a173d9a3 88575d2fa1914573b749d2be2f1c15cf 2e8264bf50b74fcca633d4ca8e0cdd20 - - default default] Added segment c81bd3bf-2500-4172-93b8-995e567df0d0 of type vxlan for network 86f0b646-2e2d-4aef-8c3f-a734e7a5a240 [pid: 7|app: 0|req: 860/1877] 10.0.0.183 () {32 vars in 731 bytes} [Thu Apr 23 18:10:42 2026] GET /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca/tags => generated 37 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1018/1878] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:42 2026] POST /v2.0/networks => generated 613 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1879] 10.0.0.183 () {32 vars in 739 bytes} [Thu Apr 23 18:10:42 2026] GET /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca/tags/red => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1019/1880] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:42 2026] GET /v2.0/security-groups?tenant_id=6f96d73f222042e890bacec0e539b1f6&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:10:42.751 6 INFO neutron.api.v2.resource [None req-cf713caa-5e00-4bcd-9632-d83e3afc8904 8ef9aa8032d740989d22c2c1b77a67dd 312906f66a12451cbe0da5c600d90e74 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1020/1881] 10.0.0.183 () {32 vars in 743 bytes} [Thu Apr 23 18:10:42 2026] GET /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca/tags/green => generated 99 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1021/1882] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:42 2026] DELETE /v2.0/security-groups/f3f5c279-0c5a-421f-8a3c-f4aae530bebf => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1022/1883] 10.0.0.183 () {32 vars in 742 bytes} [Thu Apr 23 18:10:42 2026] DELETE /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca/tags/red => 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: 862/1884] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:10:42 2026] POST /v2.0/subnets => generated 629 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:10:42.963 7 INFO neutron.db.segments_db [None req-8c55472b-e0a9-4934-abe9-417530891e83 88575d2fa1914573b749d2be2f1c15cf 2e8264bf50b74fcca633d4ca8e0cdd20 - - default default] Added segment 2025b390-87eb-476d-99c5-406b98c08d0b of type vxlan for network 2ef7f96c-2212-4b26-b52b-0f3b721c6e4d [pid: 6|app: 0|req: 1023/1885] 10.0.0.183 () {32 vars in 731 bytes} [Thu Apr 23 18:10:42 2026] GET /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca/tags => generated 30 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:10:43.047 6 INFO neutron.api.v2.resource [None req-9b3aff34-c8d9-48bb-aad1-1365e19fa3c3 8ef9aa8032d740989d22c2c1b77a67dd 312906f66a12451cbe0da5c600d90e74 - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1024/1886] 10.0.0.183 () {32 vars in 746 bytes} [Thu Apr 23 18:10:42 2026] DELETE /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca/tags/green => generated 99 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1887] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:42 2026] POST /v2.0/networks => generated 613 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1025/1888] 10.0.0.183 () {32 vars in 734 bytes} [Thu Apr 23 18:10:43 2026] DELETE /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca/tags => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1026/1889] 10.0.0.183 () {32 vars in 731 bytes} [Thu Apr 23 18:10:43 2026] GET /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca/tags => generated 12 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1027/1890] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:10:43 2026] GET /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca => generated 480 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1028/1891] 10.0.0.250 () {34 vars in 990 bytes} [Thu Apr 23 18:10:43 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1892] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:10:43 2026] POST /v2.0/subnets => generated 629 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1893] 10.0.0.250 () {34 vars in 1040 bytes} [Thu Apr 23 18:10:43 2026] GET /v2.0/security-groups?id=c48244b9-bbda-4dbe-bcc7-18afba451351&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-23 18:10:43.388 7 INFO neutron.db.segments_db [None req-8612bc3a-5cfc-4b75-8d8d-137434093ac7 88575d2fa1914573b749d2be2f1c15cf 2e8264bf50b74fcca633d4ca8e0cdd20 - - default default] Added segment c825e765-6432-4d3d-bc69-de0c9110303f of type vxlan for network f28697aa-26f1-4035-9735-8c251311cea1 [pid: 7|app: 0|req: 866/1894] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:43 2026] POST /v2.0/networks => generated 611 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1895] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:10:43 2026] POST /v2.0/subnets => generated 629 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1029/1896] 10.0.0.183 () {34 vars in 742 bytes} [Thu Apr 23 18:10:43 2026] PUT /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca => generated 480 bytes in 540 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:10:43.849 7 INFO neutron.db.segments_db [None req-559fb610-a0a7-45a7-a825-9d4a774c3268 88575d2fa1914573b749d2be2f1c15cf 2e8264bf50b74fcca633d4ca8e0cdd20 - - default default] Added segment ecac0fd0-d2fe-4f0f-a87b-6792370b4870 of type vxlan for network 921dc653-9010-48c8-acc2-c9f5b1ee1143 [pid: 6|app: 0|req: 1030/1897] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:10:43 2026] GET /v2.0/ports?device_id=4f7d8082-eb1b-4626-b172-fb04c1ceafca => 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: 868/1898] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:43 2026] POST /v2.0/networks => generated 613 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:10:44.055 6 INFO neutron_taas.services.taas.taas_plugin [None req-dde17115-ed6a-4900-8c41-b5a81f6667d0 8ef9aa8032d740989d22c2c1b77a67dd 312906f66a12451cbe0da5c600d90e74 - - default default] TaaS: Handle Delete Port: 41c18313-83ad-4ab1-9171-c5cc29ff364a 2026-04-23 18:10:44.058 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dde17115-ed6a-4900-8c41-b5a81f6667d0 8ef9aa8032d740989d22c2c1b77a67dd 312906f66a12451cbe0da5c600d90e74 - - default default] Tap Mirror: Handle Delete Port: 41c18313-83ad-4ab1-9171-c5cc29ff364a [pid: 7|app: 0|req: 869/1899] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:10:43 2026] POST /v2.0/subnets => generated 629 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1900] 10.0.0.183 () {34 vars in 751 bytes} [Thu Apr 23 18:10:44 2026] PUT /v2.0/subnets/b5080499-06dd-407e-8ea6-d30f5fe0ebff/tags => generated 17 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1901] 10.0.0.183 () {34 vars in 751 bytes} [Thu Apr 23 18:10:44 2026] PUT /v2.0/subnets/46e51856-6294-4376-bd6e-d690f078b64d/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1902] 10.0.0.183 () {34 vars in 751 bytes} [Thu Apr 23 18:10:44 2026] PUT /v2.0/subnets/d7e705a7-879b-4452-8ba1-3a6cbff787d6/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:10:44.413 6 INFO neutron.services.segments.plugin [-] Segment 2cf888d8-d0d8-42aa-8856-87f9cf970495 resource provider aggregate not found 2026-04-23 18:10:44.421 6 INFO neutron.services.segments.plugin [-] Segment 2cf888d8-d0d8-42aa-8856-87f9cf970495 resource provider aggregate not found 2026-04-23 18:10:44.434 6 INFO neutron.db.l3_hamode_db [None req-dde17115-ed6a-4900-8c41-b5a81f6667d0 8ef9aa8032d740989d22c2c1b77a67dd 312906f66a12451cbe0da5c600d90e74 - - default default] HA network 70d9e75e-2b7b-4c46-b5a0-bc9bd2d02149 was deleted as no HA routers are present in tenant 312906f66a12451cbe0da5c600d90e74. [pid: 7|app: 0|req: 873/1903] 10.0.0.183 () {34 vars in 751 bytes} [Thu Apr 23 18:10:44 2026] PUT /v2.0/subnets/9f39a3df-eb40-4576-ba8d-80f5bb9b16f8/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:10:44.441 6 INFO neutron.services.segments.plugin [-] Segment 2cf888d8-d0d8-42aa-8856-87f9cf970495 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cf888d8-d0d8-42aa-8856-87f9cf970495 found for delete ", "request_id": "req-a956b0ee-ed27-46d4-a58e-92f2c77e4174"}]} [pid: 6|app: 0|req: 1031/1904] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:10:43 2026] DELETE /v2.0/routers/4f7d8082-eb1b-4626-b172-fb04c1ceafca => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:10:44.450 6 INFO neutron.services.segments.plugin [-] Segment 2cf888d8-d0d8-42aa-8856-87f9cf970495 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cf888d8-d0d8-42aa-8856-87f9cf970495 found for delete ", "request_id": "req-9ef4d7f6-58d9-4896-a0bf-bc9f73f31782"}]} [pid: 7|app: 0|req: 874/1905] 10.0.0.183 () {32 vars in 664 bytes} [Thu Apr 23 18:10:44 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1032/1906] 10.0.0.183 () {32 vars in 678 bytes} [Thu Apr 23 18:10:44 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1907] 10.0.0.183 () {32 vars in 674 bytes} [Thu Apr 23 18:10:44 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1033/1908] 10.0.0.183 () {32 vars in 686 bytes} [Thu Apr 23 18:10:44 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1909] 10.0.0.183 () {32 vars in 672 bytes} [Thu Apr 23 18:10:44 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1034/1910] 10.0.0.183 () {32 vars in 686 bytes} [Thu Apr 23 18:10:44 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1911] 10.0.0.183 () {32 vars in 682 bytes} [Thu Apr 23 18:10:44 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1035/1912] 10.0.0.183 () {32 vars in 694 bytes} [Thu Apr 23 18:10:44 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1913] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:10:44 2026] DELETE /v2.0/subnets/b5080499-06dd-407e-8ea6-d30f5fe0ebff => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1036/1914] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:10:45 2026] DELETE /v2.0/subnets/46e51856-6294-4376-bd6e-d690f078b64d => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1037/1915] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:10:45 2026] DELETE /v2.0/subnets/d7e705a7-879b-4452-8ba1-3a6cbff787d6 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1038/1916] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:10:45 2026] DELETE /v2.0/subnets/9f39a3df-eb40-4576-ba8d-80f5bb9b16f8 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1917] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:45 2026] GET /v2.0/security-groups?tenant_id=312906f66a12451cbe0da5c600d90e74&name=default => generated 2925 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1039/1918] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:10:45 2026] DELETE /v2.0/subnets/30d34553-75a3-41c0-bb91-4e1b1ce6ab11 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1919] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:45 2026] DELETE /v2.0/security-groups/2e74aab1-c37f-42f8-a7b4-493408899462 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:10:45.805 6 INFO neutron_taas.services.taas.taas_plugin [None req-0f9c6767-5fee-4736-b154-9a6300f31c26 88575d2fa1914573b749d2be2f1c15cf 2e8264bf50b74fcca633d4ca8e0cdd20 - - default default] TaaS: Handle Delete Port: 5c1e67d5-64d4-4d9b-9aae-3f1e1b43de1a 2026-04-23 18:10:45.808 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f9c6767-5fee-4736-b154-9a6300f31c26 88575d2fa1914573b749d2be2f1c15cf 2e8264bf50b74fcca633d4ca8e0cdd20 - - default default] Tap Mirror: Handle Delete Port: 5c1e67d5-64d4-4d9b-9aae-3f1e1b43de1a [pid: 7|app: 0|req: 881/1920] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:45 2026] GET /v2.0/security-groups?tenant_id=384ebd94ef8f4e46b309e6a4930df0ee&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: 882/1921] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:45 2026] DELETE /v2.0/security-groups/ddf217b1-f453-486c-8ba2-0a268b4d7c9a => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1040/1922] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:45 2026] DELETE /v2.0/networks/d038b2c4-cbc5-4ed2-886a-31324182039e => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:46.125 7 INFO neutron.services.segments.plugin [-] Segment c81bd3bf-2500-4172-93b8-995e567df0d0 resource provider aggregate not found 2026-04-23 18:10:46.132 7 INFO neutron.services.segments.plugin [-] Segment c81bd3bf-2500-4172-93b8-995e567df0d0 resource provider aggregate not found 2026-04-23 18:10:46.144 7 INFO neutron.services.segments.plugin [-] Segment c81bd3bf-2500-4172-93b8-995e567df0d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c81bd3bf-2500-4172-93b8-995e567df0d0 found for delete ", "request_id": "req-6ada0a33-646d-4ac8-b851-136536fd86bf"}]} 2026-04-23 18:10:46.150 7 INFO neutron.services.segments.plugin [-] Segment c81bd3bf-2500-4172-93b8-995e567df0d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c81bd3bf-2500-4172-93b8-995e567df0d0 found for delete ", "request_id": "req-d1012b96-00e2-45c1-9a22-86a877eb95cc"}]} [pid: 7|app: 0|req: 883/1923] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:46 2026] DELETE /v2.0/networks/86f0b646-2e2d-4aef-8c3f-a734e7a5a240 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1041/1924] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:46 2026] DELETE /v2.0/networks/2ef7f96c-2212-4b26-b52b-0f3b721c6e4d => 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: 884/1925] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:46 2026] DELETE /v2.0/networks/f28697aa-26f1-4035-9735-8c251311cea1 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:46.473 6 INFO neutron.services.segments.plugin [-] Segment 7a947f85-dba0-4b0b-bf01-8717ba89c617 resource provider aggregate not found 2026-04-23 18:10:46.477 6 INFO neutron.services.segments.plugin [-] Segment 7a947f85-dba0-4b0b-bf01-8717ba89c617 resource provider aggregate not found 2026-04-23 18:10:46.496 6 INFO neutron.services.segments.plugin [-] Segment 7a947f85-dba0-4b0b-bf01-8717ba89c617 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a947f85-dba0-4b0b-bf01-8717ba89c617 found for delete ", "request_id": "req-d4e8d849-c52b-4d7b-a30c-8191fe7165d0"}]} 2026-04-23 18:10:46.506 6 INFO neutron.services.segments.plugin [-] Segment 7a947f85-dba0-4b0b-bf01-8717ba89c617 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a947f85-dba0-4b0b-bf01-8717ba89c617 found for delete ", "request_id": "req-dc4e8c35-e4f2-4e13-98c0-291aa6940af1"}]} 2026-04-23 18:10:46.521 6 INFO neutron.services.segments.plugin [-] Segment 2025b390-87eb-476d-99c5-406b98c08d0b resource provider aggregate not found 2026-04-23 18:10:46.527 6 INFO neutron.services.segments.plugin [-] Segment 2025b390-87eb-476d-99c5-406b98c08d0b resource provider aggregate not found 2026-04-23 18:10:46.557 6 INFO neutron.services.segments.plugin [-] Segment 2025b390-87eb-476d-99c5-406b98c08d0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2025b390-87eb-476d-99c5-406b98c08d0b found for delete ", "request_id": "req-95c6425b-dfb0-4f5f-8f06-9744893d15bd"}]} 2026-04-23 18:10:46.558 6 INFO neutron.services.segments.plugin [-] Segment 2025b390-87eb-476d-99c5-406b98c08d0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2025b390-87eb-476d-99c5-406b98c08d0b found for delete ", "request_id": "req-599967fe-5534-489e-a993-15a8e6b5a1b8"}]} [pid: 6|app: 0|req: 1042/1926] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:46 2026] DELETE /v2.0/networks/921dc653-9010-48c8-acc2-c9f5b1ee1143 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1927] 10.0.0.183 () {34 vars in 676 bytes} [Thu Apr 23 18:10:46 2026] POST /v2.0/subnetpools => generated 516 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1043/1928] 10.0.0.183 () {34 vars in 676 bytes} [Thu Apr 23 18:10:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1929] 10.0.0.183 () {34 vars in 676 bytes} [Thu Apr 23 18:10:47 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: 7|app: 0|req: 887/1930] 10.0.0.183 () {34 vars in 676 bytes} [Thu Apr 23 18:10:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1044/1931] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:47 2026] GET /v2.0/security-groups?tenant_id=2e8264bf50b74fcca633d4ca8e0cdd20&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: 888/1932] 10.0.0.183 () {34 vars in 676 bytes} [Thu Apr 23 18:10:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1933] 10.0.0.183 () {34 vars in 759 bytes} [Thu Apr 23 18:10:47 2026] PUT /v2.0/subnetpools/e7907552-88ba-4514-bb5b-c4f91471fbda/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1045/1934] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:47 2026] DELETE /v2.0/security-groups/61a3b817-4918-4927-8788-e7dd857cf407 => 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: 890/1935] 10.0.0.183 () {34 vars in 759 bytes} [Thu Apr 23 18:10:47 2026] PUT /v2.0/subnetpools/cfd42308-b770-4d3d-b0b7-c5a0fd681aee/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1046/1936] 10.0.0.183 () {34 vars in 759 bytes} [Thu Apr 23 18:10:47 2026] PUT /v2.0/subnetpools/3e548d95-9995-4901-af64-be6616a12a2e/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1937] 10.0.0.183 () {34 vars in 759 bytes} [Thu Apr 23 18:10:47 2026] PUT /v2.0/subnetpools/0138d0ec-79d0-4dff-aa39-1a28a6b4f070/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1047/1938] 10.0.0.183 () {32 vars in 672 bytes} [Thu Apr 23 18:10:47 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1048/1939] 10.0.0.183 () {32 vars in 686 bytes} [Thu Apr 23 18:10:47 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1049/1940] 10.0.0.183 () {32 vars in 682 bytes} [Thu Apr 23 18:10:47 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1050/1941] 10.0.0.183 () {32 vars in 694 bytes} [Thu Apr 23 18:10:47 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1942] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:47 2026] GET /v2.0/security-groups?tenant_id=e3b29ad0b2784493912e0870c5d86f52&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1051/1943] 10.0.0.183 () {32 vars in 680 bytes} [Thu Apr 23 18:10:47 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1052/1944] 10.0.0.183 () {32 vars in 694 bytes} [Thu Apr 23 18:10:47 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1053/1945] 10.0.0.183 () {32 vars in 690 bytes} [Thu Apr 23 18:10:47 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1054/1946] 10.0.0.183 () {32 vars in 702 bytes} [Thu Apr 23 18:10:47 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1947] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:47 2026] DELETE /v2.0/security-groups/0a25c65d-55b8-4853-adbd-c1ec9595591e => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1055/1948] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:10:47 2026] DELETE /v2.0/subnetpools/e7907552-88ba-4514-bb5b-c4f91471fbda => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1949] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:10:48 2026] DELETE /v2.0/subnetpools/cfd42308-b770-4d3d-b0b7-c5a0fd681aee => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1056/1950] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:10:48 2026] DELETE /v2.0/subnetpools/3e548d95-9995-4901-af64-be6616a12a2e => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1057/1951] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:10:48 2026] DELETE /v2.0/subnetpools/0138d0ec-79d0-4dff-aa39-1a28a6b4f070 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:10:48.165 7 INFO neutron.services.segments.plugin [-] Segment c825e765-6432-4d3d-bc69-de0c9110303f resource provider aggregate not found 2026-04-23 18:10:48.173 7 INFO neutron.services.segments.plugin [-] Segment c825e765-6432-4d3d-bc69-de0c9110303f resource provider aggregate not found 2026-04-23 18:10:48.196 7 INFO neutron.services.segments.plugin [-] Segment c825e765-6432-4d3d-bc69-de0c9110303f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c825e765-6432-4d3d-bc69-de0c9110303f found for delete ", "request_id": "req-61ff9dc1-6451-43fd-959b-7527d6b71d7a"}]} 2026-04-23 18:10:48.209 7 INFO neutron.services.segments.plugin [-] Segment c825e765-6432-4d3d-bc69-de0c9110303f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c825e765-6432-4d3d-bc69-de0c9110303f found for delete ", "request_id": "req-a39c99da-9024-42b7-9f48-32395f2d233d"}]} [pid: 6|app: 0|req: 1058/1952] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:10:48 2026] DELETE /v2.0/subnetpools/fb48b973-1964-4d36-a78b-3ba1b29d803b => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1953] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:48 2026] GET /v2.0/security-groups?tenant_id=7c213277f94f4d6bab8df9984d4e973e&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1059/1954] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:48 2026] DELETE /v2.0/security-groups/35ab807d-8515-4fd8-9f6f-2b4699e8b175 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:10:48.577 6 INFO neutron.services.segments.plugin [-] Segment ecac0fd0-d2fe-4f0f-a87b-6792370b4870 resource provider aggregate not found 2026-04-23 18:10:48.584 6 INFO neutron.services.segments.plugin [-] Segment ecac0fd0-d2fe-4f0f-a87b-6792370b4870 resource provider aggregate not found 2026-04-23 18:10:48.600 6 INFO neutron.services.segments.plugin [-] Segment ecac0fd0-d2fe-4f0f-a87b-6792370b4870 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecac0fd0-d2fe-4f0f-a87b-6792370b4870 found for delete ", "request_id": "req-192f8076-0ada-4d0d-af69-752054e1c662"}]} 2026-04-23 18:10:48.602 6 INFO neutron.services.segments.plugin [-] Segment ecac0fd0-d2fe-4f0f-a87b-6792370b4870 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecac0fd0-d2fe-4f0f-a87b-6792370b4870 found for delete ", "request_id": "req-9755e4c2-827b-4a80-ba5f-a7d69c8bf4fa"}]} [pid: 7|app: 0|req: 896/1955] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:49 2026] GET /v2.0/security-groups?tenant_id=b394b1bd84634decb4916be01d487d13&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1060/1956] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:49 2026] DELETE /v2.0/security-groups/1af376a0-0bc5-4a8c-9936-66bcaca1c194 => 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: 897/1957] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:49 2026] GET /v2.0/security-groups?tenant_id=c80f6190cb0547b3a7b21afd08543ccc&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1958] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:49 2026] DELETE /v2.0/security-groups/3a177ca2-3e72-4648-9c58-8c312a8ef047 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:10:49.812 6 INFO neutron.db.segments_db [None req-d0dd631e-e029-426a-b1b3-8e6cb252ab29 3f1c6912d4d2490bb21cd6347164b894 8ed891a9ecc64d17ad40dedfb07d1f87 - - default default] Added segment 0c4b849f-2aa6-40d8-bc22-bd53dcb35a31 of type vxlan for network 68c2763f-6dda-4086-be9c-58a0bdf56404 [pid: 6|app: 0|req: 1061/1959] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:49 2026] POST /v2.0/networks => generated 612 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1960] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:49 2026] GET /v2.0/security-groups?tenant_id=194f5400b7a240c4aef30142d2095f33&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1961] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:49 2026] DELETE /v2.0/security-groups/fd173f1b-0a21-43df-9efa-4548f03b63d5 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1062/1962] 10.0.0.183 () {34 vars in 664 bytes} [Thu Apr 23 18:10:49 2026] POST /v2.0/ports => generated 743 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1963] 10.0.0.183 () {34 vars in 666 bytes} [Thu Apr 23 18:10:50 2026] POST /v2.0/trunks => generated 407 bytes in 207 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: 6|app: 0|req: 1063/1964] 10.0.0.183 () {34 vars in 749 bytes} [Thu Apr 23 18:10:50 2026] PUT /v2.0/trunks/aa7be4b1-647d-44d0-8b8c-c8d52e54eeb3/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1965] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:10:50 2026] GET /v2.0/trunks/aa7be4b1-647d-44d0-8b8c-c8d52e54eeb3/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1064/1966] 10.0.0.183 () {34 vars in 760 bytes} [Thu Apr 23 18:10:50 2026] PUT /v2.0/trunks/aa7be4b1-647d-44d0-8b8c-c8d52e54eeb3/tags/green => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1967] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:10:50 2026] GET /v2.0/trunks/aa7be4b1-647d-44d0-8b8c-c8d52e54eeb3/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1065/1968] 10.0.0.183 () {34 vars in 756 bytes} [Thu Apr 23 18:10:50 2026] PUT /v2.0/trunks/aa7be4b1-647d-44d0-8b8c-c8d52e54eeb3/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1969] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:10:50 2026] GET /v2.0/trunks/aa7be4b1-647d-44d0-8b8c-c8d52e54eeb3/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1066/1970] 10.0.0.183 () {34 vars in 778 bytes} [Thu Apr 23 18:10:50 2026] PUT /v2.0/trunks/aa7be4b1-647d-44d0-8b8c-c8d52e54eeb3/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1971] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:10:50 2026] GET /v2.0/trunks/aa7be4b1-647d-44d0-8b8c-c8d52e54eeb3/tags => generated 52 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1067/1972] 10.0.0.183 () {34 vars in 749 bytes} [Thu Apr 23 18:10:50 2026] PUT /v2.0/trunks/aa7be4b1-647d-44d0-8b8c-c8d52e54eeb3/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1973] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:10:50 2026] GET /v2.0/trunks/aa7be4b1-647d-44d0-8b8c-c8d52e54eeb3/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1068/1974] 10.0.0.183 () {32 vars in 737 bytes} [Thu Apr 23 18:10:50 2026] GET /v2.0/trunks/aa7be4b1-647d-44d0-8b8c-c8d52e54eeb3/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:10:50.812 7 INFO neutron.api.v2.resource [None req-8e447bfb-bf37-4ff1-8b06-ba25984b616b 3f1c6912d4d2490bb21cd6347164b894 8ed891a9ecc64d17ad40dedfb07d1f87 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 907/1975] 10.0.0.183 () {32 vars in 741 bytes} [Thu Apr 23 18:10:50 2026] GET /v2.0/trunks/aa7be4b1-647d-44d0-8b8c-c8d52e54eeb3/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1069/1976] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:50 2026] DELETE /v2.0/trunks/aa7be4b1-647d-44d0-8b8c-c8d52e54eeb3/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1977] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:10:50 2026] GET /v2.0/trunks/aa7be4b1-647d-44d0-8b8c-c8d52e54eeb3/tags => generated 30 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:10:50.901 6 INFO neutron.api.v2.resource [None req-87d685f1-8017-49cf-aad9-64e082127a61 3f1c6912d4d2490bb21cd6347164b894 8ed891a9ecc64d17ad40dedfb07d1f87 - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1070/1978] 10.0.0.183 () {32 vars in 744 bytes} [Thu Apr 23 18:10:50 2026] DELETE /v2.0/trunks/aa7be4b1-647d-44d0-8b8c-c8d52e54eeb3/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1979] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:10:50 2026] DELETE /v2.0/trunks/aa7be4b1-647d-44d0-8b8c-c8d52e54eeb3/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1071/1980] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:10:50 2026] GET /v2.0/trunks/aa7be4b1-647d-44d0-8b8c-c8d52e54eeb3/tags => 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: 910/1981] 10.0.0.183 () {32 vars in 719 bytes} [Thu Apr 23 18:10:50 2026] GET /v2.0/trunks/aa7be4b1-647d-44d0-8b8c-c8d52e54eeb3 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1072/1982] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:10:51 2026] GET /v2.0/ports/ceadaefb-12c1-45ae-9fdd-b470120082b5 => generated 826 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1983] 10.0.0.183 () {32 vars in 722 bytes} [Thu Apr 23 18:10:51 2026] DELETE /v2.0/trunks/aa7be4b1-647d-44d0-8b8c-c8d52e54eeb3 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:10:51.257 6 INFO neutron_taas.services.taas.taas_plugin [None req-21c5345c-99ef-4120-8e26-9aec0cca0efd 3f1c6912d4d2490bb21cd6347164b894 8ed891a9ecc64d17ad40dedfb07d1f87 - - default default] TaaS: Handle Delete Port: ceadaefb-12c1-45ae-9fdd-b470120082b5 2026-04-23 18:10:51.261 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21c5345c-99ef-4120-8e26-9aec0cca0efd 3f1c6912d4d2490bb21cd6347164b894 8ed891a9ecc64d17ad40dedfb07d1f87 - - default default] Tap Mirror: Handle Delete Port: ceadaefb-12c1-45ae-9fdd-b470120082b5 [pid: 6|app: 0|req: 1073/1986] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:10:51 2026] DELETE /v2.0/ports/ceadaefb-12c1-45ae-9fdd-b470120082b5 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:51.433 7 INFO neutron.services.segments.plugin [-] Segment 0c4b849f-2aa6-40d8-bc22-bd53dcb35a31 resource provider aggregate not found 2026-04-23 18:10:51.444 7 INFO neutron.services.segments.plugin [-] Segment 0c4b849f-2aa6-40d8-bc22-bd53dcb35a31 resource provider aggregate not found 2026-04-23 18:10:51.457 7 INFO neutron.services.segments.plugin [-] Segment 0c4b849f-2aa6-40d8-bc22-bd53dcb35a31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c4b849f-2aa6-40d8-bc22-bd53dcb35a31 found for delete ", "request_id": "req-d1513a64-d9e3-4551-8a09-2a6d9d756d5a"}]} 2026-04-23 18:10:51.465 7 INFO neutron.services.segments.plugin [-] Segment 0c4b849f-2aa6-40d8-bc22-bd53dcb35a31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c4b849f-2aa6-40d8-bc22-bd53dcb35a31 found for delete ", "request_id": "req-036ae790-da50-42e2-bcdb-15199b06888f"}]} [pid: 7|app: 0|req: 914/1987] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:51 2026] DELETE /v2.0/networks/68c2763f-6dda-4086-be9c-58a0bdf56404 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:51.979 6 INFO neutron.db.segments_db [None req-45fde88c-67a2-4c99-b62e-5bdda885188e 6f1b9d3c69674fbbae25f4837473f2f3 2c9b081e2a9c4c9ab3a24fe9fa51d98d - - default default] Added segment 773abca4-1b76-4c5b-82bd-2828eaa207af of type vxlan for network 5380f305-0ace-4962-bfea-5bff6715a4db [pid: 6|app: 0|req: 1074/1988] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:51 2026] POST /v2.0/networks => generated 613 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1075/1989] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:52 2026] GET /v2.0/security-groups?tenant_id=8ed891a9ecc64d17ad40dedfb07d1f87&name=default => generated 2929 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1990] 10.0.0.183 () {34 vars in 664 bytes} [Thu Apr 23 18:10:52 2026] POST /v2.0/ports => generated 743 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1076/1991] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:52 2026] DELETE /v2.0/security-groups/749014eb-029c-4abc-9e52-70c7bb3d21e4 => generated 0 bytes in 118 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: 916/1992] 10.0.0.183 () {34 vars in 747 bytes} [Thu Apr 23 18:10:52 2026] PUT /v2.0/ports/9b1f87dd-7904-4617-8127-f5d5745c676f/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1077/1993] 10.0.0.183 () {32 vars in 727 bytes} [Thu Apr 23 18:10:52 2026] GET /v2.0/ports/9b1f87dd-7904-4617-8127-f5d5745c676f/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 917/1994] 10.0.0.183 () {34 vars in 758 bytes} [Thu Apr 23 18:10:52 2026] PUT /v2.0/ports/9b1f87dd-7904-4617-8127-f5d5745c676f/tags/green => generated 4 bytes in 95 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: 6|app: 0|req: 1078/1995] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:52 2026] GET /v2.0/security-groups?tenant_id=8bb8c5d51a394f15aba573bcc4f395c9&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: 918/1996] 10.0.0.183 () {32 vars in 727 bytes} [Thu Apr 23 18:10:52 2026] GET /v2.0/ports/9b1f87dd-7904-4617-8127-f5d5745c676f/tags => generated 34 bytes in 64 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: 6|app: 0|req: 1079/1997] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:52 2026] DELETE /v2.0/security-groups/802e7d54-0cb6-43f6-88d0-5c2abe1affa7 => 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: 919/1998] 10.0.0.183 () {34 vars in 754 bytes} [Thu Apr 23 18:10:52 2026] PUT /v2.0/ports/9b1f87dd-7904-4617-8127-f5d5745c676f/tags/red => generated 4 bytes in 99 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: 6|app: 0|req: 1080/1999] 10.0.0.183 () {32 vars in 727 bytes} [Thu Apr 23 18:10:52 2026] GET /v2.0/ports/9b1f87dd-7904-4617-8127-f5d5745c676f/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 920/2000] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:52 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => 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: 921/2001] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:10:52 2026] GET /v2.0/security-groups?id=c48244b9-bbda-4dbe-bcc7-18afba451351&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: 6|app: 0|req: 1081/2002] 10.0.0.183 () {34 vars in 776 bytes} [Thu Apr 23 18:10:52 2026] PUT /v2.0/ports/9b1f87dd-7904-4617-8127-f5d5745c676f/tags/black.or.white => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/2003] 10.0.0.183 () {32 vars in 727 bytes} [Thu Apr 23 18:10:52 2026] GET /v2.0/ports/9b1f87dd-7904-4617-8127-f5d5745c676f/tags => generated 52 bytes in 42 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: 6|app: 0|req: 1082/2004] 10.0.0.183 () {34 vars in 747 bytes} [Thu Apr 23 18:10:53 2026] PUT /v2.0/ports/9b1f87dd-7904-4617-8127-f5d5745c676f/tags => generated 37 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: 923/2005] 10.0.0.183 () {32 vars in 727 bytes} [Thu Apr 23 18:10:53 2026] GET /v2.0/ports/9b1f87dd-7904-4617-8127-f5d5745c676f/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1083/2006] 10.0.0.183 () {32 vars in 735 bytes} [Thu Apr 23 18:10:53 2026] GET /v2.0/ports/9b1f87dd-7904-4617-8127-f5d5745c676f/tags/red => generated 0 bytes in 66 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-23 18:10:53.263 7 INFO neutron.api.v2.resource [None req-41774a0d-bee3-4373-b2d9-69df01bc8260 6f1b9d3c69674fbbae25f4837473f2f3 2c9b081e2a9c4c9ab3a24fe9fa51d98d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 924/2007] 10.0.0.183 () {32 vars in 739 bytes} [Thu Apr 23 18:10:53 2026] GET /v2.0/ports/9b1f87dd-7904-4617-8127-f5d5745c676f/tags/green => generated 99 bytes in 47 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: 6|app: 0|req: 1084/2008] 10.0.0.183 () {32 vars in 738 bytes} [Thu Apr 23 18:10:53 2026] DELETE /v2.0/ports/9b1f87dd-7904-4617-8127-f5d5745c676f/tags/red => generated 0 bytes in 76 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: 925/2009] 10.0.0.183 () {32 vars in 727 bytes} [Thu Apr 23 18:10:53 2026] GET /v2.0/ports/9b1f87dd-7904-4617-8127-f5d5745c676f/tags => generated 30 bytes in 45 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-23 18:10:53.462 6 INFO neutron.api.v2.resource [None req-bab43fb0-f83e-434f-a338-e15fabaa0794 6f1b9d3c69674fbbae25f4837473f2f3 2c9b081e2a9c4c9ab3a24fe9fa51d98d - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1085/2010] 10.0.0.183 () {32 vars in 742 bytes} [Thu Apr 23 18:10:53 2026] DELETE /v2.0/ports/9b1f87dd-7904-4617-8127-f5d5745c676f/tags/green => generated 99 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 926/2011] 10.0.0.183 () {32 vars in 730 bytes} [Thu Apr 23 18:10:53 2026] DELETE /v2.0/ports/9b1f87dd-7904-4617-8127-f5d5745c676f/tags => generated 0 bytes in 64 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: 6|app: 0|req: 1086/2012] 10.0.0.183 () {32 vars in 727 bytes} [Thu Apr 23 18:10:53 2026] GET /v2.0/ports/9b1f87dd-7904-4617-8127-f5d5745c676f/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 18:10:53.688 7 INFO neutron_taas.services.taas.taas_plugin [None req-223b03e8-78aa-4216-b0c2-5001460a20fb 6f1b9d3c69674fbbae25f4837473f2f3 2c9b081e2a9c4c9ab3a24fe9fa51d98d - - default default] TaaS: Handle Delete Port: 9b1f87dd-7904-4617-8127-f5d5745c676f 2026-04-23 18:10:53.691 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-223b03e8-78aa-4216-b0c2-5001460a20fb 6f1b9d3c69674fbbae25f4837473f2f3 2c9b081e2a9c4c9ab3a24fe9fa51d98d - - default default] Tap Mirror: Handle Delete Port: 9b1f87dd-7904-4617-8127-f5d5745c676f [pid: 7|app: 0|req: 927/2013] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:10:53 2026] DELETE /v2.0/ports/9b1f87dd-7904-4617-8127-f5d5745c676f => generated 0 bytes in 188 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-23 18:10:53.906 6 INFO neutron.services.segments.plugin [-] Segment 773abca4-1b76-4c5b-82bd-2828eaa207af resource provider aggregate not found 2026-04-23 18:10:53.910 6 INFO neutron.services.segments.plugin [-] Segment 773abca4-1b76-4c5b-82bd-2828eaa207af resource provider aggregate not found 2026-04-23 18:10:53.928 6 INFO neutron.services.segments.plugin [-] Segment 773abca4-1b76-4c5b-82bd-2828eaa207af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 773abca4-1b76-4c5b-82bd-2828eaa207af found for delete ", "request_id": "req-9e5751b7-b4ef-4400-8d14-5ee548554503"}]} 2026-04-23 18:10:53.930 6 INFO neutron.services.segments.plugin [-] Segment 773abca4-1b76-4c5b-82bd-2828eaa207af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 773abca4-1b76-4c5b-82bd-2828eaa207af found for delete ", "request_id": "req-97aef9f7-0370-4a52-bf2a-5611672ca4a1"}]} [pid: 6|app: 0|req: 1087/2014] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:53 2026] DELETE /v2.0/networks/5380f305-0ace-4962-bfea-5bff6715a4db => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/2015] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:54 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1088/2016] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:10:54 2026] GET /v2.0/security-groups?id=c48244b9-bbda-4dbe-bcc7-18afba451351&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: 6|app: 0|req: 1089/2017] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:54 2026] GET /v2.0/security-groups?tenant_id=2c9b081e2a9c4c9ab3a24fe9fa51d98d&name=default => generated 2929 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:10:54.620 7 INFO neutron.db.segments_db [None req-e6b6e623-1e09-491e-8672-f836d17b1520 237d62954eab46b9b317d0a82cb9cf8e 20bd70e6906647c187e0b485eeea22ad - - default default] Added segment 68bb607b-2bba-4d69-82fa-86f272fb4c71 of type vxlan for network e876ef20-42f1-46f1-848b-ae50e0f19bfd [pid: 7|app: 0|req: 929/2018] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:54 2026] POST /v2.0/networks => generated 611 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1090/2019] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:54 2026] DELETE /v2.0/security-groups/352a58c2-43ff-4b0b-be5e-bafda3a50c8a => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1091/2020] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:54 2026] GET /v2.0/security-groups?tenant_id=79b153eb52a84449919d611e770b8350&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/2021] 10.0.0.183 () {34 vars in 664 bytes} [Thu Apr 23 18:10:54 2026] POST /v2.0/ports => generated 743 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1092/2022] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:54 2026] DELETE /v2.0/security-groups/b10f400b-21b3-49d4-9806-a12af82fda4d => generated 0 bytes in 88 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: 931/2023] 10.0.0.183 () {34 vars in 666 bytes} [Thu Apr 23 18:10:55 2026] POST /v2.0/trunks => generated 407 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1093/2024] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:55 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:10:55.254 7 INFO neutron.db.segments_db [None req-4d056e7d-3e38-4557-bb13-d1c30f18b588 237d62954eab46b9b317d0a82cb9cf8e 20bd70e6906647c187e0b485eeea22ad - - default default] Added segment 467b24d7-d6db-4d49-9001-9390488dd226 of type vxlan for network f7e481d7-35c0-466a-9c03-60b8ffa116cc [pid: 6|app: 0|req: 1094/2025] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:10:55 2026] GET /v2.0/security-groups?id=c48244b9-bbda-4dbe-bcc7-18afba451351&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: 6|app: 0|req: 1095/2026] 199.204.45.153 () {34 vars in 994 bytes} [Thu Apr 23 18:10:55 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => 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: 932/2027] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:55 2026] POST /v2.0/networks => generated 612 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:10:55.420 6 INFO neutron_taas.services.taas.taas_plugin [req-98f319fd-b645-4960-8e34-4d11ae7a35fd req-18cde272-2f67-4f1c-b664-da383c9badb6 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] TaaS: Handle Delete Port: 7443b249-5e4f-4e8f-bd3c-bd2b0a258c31 2026-04-23 18:10:55.423 6 INFO neutron_taas.services.taas.tap_mirror_plugin [req-98f319fd-b645-4960-8e34-4d11ae7a35fd req-18cde272-2f67-4f1c-b664-da383c9badb6 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] Tap Mirror: Handle Delete Port: 7443b249-5e4f-4e8f-bd3c-bd2b0a258c31 2026-04-23 18:10:55.545 6 INFO neutron.db.l3_db [req-98f319fd-b645-4960-8e34-4d11ae7a35fd req-18cde272-2f67-4f1c-b664-da383c9badb6 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] Floating IP 15a14807-766f-427a-b48d-8982af3d3437 disassociated. External IP: 10.96.250.207, port: 7443b249-5e4f-4e8f-bd3c-bd2b0a258c31. [pid: 7|app: 0|req: 933/2028] 10.0.0.183 () {34 vars in 664 bytes} [Thu Apr 23 18:10:55 2026] POST /v2.0/ports => generated 743 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 934/2029] 10.0.0.183 () {34 vars in 666 bytes} [Thu Apr 23 18:10:55 2026] POST /v2.0/trunks => generated 407 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1096/2030] 199.204.45.153 () {36 vars in 997 bytes} [Thu Apr 23 18:10:55 2026] DELETE /v2.0/ports/7443b249-5e4f-4e8f-bd3c-bd2b0a258c31 => generated 0 bytes in 535 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:55.868 7 INFO neutron.db.segments_db [None req-88ad6acc-d64a-4c12-ba12-bdcad1017bc3 237d62954eab46b9b317d0a82cb9cf8e 20bd70e6906647c187e0b485eeea22ad - - default default] Added segment 20e28650-a9d4-4d61-b4d5-a86f6146725f of type vxlan for network 976a73bd-bc42-491e-81ee-659747de5073 2026-04-23 18:10:55.884 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc56c2bd-7249-4d42-ae13-37fde461e106'] response: {'server_uuid': '8ea96e84-1eef-4e7c-a97e-76a5cdf9808d', 'name': 'network-vif-deleted', 'tag': '7443b249-5e4f-4e8f-bd3c-bd2b0a258c31', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 935/2031] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:55 2026] POST /v2.0/networks => generated 612 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1097/2032] 10.0.0.183 () {34 vars in 664 bytes} [Thu Apr 23 18:10:55 2026] POST /v2.0/ports => generated 743 bytes in 253 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: 6|app: 0|req: 1098/2033] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:56 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/2034] 10.0.0.183 () {34 vars in 666 bytes} [Thu Apr 23 18:10:56 2026] POST /v2.0/trunks => generated 407 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:10:56.407 6 INFO neutron.db.segments_db [None req-8d9a57fb-5434-4eef-8ff9-35c40303a856 237d62954eab46b9b317d0a82cb9cf8e 20bd70e6906647c187e0b485eeea22ad - - default default] Added segment 6003890c-9374-4448-a744-aa97e550c477 of type vxlan for network d6164cd7-df5d-4c67-8434-17d97060f0b2 [pid: 6|app: 0|req: 1099/2035] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:56 2026] POST /v2.0/networks => generated 613 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/2036] 10.0.0.183 () {34 vars in 664 bytes} [Thu Apr 23 18:10:56 2026] POST /v2.0/ports => generated 743 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1100/2037] 10.0.0.183 () {34 vars in 666 bytes} [Thu Apr 23 18:10:56 2026] POST /v2.0/trunks => generated 407 bytes in 187 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-23 18:10:56.992 7 INFO neutron.db.segments_db [None req-f370645f-dcee-4e26-b7a8-594f7c417d74 237d62954eab46b9b317d0a82cb9cf8e 20bd70e6906647c187e0b485eeea22ad - - default default] Added segment 6fedcff0-51c0-417e-bb6a-33891fdf1095 of type vxlan for network 8e5d0e94-be92-48e8-9bb0-725396ff8dfa [pid: 7|app: 0|req: 938/2038] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:10:56 2026] POST /v2.0/networks => generated 613 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1101/2039] 10.0.0.183 () {34 vars in 664 bytes} [Thu Apr 23 18:10:57 2026] POST /v2.0/ports => generated 743 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1102/2040] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:57 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => 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: 939/2041] 10.0.0.183 () {34 vars in 666 bytes} [Thu Apr 23 18:10:57 2026] POST /v2.0/trunks => generated 407 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1103/2042] 10.0.0.183 () {34 vars in 749 bytes} [Thu Apr 23 18:10:57 2026] PUT /v2.0/trunks/00e409b5-a834-4ac6-9714-0f502faffa0c/tags => generated 17 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/2043] 10.0.0.183 () {34 vars in 749 bytes} [Thu Apr 23 18:10:57 2026] PUT /v2.0/trunks/c2189933-75fb-422a-b2b3-bed9b49df7d7/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1104/2044] 10.0.0.183 () {34 vars in 749 bytes} [Thu Apr 23 18:10:57 2026] PUT /v2.0/trunks/a6a31ba3-e7d0-4754-bdae-0308ce400bd5/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/2045] 10.0.0.183 () {34 vars in 749 bytes} [Thu Apr 23 18:10:57 2026] PUT /v2.0/trunks/8c7f9407-1011-498d-99b9-2c65d355ae74/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1105/2046] 10.0.0.183 () {32 vars in 662 bytes} [Thu Apr 23 18:10:57 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/2047] 10.0.0.183 () {32 vars in 676 bytes} [Thu Apr 23 18:10:57 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1106/2048] 10.0.0.183 () {32 vars in 672 bytes} [Thu Apr 23 18:10:57 2026] GET /v2.0/trunks?tags-any=blue => 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: 943/2049] 10.0.0.183 () {32 vars in 684 bytes} [Thu Apr 23 18:10:57 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1107/2050] 10.0.0.183 () {32 vars in 670 bytes} [Thu Apr 23 18:10:57 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/2051] 10.0.0.183 () {32 vars in 684 bytes} [Thu Apr 23 18:10:57 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1108/2052] 10.0.0.183 () {32 vars in 680 bytes} [Thu Apr 23 18:10:57 2026] GET /v2.0/trunks?not-tags-any=blue => 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: 945/2053] 10.0.0.183 () {32 vars in 692 bytes} [Thu Apr 23 18:10:57 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1109/2054] 10.0.0.183 () {32 vars in 719 bytes} [Thu Apr 23 18:10:57 2026] GET /v2.0/trunks/00e409b5-a834-4ac6-9714-0f502faffa0c => generated 412 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/2055] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:10:57 2026] GET /v2.0/ports/4cc7205c-564b-415d-b6f1-e2c209653cc2 => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1110/2056] 10.0.0.183 () {32 vars in 722 bytes} [Thu Apr 23 18:10:57 2026] DELETE /v2.0/trunks/00e409b5-a834-4ac6-9714-0f502faffa0c => 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: 947/2057] 10.0.0.183 () {32 vars in 719 bytes} [Thu Apr 23 18:10:58 2026] GET /v2.0/trunks/c2189933-75fb-422a-b2b3-bed9b49df7d7 => generated 420 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1111/2058] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:10:58 2026] GET /v2.0/ports/e5d0707f-0cce-40dd-abd7-b08bef93e2c1 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1112/2059] 10.0.0.183 () {32 vars in 722 bytes} [Thu Apr 23 18:10:58 2026] DELETE /v2.0/trunks/c2189933-75fb-422a-b2b3-bed9b49df7d7 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1113/2060] 10.0.0.183 () {32 vars in 719 bytes} [Thu Apr 23 18:10:58 2026] GET /v2.0/trunks/a6a31ba3-e7d0-4754-bdae-0308ce400bd5 => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/2061] 10.0.0.183 () {34 vars in 678 bytes} [Thu Apr 23 18:10:58 2026] POST /v2.0/qos/policies => generated 359 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1114/2062] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:10:58 2026] GET /v2.0/ports/b67bbd62-a146-4743-9a28-cbfa7c541626 => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/2063] 10.0.0.183 () {34 vars in 753 bytes} [Thu Apr 23 18:10:58 2026] PUT /v2.0/policies/0c6ed77f-f1d9-4290-9091-ed069aaf4bb5/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/2064] 10.0.0.183 () {32 vars in 733 bytes} [Thu Apr 23 18:10:58 2026] GET /v2.0/policies/0c6ed77f-f1d9-4290-9091-ed069aaf4bb5/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1115/2065] 10.0.0.183 () {32 vars in 722 bytes} [Thu Apr 23 18:10:58 2026] DELETE /v2.0/trunks/a6a31ba3-e7d0-4754-bdae-0308ce400bd5 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1116/2066] 10.0.0.183 () {32 vars in 719 bytes} [Thu Apr 23 18:10:58 2026] GET /v2.0/trunks/8c7f9407-1011-498d-99b9-2c65d355ae74 => generated 414 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/2067] 10.0.0.183 () {34 vars in 764 bytes} [Thu Apr 23 18:10:58 2026] PUT /v2.0/policies/0c6ed77f-f1d9-4290-9091-ed069aaf4bb5/tags/green => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/2068] 10.0.0.183 () {32 vars in 733 bytes} [Thu Apr 23 18:10:58 2026] GET /v2.0/policies/0c6ed77f-f1d9-4290-9091-ed069aaf4bb5/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1117/2069] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:10:58 2026] GET /v2.0/ports/cefae9f9-6831-4050-9c70-08403ffff87a => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/2070] 10.0.0.183 () {34 vars in 760 bytes} [Thu Apr 23 18:10:58 2026] PUT /v2.0/policies/0c6ed77f-f1d9-4290-9091-ed069aaf4bb5/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: 954/2071] 10.0.0.183 () {32 vars in 733 bytes} [Thu Apr 23 18:10:58 2026] GET /v2.0/policies/0c6ed77f-f1d9-4290-9091-ed069aaf4bb5/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1118/2072] 10.0.0.183 () {32 vars in 722 bytes} [Thu Apr 23 18:10:58 2026] DELETE /v2.0/trunks/8c7f9407-1011-498d-99b9-2c65d355ae74 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1119/2073] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:10:58 2026] GET /v2.0/ports?device_id=8ea96e84-1eef-4e7c-a97e-76a5cdf9808d => 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: 955/2074] 10.0.0.183 () {34 vars in 782 bytes} [Thu Apr 23 18:10:58 2026] PUT /v2.0/policies/0c6ed77f-f1d9-4290-9091-ed069aaf4bb5/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1120/2075] 10.0.0.183 () {32 vars in 719 bytes} [Thu Apr 23 18:10:58 2026] GET /v2.0/trunks/aee22aec-dd1a-4dbd-8a85-387c585e4b0b => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2076] 10.0.0.183 () {32 vars in 733 bytes} [Thu Apr 23 18:10:58 2026] GET /v2.0/policies/0c6ed77f-f1d9-4290-9091-ed069aaf4bb5/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1121/2077] 10.0.0.183 () {32 vars in 717 bytes} [Thu Apr 23 18:10:58 2026] GET /v2.0/ports/b324974c-a884-4122-b41b-3e5e742186ef => generated 826 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2078] 10.0.0.183 () {34 vars in 753 bytes} [Thu Apr 23 18:10:58 2026] PUT /v2.0/policies/0c6ed77f-f1d9-4290-9091-ed069aaf4bb5/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1122/2079] 10.0.0.183 () {32 vars in 722 bytes} [Thu Apr 23 18:10:58 2026] DELETE /v2.0/trunks/aee22aec-dd1a-4dbd-8a85-387c585e4b0b => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/2080] 10.0.0.183 () {32 vars in 733 bytes} [Thu Apr 23 18:10:58 2026] GET /v2.0/policies/0c6ed77f-f1d9-4290-9091-ed069aaf4bb5/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2081] 10.0.0.183 () {32 vars in 741 bytes} [Thu Apr 23 18:10:58 2026] GET /v2.0/policies/0c6ed77f-f1d9-4290-9091-ed069aaf4bb5/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:10:58.737 7 INFO neutron.api.v2.resource [None req-c7719d51-3158-4f03-ac7f-7c0c6328327e 1517243981814946a08bfd4f311b32a9 429143aba9c047b09ca70c1243d57432 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 960/2082] 10.0.0.183 () {32 vars in 745 bytes} [Thu Apr 23 18:10:58 2026] GET /v2.0/policies/0c6ed77f-f1d9-4290-9091-ed069aaf4bb5/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 18:10:58.776 6 INFO neutron_taas.services.taas.taas_plugin [None req-04357daf-504d-4f38-8223-b81a39d4b151 237d62954eab46b9b317d0a82cb9cf8e 20bd70e6906647c187e0b485eeea22ad - - default default] TaaS: Handle Delete Port: 4cc7205c-564b-415d-b6f1-e2c209653cc2 2026-04-23 18:10:58.780 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04357daf-504d-4f38-8223-b81a39d4b151 237d62954eab46b9b317d0a82cb9cf8e 20bd70e6906647c187e0b485eeea22ad - - default default] Tap Mirror: Handle Delete Port: 4cc7205c-564b-415d-b6f1-e2c209653cc2 [pid: 7|app: 0|req: 961/2083] 10.0.0.183 () {32 vars in 744 bytes} [Thu Apr 23 18:10:58 2026] DELETE /v2.0/policies/0c6ed77f-f1d9-4290-9091-ed069aaf4bb5/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2084] 10.0.0.183 () {32 vars in 733 bytes} [Thu Apr 23 18:10:58 2026] GET /v2.0/policies/0c6ed77f-f1d9-4290-9091-ed069aaf4bb5/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:10:58.867 7 INFO neutron.api.v2.resource [None req-92ec678e-2937-4803-8e1f-70085707399b 1517243981814946a08bfd4f311b32a9 429143aba9c047b09ca70c1243d57432 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 963/2085] 10.0.0.183 () {32 vars in 748 bytes} [Thu Apr 23 18:10:58 2026] DELETE /v2.0/policies/0c6ed77f-f1d9-4290-9091-ed069aaf4bb5/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1123/2086] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:10:58 2026] DELETE /v2.0/ports/4cc7205c-564b-415d-b6f1-e2c209653cc2 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2087] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:10:58 2026] DELETE /v2.0/policies/0c6ed77f-f1d9-4290-9091-ed069aaf4bb5/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2088] 10.0.0.183 () {32 vars in 733 bytes} [Thu Apr 23 18:10:58 2026] GET /v2.0/policies/0c6ed77f-f1d9-4290-9091-ed069aaf4bb5/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:10:58.968 6 INFO neutron_taas.services.taas.taas_plugin [None req-ac698744-6322-477e-9542-bc6a29cfd32d 237d62954eab46b9b317d0a82cb9cf8e 20bd70e6906647c187e0b485eeea22ad - - default default] TaaS: Handle Delete Port: e5d0707f-0cce-40dd-abd7-b08bef93e2c1 2026-04-23 18:10:58.973 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac698744-6322-477e-9542-bc6a29cfd32d 237d62954eab46b9b317d0a82cb9cf8e 20bd70e6906647c187e0b485eeea22ad - - default default] Tap Mirror: Handle Delete Port: e5d0707f-0cce-40dd-abd7-b08bef93e2c1 [pid: 7|app: 0|req: 966/2089] 10.0.0.183 () {32 vars in 734 bytes} [Thu Apr 23 18:10:58 2026] DELETE /v2.0/qos/policies/0c6ed77f-f1d9-4290-9091-ed069aaf4bb5 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1124/2090] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:10:58 2026] DELETE /v2.0/ports/e5d0707f-0cce-40dd-abd7-b08bef93e2c1 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:59.184 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff163d99-2e31-4064-bb8a-6a233f125332 237d62954eab46b9b317d0a82cb9cf8e 20bd70e6906647c187e0b485eeea22ad - - default default] TaaS: Handle Delete Port: b67bbd62-a146-4743-9a28-cbfa7c541626 2026-04-23 18:10:59.187 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff163d99-2e31-4064-bb8a-6a233f125332 237d62954eab46b9b317d0a82cb9cf8e 20bd70e6906647c187e0b485eeea22ad - - default default] Tap Mirror: Handle Delete Port: b67bbd62-a146-4743-9a28-cbfa7c541626 [pid: 7|app: 0|req: 967/2091] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:10:59 2026] DELETE /v2.0/ports/b67bbd62-a146-4743-9a28-cbfa7c541626 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:59.345 6 INFO neutron_taas.services.taas.taas_plugin [None req-7b2c9cfb-ea72-46c5-9346-a98332fd6307 237d62954eab46b9b317d0a82cb9cf8e 20bd70e6906647c187e0b485eeea22ad - - default default] TaaS: Handle Delete Port: cefae9f9-6831-4050-9c70-08403ffff87a 2026-04-23 18:10:59.348 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b2c9cfb-ea72-46c5-9346-a98332fd6307 237d62954eab46b9b317d0a82cb9cf8e 20bd70e6906647c187e0b485eeea22ad - - default default] Tap Mirror: Handle Delete Port: cefae9f9-6831-4050-9c70-08403ffff87a [pid: 6|app: 0|req: 1125/2092] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:10:59 2026] DELETE /v2.0/ports/cefae9f9-6831-4050-9c70-08403ffff87a => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:59.540 7 INFO neutron_taas.services.taas.taas_plugin [None req-61ea7a27-6b73-468e-8a22-0d0a4485aaed 237d62954eab46b9b317d0a82cb9cf8e 20bd70e6906647c187e0b485eeea22ad - - default default] TaaS: Handle Delete Port: b324974c-a884-4122-b41b-3e5e742186ef 2026-04-23 18:10:59.542 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61ea7a27-6b73-468e-8a22-0d0a4485aaed 237d62954eab46b9b317d0a82cb9cf8e 20bd70e6906647c187e0b485eeea22ad - - default default] Tap Mirror: Handle Delete Port: b324974c-a884-4122-b41b-3e5e742186ef [pid: 7|app: 0|req: 968/2093] 10.0.0.183 () {32 vars in 720 bytes} [Thu Apr 23 18:10:59 2026] DELETE /v2.0/ports/b324974c-a884-4122-b41b-3e5e742186ef => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:59.750 7 INFO neutron.services.segments.plugin [-] Segment 68bb607b-2bba-4d69-82fa-86f272fb4c71 resource provider aggregate not found [pid: 6|app: 0|req: 1126/2094] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:10:59 2026] DELETE /v2.0/security-groups/c48244b9-bbda-4dbe-bcc7-18afba451351 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:10:59.757 7 INFO neutron.services.segments.plugin [-] Segment 68bb607b-2bba-4d69-82fa-86f272fb4c71 resource provider aggregate not found 2026-04-23 18:10:59.774 7 INFO neutron.services.segments.plugin [-] Segment 68bb607b-2bba-4d69-82fa-86f272fb4c71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68bb607b-2bba-4d69-82fa-86f272fb4c71 found for delete ", "request_id": "req-3058896a-d8ab-45ba-84c6-6e6e6c9c32f9"}]} [pid: 7|app: 0|req: 969/2095] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:59 2026] DELETE /v2.0/networks/e876ef20-42f1-46f1-848b-ae50e0f19bfd => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:10:59.780 7 INFO neutron.services.segments.plugin [-] Segment 68bb607b-2bba-4d69-82fa-86f272fb4c71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68bb607b-2bba-4d69-82fa-86f272fb4c71 found for delete ", "request_id": "req-2c865a53-00e8-45c8-a6d7-8ee27e383ae9"}]} [pid: 7|app: 0|req: 970/2096] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:59 2026] DELETE /v2.0/networks/f7e481d7-35c0-466a-9c03-60b8ffa116cc => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1127/2097] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:10:59 2026] GET /v2.0/security-groups?tenant_id=429143aba9c047b09ca70c1243d57432&name=default => generated 2929 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:11:00.002 7 INFO neutron_taas.services.taas.taas_plugin [None req-011dd70f-5569-4038-8919-17d02ff81c62 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] TaaS: Handle Delete Port: d0b905c9-5133-4bee-8f8b-5b8bed59b7b2 2026-04-23 18:11:00.005 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-011dd70f-5569-4038-8919-17d02ff81c62 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] Tap Mirror: Handle Delete Port: d0b905c9-5133-4bee-8f8b-5b8bed59b7b2 2026-04-23 18:11:00.103 6 INFO neutron.services.segments.plugin [-] Segment 20e28650-a9d4-4d61-b4d5-a86f6146725f resource provider aggregate not found 2026-04-23 18:11:00.104 6 INFO neutron.services.segments.plugin [-] Segment 20e28650-a9d4-4d61-b4d5-a86f6146725f resource provider aggregate not found 2026-04-23 18:11:00.124 6 INFO neutron.services.segments.plugin [-] Segment 20e28650-a9d4-4d61-b4d5-a86f6146725f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20e28650-a9d4-4d61-b4d5-a86f6146725f found for delete ", "request_id": "req-34a63d4e-a435-47ad-a9be-176b712867ae"}]} 2026-04-23 18:11:00.128 6 INFO neutron.services.segments.plugin [-] Segment 20e28650-a9d4-4d61-b4d5-a86f6146725f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20e28650-a9d4-4d61-b4d5-a86f6146725f found for delete ", "request_id": "req-be90f715-6a2c-442e-b296-ea92f05f9083"}]} [pid: 6|app: 0|req: 1128/2098] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:10:59 2026] DELETE /v2.0/networks/976a73bd-bc42-491e-81ee-659747de5073 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2099] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:10:59 2026] DELETE /v2.0/floatingips/15a14807-766f-427a-b48d-8982af3d3437 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1129/2100] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:00 2026] DELETE /v2.0/security-groups/13a61561-c693-4ab4-97aa-09cced9a44ef => 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: 972/2101] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:11:00 2026] DELETE /v2.0/networks/d6164cd7-df5d-4c67-8434-17d97060f0b2 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2102] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:11:00 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1130/2103] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:11:00 2026] DELETE /v2.0/networks/8e5d0e94-be92-48e8-9bb0-725396ff8dfa => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1131/2104] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:11:00 2026] GET /v2.0/security-groups?id=ffd56507-ad22-4ec6-aca3-50b2acdc2f56&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: 974/2105] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:00 2026] GET /v2.0/security-groups?tenant_id=bc9e7a6f04b544118254250de492516c&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1132/2106] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:00 2026] DELETE /v2.0/security-groups/fb07904c-72ee-4042-ab4f-a29e718e487e => 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: 975/2107] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:01 2026] GET /v2.0/security-groups?tenant_id=a7f1914a2ad942ee81bc0fc3436b473b&name=default => generated 2929 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1133/2108] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:01 2026] DELETE /v2.0/security-groups/1df54be3-d2e9-44ac-a2da-35b3b0b0fc8c => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2109] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:11:01 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => 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: 977/2110] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:11:01 2026] GET /v2.0/security-groups?id=ffd56507-ad22-4ec6-aca3-50b2acdc2f56&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: 6|app: 0|req: 1134/2111] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:01 2026] GET /v2.0/security-groups?tenant_id=360665c98f024eb78699ae1e149de537&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:11:01.800 7 INFO neutron.services.segments.plugin [-] Segment 467b24d7-d6db-4d49-9001-9390488dd226 resource provider aggregate not found 2026-04-23 18:11:01.806 7 INFO neutron.services.segments.plugin [-] Segment 467b24d7-d6db-4d49-9001-9390488dd226 resource provider aggregate not found 2026-04-23 18:11:01.826 7 INFO neutron.services.segments.plugin [-] Segment 467b24d7-d6db-4d49-9001-9390488dd226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 467b24d7-d6db-4d49-9001-9390488dd226 found for delete ", "request_id": "req-f5bfa2d9-0e5f-47b1-b385-e0b642c3df07"}]} 2026-04-23 18:11:01.830 7 INFO neutron.services.segments.plugin [-] Segment 467b24d7-d6db-4d49-9001-9390488dd226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 467b24d7-d6db-4d49-9001-9390488dd226 found for delete ", "request_id": "req-44ef280a-fcd1-43f7-bf73-ef8e23e87996"}]} 2026-04-23 18:11:01.843 7 INFO neutron.services.segments.plugin [-] Segment 6003890c-9374-4448-a744-aa97e550c477 resource provider aggregate not found 2026-04-23 18:11:01.849 7 INFO neutron.services.segments.plugin [-] Segment 6003890c-9374-4448-a744-aa97e550c477 resource provider aggregate not found 2026-04-23 18:11:01.867 7 INFO neutron.services.segments.plugin [-] Segment 6003890c-9374-4448-a744-aa97e550c477 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6003890c-9374-4448-a744-aa97e550c477 found for delete ", "request_id": "req-1d2fd9b6-13bc-4bfa-a4d4-0f783203e83c"}]} [pid: 7|app: 0|req: 978/2112] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:01 2026] DELETE /v2.0/security-groups/95a8b8ff-6294-495e-9872-5d3ffd575d38 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:11:01.869 7 INFO neutron.services.segments.plugin [-] Segment 6003890c-9374-4448-a744-aa97e550c477 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6003890c-9374-4448-a744-aa97e550c477 found for delete ", "request_id": "req-4b1a8309-c988-46f1-9d0d-95596f460907"}]} [pid: 6|app: 0|req: 1135/2113] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:02 2026] GET /v2.0/security-groups?tenant_id=20bd70e6906647c187e0b485eeea22ad&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:11:02.141 6 INFO neutron.services.segments.plugin [-] Segment 6fedcff0-51c0-417e-bb6a-33891fdf1095 resource provider aggregate not found 2026-04-23 18:11:02.142 6 INFO neutron.services.segments.plugin [-] Segment 6fedcff0-51c0-417e-bb6a-33891fdf1095 resource provider aggregate not found [pid: 7|app: 0|req: 979/2114] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:02 2026] DELETE /v2.0/security-groups/f4705e04-b64d-44e9-89d5-1e87ba84e0f0 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:11:02.167 6 INFO neutron.services.segments.plugin [-] Segment 6fedcff0-51c0-417e-bb6a-33891fdf1095 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fedcff0-51c0-417e-bb6a-33891fdf1095 found for delete ", "request_id": "req-33e0f029-0dab-4bd6-834c-024e1f34fdc1"}]} 2026-04-23 18:11:02.173 6 INFO neutron.services.segments.plugin [-] Segment 6fedcff0-51c0-417e-bb6a-33891fdf1095 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fedcff0-51c0-417e-bb6a-33891fdf1095 found for delete ", "request_id": "req-22ae351a-332f-427b-98c7-73dc7151168e"}]} [pid: 7|app: 0|req: 980/2115] 199.204.45.153 () {34 vars in 994 bytes} [Thu Apr 23 18:11:02 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1136/2116] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:11:02 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1137/2117] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:11:02 2026] GET /v2.0/security-groups?id=ffd56507-ad22-4ec6-aca3-50b2acdc2f56&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-23 18:11:02.869 7 INFO neutron_taas.services.taas.taas_plugin [req-56821ee1-9086-4ae5-abfa-be7b3d004207 req-a0512f2e-feba-4b15-a42b-c8addcf25610 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] TaaS: Handle Delete Port: 5d98cf18-2306-47db-84a4-f728e3ab16af 2026-04-23 18:11:02.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-56821ee1-9086-4ae5-abfa-be7b3d004207 req-a0512f2e-feba-4b15-a42b-c8addcf25610 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] Tap Mirror: Handle Delete Port: 5d98cf18-2306-47db-84a4-f728e3ab16af [pid: 7|app: 0|req: 981/2118] 199.204.45.153 () {36 vars in 997 bytes} [Thu Apr 23 18:11:02 2026] DELETE /v2.0/ports/5d98cf18-2306-47db-84a4-f728e3ab16af => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:11:03.054 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-53033afc-e075-44a3-ae37-ef94c95b9d25'] response: {'server_uuid': 'fa1759ce-0f25-46fb-bb7a-a10ac2125422', 'name': 'network-vif-deleted', 'tag': '5d98cf18-2306-47db-84a4-f728e3ab16af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 982/2119] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:11:03 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1138/2120] 10.0.0.183 () {34 vars in 676 bytes} [Thu Apr 23 18:11:03 2026] POST /v2.0/subnetpools => generated 516 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2121] 10.0.0.183 () {34 vars in 759 bytes} [Thu Apr 23 18:11:04 2026] PUT /v2.0/subnetpools/94cf0d41-967b-48d8-910f-d170eabc97fa/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1139/2122] 10.0.0.183 () {32 vars in 739 bytes} [Thu Apr 23 18:11:04 2026] GET /v2.0/subnetpools/94cf0d41-967b-48d8-910f-d170eabc97fa/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2123] 10.0.0.183 () {34 vars in 770 bytes} [Thu Apr 23 18:11:04 2026] PUT /v2.0/subnetpools/94cf0d41-967b-48d8-910f-d170eabc97fa/tags/green => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1140/2124] 10.0.0.183 () {32 vars in 739 bytes} [Thu Apr 23 18:11:04 2026] GET /v2.0/subnetpools/94cf0d41-967b-48d8-910f-d170eabc97fa/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2125] 10.0.0.183 () {34 vars in 766 bytes} [Thu Apr 23 18:11:04 2026] PUT /v2.0/subnetpools/94cf0d41-967b-48d8-910f-d170eabc97fa/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1141/2126] 10.0.0.183 () {32 vars in 739 bytes} [Thu Apr 23 18:11:04 2026] GET /v2.0/subnetpools/94cf0d41-967b-48d8-910f-d170eabc97fa/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2127] 10.0.0.183 () {34 vars in 788 bytes} [Thu Apr 23 18:11:04 2026] PUT /v2.0/subnetpools/94cf0d41-967b-48d8-910f-d170eabc97fa/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: 6|app: 0|req: 1142/2128] 10.0.0.183 () {32 vars in 739 bytes} [Thu Apr 23 18:11:04 2026] GET /v2.0/subnetpools/94cf0d41-967b-48d8-910f-d170eabc97fa/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2129] 10.0.0.183 () {34 vars in 759 bytes} [Thu Apr 23 18:11:04 2026] PUT /v2.0/subnetpools/94cf0d41-967b-48d8-910f-d170eabc97fa/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1143/2130] 10.0.0.183 () {32 vars in 739 bytes} [Thu Apr 23 18:11:04 2026] GET /v2.0/subnetpools/94cf0d41-967b-48d8-910f-d170eabc97fa/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: 988/2131] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:11:04 2026] GET /v2.0/subnetpools/94cf0d41-967b-48d8-910f-d170eabc97fa/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:11:04.519 6 INFO neutron.api.v2.resource [None req-43df8d84-186e-404d-98b7-9e6e3c4c6496 512b63d11a9f4e68b2e0c33c17802f79 b16d8694a9b64449afa2c57575cd6c5a - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1144/2132] 10.0.0.183 () {32 vars in 751 bytes} [Thu Apr 23 18:11:04 2026] GET /v2.0/subnetpools/94cf0d41-967b-48d8-910f-d170eabc97fa/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2133] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:11:04 2026] DELETE /v2.0/subnetpools/94cf0d41-967b-48d8-910f-d170eabc97fa/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1145/2134] 10.0.0.183 () {32 vars in 739 bytes} [Thu Apr 23 18:11:04 2026] GET /v2.0/subnetpools/94cf0d41-967b-48d8-910f-d170eabc97fa/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:11:04.669 7 INFO neutron.api.v2.resource [None req-0c61b99f-24a0-4238-a7d5-507d7fae3ebd 512b63d11a9f4e68b2e0c33c17802f79 b16d8694a9b64449afa2c57575cd6c5a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 990/2135] 10.0.0.183 () {32 vars in 754 bytes} [Thu Apr 23 18:11:04 2026] DELETE /v2.0/subnetpools/94cf0d41-967b-48d8-910f-d170eabc97fa/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1146/2136] 10.0.0.183 () {32 vars in 742 bytes} [Thu Apr 23 18:11:04 2026] DELETE /v2.0/subnetpools/94cf0d41-967b-48d8-910f-d170eabc97fa/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2137] 10.0.0.183 () {32 vars in 739 bytes} [Thu Apr 23 18:11:04 2026] GET /v2.0/subnetpools/94cf0d41-967b-48d8-910f-d170eabc97fa/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1147/2138] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:11:04 2026] DELETE /v2.0/subnetpools/94cf0d41-967b-48d8-910f-d170eabc97fa => 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: 992/2139] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:11:05 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => 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: 993/2140] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:05 2026] GET /v2.0/security-groups?tenant_id=46df0441bc844a60801dddea64231fff&name=default => generated 2929 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:11:05.683 6 INFO neutron.db.segments_db [None req-b86054a8-6f9a-4c2b-a7c5-acfd5872c3a3 8fa21be215ff442c8c06abde592ede0c c3a32d7b027c451c920e3260b84ecc00 - - default default] Added segment 3155acbd-104e-40e6-aa38-411e9371ce53 of type vxlan for network cbbc5b13-1515-43fe-a933-19f2c10aaff1 [pid: 7|app: 0|req: 994/2141] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:05 2026] DELETE /v2.0/security-groups/27c80329-a86a-4ccd-979a-22d4df2ad24e => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1148/2142] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:11:05 2026] POST /v2.0/networks => generated 612 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2143] 10.0.0.183 () {34 vars in 753 bytes} [Thu Apr 23 18:11:05 2026] PUT /v2.0/networks/cbbc5b13-1515-43fe-a933-19f2c10aaff1/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1149/2144] 10.0.0.183 () {32 vars in 733 bytes} [Thu Apr 23 18:11:05 2026] GET /v2.0/networks/cbbc5b13-1515-43fe-a933-19f2c10aaff1/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1150/2145] 10.0.0.183 () {34 vars in 764 bytes} [Thu Apr 23 18:11:05 2026] PUT /v2.0/networks/cbbc5b13-1515-43fe-a933-19f2c10aaff1/tags/green => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2146] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:05 2026] GET /v2.0/security-groups?tenant_id=b16d8694a9b64449afa2c57575cd6c5a&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1151/2147] 10.0.0.183 () {32 vars in 733 bytes} [Thu Apr 23 18:11:05 2026] GET /v2.0/networks/cbbc5b13-1515-43fe-a933-19f2c10aaff1/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1152/2148] 10.0.0.183 () {34 vars in 760 bytes} [Thu Apr 23 18:11:06 2026] PUT /v2.0/networks/cbbc5b13-1515-43fe-a933-19f2c10aaff1/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2149] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:06 2026] DELETE /v2.0/security-groups/fd009942-80b4-4557-b716-79c5aed626e4 => 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: 998/2150] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:11:06 2026] GET /v2.0/ports?device_id=fa1759ce-0f25-46fb-bb7a-a10ac2125422 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1153/2151] 10.0.0.183 () {32 vars in 733 bytes} [Thu Apr 23 18:11:06 2026] GET /v2.0/networks/cbbc5b13-1515-43fe-a933-19f2c10aaff1/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2153] 10.0.0.183 () {34 vars in 782 bytes} [Thu Apr 23 18:11:06 2026] PUT /v2.0/networks/cbbc5b13-1515-43fe-a933-19f2c10aaff1/tags/black.or.white => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2155] 10.0.0.183 () {32 vars in 733 bytes} [Thu Apr 23 18:11:06 2026] GET /v2.0/networks/cbbc5b13-1515-43fe-a933-19f2c10aaff1/tags => generated 52 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1156/2156] 10.0.0.183 () {34 vars in 753 bytes} [Thu Apr 23 18:11:06 2026] PUT /v2.0/networks/cbbc5b13-1515-43fe-a933-19f2c10aaff1/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2157] 10.0.0.183 () {32 vars in 733 bytes} [Thu Apr 23 18:11:06 2026] GET /v2.0/networks/cbbc5b13-1515-43fe-a933-19f2c10aaff1/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1157/2158] 10.0.0.183 () {32 vars in 741 bytes} [Thu Apr 23 18:11:06 2026] GET /v2.0/networks/cbbc5b13-1515-43fe-a933-19f2c10aaff1/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:11:06.481 7 INFO neutron.api.v2.resource [None req-bf4ef827-177a-4d26-bb90-dc7089572202 8fa21be215ff442c8c06abde592ede0c c3a32d7b027c451c920e3260b84ecc00 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1002/2159] 10.0.0.183 () {32 vars in 745 bytes} [Thu Apr 23 18:11:06 2026] GET /v2.0/networks/cbbc5b13-1515-43fe-a933-19f2c10aaff1/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1158/2160] 10.0.0.183 () {32 vars in 744 bytes} [Thu Apr 23 18:11:06 2026] DELETE /v2.0/networks/cbbc5b13-1515-43fe-a933-19f2c10aaff1/tags/red => 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: 1003/2161] 10.0.0.183 () {32 vars in 733 bytes} [Thu Apr 23 18:11:06 2026] GET /v2.0/networks/cbbc5b13-1515-43fe-a933-19f2c10aaff1/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:11:06.658 6 INFO neutron.api.v2.resource [None req-86e57fd5-7889-4f5e-a0d9-2f0117736aad 8fa21be215ff442c8c06abde592ede0c c3a32d7b027c451c920e3260b84ecc00 - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1159/2162] 10.0.0.183 () {32 vars in 748 bytes} [Thu Apr 23 18:11:06 2026] DELETE /v2.0/networks/cbbc5b13-1515-43fe-a933-19f2c10aaff1/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2163] 10.0.0.183 () {32 vars in 736 bytes} [Thu Apr 23 18:11:06 2026] DELETE /v2.0/networks/cbbc5b13-1515-43fe-a933-19f2c10aaff1/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1160/2164] 10.0.0.183 () {32 vars in 733 bytes} [Thu Apr 23 18:11:06 2026] GET /v2.0/networks/cbbc5b13-1515-43fe-a933-19f2c10aaff1/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:11:06.907 7 INFO neutron.services.segments.plugin [-] Segment 3155acbd-104e-40e6-aa38-411e9371ce53 resource provider aggregate not found 2026-04-23 18:11:06.912 7 INFO neutron.services.segments.plugin [-] Segment 3155acbd-104e-40e6-aa38-411e9371ce53 resource provider aggregate not found 2026-04-23 18:11:06.925 7 INFO neutron.services.segments.plugin [-] Segment 3155acbd-104e-40e6-aa38-411e9371ce53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3155acbd-104e-40e6-aa38-411e9371ce53 found for delete ", "request_id": "req-292434b1-377e-4b24-9a9a-28c1780009bd"}]} 2026-04-23 18:11:06.931 7 INFO neutron.services.segments.plugin [-] Segment 3155acbd-104e-40e6-aa38-411e9371ce53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3155acbd-104e-40e6-aa38-411e9371ce53 found for delete ", "request_id": "req-093794c8-9032-4f70-b99f-4d344a56d89c"}]} [pid: 7|app: 0|req: 1005/2165] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:11:06 2026] DELETE /v2.0/networks/cbbc5b13-1515-43fe-a933-19f2c10aaff1 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1161/2166] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:07 2026] DELETE /v2.0/security-groups/ffd56507-ad22-4ec6-aca3-50b2acdc2f56 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:11:07.765 7 INFO neutron_taas.services.taas.taas_plugin [None req-1eca9578-f298-4ff3-941c-7cc0e5bcedce b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] TaaS: Handle Delete Port: 93d6aea2-9c66-4f07-8b02-7ff9ea5ffcff 2026-04-23 18:11:07.768 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1eca9578-f298-4ff3-941c-7cc0e5bcedce b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] Tap Mirror: Handle Delete Port: 93d6aea2-9c66-4f07-8b02-7ff9ea5ffcff [pid: 6|app: 0|req: 1162/2167] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:07 2026] GET /v2.0/security-groups?tenant_id=ad1b2ef66bb240c3afe1d7820fede870&name=default => generated 2929 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1163/2168] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:07 2026] DELETE /v2.0/security-groups/249d01b4-14fa-411b-b0dc-4e8e0ec0b6c6 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1164/2169] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:07 2026] GET /v2.0/security-groups?tenant_id=c3a32d7b027c451c920e3260b84ecc00&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1165/2170] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:08 2026] DELETE /v2.0/security-groups/c2bffa78-5fbd-41e6-ad4e-f53547affc95 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2171] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:11:07 2026] PUT /v2.0/routers/3bd7a3de-9162-4a2c-a619-449eaa483cbf/remove_router_interface => generated 309 bytes in 1013 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1166/2172] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:11:08 2026] DELETE /v2.0/subnets/fc8ee918-834c-4a23-8b9f-27bf4b37e2f1 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:11:08.708 7 INFO neutron_taas.services.taas.taas_plugin [None req-3600a65b-1cc4-4eb0-805d-c2eec7dace37 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] TaaS: Handle Delete Port: f8111668-94b2-4ae7-8745-d8a34d56b89c 2026-04-23 18:11:08.711 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3600a65b-1cc4-4eb0-805d-c2eec7dace37 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] Tap Mirror: Handle Delete Port: f8111668-94b2-4ae7-8745-d8a34d56b89c 2026-04-23 18:11:08.964 7 INFO neutron_taas.services.taas.taas_plugin [None req-3600a65b-1cc4-4eb0-805d-c2eec7dace37 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] TaaS: Handle Delete Port: e07f2780-cdb4-42e3-98a5-78afa6dd7dbd 2026-04-23 18:11:08.971 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3600a65b-1cc4-4eb0-805d-c2eec7dace37 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] Tap Mirror: Handle Delete Port: e07f2780-cdb4-42e3-98a5-78afa6dd7dbd 2026-04-23 18:11:09.379 7 INFO neutron.services.segments.plugin [-] Segment d1d91f0c-264a-47be-889d-660722494a68 resource provider aggregate not found 2026-04-23 18:11:09.389 7 INFO neutron.services.segments.plugin [-] Segment d1d91f0c-264a-47be-889d-660722494a68 resource provider aggregate not found 2026-04-23 18:11:09.398 7 INFO neutron.services.segments.plugin [-] Segment d1d91f0c-264a-47be-889d-660722494a68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1d91f0c-264a-47be-889d-660722494a68 found for delete ", "request_id": "req-a2b54b8f-bf12-4b6a-b133-1fbefd425396"}]} 2026-04-23 18:11:09.403 7 INFO neutron.services.segments.plugin [-] Segment d1d91f0c-264a-47be-889d-660722494a68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1d91f0c-264a-47be-889d-660722494a68 found for delete ", "request_id": "req-09ddb522-5450-4f9f-990f-b0fe877d912e"}]} 2026-04-23 18:11:09.425 7 INFO neutron.db.l3_hamode_db [None req-3600a65b-1cc4-4eb0-805d-c2eec7dace37 b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] HA network 790e9d3f-9356-4996-89c0-bc2e6055aad5 was deleted as no HA routers are present in tenant ae00802d90384d75870aebc69f6b7881. [pid: 7|app: 0|req: 1007/2173] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:11:08 2026] DELETE /v2.0/routers/3bd7a3de-9162-4a2c-a619-449eaa483cbf => generated 0 bytes in 915 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:11:09.521 7 INFO neutron_taas.services.taas.taas_plugin [None req-315d8e57-1421-4e82-9a4b-5b69d2ca54ac b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] TaaS: Handle Delete Port: a04f6b04-b5dc-4e29-8552-9ec3b86ebddf 2026-04-23 18:11:09.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-315d8e57-1421-4e82-9a4b-5b69d2ca54ac b24d56b957a94281824e3a55bf8b848c ae00802d90384d75870aebc69f6b7881 - - default default] Tap Mirror: Handle Delete Port: a04f6b04-b5dc-4e29-8552-9ec3b86ebddf [pid: 7|app: 0|req: 1008/2174] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:11:09 2026] DELETE /v2.0/networks/9583c2ea-7485-4b9d-ad93-e6eaa953d7f6 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:11:09.783 6 INFO neutron.db.segments_db [None req-fb08b4d9-6335-4601-b446-a4c60826a1ee f8ae9e05998c4533acdc023fba626b6c 0aebfed408c1407c817247721ffcfde4 - - default default] Added segment 5634aa8f-54bd-4fc3-bc74-cc735055df69 of type vxlan for network 3ec3601d-2641-4e61-ad18-8e18f767b828 [pid: 6|app: 0|req: 1167/2175] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:11:09 2026] POST /v2.0/networks => generated 611 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:11:09.960 7 INFO neutron.db.segments_db [None req-93ce99b4-05ff-43f1-b272-bb44944c0b49 f8ae9e05998c4533acdc023fba626b6c 0aebfed408c1407c817247721ffcfde4 - - default default] Added segment 02e99b33-114b-43a8-bd8d-c25384e27a38 of type vxlan for network a99cb542-c84f-41b9-8a07-ac4c0a5e96e4 [pid: 7|app: 0|req: 1009/2176] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:11:09 2026] POST /v2.0/networks => generated 612 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1168/2177] 10.0.0.183 () {34 vars in 753 bytes} [Thu Apr 23 18:11:10 2026] PUT /v2.0/networks/3ec3601d-2641-4e61-ad18-8e18f767b828/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2178] 10.0.0.183 () {32 vars in 733 bytes} [Thu Apr 23 18:11:10 2026] GET /v2.0/networks/3ec3601d-2641-4e61-ad18-8e18f767b828/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1169/2179] 10.0.0.183 () {34 vars in 753 bytes} [Thu Apr 23 18:11:10 2026] PUT /v2.0/networks/a99cb542-c84f-41b9-8a07-ac4c0a5e96e4/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2180] 10.0.0.183 () {32 vars in 733 bytes} [Thu Apr 23 18:11:10 2026] GET /v2.0/networks/a99cb542-c84f-41b9-8a07-ac4c0a5e96e4/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1170/2181] 10.0.0.183 () {34 vars in 753 bytes} [Thu Apr 23 18:11:10 2026] PUT /v2.0/networks/a99cb542-c84f-41b9-8a07-ac4c0a5e96e4/tags => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2182] 10.0.0.183 () {32 vars in 733 bytes} [Thu Apr 23 18:11:10 2026] GET /v2.0/networks/a99cb542-c84f-41b9-8a07-ac4c0a5e96e4/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1171/2183] 10.0.0.183 () {32 vars in 733 bytes} [Thu Apr 23 18:11:10 2026] GET /v2.0/networks/3ec3601d-2641-4e61-ad18-8e18f767b828/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:11:10.609 6 INFO neutron.services.segments.plugin [-] Segment 5634aa8f-54bd-4fc3-bc74-cc735055df69 resource provider aggregate not found 2026-04-23 18:11:10.615 6 INFO neutron.services.segments.plugin [-] Segment 5634aa8f-54bd-4fc3-bc74-cc735055df69 resource provider aggregate not found 2026-04-23 18:11:10.625 6 INFO neutron.services.segments.plugin [-] Segment 5634aa8f-54bd-4fc3-bc74-cc735055df69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5634aa8f-54bd-4fc3-bc74-cc735055df69 found for delete ", "request_id": "req-aaabd2d7-4ea5-4efb-acc4-000d9597fa50"}]} 2026-04-23 18:11:10.633 6 INFO neutron.services.segments.plugin [-] Segment 5634aa8f-54bd-4fc3-bc74-cc735055df69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5634aa8f-54bd-4fc3-bc74-cc735055df69 found for delete ", "request_id": "req-441e471a-8ec5-4f98-aa57-4aaac231522e"}]} [pid: 6|app: 0|req: 1172/2184] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:11:10 2026] DELETE /v2.0/networks/3ec3601d-2641-4e61-ad18-8e18f767b828 => 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: 1013/2185] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:10 2026] GET /v2.0/security-groups?tenant_id=ce8f67a37c8e440592b3a2a7f57febd0&name=default => generated 2929 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1173/2186] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:11:10 2026] DELETE /v2.0/networks/a99cb542-c84f-41b9-8a07-ac4c0a5e96e4 => 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: 1014/2187] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:10 2026] DELETE /v2.0/security-groups/7cc39075-2972-4bac-8907-ae4c36c10e7f => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1174/2188] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:10 2026] GET /v2.0/security-groups?tenant_id=ae00802d90384d75870aebc69f6b7881&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: 1015/2189] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:10 2026] DELETE /v2.0/security-groups/fe28a140-30a4-41f7-86d2-98e854bdd80a => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:11:11.415 7 INFO neutron.services.segments.plugin [-] Segment 2c296da9-ef9a-4fb8-be6f-f7933ae12763 resource provider aggregate not found 2026-04-23 18:11:11.427 7 INFO neutron.services.segments.plugin [-] Segment 2c296da9-ef9a-4fb8-be6f-f7933ae12763 resource provider aggregate not found 2026-04-23 18:11:11.432 7 INFO neutron.services.segments.plugin [-] Segment 2c296da9-ef9a-4fb8-be6f-f7933ae12763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c296da9-ef9a-4fb8-be6f-f7933ae12763 found for delete ", "request_id": "req-8b36b5a4-f7d2-4f3e-9f0f-d40813462517"}]} 2026-04-23 18:11:11.446 7 INFO neutron.services.segments.plugin [-] Segment 2c296da9-ef9a-4fb8-be6f-f7933ae12763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c296da9-ef9a-4fb8-be6f-f7933ae12763 found for delete ", "request_id": "req-2b319564-f641-4f5f-9caa-b8eaccf7aab5"}]} [pid: 7|app: 0|req: 1016/2190] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:11 2026] GET /v2.0/security-groups?tenant_id=c41ba411ffc648c0819d41929fc1d64d&name=default => generated 2929 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1175/2191] 10.0.0.183 () {34 vars in 684 bytes} [Thu Apr 23 18:11:11 2026] POST /v2.0/security-groups => generated 1603 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2192] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:11 2026] DELETE /v2.0/security-groups/dd60b662-0854-43e3-a5b4-68c8914a76f7 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1176/2193] 10.0.0.183 () {34 vars in 767 bytes} [Thu Apr 23 18:11:11 2026] PUT /v2.0/security-groups/66de7578-a29d-463d-a44b-0cdad00fe8ff/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2194] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:11:11 2026] GET /v2.0/security-groups/66de7578-a29d-463d-a44b-0cdad00fe8ff/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1177/2195] 10.0.0.183 () {34 vars in 778 bytes} [Thu Apr 23 18:11:11 2026] PUT /v2.0/security-groups/66de7578-a29d-463d-a44b-0cdad00fe8ff/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2196] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:11 2026] GET /v2.0/security-groups?tenant_id=0aebfed408c1407c817247721ffcfde4&name=default => generated 2929 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1178/2197] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:11:11 2026] GET /v2.0/security-groups/66de7578-a29d-463d-a44b-0cdad00fe8ff/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1179/2198] 10.0.0.183 () {34 vars in 774 bytes} [Thu Apr 23 18:11:11 2026] PUT /v2.0/security-groups/66de7578-a29d-463d-a44b-0cdad00fe8ff/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2199] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:11 2026] DELETE /v2.0/security-groups/e51a79ec-f3b2-4ae5-93d3-e63f6d2bffa0 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1180/2200] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:11:11 2026] GET /v2.0/security-groups/66de7578-a29d-463d-a44b-0cdad00fe8ff/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: 1021/2201] 10.0.0.183 () {34 vars in 796 bytes} [Thu Apr 23 18:11:11 2026] PUT /v2.0/security-groups/66de7578-a29d-463d-a44b-0cdad00fe8ff/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1181/2202] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:11:12 2026] GET /v2.0/security-groups/66de7578-a29d-463d-a44b-0cdad00fe8ff/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2203] 10.0.0.183 () {34 vars in 767 bytes} [Thu Apr 23 18:11:12 2026] PUT /v2.0/security-groups/66de7578-a29d-463d-a44b-0cdad00fe8ff/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1182/2204] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:11:12 2026] GET /v2.0/security-groups/66de7578-a29d-463d-a44b-0cdad00fe8ff/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2205] 10.0.0.183 () {32 vars in 755 bytes} [Thu Apr 23 18:11:12 2026] GET /v2.0/security-groups/66de7578-a29d-463d-a44b-0cdad00fe8ff/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:11:12.250 6 INFO neutron.api.v2.resource [None req-caf6c883-9e0f-4620-8b2d-99274072e6f0 aa3ae63cf7ab4f848c94e67279a88996 2aaab3eab6c643348c58c2b65003a0e3 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1183/2206] 10.0.0.183 () {32 vars in 759 bytes} [Thu Apr 23 18:11:12 2026] GET /v2.0/security-groups/66de7578-a29d-463d-a44b-0cdad00fe8ff/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2207] 10.0.0.183 () {32 vars in 758 bytes} [Thu Apr 23 18:11:12 2026] DELETE /v2.0/security-groups/66de7578-a29d-463d-a44b-0cdad00fe8ff/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1184/2208] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:11:12 2026] GET /v2.0/security-groups/66de7578-a29d-463d-a44b-0cdad00fe8ff/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:11:12.378 7 INFO neutron.api.v2.resource [None req-a7eb5742-8fa6-4ed4-80a9-32c4e864f1be aa3ae63cf7ab4f848c94e67279a88996 2aaab3eab6c643348c58c2b65003a0e3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1025/2209] 10.0.0.183 () {32 vars in 762 bytes} [Thu Apr 23 18:11:12 2026] DELETE /v2.0/security-groups/66de7578-a29d-463d-a44b-0cdad00fe8ff/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1185/2210] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:11:12 2026] DELETE /v2.0/security-groups/66de7578-a29d-463d-a44b-0cdad00fe8ff/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2211] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:11:12 2026] GET /v2.0/security-groups/66de7578-a29d-463d-a44b-0cdad00fe8ff/tags => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1186/2212] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:12 2026] DELETE /v2.0/security-groups/66de7578-a29d-463d-a44b-0cdad00fe8ff => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:11:12.644 6 INFO neutron.services.segments.plugin [-] Segment 02e99b33-114b-43a8-bd8d-c25384e27a38 resource provider aggregate not found 2026-04-23 18:11:12.650 6 INFO neutron.services.segments.plugin [-] Segment 02e99b33-114b-43a8-bd8d-c25384e27a38 resource provider aggregate not found 2026-04-23 18:11:12.662 6 INFO neutron.services.segments.plugin [-] Segment 02e99b33-114b-43a8-bd8d-c25384e27a38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02e99b33-114b-43a8-bd8d-c25384e27a38 found for delete ", "request_id": "req-718afb9d-e1e3-4bce-a8a1-ca6ab1a720d9"}]} 2026-04-23 18:11:12.665 6 INFO neutron.services.segments.plugin [-] Segment 02e99b33-114b-43a8-bd8d-c25384e27a38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02e99b33-114b-43a8-bd8d-c25384e27a38 found for delete ", "request_id": "req-233e1760-1b9a-4334-b08c-99cfe210edd6"}]} [pid: 7|app: 0|req: 1027/2213] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:13 2026] GET /v2.0/security-groups?tenant_id=2aaab3eab6c643348c58c2b65003a0e3&name=default => generated 2929 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1187/2214] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:13 2026] DELETE /v2.0/security-groups/686000e7-5200-4cd5-9546-0c3b00297bad => 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: 1028/2215] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:13 2026] GET /v2.0/security-groups?tenant_id=d618d4e4a07644708a5a0799cda85e0d&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1188/2216] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:13 2026] DELETE /v2.0/security-groups/ce486e9c-401d-46f8-9fbf-3a6b1b0aa02f => 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: 1029/2217] 10.0.0.183 () {34 vars in 676 bytes} [Thu Apr 23 18:11:15 2026] POST /v2.0/floatingips => generated 552 bytes in 582 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1189/2218] 10.0.0.183 () {34 vars in 676 bytes} [Thu Apr 23 18:11:15 2026] POST /v2.0/floatingips => generated 552 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2219] 10.0.0.183 () {34 vars in 676 bytes} [Thu Apr 23 18:11:16 2026] POST /v2.0/floatingips => generated 552 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:11:17.143 6 INFO neutron.db.segments_db [None req-68807193-6ede-4a9f-82c5-80e4b438d730 4c47eda4014f4a819ff3a2ea2524da4d 06ed4675d7344fc8bfc60576ef2eefc6 - - default default] Added segment 534111eb-2cfc-4ce7-bfd9-d2637fa3be7c of type vxlan for network e645c56f-830c-4457-af85-02d919c10655 [pid: 6|app: 0|req: 1190/2220] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:11:16 2026] POST /v2.0/networks => generated 613 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1191/2221] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:11:17 2026] POST /v2.0/subnets => generated 626 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2222] 10.0.0.183 () {34 vars in 676 bytes} [Thu Apr 23 18:11:16 2026] POST /v2.0/floatingips => generated 552 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1192/2223] 10.0.0.183 () {34 vars in 751 bytes} [Thu Apr 23 18:11:17 2026] PUT /v2.0/subnets/34a78ff4-2958-40e4-89a9-7f3238c96eb3/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1193/2224] 10.0.0.183 () {32 vars in 731 bytes} [Thu Apr 23 18:11:17 2026] GET /v2.0/subnets/34a78ff4-2958-40e4-89a9-7f3238c96eb3/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1194/2225] 10.0.0.183 () {34 vars in 762 bytes} [Thu Apr 23 18:11:17 2026] PUT /v2.0/subnets/34a78ff4-2958-40e4-89a9-7f3238c96eb3/tags/green => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1195/2226] 10.0.0.183 () {32 vars in 731 bytes} [Thu Apr 23 18:11:17 2026] GET /v2.0/subnets/34a78ff4-2958-40e4-89a9-7f3238c96eb3/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1196/2227] 10.0.0.183 () {34 vars in 758 bytes} [Thu Apr 23 18:11:17 2026] PUT /v2.0/subnets/34a78ff4-2958-40e4-89a9-7f3238c96eb3/tags/red => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1197/2228] 10.0.0.183 () {32 vars in 731 bytes} [Thu Apr 23 18:11:17 2026] GET /v2.0/subnets/34a78ff4-2958-40e4-89a9-7f3238c96eb3/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1198/2229] 10.0.0.183 () {34 vars in 780 bytes} [Thu Apr 23 18:11:17 2026] PUT /v2.0/subnets/34a78ff4-2958-40e4-89a9-7f3238c96eb3/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1199/2230] 10.0.0.183 () {32 vars in 731 bytes} [Thu Apr 23 18:11:17 2026] GET /v2.0/subnets/34a78ff4-2958-40e4-89a9-7f3238c96eb3/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1200/2231] 10.0.0.183 () {34 vars in 751 bytes} [Thu Apr 23 18:11:17 2026] PUT /v2.0/subnets/34a78ff4-2958-40e4-89a9-7f3238c96eb3/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2232] 10.0.0.183 () {34 vars in 676 bytes} [Thu Apr 23 18:11:17 2026] POST /v2.0/floatingips => generated 552 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1201/2233] 10.0.0.183 () {32 vars in 731 bytes} [Thu Apr 23 18:11:17 2026] GET /v2.0/subnets/34a78ff4-2958-40e4-89a9-7f3238c96eb3/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1202/2234] 10.0.0.183 () {32 vars in 739 bytes} [Thu Apr 23 18:11:18 2026] GET /v2.0/subnets/34a78ff4-2958-40e4-89a9-7f3238c96eb3/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2235] 10.0.0.183 () {34 vars in 759 bytes} [Thu Apr 23 18:11:18 2026] PUT /v2.0/floatingips/6848f21b-513b-481c-8d60-eed8270c85e8/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:11:18.079 6 INFO neutron.api.v2.resource [None req-756640ff-2f33-4f29-b31c-7625f6103547 4c47eda4014f4a819ff3a2ea2524da4d 06ed4675d7344fc8bfc60576ef2eefc6 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1203/2236] 10.0.0.183 () {32 vars in 743 bytes} [Thu Apr 23 18:11:18 2026] GET /v2.0/subnets/34a78ff4-2958-40e4-89a9-7f3238c96eb3/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2237] 10.0.0.183 () {34 vars in 759 bytes} [Thu Apr 23 18:11:18 2026] PUT /v2.0/floatingips/42270ad9-179a-48dc-89f4-5c861a93a7ae/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1204/2238] 10.0.0.183 () {32 vars in 742 bytes} [Thu Apr 23 18:11:18 2026] DELETE /v2.0/subnets/34a78ff4-2958-40e4-89a9-7f3238c96eb3/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1205/2239] 10.0.0.183 () {32 vars in 731 bytes} [Thu Apr 23 18:11:18 2026] GET /v2.0/subnets/34a78ff4-2958-40e4-89a9-7f3238c96eb3/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2240] 10.0.0.183 () {34 vars in 759 bytes} [Thu Apr 23 18:11:18 2026] PUT /v2.0/floatingips/a5683626-530a-4c0c-a50c-8ef708982beb/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:11:18.193 6 INFO neutron.api.v2.resource [None req-e2c6f40c-0d14-4301-9399-b84dd36478ed 4c47eda4014f4a819ff3a2ea2524da4d 06ed4675d7344fc8bfc60576ef2eefc6 - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1206/2241] 10.0.0.183 () {32 vars in 746 bytes} [Thu Apr 23 18:11:18 2026] DELETE /v2.0/subnets/34a78ff4-2958-40e4-89a9-7f3238c96eb3/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2242] 10.0.0.183 () {34 vars in 759 bytes} [Thu Apr 23 18:11:18 2026] PUT /v2.0/floatingips/8116826a-3486-425b-a032-2e209d3ad440/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1207/2243] 10.0.0.183 () {32 vars in 734 bytes} [Thu Apr 23 18:11:18 2026] DELETE /v2.0/subnets/34a78ff4-2958-40e4-89a9-7f3238c96eb3/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1208/2244] 10.0.0.183 () {32 vars in 731 bytes} [Thu Apr 23 18:11:18 2026] GET /v2.0/subnets/34a78ff4-2958-40e4-89a9-7f3238c96eb3/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2245] 10.0.0.183 () {32 vars in 672 bytes} [Thu Apr 23 18:11:18 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2246] 10.0.0.183 () {32 vars in 686 bytes} [Thu Apr 23 18:11:18 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2247] 10.0.0.183 () {32 vars in 682 bytes} [Thu Apr 23 18:11:18 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2248] 10.0.0.183 () {32 vars in 694 bytes} [Thu Apr 23 18:11:18 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1209/2249] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:11:18 2026] DELETE /v2.0/subnets/34a78ff4-2958-40e4-89a9-7f3238c96eb3 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2250] 10.0.0.183 () {32 vars in 680 bytes} [Thu Apr 23 18:11:18 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: 1042/2251] 10.0.0.183 () {32 vars in 694 bytes} [Thu Apr 23 18:11:18 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:11:18.534 6 INFO neutron_taas.services.taas.taas_plugin [None req-d04f5c67-7983-40cc-8a7b-0cb1120b5238 4c47eda4014f4a819ff3a2ea2524da4d 06ed4675d7344fc8bfc60576ef2eefc6 - - default default] TaaS: Handle Delete Port: 76dd1526-5c12-42b5-8921-3d4d690d6c7b 2026-04-23 18:11:18.536 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d04f5c67-7983-40cc-8a7b-0cb1120b5238 4c47eda4014f4a819ff3a2ea2524da4d 06ed4675d7344fc8bfc60576ef2eefc6 - - default default] Tap Mirror: Handle Delete Port: 76dd1526-5c12-42b5-8921-3d4d690d6c7b [pid: 7|app: 0|req: 1043/2252] 10.0.0.183 () {32 vars in 690 bytes} [Thu Apr 23 18:11:18 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2253] 10.0.0.183 () {32 vars in 702 bytes} [Thu Apr 23 18:11:18 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:11:18.732 7 INFO neutron_taas.services.taas.taas_plugin [None req-5aad76e3-437e-401a-8530-3d5cea215074 d9586d11dd7c47bc808c8f5a573aa909 c11aaf7cec934a74ad43b4855777ffda - - default default] TaaS: Handle Delete Port: ebc881cd-6242-49d2-8f17-0c9cb925ac15 2026-04-23 18:11:18.735 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5aad76e3-437e-401a-8530-3d5cea215074 d9586d11dd7c47bc808c8f5a573aa909 c11aaf7cec934a74ad43b4855777ffda - - default default] Tap Mirror: Handle Delete Port: ebc881cd-6242-49d2-8f17-0c9cb925ac15 2026-04-23 18:11:18.747 6 INFO neutron.services.segments.plugin [-] Segment 534111eb-2cfc-4ce7-bfd9-d2637fa3be7c resource provider aggregate not found 2026-04-23 18:11:18.763 6 INFO neutron.services.segments.plugin [-] Segment 534111eb-2cfc-4ce7-bfd9-d2637fa3be7c resource provider aggregate not found 2026-04-23 18:11:18.770 6 INFO neutron.services.segments.plugin [-] Segment 534111eb-2cfc-4ce7-bfd9-d2637fa3be7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 534111eb-2cfc-4ce7-bfd9-d2637fa3be7c found for delete ", "request_id": "req-229af43b-b681-485f-9b53-913fc548c998"}]} 2026-04-23 18:11:18.784 6 INFO neutron.services.segments.plugin [-] Segment 534111eb-2cfc-4ce7-bfd9-d2637fa3be7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 534111eb-2cfc-4ce7-bfd9-d2637fa3be7c found for delete ", "request_id": "req-63b6d6f5-0105-4095-971d-879dbf82f629"}]} [pid: 6|app: 0|req: 1210/2254] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:11:18 2026] DELETE /v2.0/networks/e645c56f-830c-4457-af85-02d919c10655 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2255] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:11:18 2026] DELETE /v2.0/floatingips/6848f21b-513b-481c-8d60-eed8270c85e8 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:11:19.007 6 INFO neutron_taas.services.taas.taas_plugin [None req-e73ef57e-23dc-4573-9306-56a7eca1ff72 d9586d11dd7c47bc808c8f5a573aa909 c11aaf7cec934a74ad43b4855777ffda - - default default] TaaS: Handle Delete Port: 7c07cda9-28c6-4bf7-9d64-e7a7ae7f3c67 2026-04-23 18:11:19.010 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e73ef57e-23dc-4573-9306-56a7eca1ff72 d9586d11dd7c47bc808c8f5a573aa909 c11aaf7cec934a74ad43b4855777ffda - - default default] Tap Mirror: Handle Delete Port: 7c07cda9-28c6-4bf7-9d64-e7a7ae7f3c67 [pid: 6|app: 0|req: 1211/2256] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:11:18 2026] DELETE /v2.0/floatingips/42270ad9-179a-48dc-89f4-5c861a93a7ae => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:11:19.282 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d25286b-c4b8-49b3-a355-e1f8a444ee5e d9586d11dd7c47bc808c8f5a573aa909 c11aaf7cec934a74ad43b4855777ffda - - default default] TaaS: Handle Delete Port: 1800fc40-c5c5-4109-8dee-f33069fbbd42 2026-04-23 18:11:19.285 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d25286b-c4b8-49b3-a355-e1f8a444ee5e d9586d11dd7c47bc808c8f5a573aa909 c11aaf7cec934a74ad43b4855777ffda - - default default] Tap Mirror: Handle Delete Port: 1800fc40-c5c5-4109-8dee-f33069fbbd42 [pid: 7|app: 0|req: 1046/2257] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:11:19 2026] DELETE /v2.0/floatingips/a5683626-530a-4c0c-a50c-8ef708982beb => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1212/2258] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:19 2026] GET /v2.0/security-groups?tenant_id=06ed4675d7344fc8bfc60576ef2eefc6&name=default => generated 2929 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:11:19.563 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0aa19d6-a474-4ebe-9b6a-52a846444984 d9586d11dd7c47bc808c8f5a573aa909 c11aaf7cec934a74ad43b4855777ffda - - default default] TaaS: Handle Delete Port: 681fb452-5cba-4e31-91d9-96f827b99d7e 2026-04-23 18:11:19.566 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0aa19d6-a474-4ebe-9b6a-52a846444984 d9586d11dd7c47bc808c8f5a573aa909 c11aaf7cec934a74ad43b4855777ffda - - default default] Tap Mirror: Handle Delete Port: 681fb452-5cba-4e31-91d9-96f827b99d7e [pid: 6|app: 0|req: 1213/2259] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:19 2026] DELETE /v2.0/security-groups/7fa8b1a3-7d27-4ea2-832c-0728f0ae7cce => 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: 1047/2260] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:11:19 2026] DELETE /v2.0/floatingips/8116826a-3486-425b-a032-2e209d3ad440 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:11:19.827 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c078419-abf1-4e25-8400-c991ea200a5c d9586d11dd7c47bc808c8f5a573aa909 c11aaf7cec934a74ad43b4855777ffda - - default default] TaaS: Handle Delete Port: 00c21957-b567-4dbf-8444-7ebc110a3022 2026-04-23 18:11:19.829 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c078419-abf1-4e25-8400-c991ea200a5c d9586d11dd7c47bc808c8f5a573aa909 c11aaf7cec934a74ad43b4855777ffda - - default default] Tap Mirror: Handle Delete Port: 00c21957-b567-4dbf-8444-7ebc110a3022 [pid: 6|app: 0|req: 1214/2261] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:19 2026] GET /v2.0/security-groups?tenant_id=6b0a2adcb9164ccf88b46a60723ddb7d&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1215/2262] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:19 2026] DELETE /v2.0/security-groups/456d8765-8b4c-4894-9642-0ab54e66f874 => 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: 1048/2263] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:11:19 2026] DELETE /v2.0/floatingips/9be15222-f85f-49a3-bf07-f0165d67cfa1 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1216/2264] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:20 2026] GET /v2.0/security-groups?tenant_id=f642452baa7c4d8db8f8ff2df587d932&name=default => generated 2929 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2265] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:21 2026] DELETE /v2.0/security-groups/4d5a7e31-dcff-40f4-8d0f-85e34629ae66 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1218/2268] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:21 2026] GET /v2.0/security-groups?tenant_id=c11aaf7cec934a74ad43b4855777ffda&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2269] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:21 2026] DELETE /v2.0/security-groups/272acfa9-1aca-4506-9b97-b4edffa2914b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1219/2270] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:21 2026] GET /v2.0/security-groups?tenant_id=4dcd94e594dd4d188010153f8bcd09f2&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: 1052/2271] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:21 2026] DELETE /v2.0/security-groups/4eea6957-5c14-45e0-adb2-3bb2cf31bd7c => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1220/2272] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:23 2026] GET /v2.0/security-groups?tenant_id=c560efbd8a46405685d0b57c70623d6b&name=default => generated 2929 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2273] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:23 2026] DELETE /v2.0/security-groups/2791fb1f-9ed2-4acc-bd41-ef4377ca6c33 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1221/2274] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:11:23 2026] GET /v2.0/security-groups?tenant_id=eee303896d2340cba60a16e2ae0050d9&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: 1054/2275] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:11:24 2026] DELETE /v2.0/security-groups/00bb9425-6bfa-4643-b9aa-5366810f8ba6 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:11:30.957 6 INFO neutron.db.segments_db [None req-b465c85c-69f1-4e6f-a8eb-d286dbad39ec 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Added segment 5f32e682-7ffe-4f26-919c-fa49c4af0c97 of type vxlan for network e89a4291-54d9-445e-9616-cbcc06f5c811 [pid: 6|app: 0|req: 1222/2276] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:11:30 2026] POST /v2.0/networks => generated 621 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2277] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:11:31 2026] POST /v2.0/subnets => generated 657 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1223/2278] 10.0.0.183 () {32 vars in 722 bytes} [Thu Apr 23 18:11:31 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2279] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:11:31 2026] POST /v2.0/subnets => generated 732 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:11:31.687 6 INFO neutron.db.segments_db [None req-55bc991d-ee68-4f8b-95f6-82ac85d80544 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Added segment 4fb5a77c-e364-4864-9820-bce45e2cd34a of type vxlan for network ecd391b3-9f49-4cbe-8a9c-6786d592518c [pid: 6|app: 0|req: 1224/2280] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:11:31 2026] POST /v2.0/networks => generated 619 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2281] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:11:31 2026] POST /v2.0/subnets => generated 656 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1225/2282] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:11:32 2026] POST /v2.0/subnets => generated 726 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:11:32.368 7 INFO neutron.db.segments_db [None req-00f8bb2a-2b24-4b90-b1c8-f64dac8f88d5 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Added segment 7b7e8ea9-de91-4026-ac7e-71437b6d1f4a of type vxlan for network c33e1cf1-1403-496e-92ee-71f6d439dcb8 [pid: 7|app: 0|req: 1058/2283] 10.0.0.183 () {34 vars in 670 bytes} [Thu Apr 23 18:11:32 2026] POST /v2.0/networks => generated 619 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1226/2284] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:11:32 2026] POST /v2.0/subnets => generated 655 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2285] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:11:32 2026] POST /v2.0/subnets => generated 729 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:11:33.002 6 INFO neutron.db.segments_db [None req-adcc5d07-ab23-4c1b-8825-1b2f6e684252 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Added segment 9018810a-35e7-4678-bc4f-1b6398f570cc of type vxlan for network 0627a06b-41f8-499e-8fea-5c199d73444b 2026-04-23 18:11:33.233 6 INFO neutron.db.l3_hamode_db [None req-adcc5d07-ab23-4c1b-8825-1b2f6e684252 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 18:11:33.988 6 INFO neutron.db.l3_hamode_db [None req-adcc5d07-ab23-4c1b-8825-1b2f6e684252 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 1227/2286] 10.0.0.183 () {34 vars in 669 bytes} [Thu Apr 23 18:11:32 2026] POST /v2.0/routers => generated 684 bytes in 1893 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2289] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:11:34 2026] PUT /v2.0/routers/1c9d5234-ac68-4a89-9f6b-5e6f9e9c6f33/add_router_interface => generated 309 bytes in 1777 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1230/2290] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:11:36 2026] PUT /v2.0/routers/1c9d5234-ac68-4a89-9f6b-5e6f9e9c6f33/add_router_interface => generated 309 bytes in 1446 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2291] 10.0.0.183 () {34 vars in 783 bytes} [Thu Apr 23 18:11:38 2026] PUT /v2.0/routers/1c9d5234-ac68-4a89-9f6b-5e6f9e9c6f33/add_router_interface => generated 309 bytes in 1509 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1231/2292] 10.0.0.183 () {34 vars in 684 bytes} [Thu Apr 23 18:11:39 2026] POST /v2.0/security-groups => generated 1630 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2293] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:11:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1232/2294] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:11:39 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: 1063/2295] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:11:40 2026] POST /v2.0/security-group-rules => generated 599 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1233/2296] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:11:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2297] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:11:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1234/2298] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:11:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2299] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:11:40 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: 6|app: 0|req: 1235/2300] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:11:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2301] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:11:40 2026] POST /v2.0/security-group-rules => generated 599 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1236/2302] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:11:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2303] 10.0.0.183 () {34 vars in 695 bytes} [Thu Apr 23 18:11:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1237/2304] 10.0.0.29 () {34 vars in 1095 bytes} [Thu Apr 23 18:11:41 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2108223590&fields=id&tenant_id=ab19a956f915401eacb6a35fe03a0e13 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2305] 10.0.0.29 () {34 vars in 981 bytes} [Thu Apr 23 18:11:41 2026] GET /v2.0/networks?id=ecd391b3-9f49-4cbe-8a9c-6786d592518c => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1238/2306] 10.0.0.29 () {34 vars in 964 bytes} [Thu Apr 23 18:11:41 2026] GET /v2.0/quotas/ab19a956f915401eacb6a35fe03a0e13 => 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: 1069/2307] 10.0.0.29 () {34 vars in 1001 bytes} [Thu Apr 23 18:11:41 2026] GET /v2.0/ports?tenant_id=ab19a956f915401eacb6a35fe03a0e13&fields=id => generated 287 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1239/2308] 10.0.0.29 () {34 vars in 1007 bytes} [Thu Apr 23 18:11:41 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?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: 1070/2309] 10.0.0.29 () {34 vars in 1107 bytes} [Thu Apr 23 18:11:41 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?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: 6|app: 0|req: 1240/2310] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:11:42 2026] GET /v2.0/ports?device_id=d44b2438-1809-4ede-8035-71553109ad4d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2311] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:11:46 2026] GET /v2.0/networks?id=ecd391b3-9f49-4cbe-8a9c-6786d592518c => generated 705 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1241/2312] 199.204.45.153 () {34 vars in 1050 bytes} [Thu Apr 23 18:11:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ab19a956f915401eacb6a35fe03a0e13 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2313] 199.204.45.153 () {38 vars in 955 bytes} [Thu Apr 23 18:11:46 2026] POST /v2.0/ports => generated 1183 bytes in 443 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: 1073/2314] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:11:47 2026] GET /v2.0/ports?device_id=d44b2438-1809-4ede-8035-71553109ad4d => generated 1198 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1242/2315] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:11:46 2026] PUT /v2.0/ports/c755923c-448b-4656-b0c0-9fc24e827c44 => generated 1464 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2316] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:11:47 2026] GET /v2.0/security-groups?id=cc9e7be4-15c0-4a4f-a9be-b639b18076d7&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:11:47.288 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4cef84f-0485-4fe8-8d64-4166945991e6'] response: {'name': 'network-changed', 'server_uuid': 'd44b2438-1809-4ede-8035-71553109ad4d', 'tag': 'c755923c-448b-4656-b0c0-9fc24e827c44', '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: 6|app: 0|req: 1243/2317] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:11:47 2026] GET /v2.0/ports?tenant_id=ab19a956f915401eacb6a35fe03a0e13&device_id=d44b2438-1809-4ede-8035-71553109ad4d => generated 1467 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2318] 199.204.45.153 () {34 vars in 1018 bytes} [Thu Apr 23 18:11:47 2026] GET /v2.0/networks?tenant_id=ab19a956f915401eacb6a35fe03a0e13&shared=False => generated 2377 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1244/2319] 199.204.45.153 () {34 vars in 930 bytes} [Thu Apr 23 18:11:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2320] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:11:48 2026] GET /v2.0/ports?tenant_id=ab19a956f915401eacb6a35fe03a0e13&device_id=d44b2438-1809-4ede-8035-71553109ad4d => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1245/2321] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:11:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.209&port_id=c755923c-448b-4656-b0c0-9fc24e827c44 => 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: 1077/2322] 199.204.45.153 () {34 vars in 1104 bytes} [Thu Apr 23 18:11:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A298&port_id=c755923c-448b-4656-b0c0-9fc24e827c44 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1246/2323] 199.204.45.153 () {34 vars in 1064 bytes} [Thu Apr 23 18:11:49 2026] GET /v2.0/subnets?id=d758ef40-53b4-4966-9f2e-6d6d9e1e37a8&id=3c831baa-ad1b-47f9-b8d9-4536c481f228 => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2324] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:11:49 2026] GET /v2.0/ports?network_id=ecd391b3-9f49-4cbe-8a9c-6786d592518c&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1247/2325] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:11:49 2026] GET /v2.0/ports?network_id=ecd391b3-9f49-4cbe-8a9c-6786d592518c&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2326] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:11:49 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1248/2327] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:11:49 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?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: 6|app: 0|req: 1250/2330] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:11:52 2026] GET /v2.0/ports?device_id=d44b2438-1809-4ede-8035-71553109ad4d => generated 1200 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2331] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:11:52 2026] GET /v2.0/security-groups?id=cc9e7be4-15c0-4a4f-a9be-b639b18076d7&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1251/2332] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:11:57 2026] GET /v2.0/ports?device_id=d44b2438-1809-4ede-8035-71553109ad4d => generated 1200 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2333] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:11:57 2026] GET /v2.0/security-groups?id=cc9e7be4-15c0-4a4f-a9be-b639b18076d7&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1252/2334] 10.0.0.183 () {32 vars in 818 bytes} [Thu Apr 23 18:11:57 2026] GET /v2.0/ports?network_id=ecd391b3-9f49-4cbe-8a9c-6786d592518c&mac_address=fa%3A16%3A3e%3A8f%3A49%3Ac0 => generated 1200 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:11:58.503 7 INFO neutron.db.l3_db [None req-00b54b6a-f162-4980-8a27-08e6491102b0 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Floating IP 3681d4db-6bb1-45ee-8b57-48847d2baffa associated. External IP: 10.96.250.206, port: c755923c-448b-4656-b0c0-9fc24e827c44. [pid: 7|app: 0|req: 1083/2335] 10.0.0.183 () {34 vars in 677 bytes} [Thu Apr 23 18:11:57 2026] POST /v2.0/floatingips => generated 855 bytes in 1088 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:11:58.879 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aab89337-5762-457f-a7ff-53ebf9332b3b'] response: {'name': 'network-changed', 'server_uuid': 'd44b2438-1809-4ede-8035-71553109ad4d', 'tag': 'c755923c-448b-4656-b0c0-9fc24e827c44', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1253/2336] 10.0.0.29 () {34 vars in 1095 bytes} [Thu Apr 23 18:11:58 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2108223590&fields=id&tenant_id=ab19a956f915401eacb6a35fe03a0e13 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2337] 10.0.0.29 () {34 vars in 981 bytes} [Thu Apr 23 18:11:58 2026] GET /v2.0/networks?id=c33e1cf1-1403-496e-92ee-71f6d439dcb8 => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1254/2338] 10.0.0.29 () {34 vars in 964 bytes} [Thu Apr 23 18:11:59 2026] GET /v2.0/quotas/ab19a956f915401eacb6a35fe03a0e13 => 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: 1085/2339] 10.0.0.29 () {34 vars in 1001 bytes} [Thu Apr 23 18:11:59 2026] GET /v2.0/ports?tenant_id=ab19a956f915401eacb6a35fe03a0e13&fields=id => generated 333 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1255/2340] 10.0.0.29 () {34 vars in 1007 bytes} [Thu Apr 23 18:11:59 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2341] 10.0.0.29 () {34 vars in 1107 bytes} [Thu Apr 23 18:11:59 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8?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: 6|app: 0|req: 1256/2342] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:11:59 2026] GET /v2.0/ports?tenant_id=ab19a956f915401eacb6a35fe03a0e13&device_id=d44b2438-1809-4ede-8035-71553109ad4d => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1257/2343] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:11:59 2026] GET /v2.0/ports?device_id=a1b5a46a-55e6-45c4-922b-4c89c61b692d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2344] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:11:59 2026] GET /v2.0/networks?id=ecd391b3-9f49-4cbe-8a9c-6786d592518c => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1258/2345] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:11:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.209&port_id=c755923c-448b-4656-b0c0-9fc24e827c44 => generated 858 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2346] 199.204.45.153 () {34 vars in 1104 bytes} [Thu Apr 23 18:11:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A298&port_id=c755923c-448b-4656-b0c0-9fc24e827c44 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1259/2347] 199.204.45.153 () {34 vars in 1064 bytes} [Thu Apr 23 18:11:59 2026] GET /v2.0/subnets?id=d758ef40-53b4-4966-9f2e-6d6d9e1e37a8&id=3c831baa-ad1b-47f9-b8d9-4536c481f228 => generated 1411 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2348] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:11:59 2026] GET /v2.0/ports?network_id=ecd391b3-9f49-4cbe-8a9c-6786d592518c&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: 6|app: 0|req: 1260/2349] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:11:59 2026] GET /v2.0/ports?network_id=ecd391b3-9f49-4cbe-8a9c-6786d592518c&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2350] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:11:59 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1261/2351] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:11:59 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?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: 1091/2352] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:12:03 2026] GET /v2.0/networks?id=c33e1cf1-1403-496e-92ee-71f6d439dcb8 => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1262/2353] 199.204.45.153 () {34 vars in 1050 bytes} [Thu Apr 23 18:12:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ab19a956f915401eacb6a35fe03a0e13 => generated 179 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2354] 199.204.45.153 () {38 vars in 955 bytes} [Thu Apr 23 18:12:03 2026] POST /v2.0/ports => generated 1183 bytes in 424 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: 1093/2355] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:12:04 2026] GET /v2.0/ports?device_id=a1b5a46a-55e6-45c4-922b-4c89c61b692d => generated 1198 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2356] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:12:04 2026] GET /v2.0/security-groups?id=cc9e7be4-15c0-4a4f-a9be-b639b18076d7&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1263/2357] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:12:04 2026] PUT /v2.0/ports/4e8c781c-3203-4c78-9e4c-3a2f4bd607bb => generated 1464 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:12:04.809 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-2301f665-edf0-43ae-8ff8-bdedbb2bb2d1'] response: {'name': 'network-changed', 'server_uuid': 'a1b5a46a-55e6-45c4-922b-4c89c61b692d', 'tag': '4e8c781c-3203-4c78-9e4c-3a2f4bd607bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1095/2358] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:12:05 2026] GET /v2.0/ports?tenant_id=ab19a956f915401eacb6a35fe03a0e13&device_id=a1b5a46a-55e6-45c4-922b-4c89c61b692d => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1264/2359] 199.204.45.153 () {34 vars in 1018 bytes} [Thu Apr 23 18:12:05 2026] GET /v2.0/networks?tenant_id=ab19a956f915401eacb6a35fe03a0e13&shared=False => generated 2377 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2360] 199.204.45.153 () {34 vars in 930 bytes} [Thu Apr 23 18:12:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1265/2361] 10.0.0.250 () {34 vars in 990 bytes} [Thu Apr 23 18:12:05 2026] GET /v2.0/ports?device_id=d44b2438-1809-4ede-8035-71553109ad4d => generated 1469 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2362] 10.0.0.250 () {34 vars in 1040 bytes} [Thu Apr 23 18:12:05 2026] GET /v2.0/security-groups?id=cc9e7be4-15c0-4a4f-a9be-b639b18076d7&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2365] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:12:06 2026] GET /v2.0/ports?tenant_id=ab19a956f915401eacb6a35fe03a0e13&device_id=a1b5a46a-55e6-45c4-922b-4c89c61b692d => generated 1467 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1267/2366] 199.204.45.153 () {34 vars in 1056 bytes} [Thu Apr 23 18:12:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.10&port_id=4e8c781c-3203-4c78-9e4c-3a2f4bd607bb => 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: 1100/2367] 199.204.45.153 () {34 vars in 1106 bytes} [Thu Apr 23 18:12:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A364&port_id=4e8c781c-3203-4c78-9e4c-3a2f4bd607bb => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1268/2368] 199.204.45.153 () {34 vars in 1064 bytes} [Thu Apr 23 18:12:06 2026] GET /v2.0/subnets?id=af8efd7b-2bdd-43f5-a3f1-07656e0f1788&id=15d3e8eb-59d6-45f1-b0ba-f2685ffcc60f => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2369] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:12:06 2026] GET /v2.0/ports?network_id=c33e1cf1-1403-496e-92ee-71f6d439dcb8&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1269/2370] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:12:06 2026] GET /v2.0/ports?network_id=c33e1cf1-1403-496e-92ee-71f6d439dcb8&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: 1102/2371] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:12:06 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1270/2372] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:12:06 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2373] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:12:09 2026] GET /v2.0/ports?device_id=a1b5a46a-55e6-45c4-922b-4c89c61b692d => generated 1200 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1271/2374] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:12:09 2026] GET /v2.0/security-groups?id=cc9e7be4-15c0-4a4f-a9be-b639b18076d7&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2375] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:12:14 2026] GET /v2.0/ports?device_id=a1b5a46a-55e6-45c4-922b-4c89c61b692d => generated 1200 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1272/2376] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:12:15 2026] GET /v2.0/security-groups?id=cc9e7be4-15c0-4a4f-a9be-b639b18076d7&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2377] 10.0.0.183 () {32 vars in 818 bytes} [Thu Apr 23 18:12:15 2026] GET /v2.0/ports?network_id=c33e1cf1-1403-496e-92ee-71f6d439dcb8&mac_address=fa%3A16%3A3e%3Ab7%3Acb%3A41 => generated 1200 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:12:15.960 6 INFO neutron.db.l3_db [None req-e037ae6a-044e-45d9-b6ee-f2372ebc2d89 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Floating IP 7b3d2de4-3a10-4b0c-9fa6-4f8c16623989 associated. External IP: 10.96.250.218, port: 4e8c781c-3203-4c78-9e4c-3a2f4bd607bb. [pid: 6|app: 0|req: 1273/2378] 10.0.0.183 () {34 vars in 677 bytes} [Thu Apr 23 18:12:15 2026] POST /v2.0/floatingips => generated 854 bytes in 1128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 18:12:16.378 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-3df0a7ab-221e-42cf-b42c-572641f24e95'] response: {'name': 'network-changed', 'server_uuid': 'a1b5a46a-55e6-45c4-922b-4c89c61b692d', 'tag': '4e8c781c-3203-4c78-9e4c-3a2f4bd607bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1106/2379] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:12:16 2026] GET /v2.0/ports?tenant_id=ab19a956f915401eacb6a35fe03a0e13&device_id=a1b5a46a-55e6-45c4-922b-4c89c61b692d => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1274/2380] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:12:16 2026] GET /v2.0/networks?id=c33e1cf1-1403-496e-92ee-71f6d439dcb8 => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2381] 199.204.45.153 () {34 vars in 1056 bytes} [Thu Apr 23 18:12:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.10&port_id=4e8c781c-3203-4c78-9e4c-3a2f4bd607bb => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1275/2382] 199.204.45.153 () {34 vars in 1106 bytes} [Thu Apr 23 18:12:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A364&port_id=4e8c781c-3203-4c78-9e4c-3a2f4bd607bb => 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: 1108/2383] 199.204.45.153 () {34 vars in 1064 bytes} [Thu Apr 23 18:12:17 2026] GET /v2.0/subnets?id=af8efd7b-2bdd-43f5-a3f1-07656e0f1788&id=15d3e8eb-59d6-45f1-b0ba-f2685ffcc60f => generated 1413 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1276/2384] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:12:17 2026] GET /v2.0/ports?network_id=c33e1cf1-1403-496e-92ee-71f6d439dcb8&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2385] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:12:17 2026] GET /v2.0/ports?network_id=c33e1cf1-1403-496e-92ee-71f6d439dcb8&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1277/2386] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:12:17 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8?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: 1110/2387] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:12:17 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8?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: 6|app: 0|req: 1279/2390] 10.0.0.250 () {34 vars in 990 bytes} [Thu Apr 23 18:12:21 2026] GET /v2.0/ports?device_id=a1b5a46a-55e6-45c4-922b-4c89c61b692d => generated 1469 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2391] 10.0.0.250 () {34 vars in 1040 bytes} [Thu Apr 23 18:12:21 2026] GET /v2.0/security-groups?id=cc9e7be4-15c0-4a4f-a9be-b639b18076d7&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1280/2392] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:12:32 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2393] 10.0.0.61 () {30 vars in 689 bytes} [Thu Apr 23 18:12:34 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) [pid: 6|app: 0|req: 1281/2394] 10.0.0.61 () {30 vars in 691 bytes} [Thu Apr 23 18:12:34 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: 1114/2395] 10.0.0.61 () {30 vars in 667 bytes} [Thu Apr 23 18:12:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1282/2396] 10.0.0.61 () {30 vars in 703 bytes} [Thu Apr 23 18:12:34 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: 1115/2397] 10.0.0.61 () {28 vars in 438 bytes} [Thu Apr 23 18:12:34 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1283/2398] 10.0.0.61 () {30 vars in 727 bytes} [Thu Apr 23 18:12:34 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 657 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2399] 10.0.0.61 () {30 vars in 689 bytes} [Thu Apr 23 18:12:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1284/2400] 10.0.0.61 () {30 vars in 691 bytes} [Thu Apr 23 18:12:34 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: 1117/2401] 10.0.0.61 () {30 vars in 667 bytes} [Thu Apr 23 18:12:34 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: 6|app: 0|req: 1285/2402] 10.0.0.61 () {30 vars in 703 bytes} [Thu Apr 23 18:12:34 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: 1118/2403] 10.0.0.61 () {30 vars in 727 bytes} [Thu Apr 23 18:12:34 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1286/2404] 10.0.0.61 () {30 vars in 689 bytes} [Thu Apr 23 18:12:35 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: 1119/2405] 10.0.0.61 () {30 vars in 691 bytes} [Thu Apr 23 18:12:35 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: 6|app: 0|req: 1287/2406] 10.0.0.61 () {30 vars in 667 bytes} [Thu Apr 23 18:12:35 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: 1120/2407] 10.0.0.61 () {30 vars in 703 bytes} [Thu Apr 23 18:12:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1288/2408] 10.0.0.61 () {30 vars in 729 bytes} [Thu Apr 23 18:12:35 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811 => 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: 1121/2409] 10.0.0.61 () {30 vars in 681 bytes} [Thu Apr 23 18:12:35 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1289/2410] 10.0.0.61 () {34 vars in 703 bytes} [Thu Apr 23 18:12:35 2026] POST /v2.0/ports => generated 1132 bytes in 338 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: 6|app: 0|req: 1291/2413] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:12:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2414] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:12:38 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: 6|app: 0|req: 1292/2415] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:12:38 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: 1124/2416] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:12:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1293/2417] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:12:38 2026] GET /v2.0/ports/3471da09-4414-4a03-9123-6f8d418fd4d1 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2418] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:12:38 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: 6|app: 0|req: 1294/2419] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:12:38 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: 1126/2420] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:12:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1295/2421] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:12:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:12:38.753 7 INFO neutron.api.v2.resource [None req-f0a84d2e-800a-4980-9124-1f81f1dd256c 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1127/2422] 199.204.45.153 () {30 vars in 763 bytes} [Thu Apr 23 18:12:38 2026] GET /v2.0/security-groups/lb-6c6697ce-3100-4363-8acb-51ef60f2a943 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1296/2423] 199.204.45.153 () {30 vars in 785 bytes} [Thu Apr 23 18:12:38 2026] GET /v2.0/security-groups?name=lb-6c6697ce-3100-4363-8acb-51ef60f2a943 => generated 23 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2424] 199.204.45.153 () {34 vars in 736 bytes} [Thu Apr 23 18:12:38 2026] POST /v2.0/security-groups => generated 1638 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1297/2425] 199.204.45.153 () {30 vars in 815 bytes} [Thu Apr 23 18:12:38 2026] GET /v2.0/security-group-rules?security_group_id=ddfb83f9-9b8f-4db2-858e-8e48ce1b7c87 => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2426] 199.204.45.153 () {34 vars in 789 bytes} [Thu Apr 23 18:12:39 2026] PUT /v2.0/ports/3471da09-4414-4a03-9123-6f8d418fd4d1 => generated 1132 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1298/2427] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:12:39 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: 7|app: 0|req: 1130/2428] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:12:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1299/2429] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:12:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2430] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:12:39 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: 6|app: 0|req: 1300/2431] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:12:39 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2432] 10.0.0.29 () {34 vars in 1015 bytes} [Thu Apr 23 18:12:46 2026] GET /v2.0/security-groups?id=ae11094d-4582-47e8-8311-5bc153c51c89&fields=id => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1301/2433] 10.0.0.29 () {34 vars in 981 bytes} [Thu Apr 23 18:12:46 2026] GET /v2.0/networks?id=54e7320c-aca6-46bc-b8df-ddf8588ef278 => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2434] 10.0.0.29 () {34 vars in 964 bytes} [Thu Apr 23 18:12:46 2026] GET /v2.0/quotas/12bf963eceb344e9867efeb932abc3c1 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1302/2435] 10.0.0.29 () {34 vars in 1001 bytes} [Thu Apr 23 18:12:46 2026] GET /v2.0/ports?tenant_id=12bf963eceb344e9867efeb932abc3c1&fields=id => generated 149 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2436] 10.0.0.29 () {34 vars in 1007 bytes} [Thu Apr 23 18:12:46 2026] GET /v2.0/networks/54e7320c-aca6-46bc-b8df-ddf8588ef278?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1303/2437] 10.0.0.29 () {34 vars in 1107 bytes} [Thu Apr 23 18:12:46 2026] GET /v2.0/networks/54e7320c-aca6-46bc-b8df-ddf8588ef278?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: 1135/2438] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:12:47 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1304/2439] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:12:47 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 12 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2440] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:12:50 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1305/2441] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:12:51 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2444] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:12:51 2026] GET /v2.0/networks?id=54e7320c-aca6-46bc-b8df-ddf8588ef278 => generated 735 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1307/2445] 199.204.45.153 () {34 vars in 1050 bytes} [Thu Apr 23 18:12:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=12bf963eceb344e9867efeb932abc3c1 => generated 343 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2446] 199.204.45.153 () {38 vars in 955 bytes} [Thu Apr 23 18:12:51 2026] POST /v2.0/ports => generated 1082 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1308/2447] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:12:51 2026] PUT /v2.0/ports/8f1b7b72-0dd0-4794-9098-2109218e95ab => generated 1243 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:12:52.295 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d213e7c-6fab-4def-bff6-e47a52677892'] response: {'name': 'network-changed', 'server_uuid': '978e4782-b067-4976-b0ee-3c23c2749445', 'tag': '8f1b7b72-0dd0-4794-9098-2109218e95ab', '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: 1140/2448] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:12:52 2026] GET /v2.0/ports?tenant_id=12bf963eceb344e9867efeb932abc3c1&device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1309/2449] 199.204.45.153 () {34 vars in 1018 bytes} [Thu Apr 23 18:12:52 2026] GET /v2.0/networks?tenant_id=12bf963eceb344e9867efeb932abc3c1&shared=False => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2450] 199.204.45.153 () {34 vars in 930 bytes} [Thu Apr 23 18:12:52 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: 6|app: 0|req: 1310/2451] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:12:53 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2452] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:12:53 2026] GET /v2.0/security-groups?id=ae11094d-4582-47e8-8311-5bc153c51c89&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1311/2453] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:12:53 2026] GET /v2.0/ports?tenant_id=12bf963eceb344e9867efeb932abc3c1&device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2454] 199.204.45.153 () {34 vars in 1062 bytes} [Thu Apr 23 18:12:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.123&port_id=8f1b7b72-0dd0-4794-9098-2109218e95ab => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1312/2455] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:12:54 2026] GET /v2.0/subnets?id=3095698c-9711-4058-900e-cd3cec3c1f5c => 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: 1144/2456] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:12:54 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1313/2457] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:12:54 2026] GET /v2.0/ports?network_id=54e7320c-aca6-46bc-b8df-ddf8588ef278&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2458] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:12:54 2026] GET /v2.0/networks/54e7320c-aca6-46bc-b8df-ddf8588ef278?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1314/2459] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:12:54 2026] GET /v2.0/networks/54e7320c-aca6-46bc-b8df-ddf8588ef278?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2460] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:12:56 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1315/2461] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:12:56 2026] GET /v2.0/security-groups?id=ae11094d-4582-47e8-8311-5bc153c51c89&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: 7|app: 0|req: 1147/2462] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:12:56 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1316/2463] 199.204.45.153 () {34 vars in 994 bytes} [Thu Apr 23 18:12:58 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2464] 199.204.45.153 () {34 vars in 1044 bytes} [Thu Apr 23 18:12:58 2026] GET /v2.0/security-groups?id=ae11094d-4582-47e8-8311-5bc153c51c89&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1317/2465] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:12:59 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2466] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:12:59 2026] GET /v2.0/security-groups?id=ae11094d-4582-47e8-8311-5bc153c51c89&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1318/2467] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:12:59 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2468] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:13:02 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1319/2469] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:13:02 2026] GET /v2.0/security-groups?id=ae11094d-4582-47e8-8311-5bc153c51c89&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2470] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:13:02 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1322/2475] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:13:32 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: 1154/2476] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:13:32 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: 6|app: 0|req: 1323/2477] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:13:32 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: 1155/2478] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:13:32 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: 6|app: 0|req: 1324/2479] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:13:32 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2480] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:13:32 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1325/2481] 199.204.45.153 () {34 vars in 717 bytes} [Thu Apr 23 18:13:32 2026] POST /v2.0/ports => generated 1055 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2482] 10.0.0.29 () {34 vars in 970 bytes} [Thu Apr 23 18:13:32 2026] GET /v2.0/ports/8887cc23-f185-44f4-9aad-855b753704b6 => generated 1055 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1326/2483] 10.0.0.29 () {34 vars in 906 bytes} [Thu Apr 23 18:13:32 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: 1158/2484] 199.204.45.153 () {34 vars in 1262 bytes} [Thu Apr 23 18:13:33 2026] GET /v2.0/ports/8887cc23-f185-44f4-9aad-855b753704b6?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1327/2485] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:13:33 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811?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: 1159/2486] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:13:33 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811?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: 6|app: 0|req: 1328/2487] 199.204.45.153 () {34 vars in 975 bytes} [Thu Apr 23 18:13:34 2026] GET /v2.0/ports/8887cc23-f185-44f4-9aad-855b753704b6 => generated 1055 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2488] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:13:34 2026] GET /v2.0/networks?id=e89a4291-54d9-445e-9616-cbcc06f5c811 => generated 803 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1329/2489] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:13:34 2026] PUT /v2.0/ports/8887cc23-f185-44f4-9aad-855b753704b6 => generated 1245 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:13:34.950 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-82f1bdeb-1c6e-45c1-b0c6-19bda750710d'] response: {'name': 'network-changed', 'server_uuid': '978e4782-b067-4976-b0ee-3c23c2749445', 'tag': '8887cc23-f185-44f4-9aad-855b753704b6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1161/2490] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:13:35 2026] GET /v2.0/ports?tenant_id=12bf963eceb344e9867efeb932abc3c1&device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 2485 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1330/2491] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:13:35 2026] GET /v2.0/networks?id=e89a4291-54d9-445e-9616-cbcc06f5c811 => generated 803 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2492] 199.204.45.153 () {34 vars in 1056 bytes} [Thu Apr 23 18:13:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.47&port_id=8887cc23-f185-44f4-9aad-855b753704b6 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1331/2493] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:13:35 2026] GET /v2.0/subnets?id=b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2494] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:13:35 2026] GET /v2.0/ports?network_id=e89a4291-54d9-445e-9616-cbcc06f5c811&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1332/2495] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:13:35 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811?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: 1164/2496] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:13:35 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811?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: 1166/2499] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:13:36 2026] GET /v2.0/ports?tenant_id=12bf963eceb344e9867efeb932abc3c1&device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 2485 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1334/2500] 199.204.45.153 () {34 vars in 1062 bytes} [Thu Apr 23 18:13:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.123&port_id=8f1b7b72-0dd0-4794-9098-2109218e95ab => 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: 1167/2501] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:13:36 2026] GET /v2.0/subnets?id=3095698c-9711-4058-900e-cd3cec3c1f5c => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1335/2502] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:13:36 2026] GET /v2.0/ports?network_id=54e7320c-aca6-46bc-b8df-ddf8588ef278&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2503] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:13:36 2026] GET /v2.0/networks/54e7320c-aca6-46bc-b8df-ddf8588ef278?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1336/2504] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:13:37 2026] GET /v2.0/networks/54e7320c-aca6-46bc-b8df-ddf8588ef278?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2505] 199.204.45.153 () {34 vars in 1056 bytes} [Thu Apr 23 18:13:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.47&port_id=8887cc23-f185-44f4-9aad-855b753704b6 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1337/2506] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:13:37 2026] GET /v2.0/subnets?id=b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2507] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:13:37 2026] GET /v2.0/ports?network_id=e89a4291-54d9-445e-9616-cbcc06f5c811&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: 6|app: 0|req: 1338/2508] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:13:37 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811?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: 1171/2509] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:13:37 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811?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: 6|app: 0|req: 1339/2510] 10.0.0.29 () {34 vars in 970 bytes} [Thu Apr 23 18:13:41 2026] GET /v2.0/ports/8887cc23-f185-44f4-9aad-855b753704b6 => generated 1247 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2511] 199.204.45.153 () {34 vars in 789 bytes} [Thu Apr 23 18:13:41 2026] PUT /v2.0/ports/8887cc23-f185-44f4-9aad-855b753704b6 => generated 1272 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:13:41.576 6 INFO neutron.api.v2.resource [None req-5e61d070-4bb0-4638-8352-0dcd516efc70 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1340/2512] 199.204.45.153 () {30 vars in 763 bytes} [Thu Apr 23 18:13:41 2026] GET /v2.0/security-groups/lb-6c6697ce-3100-4363-8acb-51ef60f2a943 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2513] 199.204.45.153 () {30 vars in 785 bytes} [Thu Apr 23 18:13:41 2026] GET /v2.0/security-groups?name=lb-6c6697ce-3100-4363-8acb-51ef60f2a943 => generated 1639 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:13:41.632 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ae2e2f3-1c2c-4b49-b042-6455d51822c6'] response: {'name': 'network-changed', 'server_uuid': '978e4782-b067-4976-b0ee-3c23c2749445', 'tag': '8887cc23-f185-44f4-9aad-855b753704b6', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1341/2514] 199.204.45.153 () {34 vars in 789 bytes} [Thu Apr 23 18:13:41 2026] PUT /v2.0/ports/8887cc23-f185-44f4-9aad-855b753704b6 => generated 1310 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:13:41.931 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-94ab5e48-28e0-4d09-9d95-c1da3fedf02d'] response: {'name': 'network-changed', 'server_uuid': '978e4782-b067-4976-b0ee-3c23c2749445', 'tag': '8887cc23-f185-44f4-9aad-855b753704b6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1174/2515] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:13:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1342/2516] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:13:42 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: 1175/2517] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:13:42 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: 1176/2518] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:13:42 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: 6|app: 0|req: 1343/2519] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:13:42 2026] GET /v2.0/ports?tenant_id=12bf963eceb344e9867efeb932abc3c1&device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2520] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:13:42 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2521] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:13:42 2026] GET /v2.0/ports/3471da09-4414-4a03-9123-6f8d418fd4d1 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1344/2522] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:13:42 2026] GET /v2.0/networks?id=e89a4291-54d9-445e-9616-cbcc06f5c811 => generated 803 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1345/2523] 199.204.45.153 () {34 vars in 1056 bytes} [Thu Apr 23 18:13:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.47&port_id=8887cc23-f185-44f4-9aad-855b753704b6 => 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: 1179/2524] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:13:42 2026] GET /v2.0/ports/8887cc23-f185-44f4-9aad-855b753704b6 => generated 1346 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1346/2525] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:13:42 2026] GET /v2.0/subnets?id=b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2526] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:13:42 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1347/2527] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:13:42 2026] GET /v2.0/ports?network_id=e89a4291-54d9-445e-9616-cbcc06f5c811&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2528] 199.204.45.153 () {30 vars in 743 bytes} [Thu Apr 23 18:13:42 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1348/2529] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:13:42 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811?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: 1182/2530] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:13:42 2026] GET /v2.0/ports/3471da09-4414-4a03-9123-6f8d418fd4d1 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2531] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:13:42 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1349/2532] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:13:42 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2533] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:13:43 2026] GET /v2.0/ports?tenant_id=12bf963eceb344e9867efeb932abc3c1&device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1350/2534] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:13:43 2026] GET /v2.0/networks?id=e89a4291-54d9-445e-9616-cbcc06f5c811 => generated 803 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2535] 199.204.45.153 () {34 vars in 1056 bytes} [Thu Apr 23 18:13:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.47&port_id=8887cc23-f185-44f4-9aad-855b753704b6 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1351/2536] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:13:43 2026] GET /v2.0/subnets?id=b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2537] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:13:43 2026] GET /v2.0/ports?network_id=e89a4291-54d9-445e-9616-cbcc06f5c811&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1352/2538] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:13:43 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811?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: 1187/2539] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:13:43 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:13:46.969 6 INFO neutron.db.l3_db [None req-36a82aba-1ff8-433d-9629-8a5223370c96 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Floating IP cf105e5e-5608-4ec4-8224-c8d4d7d8ed87 associated. External IP: 10.96.250.208, port: 3471da09-4414-4a03-9123-6f8d418fd4d1. [pid: 6|app: 0|req: 1353/2540] 10.0.0.183 () {34 vars in 677 bytes} [Thu Apr 23 18:13:46 2026] POST /v2.0/floatingips => generated 899 bytes in 1015 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2541] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:13:50 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: 6|app: 0|req: 1354/2542] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:13:50 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: 1189/2543] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:13: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: 6|app: 0|req: 1355/2544] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:13:50 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-23 18:13:50.196 7 INFO neutron.api.v2.resource [None req-6c262ec7-93d7-4fbf-8f04-6f2e4f4d74ea 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1190/2545] 199.204.45.153 () {30 vars in 763 bytes} [Thu Apr 23 18:13:50 2026] GET /v2.0/security-groups/lb-6c6697ce-3100-4363-8acb-51ef60f2a943 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1356/2546] 199.204.45.153 () {30 vars in 785 bytes} [Thu Apr 23 18:13:50 2026] GET /v2.0/security-groups?name=lb-6c6697ce-3100-4363-8acb-51ef60f2a943 => 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: 1191/2547] 199.204.45.153 () {30 vars in 815 bytes} [Thu Apr 23 18:13:50 2026] GET /v2.0/security-group-rules?security_group_id=ddfb83f9-9b8f-4db2-858e-8e48ce1b7c87 => generated 1182 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1357/2548] 199.204.45.153 () {34 vars in 747 bytes} [Thu Apr 23 18:13:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2549] 199.204.45.153 () {34 vars in 747 bytes} [Thu Apr 23 18:13:50 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: 6|app: 0|req: 1359/2552] 10.0.0.61 () {30 vars in 689 bytes} [Thu Apr 23 18:13:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2553] 10.0.0.61 () {30 vars in 691 bytes} [Thu Apr 23 18:13:59 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: 6|app: 0|req: 1360/2554] 10.0.0.61 () {30 vars in 667 bytes} [Thu Apr 23 18:13:59 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: 1195/2555] 10.0.0.61 () {30 vars in 703 bytes} [Thu Apr 23 18:13:59 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: 6|app: 0|req: 1361/2556] 10.0.0.61 () {28 vars in 438 bytes} [Thu Apr 23 18:13:59 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2557] 10.0.0.61 () {30 vars in 727 bytes} [Thu Apr 23 18:13:59 2026] GET /v2.0/subnets/3c831baa-ad1b-47f9-b8d9-4536c481f228 => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1362/2558] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:14:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2559] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:14:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1363/2560] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:14:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2561] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:14:00 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: 6|app: 0|req: 1364/2562] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:00 2026] GET /v2.0/subnets/3c831baa-ad1b-47f9-b8d9-4536c481f228 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2563] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:14:00 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 2586 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1365/2564] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:14:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2565] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:14:00 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: 6|app: 0|req: 1366/2566] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:14:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2567] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:14:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1367/2568] 199.204.45.153 () {34 vars in 717 bytes} [Thu Apr 23 18:14:00 2026] POST /v2.0/ports => generated 1324 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2569] 10.0.0.29 () {34 vars in 970 bytes} [Thu Apr 23 18:14:01 2026] GET /v2.0/ports/68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae => generated 1324 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, ' [pid: 6|app: 0|req: 1368/2570] 10.0.0.29 () {34 vars in 906 bytes} [Thu Apr 23 18:14:01 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: 1203/2571] 199.204.45.153 () {34 vars in 1262 bytes} [Thu Apr 23 18:14:02 2026] GET /v2.0/ports/68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae?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: 6|app: 0|req: 1369/2572] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:02 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?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: 1204/2573] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:02 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?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: 6|app: 0|req: 1370/2574] 199.204.45.153 () {34 vars in 975 bytes} [Thu Apr 23 18:14:02 2026] GET /v2.0/ports/68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae => generated 1324 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2575] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:14:02 2026] GET /v2.0/networks?id=ecd391b3-9f49-4cbe-8a9c-6786d592518c => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1371/2576] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:14:02 2026] PUT /v2.0/ports/68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae => generated 1514 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:14:03.449 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-4abe4ee0-d6f7-47c5-83ca-7d5e09c2ef47'] response: {'name': 'network-changed', 'server_uuid': '978e4782-b067-4976-b0ee-3c23c2749445', 'tag': '68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1206/2577] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:14:03 2026] GET /v2.0/ports?tenant_id=12bf963eceb344e9867efeb932abc3c1&device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 4092 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1372/2578] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:14:04 2026] GET /v2.0/networks?id=ecd391b3-9f49-4cbe-8a9c-6786d592518c => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2579] 199.204.45.153 () {34 vars in 1056 bytes} [Thu Apr 23 18:14:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.13&port_id=68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1373/2580] 199.204.45.153 () {34 vars in 1104 bytes} [Thu Apr 23 18:14:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1db&port_id=68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2581] 199.204.45.153 () {34 vars in 1064 bytes} [Thu Apr 23 18:14:04 2026] GET /v2.0/subnets?id=d758ef40-53b4-4966-9f2e-6d6d9e1e37a8&id=3c831baa-ad1b-47f9-b8d9-4536c481f228 => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1374/2582] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:04 2026] GET /v2.0/ports?network_id=ecd391b3-9f49-4cbe-8a9c-6786d592518c&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2583] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:04 2026] GET /v2.0/ports?network_id=ecd391b3-9f49-4cbe-8a9c-6786d592518c&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: 6|app: 0|req: 1375/2584] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:04 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?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: 1210/2585] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:04 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?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: 6|app: 0|req: 1376/2586] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:14:05 2026] GET /v2.0/ports?tenant_id=12bf963eceb344e9867efeb932abc3c1&device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 4092 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2587] 199.204.45.153 () {34 vars in 1062 bytes} [Thu Apr 23 18:14:05 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.123&port_id=8f1b7b72-0dd0-4794-9098-2109218e95ab => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1377/2588] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:14:05 2026] GET /v2.0/subnets?id=3095698c-9711-4058-900e-cd3cec3c1f5c => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2589] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:05 2026] GET /v2.0/ports?network_id=54e7320c-aca6-46bc-b8df-ddf8588ef278&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: 6|app: 0|req: 1378/2590] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:05 2026] GET /v2.0/networks/54e7320c-aca6-46bc-b8df-ddf8588ef278?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: 1213/2591] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:05 2026] GET /v2.0/networks/54e7320c-aca6-46bc-b8df-ddf8588ef278?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: 6|app: 0|req: 1379/2592] 199.204.45.153 () {34 vars in 1056 bytes} [Thu Apr 23 18:14:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.47&port_id=8887cc23-f185-44f4-9aad-855b753704b6 => 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: 1214/2593] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:14:05 2026] GET /v2.0/subnets?id=b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1380/2594] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:05 2026] GET /v2.0/ports?network_id=e89a4291-54d9-445e-9616-cbcc06f5c811&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: 1215/2595] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:05 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1381/2596] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:05 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811?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: 1216/2597] 199.204.45.153 () {34 vars in 1056 bytes} [Thu Apr 23 18:14:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.13&port_id=68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1382/2598] 199.204.45.153 () {34 vars in 1104 bytes} [Thu Apr 23 18:14:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1db&port_id=68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae => 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: 1217/2599] 199.204.45.153 () {34 vars in 1064 bytes} [Thu Apr 23 18:14:05 2026] GET /v2.0/subnets?id=d758ef40-53b4-4966-9f2e-6d6d9e1e37a8&id=3c831baa-ad1b-47f9-b8d9-4536c481f228 => generated 1411 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1383/2600] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:05 2026] GET /v2.0/ports?network_id=ecd391b3-9f49-4cbe-8a9c-6786d592518c&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: 1218/2601] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:05 2026] GET /v2.0/ports?network_id=ecd391b3-9f49-4cbe-8a9c-6786d592518c&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: 6|app: 0|req: 1384/2602] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:06 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?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: 1219/2603] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:06 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?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: 6|app: 0|req: 1386/2606] 10.0.0.29 () {34 vars in 970 bytes} [Thu Apr 23 18:14:10 2026] GET /v2.0/ports/68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae => generated 1516 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2607] 199.204.45.153 () {30 vars in 743 bytes} [Thu Apr 23 18:14:10 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c => generated 798 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1387/2608] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:10 2026] GET /v2.0/subnets/3c831baa-ad1b-47f9-b8d9-4536c481f228 => 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: 1222/2609] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:10 2026] GET /v2.0/subnets/d758ef40-53b4-4966-9f2e-6d6d9e1e37a8 => generated 744 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1388/2610] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:14:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2611] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:14:10 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: 6|app: 0|req: 1389/2612] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:14:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2613] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:14:10 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: 6|app: 0|req: 1390/2614] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:10 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2615] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:14:10 2026] GET /v2.0/ports/3471da09-4414-4a03-9123-6f8d418fd4d1 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1391/2616] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:14:10 2026] GET /v2.0/ports/8887cc23-f185-44f4-9aad-855b753704b6 => generated 1346 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2617] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:10 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1392/2618] 199.204.45.153 () {30 vars in 743 bytes} [Thu Apr 23 18:14:10 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2619] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:14:10 2026] GET /v2.0/ports/3471da09-4414-4a03-9123-6f8d418fd4d1 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1393/2620] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:10 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2621] 10.0.0.61 () {30 vars in 689 bytes} [Thu Apr 23 18:14:15 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: 6|app: 0|req: 1394/2622] 10.0.0.61 () {30 vars in 691 bytes} [Thu Apr 23 18:14:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2623] 10.0.0.61 () {30 vars in 667 bytes} [Thu Apr 23 18:14:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1395/2624] 10.0.0.61 () {30 vars in 703 bytes} [Thu Apr 23 18:14:15 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: 1230/2625] 10.0.0.61 () {28 vars in 438 bytes} [Thu Apr 23 18:14:15 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1396/2626] 10.0.0.61 () {30 vars in 727 bytes} [Thu Apr 23 18:14:15 2026] GET /v2.0/subnets/af8efd7b-2bdd-43f5-a3f1-07656e0f1788 => generated 655 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2627] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:14:16 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: 6|app: 0|req: 1397/2628] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:14:16 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: 1232/2629] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:14:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1398/2630] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:14:16 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: 1233/2631] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:16 2026] GET /v2.0/subnets/3c831baa-ad1b-47f9-b8d9-4536c481f228 => generated 674 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1399/2632] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:16 2026] GET /v2.0/subnets/af8efd7b-2bdd-43f5-a3f1-07656e0f1788 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2633] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:14:16 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 4094 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1400/2634] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:14:16 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: 1235/2635] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:14:16 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: 6|app: 0|req: 1401/2636] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:14:16 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: 1236/2637] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:14:16 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: 6|app: 0|req: 1402/2638] 199.204.45.153 () {34 vars in 717 bytes} [Thu Apr 23 18:14:16 2026] POST /v2.0/ports => generated 1332 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2639] 10.0.0.29 () {34 vars in 970 bytes} [Thu Apr 23 18:14:16 2026] GET /v2.0/ports/b12f0147-dde3-4f36-a15e-37d6c9852277 => generated 1332 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1403/2640] 199.204.45.153 () {34 vars in 1262 bytes} [Thu Apr 23 18:14:18 2026] GET /v2.0/ports/b12f0147-dde3-4f36-a15e-37d6c9852277?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2641] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:18 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1404/2642] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:18 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2643] 199.204.45.153 () {34 vars in 975 bytes} [Thu Apr 23 18:14:18 2026] GET /v2.0/ports/b12f0147-dde3-4f36-a15e-37d6c9852277 => generated 1332 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1405/2644] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:14:18 2026] GET /v2.0/networks?id=c33e1cf1-1403-496e-92ee-71f6d439dcb8 => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2645] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:14:18 2026] PUT /v2.0/ports/b12f0147-dde3-4f36-a15e-37d6c9852277 => generated 1522 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:14:19.278 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5372fe3-0423-48cc-9fd2-78e2e2934485'] response: {'name': 'network-changed', 'server_uuid': '978e4782-b067-4976-b0ee-3c23c2749445', 'tag': 'b12f0147-dde3-4f36-a15e-37d6c9852277', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1406/2646] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:14:19 2026] GET /v2.0/ports?tenant_id=12bf963eceb344e9867efeb932abc3c1&device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 5608 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1241/2647] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:14:19 2026] GET /v2.0/networks?id=c33e1cf1-1403-496e-92ee-71f6d439dcb8 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1407/2648] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:14:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.197&port_id=b12f0147-dde3-4f36-a15e-37d6c9852277 => 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: 1242/2649] 199.204.45.153 () {34 vars in 1106 bytes} [Thu Apr 23 18:14:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3cd&port_id=b12f0147-dde3-4f36-a15e-37d6c9852277 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1408/2650] 199.204.45.153 () {34 vars in 1064 bytes} [Thu Apr 23 18:14:19 2026] GET /v2.0/subnets?id=af8efd7b-2bdd-43f5-a3f1-07656e0f1788&id=15d3e8eb-59d6-45f1-b0ba-f2685ffcc60f => generated 1413 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2651] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:19 2026] GET /v2.0/ports?network_id=c33e1cf1-1403-496e-92ee-71f6d439dcb8&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1409/2652] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:20 2026] GET /v2.0/ports?network_id=c33e1cf1-1403-496e-92ee-71f6d439dcb8&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2653] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:20 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1410/2654] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:20 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2657] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:14:21 2026] GET /v2.0/ports?tenant_id=12bf963eceb344e9867efeb932abc3c1&device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 5608 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1413/2658] 199.204.45.153 () {34 vars in 1062 bytes} [Thu Apr 23 18:14:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.123&port_id=8f1b7b72-0dd0-4794-9098-2109218e95ab => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2659] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:14:21 2026] GET /v2.0/subnets?id=3095698c-9711-4058-900e-cd3cec3c1f5c => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1414/2660] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:21 2026] GET /v2.0/ports?network_id=54e7320c-aca6-46bc-b8df-ddf8588ef278&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2661] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:21 2026] GET /v2.0/networks/54e7320c-aca6-46bc-b8df-ddf8588ef278?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1415/2662] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:21 2026] GET /v2.0/networks/54e7320c-aca6-46bc-b8df-ddf8588ef278?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: 1248/2663] 199.204.45.153 () {34 vars in 1056 bytes} [Thu Apr 23 18:14:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.47&port_id=8887cc23-f185-44f4-9aad-855b753704b6 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1416/2664] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:14:21 2026] GET /v2.0/subnets?id=b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2665] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:21 2026] GET /v2.0/ports?network_id=e89a4291-54d9-445e-9616-cbcc06f5c811&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1417/2666] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:21 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811?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: 1250/2667] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:21 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811?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: 6|app: 0|req: 1418/2668] 199.204.45.153 () {34 vars in 1056 bytes} [Thu Apr 23 18:14:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.13&port_id=68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae => 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: 1251/2669] 199.204.45.153 () {34 vars in 1104 bytes} [Thu Apr 23 18:14:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1db&port_id=68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1419/2670] 199.204.45.153 () {34 vars in 1064 bytes} [Thu Apr 23 18:14:21 2026] GET /v2.0/subnets?id=d758ef40-53b4-4966-9f2e-6d6d9e1e37a8&id=3c831baa-ad1b-47f9-b8d9-4536c481f228 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2671] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:21 2026] GET /v2.0/ports?network_id=ecd391b3-9f49-4cbe-8a9c-6786d592518c&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: 6|app: 0|req: 1420/2672] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:21 2026] GET /v2.0/ports?network_id=ecd391b3-9f49-4cbe-8a9c-6786d592518c&device_owner=network%3Adhcp => generated 1457 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2673] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:21 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1421/2674] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:22 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?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: 1254/2675] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:14:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.197&port_id=b12f0147-dde3-4f36-a15e-37d6c9852277 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1422/2676] 199.204.45.153 () {34 vars in 1106 bytes} [Thu Apr 23 18:14:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3cd&port_id=b12f0147-dde3-4f36-a15e-37d6c9852277 => 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: 1255/2677] 199.204.45.153 () {34 vars in 1064 bytes} [Thu Apr 23 18:14:22 2026] GET /v2.0/subnets?id=af8efd7b-2bdd-43f5-a3f1-07656e0f1788&id=15d3e8eb-59d6-45f1-b0ba-f2685ffcc60f => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1423/2678] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:22 2026] GET /v2.0/ports?network_id=c33e1cf1-1403-496e-92ee-71f6d439dcb8&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2679] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:22 2026] GET /v2.0/ports?network_id=c33e1cf1-1403-496e-92ee-71f6d439dcb8&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: 6|app: 0|req: 1424/2680] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:22 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8?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: 1257/2681] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:22 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8?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: 6|app: 0|req: 1425/2682] 10.0.0.29 () {34 vars in 970 bytes} [Thu Apr 23 18:14:26 2026] GET /v2.0/ports/b12f0147-dde3-4f36-a15e-37d6c9852277 => generated 1524 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2683] 199.204.45.153 () {30 vars in 743 bytes} [Thu Apr 23 18:14:26 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1426/2684] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:26 2026] GET /v2.0/subnets/af8efd7b-2bdd-43f5-a3f1-07656e0f1788 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2685] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:26 2026] GET /v2.0/subnets/15d3e8eb-59d6-45f1-b0ba-f2685ffcc60f => generated 747 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1427/2686] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:14:26 2026] GET /v2.0/ports/68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae => generated 1516 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2687] 199.204.45.153 () {34 vars in 790 bytes} [Thu Apr 23 18:14:26 2026] PUT /v2.0/ports/68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae => generated 1251 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:14:26.793 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-52e19ed6-e915-403a-adfd-e14f8eb3ab89'] response: {'name': 'network-changed', 'server_uuid': '978e4782-b067-4976-b0ee-3c23c2749445', 'tag': '68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1428/2688] 199.204.45.153 () {30 vars in 743 bytes} [Thu Apr 23 18:14:26 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1261/2689] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:26 2026] GET /v2.0/subnets/3c831baa-ad1b-47f9-b8d9-4536c481f228 => generated 674 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1429/2690] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:14:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2691] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:14: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: 6|app: 0|req: 1430/2692] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:14: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: 7|app: 0|req: 1263/2693] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:14: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: 6|app: 0|req: 1431/2694] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:27 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2695] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:14:27 2026] GET /v2.0/ports/3471da09-4414-4a03-9123-6f8d418fd4d1 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1432/2696] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:14:27 2026] GET /v2.0/ports/8887cc23-f185-44f4-9aad-855b753704b6 => generated 1346 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2697] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:27 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1433/2698] 199.204.45.153 () {30 vars in 743 bytes} [Thu Apr 23 18:14:27 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2699] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:14:27 2026] GET /v2.0/ports/3471da09-4414-4a03-9123-6f8d418fd4d1 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1434/2700] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:27 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2701] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:14:27 2026] GET /v2.0/ports?tenant_id=12bf963eceb344e9867efeb932abc3c1&device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 5381 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1435/2702] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:14:27 2026] GET /v2.0/networks?id=ecd391b3-9f49-4cbe-8a9c-6786d592518c => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2703] 199.204.45.153 () {34 vars in 1056 bytes} [Thu Apr 23 18:14:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.13&port_id=68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1436/2704] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:14:27 2026] GET /v2.0/subnets?id=3c831baa-ad1b-47f9-b8d9-4536c481f228 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2705] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:27 2026] GET /v2.0/ports?network_id=ecd391b3-9f49-4cbe-8a9c-6786d592518c&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: 6|app: 0|req: 1437/2706] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:27 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2707] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:27 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2710] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:14:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1439/2711] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:14:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2712] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:14:40 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: 6|app: 0|req: 1440/2713] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:14:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2714] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:40 2026] GET /v2.0/subnets/3c831baa-ad1b-47f9-b8d9-4536c481f228 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1441/2715] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:14:40 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 5381 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2716] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:14:40 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: 6|app: 0|req: 1442/2717] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:14:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2718] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:14:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1443/2719] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:14:40 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: 1277/2720] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:14:40 2026] GET /v2.0/ports/b12f0147-dde3-4f36-a15e-37d6c9852277 => generated 1524 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1444/2721] 199.204.45.153 () {34 vars in 790 bytes} [Thu Apr 23 18:14:40 2026] PUT /v2.0/ports/b12f0147-dde3-4f36-a15e-37d6c9852277 => generated 1311 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:14:40.939 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-72e1372f-9286-4231-ad79-5dd7a8b7964f'] response: {'name': 'network-changed', 'server_uuid': '978e4782-b067-4976-b0ee-3c23c2749445', 'tag': 'b12f0147-dde3-4f36-a15e-37d6c9852277', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1278/2722] 199.204.45.153 () {30 vars in 743 bytes} [Thu Apr 23 18:14:40 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8 => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1445/2723] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:40 2026] GET /v2.0/subnets/15d3e8eb-59d6-45f1-b0ba-f2685ffcc60f => generated 747 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2724] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:14:40 2026] GET /v2.0/ports/b12f0147-dde3-4f36-a15e-37d6c9852277 => generated 1347 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1446/2725] 199.204.45.153 () {34 vars in 789 bytes} [Thu Apr 23 18:14:41 2026] PUT /v2.0/ports/b12f0147-dde3-4f36-a15e-37d6c9852277 => generated 1080 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2726] 199.204.45.153 () {30 vars in 743 bytes} [Thu Apr 23 18:14:41 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8 => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1447/2727] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:14:41 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 4973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2728] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:14:41 2026] GET /v2.0/ports?tenant_id=12bf963eceb344e9867efeb932abc3c1&device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 4973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1448/2729] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:14:41 2026] GET /v2.0/networks?id=c33e1cf1-1403-496e-92ee-71f6d439dcb8 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1449/2730] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:41 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8?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: 1282/2731] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:14:41 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 4973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1450/2732] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:41 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2733] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:14:42 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 4973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:14:42.983 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ed92727-2a09-4497-99fd-868bf4eeac6f'] response: {'name': 'network-changed', 'server_uuid': '978e4782-b067-4976-b0ee-3c23c2749445', 'tag': 'b12f0147-dde3-4f36-a15e-37d6c9852277', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1451/2734] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:14:43 2026] GET /v2.0/ports?tenant_id=12bf963eceb344e9867efeb932abc3c1&device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 4973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2735] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:14:43 2026] GET /v2.0/networks?id=c33e1cf1-1403-496e-92ee-71f6d439dcb8 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1452/2736] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:43 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8?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: 1285/2737] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:43 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1453/2738] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:14:43 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 4973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2739] 199.204.45.153 () {34 vars in 975 bytes} [Thu Apr 23 18:14:43 2026] GET /v2.0/ports/b12f0147-dde3-4f36-a15e-37d6c9852277 => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1454/2740] 199.204.45.153 () {34 vars in 1060 bytes} [Thu Apr 23 18:14:43 2026] GET /v2.0/ports/b12f0147-dde3-4f36-a15e-37d6c9852277?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2741] 199.204.45.153 () {34 vars in 1016 bytes} [Thu Apr 23 18:14:43 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1455/2742] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:14:44 2026] PUT /v2.0/ports/b12f0147-dde3-4f36-a15e-37d6c9852277 => generated 917 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2743] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:14:44 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 3865 bytes in 64 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-23 18:14:44.953 6 INFO neutron_taas.services.taas.taas_plugin [None req-a52b64cf-47b0-402a-ac6f-ea09883c9dbb 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: b12f0147-dde3-4f36-a15e-37d6c9852277 2026-04-23 18:14:44.956 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a52b64cf-47b0-402a-ac6f-ea09883c9dbb 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: b12f0147-dde3-4f36-a15e-37d6c9852277 [pid: 6|app: 0|req: 1456/2744] 199.204.45.153 () {32 vars in 759 bytes} [Thu Apr 23 18:14:44 2026] DELETE /v2.0/ports/b12f0147-dde3-4f36-a15e-37d6c9852277 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2745] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:14:45 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: 6|app: 0|req: 1457/2746] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:14:45 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: 1290/2747] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:14:45 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: 6|app: 0|req: 1458/2748] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:14:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2749] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:45 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1459/2750] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:14:45 2026] GET /v2.0/ports/3471da09-4414-4a03-9123-6f8d418fd4d1 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2751] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:14:45 2026] GET /v2.0/ports/8887cc23-f185-44f4-9aad-855b753704b6 => generated 1346 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1460/2752] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:45 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2753] 199.204.45.153 () {30 vars in 743 bytes} [Thu Apr 23 18:14:45 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811 => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1461/2754] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:14:45 2026] GET /v2.0/ports/3471da09-4414-4a03-9123-6f8d418fd4d1 => generated 1132 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2755] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:45 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1462/2756] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:14:45 2026] GET /v2.0/ports?tenant_id=12bf963eceb344e9867efeb932abc3c1&device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 3865 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2757] 199.204.45.153 () {34 vars in 1226 bytes} [Thu Apr 23 18:14:45 2026] GET /v2.0/networks?id=54e7320c-aca6-46bc-b8df-ddf8588ef278&id=e89a4291-54d9-445e-9616-cbcc06f5c811&id=ecd391b3-9f49-4cbe-8a9c-6786d592518c&id=c33e1cf1-1403-496e-92ee-71f6d439dcb8 => generated 3098 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1463/2758] 199.204.45.153 () {34 vars in 1062 bytes} [Thu Apr 23 18:14:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.123&port_id=8f1b7b72-0dd0-4794-9098-2109218e95ab => 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: 1296/2759] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:14:45 2026] GET /v2.0/subnets?id=3095698c-9711-4058-900e-cd3cec3c1f5c => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1464/2760] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:45 2026] GET /v2.0/ports?network_id=54e7320c-aca6-46bc-b8df-ddf8588ef278&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2761] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:45 2026] GET /v2.0/networks/54e7320c-aca6-46bc-b8df-ddf8588ef278?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1465/2762] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:46 2026] GET /v2.0/networks/54e7320c-aca6-46bc-b8df-ddf8588ef278?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2763] 199.204.45.153 () {34 vars in 1056 bytes} [Thu Apr 23 18:14:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.47&port_id=8887cc23-f185-44f4-9aad-855b753704b6 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1466/2764] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:14:46 2026] GET /v2.0/subnets?id=b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2765] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:46 2026] GET /v2.0/ports?network_id=e89a4291-54d9-445e-9616-cbcc06f5c811&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: 6|app: 0|req: 1467/2766] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:46 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811?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: 1300/2767] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:46 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811?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: 6|app: 0|req: 1468/2768] 199.204.45.153 () {34 vars in 1056 bytes} [Thu Apr 23 18:14:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.13&port_id=68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae => 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: 1301/2769] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:14:46 2026] GET /v2.0/subnets?id=3c831baa-ad1b-47f9-b8d9-4536c481f228 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1469/2770] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:46 2026] GET /v2.0/ports?network_id=ecd391b3-9f49-4cbe-8a9c-6786d592518c&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: 1302/2771] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:46 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1470/2772] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:46 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?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: 1303/2773] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:14: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: 6|app: 0|req: 1471/2774] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:14:50 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: 1304/2775] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:14:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1472/2776] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:14:50 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: 1305/2777] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:14:50 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 3865 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1473/2778] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:14:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2779] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:14: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: 6|app: 0|req: 1474/2780] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:14:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2781] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:14:50 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: 6|app: 0|req: 1475/2782] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:14:50 2026] GET /v2.0/ports/68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae => generated 1287 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2785] 199.204.45.153 () {34 vars in 789 bytes} [Thu Apr 23 18:14:50 2026] PUT /v2.0/ports/68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae => generated 1080 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:14:51.307 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6371a54-6c38-4b63-ab4b-c2d83e5f000f'] response: {'name': 'network-changed', 'server_uuid': '978e4782-b067-4976-b0ee-3c23c2749445', 'tag': '68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1478/2786] 199.204.45.153 () {30 vars in 743 bytes} [Thu Apr 23 18:14:51 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c => generated 798 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1309/2787] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:14:51 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 3694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1479/2788] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:14:51 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 3694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2789] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:14:51 2026] GET /v2.0/ports?tenant_id=12bf963eceb344e9867efeb932abc3c1&device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1480/2790] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:14:51 2026] GET /v2.0/networks?id=ecd391b3-9f49-4cbe-8a9c-6786d592518c => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2791] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:51 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1481/2792] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:51 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?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: 1312/2793] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:14:52 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 3694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1482/2794] 199.204.45.153 () {34 vars in 975 bytes} [Thu Apr 23 18:14:53 2026] GET /v2.0/ports/68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae => generated 1116 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2795] 199.204.45.153 () {34 vars in 1060 bytes} [Thu Apr 23 18:14:53 2026] GET /v2.0/ports/68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1483/2796] 199.204.45.153 () {34 vars in 1016 bytes} [Thu Apr 23 18:14:53 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2797] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:14:53 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 3694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1484/2798] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:14:53 2026] PUT /v2.0/ports/68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae => generated 917 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2799] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:14:54 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 18:14:54.803 6 INFO neutron_taas.services.taas.taas_plugin [None req-cd82753f-141a-44ec-9a3b-afd06a3fe4cb 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae 2026-04-23 18:14:54.806 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd82753f-141a-44ec-9a3b-afd06a3fe4cb 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae [pid: 6|app: 0|req: 1485/2800] 199.204.45.153 () {32 vars in 759 bytes} [Thu Apr 23 18:14:54 2026] DELETE /v2.0/ports/68b4bb2e-e15b-4f0d-8672-28c3d2b0b0ae => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2801] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:14:55 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: 6|app: 0|req: 1486/2802] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:14:55 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: 1317/2803] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:14:55 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: 6|app: 0|req: 1487/2804] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:14:55 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: 1318/2805] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:55 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1488/2806] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:14:55 2026] GET /v2.0/ports/3471da09-4414-4a03-9123-6f8d418fd4d1 => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2807] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:14:55 2026] GET /v2.0/ports/8887cc23-f185-44f4-9aad-855b753704b6 => generated 1346 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1489/2808] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:55 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1490/2809] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:14:55 2026] GET /v2.0/ports?tenant_id=12bf963eceb344e9867efeb932abc3c1&device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2810] 199.204.45.153 () {30 vars in 743 bytes} [Thu Apr 23 18:14:55 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811 => generated 800 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2811] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:14:55 2026] GET /v2.0/ports/3471da09-4414-4a03-9123-6f8d418fd4d1 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1491/2812] 199.204.45.153 () {34 vars in 1146 bytes} [Thu Apr 23 18:14:55 2026] GET /v2.0/networks?id=54e7320c-aca6-46bc-b8df-ddf8588ef278&id=e89a4291-54d9-445e-9616-cbcc06f5c811&id=ecd391b3-9f49-4cbe-8a9c-6786d592518c => generated 2311 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1492/2813] 199.204.45.153 () {34 vars in 1062 bytes} [Thu Apr 23 18:14:55 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.123&port_id=8f1b7b72-0dd0-4794-9098-2109218e95ab => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2814] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:14:55 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1493/2815] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:14:55 2026] GET /v2.0/subnets?id=3095698c-9711-4058-900e-cd3cec3c1f5c => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2816] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:55 2026] GET /v2.0/ports?network_id=54e7320c-aca6-46bc-b8df-ddf8588ef278&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1494/2817] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:55 2026] GET /v2.0/networks/54e7320c-aca6-46bc-b8df-ddf8588ef278?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: 1324/2818] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:55 2026] GET /v2.0/networks/54e7320c-aca6-46bc-b8df-ddf8588ef278?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1495/2819] 199.204.45.153 () {34 vars in 1056 bytes} [Thu Apr 23 18:14:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.47&port_id=8887cc23-f185-44f4-9aad-855b753704b6 => 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: 1325/2820] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:14:55 2026] GET /v2.0/subnets?id=b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1496/2821] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:14:55 2026] GET /v2.0/ports?network_id=e89a4291-54d9-445e-9616-cbcc06f5c811&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: 1326/2822] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:14:55 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1497/2823] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:14:55 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811?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: 1328/2826] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:15:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1499/2827] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:15:09 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: 1329/2828] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:15:09 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: 6|app: 0|req: 1500/2829] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:15:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:15:09.288 7 INFO neutron.api.v2.resource [None req-7d7e9001-421b-4d7e-9361-ade97de873e0 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1330/2830] 199.204.45.153 () {30 vars in 763 bytes} [Thu Apr 23 18:15:09 2026] GET /v2.0/security-groups/lb-6c6697ce-3100-4363-8acb-51ef60f2a943 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1501/2831] 199.204.45.153 () {30 vars in 785 bytes} [Thu Apr 23 18:15:09 2026] GET /v2.0/security-groups?name=lb-6c6697ce-3100-4363-8acb-51ef60f2a943 => generated 2865 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2832] 199.204.45.153 () {30 vars in 815 bytes} [Thu Apr 23 18:15:09 2026] GET /v2.0/security-group-rules?security_group_id=ddfb83f9-9b8f-4db2-858e-8e48ce1b7c87 => generated 2334 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1502/2833] 199.204.45.153 () {32 vars in 789 bytes} [Thu Apr 23 18:15:09 2026] DELETE /v2.0/security-group-rules/79784197-709c-4a69-8874-ca32ec8aa712 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2834] 199.204.45.153 () {32 vars in 789 bytes} [Thu Apr 23 18:15:09 2026] DELETE /v2.0/security-group-rules/d4af3e88-1127-4259-beae-3d5fdc930e6d => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:15:10.805 6 INFO neutron_taas.services.taas.taas_plugin [None req-16c427e3-c530-49c2-b212-87b83c9952de 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] TaaS: Handle Delete Port: cd51a018-60e0-49f6-b783-f354877f6daa 2026-04-23 18:15:10.808 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16c427e3-c530-49c2-b212-87b83c9952de 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Tap Mirror: Handle Delete Port: cd51a018-60e0-49f6-b783-f354877f6daa 2026-04-23 18:15:10.981 6 INFO neutron.db.l3_db [None req-16c427e3-c530-49c2-b212-87b83c9952de 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Floating IP cf105e5e-5608-4ec4-8224-c8d4d7d8ed87 disassociated (deleted). External IP: 10.96.250.208, port: 3471da09-4414-4a03-9123-6f8d418fd4d1. [pid: 6|app: 0|req: 1503/2835] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:15:10 2026] DELETE /v2.0/floatingips/cf105e5e-5608-4ec4-8224-c8d4d7d8ed87 => generated 0 bytes in 594 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:15:11.305 7 INFO neutron.api.v2.resource [None req-1f29a9ca-123e-495f-9867-596ca2a099f4 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1333/2836] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:15:11 2026] GET /v2.0/floatingips/cf105e5e-5608-4ec4-8224-c8d4d7d8ed87 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1504/2837] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:15:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2838] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:15:12 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: 6|app: 0|req: 1505/2839] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:15:12 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: 1335/2840] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:15:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:15:12.276 6 INFO neutron.api.v2.resource [None req-cdca234f-98f4-4996-8897-733b0dc39e29 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1506/2841] 199.204.45.153 () {30 vars in 763 bytes} [Thu Apr 23 18:15:12 2026] GET /v2.0/security-groups/lb-6c6697ce-3100-4363-8acb-51ef60f2a943 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2842] 199.204.45.153 () {30 vars in 785 bytes} [Thu Apr 23 18:15:12 2026] GET /v2.0/security-groups?name=lb-6c6697ce-3100-4363-8acb-51ef60f2a943 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1507/2843] 199.204.45.153 () {30 vars in 815 bytes} [Thu Apr 23 18:15:12 2026] GET /v2.0/security-group-rules?security_group_id=ddfb83f9-9b8f-4db2-858e-8e48ce1b7c87 => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2844] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:15:12 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: 6|app: 0|req: 1508/2845] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:15:12 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: 1338/2846] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:15:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1509/2847] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:15:12 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: 1339/2848] 199.204.45.153 () {30 vars in 741 bytes} [Thu Apr 23 18:15:12 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1510/2849] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:15:12 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 2586 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2850] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:15:12 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1511/2851] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:15:12 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2852] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:15:13 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1512/2853] 199.204.45.153 () {34 vars in 975 bytes} [Thu Apr 23 18:15:14 2026] GET /v2.0/ports/8887cc23-f185-44f4-9aad-855b753704b6 => generated 1346 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2854] 199.204.45.153 () {34 vars in 1060 bytes} [Thu Apr 23 18:15:14 2026] GET /v2.0/ports/8887cc23-f185-44f4-9aad-855b753704b6?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1513/2855] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:15:14 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 2586 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2856] 199.204.45.153 () {34 vars in 1016 bytes} [Thu Apr 23 18:15:14 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1514/2857] 199.204.45.153 () {38 vars in 1028 bytes} [Thu Apr 23 18:15:14 2026] PUT /v2.0/ports/8887cc23-f185-44f4-9aad-855b753704b6 => generated 1147 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2858] 199.204.45.153 () {30 vars in 769 bytes} [Thu Apr 23 18:15:15 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1515/2859] 199.204.45.153 () {34 vars in 789 bytes} [Thu Apr 23 18:15:15 2026] PUT /v2.0/ports/8887cc23-f185-44f4-9aad-855b753704b6 => generated 1086 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2860] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:15:16 2026] GET /v2.0/ports/8887cc23-f185-44f4-9aad-855b753704b6 => generated 1086 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, ' 2026-04-23 18:15:16.235 6 INFO neutron_taas.services.taas.taas_plugin [None req-375d30d2-3825-46ea-b710-fff1f59842fc 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 8887cc23-f185-44f4-9aad-855b753704b6 2026-04-23 18:15:16.237 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-375d30d2-3825-46ea-b710-fff1f59842fc 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 8887cc23-f185-44f4-9aad-855b753704b6 [pid: 6|app: 0|req: 1516/2861] 199.204.45.153 () {32 vars in 759 bytes} [Thu Apr 23 18:15:16 2026] DELETE /v2.0/ports/8887cc23-f185-44f4-9aad-855b753704b6 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2862] 199.204.45.153 () {30 vars in 703 bytes} [Thu Apr 23 18:15:16 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: 6|app: 0|req: 1517/2863] 199.204.45.153 () {30 vars in 705 bytes} [Thu Apr 23 18:15:16 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: 1347/2864] 199.204.45.153 () {30 vars in 681 bytes} [Thu Apr 23 18:15:16 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: 6|app: 0|req: 1518/2865] 199.204.45.153 () {30 vars in 717 bytes} [Thu Apr 23 18:15:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:15:16.529 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d3ed985c-7acf-4af0-b2ec-c2d6ea226497 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1348/2866] 199.204.45.153 () {32 vars in 759 bytes} [Thu Apr 23 18:15:16 2026] DELETE /v2.0/ports/8887cc23-f185-44f4-9aad-855b753704b6 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1519/2867] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:15:16 2026] GET /v2.0/ports/3471da09-4414-4a03-9123-6f8d418fd4d1 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:15:16.584 7 INFO neutron.api.v2.resource [None req-1804f665-c9c1-46fb-bf80-5ec0868df3a8 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1349/2868] 199.204.45.153 () {30 vars in 763 bytes} [Thu Apr 23 18:15:16 2026] GET /v2.0/security-groups/lb-6c6697ce-3100-4363-8acb-51ef60f2a943 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1520/2869] 199.204.45.153 () {30 vars in 785 bytes} [Thu Apr 23 18:15:16 2026] GET /v2.0/security-groups?name=lb-6c6697ce-3100-4363-8acb-51ef60f2a943 => generated 1639 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2870] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:15:16 2026] GET /v2.0/ports?tenant_id=12bf963eceb344e9867efeb932abc3c1&device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1521/2871] 199.204.45.153 () {30 vars in 737 bytes} [Thu Apr 23 18:15:16 2026] GET /v2.0/ports/3471da09-4414-4a03-9123-6f8d418fd4d1 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2872] 199.204.45.153 () {34 vars in 1066 bytes} [Thu Apr 23 18:15:16 2026] GET /v2.0/networks?id=54e7320c-aca6-46bc-b8df-ddf8588ef278&id=e89a4291-54d9-445e-9616-cbcc06f5c811 => generated 1524 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2873] 199.204.45.153 () {34 vars in 1062 bytes} [Thu Apr 23 18:15:16 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.123&port_id=8f1b7b72-0dd0-4794-9098-2109218e95ab => 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: 1353/2874] 199.204.45.153 () {34 vars in 984 bytes} [Thu Apr 23 18:15:16 2026] GET /v2.0/subnets?id=3095698c-9711-4058-900e-cd3cec3c1f5c => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2875] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:15:16 2026] GET /v2.0/ports?network_id=54e7320c-aca6-46bc-b8df-ddf8588ef278&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2876] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:15:16 2026] GET /v2.0/networks/54e7320c-aca6-46bc-b8df-ddf8588ef278?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1522/2877] 199.204.45.153 () {34 vars in 789 bytes} [Thu Apr 23 18:15:16 2026] PUT /v2.0/ports/3471da09-4414-4a03-9123-6f8d418fd4d1 => generated 1094 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2878] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:15:16 2026] GET /v2.0/networks/54e7320c-aca6-46bc-b8df-ddf8588ef278?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: 6|app: 0|req: 1523/2879] 199.204.45.153 () {32 vars in 779 bytes} [Thu Apr 23 18:15:16 2026] DELETE /v2.0/security-groups/ddfb83f9-9b8f-4db2-858e-8e48ce1b7c87 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:15:17.048 7 INFO neutron_taas.services.taas.taas_plugin [None req-80ec155e-782c-45d5-9857-e5572b76c3f9 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 3471da09-4414-4a03-9123-6f8d418fd4d1 2026-04-23 18:15:17.052 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80ec155e-782c-45d5-9857-e5572b76c3f9 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 3471da09-4414-4a03-9123-6f8d418fd4d1 [pid: 7|app: 0|req: 1357/2880] 199.204.45.153 () {32 vars in 759 bytes} [Thu Apr 23 18:15:16 2026] DELETE /v2.0/ports/3471da09-4414-4a03-9123-6f8d418fd4d1 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1524/2881] 199.204.45.153 () {34 vars in 994 bytes} [Thu Apr 23 18:15:20 2026] GET /v2.0/ports?device_id=978e4782-b067-4976-b0ee-3c23c2749445 => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:15:20.196 7 INFO neutron_taas.services.taas.taas_plugin [req-7ed84712-2551-4230-952a-3a383c8f2a7e req-a76c5e40-dfcf-432c-b6fe-306100e180d8 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] TaaS: Handle Delete Port: 8f1b7b72-0dd0-4794-9098-2109218e95ab 2026-04-23 18:15:20.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7ed84712-2551-4230-952a-3a383c8f2a7e req-a76c5e40-dfcf-432c-b6fe-306100e180d8 68fd0086e1d1492ab579b3671e66954d 12bf963eceb344e9867efeb932abc3c1 - - default default] Tap Mirror: Handle Delete Port: 8f1b7b72-0dd0-4794-9098-2109218e95ab [pid: 7|app: 0|req: 1358/2882] 199.204.45.153 () {36 vars in 997 bytes} [Thu Apr 23 18:15:20 2026] DELETE /v2.0/ports/8f1b7b72-0dd0-4794-9098-2109218e95ab => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:15:20.381 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5930566f-5f03-4c1c-a3e5-43b7a3c83e6a'] response: {'server_uuid': '978e4782-b067-4976-b0ee-3c23c2749445', 'name': 'network-vif-deleted', 'tag': '8f1b7b72-0dd0-4794-9098-2109218e95ab', 'status': 'completed', 'code': 200} 2026-04-23 18:15:21.648 6 INFO neutron_taas.services.taas.taas_plugin [None req-44449b08-cfe1-4a25-b9b6-94599c8190e0 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] TaaS: Handle Delete Port: 6aa84090-8505-4172-bc1d-f6514ff13df3 2026-04-23 18:15:21.652 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44449b08-cfe1-4a25-b9b6-94599c8190e0 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Tap Mirror: Handle Delete Port: 6aa84090-8505-4172-bc1d-f6514ff13df3 2026-04-23 18:15:21.821 6 INFO neutron.db.l3_db [None req-44449b08-cfe1-4a25-b9b6-94599c8190e0 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Floating IP 7b3d2de4-3a10-4b0c-9fa6-4f8c16623989 disassociated (deleted). External IP: 10.96.250.218, port: 4e8c781c-3203-4c78-9e4c-3a2f4bd607bb. [pid: 6|app: 0|req: 1526/2885] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:15:21 2026] DELETE /v2.0/floatingips/7b3d2de4-3a10-4b0c-9fa6-4f8c16623989 => generated 0 bytes in 562 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:15:22.111 7 INFO neutron.api.v2.resource [None req-fb00482c-683a-4eba-a4f2-e6defc6f4df8 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1360/2886] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:15:22 2026] GET /v2.0/floatingips/7b3d2de4-3a10-4b0c-9fa6-4f8c16623989 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:15:22.138 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-27c41c93-f894-41ce-8222-b4db08d21efe'] response: {'name': 'network-changed', 'server_uuid': 'a1b5a46a-55e6-45c4-922b-4c89c61b692d', 'tag': '4e8c781c-3203-4c78-9e4c-3a2f4bd607bb', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1527/2887] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:15:22 2026] GET /v2.0/ports?device_id=a1b5a46a-55e6-45c4-922b-4c89c61b692d => generated 1200 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2888] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:15:22 2026] GET /v2.0/security-groups?id=cc9e7be4-15c0-4a4f-a9be-b639b18076d7&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1528/2889] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:15:22 2026] GET /v2.0/ports?tenant_id=ab19a956f915401eacb6a35fe03a0e13&device_id=a1b5a46a-55e6-45c4-922b-4c89c61b692d => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2890] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:15:22 2026] GET /v2.0/networks?id=c33e1cf1-1403-496e-92ee-71f6d439dcb8 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1529/2891] 199.204.45.153 () {34 vars in 1056 bytes} [Thu Apr 23 18:15:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.10&port_id=4e8c781c-3203-4c78-9e4c-3a2f4bd607bb => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2892] 199.204.45.153 () {34 vars in 1106 bytes} [Thu Apr 23 18:15:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A364&port_id=4e8c781c-3203-4c78-9e4c-3a2f4bd607bb => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1530/2893] 199.204.45.153 () {34 vars in 1064 bytes} [Thu Apr 23 18:15:22 2026] GET /v2.0/subnets?id=af8efd7b-2bdd-43f5-a3f1-07656e0f1788&id=15d3e8eb-59d6-45f1-b0ba-f2685ffcc60f => generated 1413 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2894] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:15:22 2026] GET /v2.0/ports?network_id=c33e1cf1-1403-496e-92ee-71f6d439dcb8&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1531/2895] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:15:22 2026] GET /v2.0/ports?network_id=c33e1cf1-1403-496e-92ee-71f6d439dcb8&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: 1365/2896] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:15:22 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1532/2897] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:15:22 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2898] 199.204.45.153 () {34 vars in 994 bytes} [Thu Apr 23 18:15:24 2026] GET /v2.0/ports?device_id=a1b5a46a-55e6-45c4-922b-4c89c61b692d => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:15:24.883 6 INFO neutron_taas.services.taas.taas_plugin [req-d699641f-cc8b-4fff-b636-de801bc83d0f req-d7d99e7a-18c1-4d9e-ac40-0b444598979f 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] TaaS: Handle Delete Port: 4e8c781c-3203-4c78-9e4c-3a2f4bd607bb 2026-04-23 18:15:24.887 6 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d699641f-cc8b-4fff-b636-de801bc83d0f req-d7d99e7a-18c1-4d9e-ac40-0b444598979f 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Tap Mirror: Handle Delete Port: 4e8c781c-3203-4c78-9e4c-3a2f4bd607bb [pid: 6|app: 0|req: 1533/2899] 199.204.45.153 () {36 vars in 997 bytes} [Thu Apr 23 18:15:24 2026] DELETE /v2.0/ports/4e8c781c-3203-4c78-9e4c-3a2f4bd607bb => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:15:25.107 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e270897-d31d-437b-9cb4-483699199c74'] response: {'server_uuid': 'a1b5a46a-55e6-45c4-922b-4c89c61b692d', 'name': 'network-vif-deleted', 'tag': '4e8c781c-3203-4c78-9e4c-3a2f4bd607bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1367/2900] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:15:27 2026] GET /v2.0/ports?device_id=a1b5a46a-55e6-45c4-922b-4c89c61b692d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 18:15:32.686 6 INFO neutron_taas.services.taas.taas_plugin [None req-4d99694f-82c8-4bed-aa34-0f4e05be1600 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] TaaS: Handle Delete Port: d2c1fc4b-8a05-4393-9a68-188a16f52aca 2026-04-23 18:15:32.690 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d99694f-82c8-4bed-aa34-0f4e05be1600 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Tap Mirror: Handle Delete Port: d2c1fc4b-8a05-4393-9a68-188a16f52aca 2026-04-23 18:15:32.872 6 INFO neutron.db.l3_db [None req-4d99694f-82c8-4bed-aa34-0f4e05be1600 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Floating IP 3681d4db-6bb1-45ee-8b57-48847d2baffa disassociated (deleted). External IP: 10.96.250.206, port: c755923c-448b-4656-b0c0-9fc24e827c44. [pid: 6|app: 0|req: 1534/2901] 10.0.0.183 () {32 vars in 732 bytes} [Thu Apr 23 18:15:32 2026] DELETE /v2.0/floatingips/3681d4db-6bb1-45ee-8b57-48847d2baffa => generated 0 bytes in 662 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:15:33.253 7 INFO neutron.api.v2.resource [None req-3044a100-e53c-4321-a5b3-c26c3eb7d0bb 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1368/2902] 10.0.0.183 () {32 vars in 729 bytes} [Thu Apr 23 18:15:33 2026] GET /v2.0/floatingips/3681d4db-6bb1-45ee-8b57-48847d2baffa => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:15:33.268 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-24c8dbf2-cb38-4082-831b-7e5517c3017e'] response: {'name': 'network-changed', 'server_uuid': 'd44b2438-1809-4ede-8035-71553109ad4d', 'tag': 'c755923c-448b-4656-b0c0-9fc24e827c44', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1535/2903] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:15:33 2026] GET /v2.0/ports?device_id=d44b2438-1809-4ede-8035-71553109ad4d => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2904] 10.0.0.29 () {34 vars in 1039 bytes} [Thu Apr 23 18:15:33 2026] GET /v2.0/security-groups?id=cc9e7be4-15c0-4a4f-a9be-b639b18076d7&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1536/2905] 199.204.45.153 () {34 vars in 1080 bytes} [Thu Apr 23 18:15:33 2026] GET /v2.0/ports?tenant_id=ab19a956f915401eacb6a35fe03a0e13&device_id=d44b2438-1809-4ede-8035-71553109ad4d => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2906] 199.204.45.153 () {34 vars in 986 bytes} [Thu Apr 23 18:15:33 2026] GET /v2.0/networks?id=ecd391b3-9f49-4cbe-8a9c-6786d592518c => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1537/2907] 199.204.45.153 () {34 vars in 1058 bytes} [Thu Apr 23 18:15:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.209&port_id=c755923c-448b-4656-b0c0-9fc24e827c44 => 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: 1371/2908] 199.204.45.153 () {34 vars in 1104 bytes} [Thu Apr 23 18:15:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A298&port_id=c755923c-448b-4656-b0c0-9fc24e827c44 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1538/2909] 199.204.45.153 () {34 vars in 1064 bytes} [Thu Apr 23 18:15:33 2026] GET /v2.0/subnets?id=d758ef40-53b4-4966-9f2e-6d6d9e1e37a8&id=3c831baa-ad1b-47f9-b8d9-4536c481f228 => generated 1411 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2910] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:15:33 2026] GET /v2.0/ports?network_id=ecd391b3-9f49-4cbe-8a9c-6786d592518c&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: 6|app: 0|req: 1539/2911] 199.204.45.153 () {34 vars in 1052 bytes} [Thu Apr 23 18:15:34 2026] GET /v2.0/ports?network_id=ecd391b3-9f49-4cbe-8a9c-6786d592518c&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: 1373/2912] 199.204.45.153 () {34 vars in 1012 bytes} [Thu Apr 23 18:15:34 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1540/2913] 199.204.45.153 () {34 vars in 1112 bytes} [Thu Apr 23 18:15:34 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2914] 199.204.45.153 () {34 vars in 994 bytes} [Thu Apr 23 18:15:35 2026] GET /v2.0/ports?device_id=d44b2438-1809-4ede-8035-71553109ad4d => generated 1198 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 18:15:36.080 6 INFO neutron_taas.services.taas.taas_plugin [req-f3438a68-b9af-46ad-96ac-e22a04e19ae5 req-1ed370ec-ad8f-4f17-a054-32504c033f86 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] TaaS: Handle Delete Port: c755923c-448b-4656-b0c0-9fc24e827c44 2026-04-23 18:15:36.083 6 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f3438a68-b9af-46ad-96ac-e22a04e19ae5 req-1ed370ec-ad8f-4f17-a054-32504c033f86 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Tap Mirror: Handle Delete Port: c755923c-448b-4656-b0c0-9fc24e827c44 [pid: 6|app: 0|req: 1541/2917] 199.204.45.153 () {36 vars in 997 bytes} [Thu Apr 23 18:15:35 2026] DELETE /v2.0/ports/c755923c-448b-4656-b0c0-9fc24e827c44 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:15:36.252 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b37d557-ef59-4bc8-9197-1100423d4365'] response: {'server_uuid': 'd44b2438-1809-4ede-8035-71553109ad4d', 'name': 'network-vif-deleted', 'tag': 'c755923c-448b-4656-b0c0-9fc24e827c44', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1377/2918] 10.0.0.29 () {34 vars in 989 bytes} [Thu Apr 23 18:15:38 2026] GET /v2.0/ports?device_id=d44b2438-1809-4ede-8035-71553109ad4d => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1542/2919] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:15:43 2026] DELETE /v2.0/security-group-rules/9d17cbac-fb86-4c4a-a37c-c89c0df390cf => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:15:43.768 7 INFO neutron.api.v2.resource [None req-f306b4ce-95b0-46d2-91d9-3a3df5fa9648 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1378/2920] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:15:43 2026] GET /v2.0/security-group-rules/9d17cbac-fb86-4c4a-a37c-c89c0df390cf => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1543/2921] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:15:43 2026] DELETE /v2.0/security-group-rules/0ea726fa-dac8-48c6-9668-b990f8e3b3f6 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:15:43.850 7 INFO neutron.api.v2.resource [None req-68c06a2f-168d-4ab2-b7fe-109ea36b542e 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1379/2922] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:15:43 2026] GET /v2.0/security-group-rules/0ea726fa-dac8-48c6-9668-b990f8e3b3f6 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1544/2923] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:15:43 2026] DELETE /v2.0/security-group-rules/3e60a14f-0d90-42f7-a89b-758052b361cd => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:15:43.936 7 INFO neutron.api.v2.resource [None req-9215c50d-1ce6-41f7-9e75-ca569d871676 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1380/2924] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:15:43 2026] GET /v2.0/security-group-rules/3e60a14f-0d90-42f7-a89b-758052b361cd => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1545/2925] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:15:43 2026] DELETE /v2.0/security-group-rules/c1404549-e5c6-41af-accf-fc0ba9b72fe9 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:15:44.024 7 INFO neutron.api.v2.resource [None req-8af8116a-c858-4ff1-8363-307c568297f9 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1381/2926] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:15:44 2026] GET /v2.0/security-group-rules/c1404549-e5c6-41af-accf-fc0ba9b72fe9 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1546/2927] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:15:44 2026] DELETE /v2.0/security-group-rules/ad98491a-0fa9-4d2c-9b37-2749057dd988 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:15:44.117 7 INFO neutron.api.v2.resource [None req-c856ebf4-51e7-4287-a067-b04c4d7915c3 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1382/2928] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:15:44 2026] GET /v2.0/security-group-rules/ad98491a-0fa9-4d2c-9b37-2749057dd988 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1547/2929] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:15:44 2026] DELETE /v2.0/security-group-rules/81c93021-d41f-4ddd-a221-df80b30b5ee9 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:15:44.207 7 INFO neutron.api.v2.resource [None req-12993069-5f93-4911-9816-1596072c0d98 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1383/2930] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:15:44 2026] GET /v2.0/security-group-rules/81c93021-d41f-4ddd-a221-df80b30b5ee9 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1548/2931] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:15:44 2026] DELETE /v2.0/security-group-rules/3e0ce496-149d-49a6-b4d6-7c1dbef942aa => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:15:44.288 7 INFO neutron.api.v2.resource [None req-e35a8d17-aec3-42de-8bbd-8148cf18cf91 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1384/2932] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:15:44 2026] GET /v2.0/security-group-rules/3e0ce496-149d-49a6-b4d6-7c1dbef942aa => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1549/2933] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:15:44 2026] DELETE /v2.0/security-group-rules/8f3dd020-6d39-4bfe-be74-978a7186b852 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:15:44.385 7 INFO neutron.api.v2.resource [None req-cc1046c6-7aa6-414c-911f-f32bf450bfce 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1385/2934] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:15:44 2026] GET /v2.0/security-group-rules/8f3dd020-6d39-4bfe-be74-978a7186b852 => generated 155 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1550/2935] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:15:44 2026] DELETE /v2.0/security-group-rules/b13a34b1-d30a-48e4-a932-43c98942f31f => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:15:44.465 7 INFO neutron.api.v2.resource [None req-d3383190-0dc9-40e8-a0e2-83f0e9c1d05b 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1386/2936] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:15:44 2026] GET /v2.0/security-group-rules/b13a34b1-d30a-48e4-a932-43c98942f31f => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1551/2937] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:15:44 2026] DELETE /v2.0/security-group-rules/8446978c-942a-4794-b4b5-4c32f4780c88 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:15:44.555 7 INFO neutron.api.v2.resource [None req-8397302a-ac02-42d3-bf2f-949f8725ad5d 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1387/2938] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:15:44 2026] GET /v2.0/security-group-rules/8446978c-942a-4794-b4b5-4c32f4780c88 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1552/2939] 10.0.0.183 () {32 vars in 750 bytes} [Thu Apr 23 18:15:44 2026] DELETE /v2.0/security-group-rules/e5024a28-e6c0-4113-8254-733d0d37eddd => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:15:44.636 7 INFO neutron.api.v2.resource [None req-30aad603-a115-463b-bc0c-e6ea8a75adaf 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1388/2940] 10.0.0.183 () {32 vars in 747 bytes} [Thu Apr 23 18:15:44 2026] GET /v2.0/security-group-rules/e5024a28-e6c0-4113-8254-733d0d37eddd => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1553/2941] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:15:44 2026] DELETE /v2.0/security-groups/cc9e7be4-15c0-4a4f-a9be-b639b18076d7 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:15:44.739 7 INFO neutron.api.v2.resource [None req-577cf437-70da-4546-bf29-2d64fb435b0b 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1389/2942] 10.0.0.183 () {32 vars in 737 bytes} [Thu Apr 23 18:15:44 2026] GET /v2.0/security-groups/cc9e7be4-15c0-4a4f-a9be-b639b18076d7 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:15:45.164 6 INFO neutron_taas.services.taas.taas_plugin [None req-ed3f7343-733b-4c0d-bf44-3185065a99d6 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] TaaS: Handle Delete Port: e7de9446-a422-4db0-a095-90bb37b62ae6 2026-04-23 18:15:45.167 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed3f7343-733b-4c0d-bf44-3185065a99d6 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Tap Mirror: Handle Delete Port: e7de9446-a422-4db0-a095-90bb37b62ae6 [pid: 6|app: 0|req: 1554/2943] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:15:44 2026] PUT /v2.0/routers/1c9d5234-ac68-4a89-9f6b-5e6f9e9c6f33/remove_router_interface => generated 309 bytes in 899 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:15:45.830 7 INFO neutron.api.v2.resource [None req-1fd1e66f-2be8-4dfd-9c4b-7e275d12626e 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1390/2944] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:15:45 2026] PUT /v2.0/routers/1c9d5234-ac68-4a89-9f6b-5e6f9e9c6f33/remove_router_interface => generated 198 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:15:46.265 6 INFO neutron_taas.services.taas.taas_plugin [None req-a03f7cf2-bd5b-4385-92c3-c1012f18efcc 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] TaaS: Handle Delete Port: 07341262-7c86-4fe3-904f-03598aea1fd5 2026-04-23 18:15:46.267 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a03f7cf2-bd5b-4385-92c3-c1012f18efcc 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Tap Mirror: Handle Delete Port: 07341262-7c86-4fe3-904f-03598aea1fd5 [pid: 6|app: 0|req: 1555/2945] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:15:45 2026] PUT /v2.0/routers/1c9d5234-ac68-4a89-9f6b-5e6f9e9c6f33/remove_router_interface => generated 309 bytes in 979 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:15:46.973 7 INFO neutron.api.v2.resource [None req-05774b8b-dc59-4c31-8dcd-fcd9e4bfc625 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1391/2946] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:15:46 2026] PUT /v2.0/routers/1c9d5234-ac68-4a89-9f6b-5e6f9e9c6f33/remove_router_interface => generated 198 bytes in 154 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:15:47.361 6 INFO neutron_taas.services.taas.taas_plugin [None req-254d3ff8-4294-446c-8c53-c34ed4a395ab 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] TaaS: Handle Delete Port: 17cb0258-1a91-4d03-aec1-dba7bb692848 2026-04-23 18:15:47.366 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-254d3ff8-4294-446c-8c53-c34ed4a395ab 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Tap Mirror: Handle Delete Port: 17cb0258-1a91-4d03-aec1-dba7bb692848 [pid: 6|app: 0|req: 1556/2947] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:15:46 2026] PUT /v2.0/routers/1c9d5234-ac68-4a89-9f6b-5e6f9e9c6f33/remove_router_interface => generated 309 bytes in 943 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 18:15:48.065 7 INFO neutron.api.v2.resource [None req-6ad86ae3-4e81-49e5-bfa1-4ceab8935ebc 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1392/2948] 10.0.0.183 () {34 vars in 789 bytes} [Thu Apr 23 18:15:47 2026] PUT /v2.0/routers/1c9d5234-ac68-4a89-9f6b-5e6f9e9c6f33/remove_router_interface => generated 198 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:15:48.263 6 INFO neutron_taas.services.taas.taas_plugin [None req-a220cbf7-bf21-4113-890d-1ffcecdd0c6e 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] TaaS: Handle Delete Port: 412d53dd-d5be-4f53-8219-179469d1a6c9 2026-04-23 18:15:48.266 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a220cbf7-bf21-4113-890d-1ffcecdd0c6e 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Tap Mirror: Handle Delete Port: 412d53dd-d5be-4f53-8219-179469d1a6c9 2026-04-23 18:15:48.520 6 INFO neutron_taas.services.taas.taas_plugin [None req-a220cbf7-bf21-4113-890d-1ffcecdd0c6e 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] TaaS: Handle Delete Port: 73eb4962-88ef-437b-b4a3-7cb621922423 2026-04-23 18:15:48.523 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a220cbf7-bf21-4113-890d-1ffcecdd0c6e 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Tap Mirror: Handle Delete Port: 73eb4962-88ef-437b-b4a3-7cb621922423 2026-04-23 18:15:48.863 6 INFO neutron.db.l3_hamode_db [None req-a220cbf7-bf21-4113-890d-1ffcecdd0c6e 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] HA network 0627a06b-41f8-499e-8fea-5c199d73444b was deleted as no HA routers are present in tenant ab19a956f915401eacb6a35fe03a0e13. [pid: 6|app: 0|req: 1557/2949] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:15:48 2026] DELETE /v2.0/routers/1c9d5234-ac68-4a89-9f6b-5e6f9e9c6f33 => generated 0 bytes in 801 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 18:15:48.881 6 INFO neutron.services.segments.plugin [-] Segment 9018810a-35e7-4678-bc4f-1b6398f570cc resource provider aggregate not found 2026-04-23 18:15:48.893 6 INFO neutron.services.segments.plugin [-] Segment 9018810a-35e7-4678-bc4f-1b6398f570cc resource provider aggregate not found 2026-04-23 18:15:48.895 7 INFO neutron.api.v2.resource [None req-dc234b08-7502-411d-914f-50555d03fd49 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1393/2950] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:15:48 2026] GET /v2.0/routers/1c9d5234-ac68-4a89-9f6b-5e6f9e9c6f33 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:15:48.897 6 INFO neutron.services.segments.plugin [-] Segment 9018810a-35e7-4678-bc4f-1b6398f570cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9018810a-35e7-4678-bc4f-1b6398f570cc found for delete ", "request_id": "req-75c0ea42-693a-480e-b72b-9e747237eb86"}]} 2026-04-23 18:15:48.912 6 INFO neutron.services.segments.plugin [-] Segment 9018810a-35e7-4678-bc4f-1b6398f570cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9018810a-35e7-4678-bc4f-1b6398f570cc found for delete ", "request_id": "req-78ddfc7d-4a0a-4d3a-9d5f-08fa3945a821"}]} [pid: 6|app: 0|req: 1558/2951] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:15:48 2026] DELETE /v2.0/subnets/15d3e8eb-59d6-45f1-b0ba-f2685ffcc60f => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:15:49.062 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6628547e-10a6-4781-b1e9-e38d737e5d5e 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1394/2952] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:15:49 2026] GET /v2.0/subnets/15d3e8eb-59d6-45f1-b0ba-f2685ffcc60f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1559/2953] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:15:49 2026] DELETE /v2.0/subnets/af8efd7b-2bdd-43f5-a3f1-07656e0f1788 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:15:49.242 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c2d1d855-9314-4376-af3a-a5367ba88a42 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1395/2954] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:15:49 2026] GET /v2.0/subnets/af8efd7b-2bdd-43f5-a3f1-07656e0f1788 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:15:49.334 6 INFO neutron_taas.services.taas.taas_plugin [None req-00003c9f-aa2f-4cff-bfc8-16547bdc2f5c 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] TaaS: Handle Delete Port: e6bb5fb9-90cf-4393-b7e1-4d1e9430ce9b 2026-04-23 18:15:49.336 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00003c9f-aa2f-4cff-bfc8-16547bdc2f5c 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Tap Mirror: Handle Delete Port: e6bb5fb9-90cf-4393-b7e1-4d1e9430ce9b [pid: 6|app: 0|req: 1560/2955] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:15:49 2026] DELETE /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:15:49.512 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f1aeece0-b5b7-47f8-84e9-a49be3fd9210 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1396/2956] 10.0.0.183 () {32 vars in 723 bytes} [Thu Apr 23 18:15:49 2026] GET /v2.0/networks/c33e1cf1-1403-496e-92ee-71f6d439dcb8 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1561/2957] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:15:49 2026] DELETE /v2.0/subnets/d758ef40-53b4-4966-9f2e-6d6d9e1e37a8 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:15:49.669 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6055d6da-e558-4165-9d49-d554c2d1e787 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1397/2958] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:15:49 2026] GET /v2.0/subnets/d758ef40-53b4-4966-9f2e-6d6d9e1e37a8 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1562/2959] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:15:49 2026] DELETE /v2.0/subnets/3c831baa-ad1b-47f9-b8d9-4536c481f228 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:15:49.841 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a0cc2e9e-e8cb-40e7-bd64-18e8ed589b10 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1398/2960] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:15:49 2026] GET /v2.0/subnets/3c831baa-ad1b-47f9-b8d9-4536c481f228 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:15:49.929 6 INFO neutron_taas.services.taas.taas_plugin [None req-52cb60fe-a296-4166-b669-7d97a8105862 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] TaaS: Handle Delete Port: e9d20515-0741-4553-b06a-9b19a66bce94 2026-04-23 18:15:49.931 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52cb60fe-a296-4166-b669-7d97a8105862 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Tap Mirror: Handle Delete Port: e9d20515-0741-4553-b06a-9b19a66bce94 [pid: 6|app: 0|req: 1563/2961] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:15:49 2026] DELETE /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:15:50.101 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3971f15-7e45-4864-b9b9-21bcfc159ed4 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1399/2962] 10.0.0.183 () {32 vars in 723 bytes} [Thu Apr 23 18:15:50 2026] GET /v2.0/networks/ecd391b3-9f49-4cbe-8a9c-6786d592518c => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1564/2963] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:15:50 2026] DELETE /v2.0/subnets/57a8339c-269d-4cfe-86b3-70b2a18be778 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:15:50.302 7 INFO neutron.pecan_wsgi.hooks.translation [None req-63ad9f52-65eb-4521-b892-b1fccae5794c 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1400/2964] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:15:50 2026] GET /v2.0/subnets/57a8339c-269d-4cfe-86b3-70b2a18be778 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1565/2965] 10.0.0.183 () {32 vars in 724 bytes} [Thu Apr 23 18:15:50 2026] DELETE /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:15:50.534 7 INFO neutron.pecan_wsgi.hooks.translation [None req-49d9f8c1-e6d7-4a75-b278-c73298f1a30a 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1401/2966] 10.0.0.183 () {32 vars in 721 bytes} [Thu Apr 23 18:15:50 2026] GET /v2.0/subnets/b28ac2c5-33ce-440a-ac9d-00c6ed9aedf6 => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:15:50.642 6 INFO neutron_taas.services.taas.taas_plugin [None req-2956799c-5b05-4fcd-b364-a7082c6da8d6 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] TaaS: Handle Delete Port: fcd10057-cd43-4945-ba6a-a667022d0282 2026-04-23 18:15:50.644 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2956799c-5b05-4fcd-b364-a7082c6da8d6 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] Tap Mirror: Handle Delete Port: fcd10057-cd43-4945-ba6a-a667022d0282 [pid: 6|app: 0|req: 1566/2967] 10.0.0.183 () {32 vars in 726 bytes} [Thu Apr 23 18:15:50 2026] DELETE /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 18:15:50.865 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1e3aab30-f809-45e8-a218-edf2e1078eea 461f860dc2f04d75ab8f899e7862449f ab19a956f915401eacb6a35fe03a0e13 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1402/2968] 10.0.0.183 () {32 vars in 723 bytes} [Thu Apr 23 18:15:50 2026] GET /v2.0/networks/e89a4291-54d9-445e-9616-cbcc06f5c811 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 18:15:50.919 6 INFO neutron.services.segments.plugin [-] Segment 7b7e8ea9-de91-4026-ac7e-71437b6d1f4a resource provider aggregate not found 2026-04-23 18:15:50.937 6 INFO neutron.services.segments.plugin [-] Segment 7b7e8ea9-de91-4026-ac7e-71437b6d1f4a resource provider aggregate not found 2026-04-23 18:15:50.940 6 INFO neutron.services.segments.plugin [-] Segment 7b7e8ea9-de91-4026-ac7e-71437b6d1f4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b7e8ea9-de91-4026-ac7e-71437b6d1f4a found for delete ", "request_id": "req-d1a8cdc3-07ba-4597-b505-263de417194b"}]} 2026-04-23 18:15:50.955 6 INFO neutron.services.segments.plugin [-] Segment 7b7e8ea9-de91-4026-ac7e-71437b6d1f4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b7e8ea9-de91-4026-ac7e-71437b6d1f4a found for delete ", "request_id": "req-9e4a84c0-12d2-47a0-a9ac-f4b979430406"}]} 2026-04-23 18:15:50.968 6 INFO neutron.services.segments.plugin [-] Segment 4fb5a77c-e364-4864-9820-bce45e2cd34a resource provider aggregate not found 2026-04-23 18:15:50.975 6 INFO neutron.services.segments.plugin [-] Segment 4fb5a77c-e364-4864-9820-bce45e2cd34a resource provider aggregate not found 2026-04-23 18:15:50.987 6 INFO neutron.services.segments.plugin [-] Segment 4fb5a77c-e364-4864-9820-bce45e2cd34a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fb5a77c-e364-4864-9820-bce45e2cd34a found for delete ", "request_id": "req-24a39832-f525-49e0-b431-2e61e8970b4f"}]} 2026-04-23 18:15:50.991 6 INFO neutron.services.segments.plugin [-] Segment 4fb5a77c-e364-4864-9820-bce45e2cd34a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fb5a77c-e364-4864-9820-bce45e2cd34a found for delete ", "request_id": "req-5eb18003-76af-4e11-b7fd-5ac34149f490"}]} 2026-04-23 18:15:51.002 6 INFO neutron.services.segments.plugin [-] Segment 5f32e682-7ffe-4f26-919c-fa49c4af0c97 resource provider aggregate not found 2026-04-23 18:15:51.005 6 INFO neutron.services.segments.plugin [-] Segment 5f32e682-7ffe-4f26-919c-fa49c4af0c97 resource provider aggregate not found 2026-04-23 18:15:51.017 6 INFO neutron.services.segments.plugin [-] Segment 5f32e682-7ffe-4f26-919c-fa49c4af0c97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f32e682-7ffe-4f26-919c-fa49c4af0c97 found for delete ", "request_id": "req-77d9241d-e7de-4716-a8f2-96a825e5a666"}]} 2026-04-23 18:15:51.024 6 INFO neutron.services.segments.plugin [-] Segment 5f32e682-7ffe-4f26-919c-fa49c4af0c97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f32e682-7ffe-4f26-919c-fa49c4af0c97 found for delete ", "request_id": "req-a8d66b40-a202-410a-b12d-110dd76dbc18"}]} [pid: 6|app: 0|req: 1568/2971] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:15:52 2026] GET /v2.0/security-groups?tenant_id=f9317f7cb4014dd2a69f9b3d7d31a307&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: 1404/2972] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:15:53 2026] DELETE /v2.0/security-groups/4c918dd2-b11c-4195-9899-054c401cce06 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1569/2973] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:15:53 2026] GET /v2.0/security-groups?tenant_id=0395c75844dd47b5ada11409b3683b75&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2974] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:15:53 2026] DELETE /v2.0/security-groups/12de0c8d-3e26-470f-9f46-ea6ff1eebc3f => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1570/2975] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:15:53 2026] GET /v2.0/security-groups?tenant_id=b51930c123a14cdbba1b322e258ee391&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: 1406/2976] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:15:53 2026] DELETE /v2.0/security-groups/cb7a0d65-e934-44d7-aa22-51385fe34acf => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1571/2977] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:15:54 2026] GET /v2.0/security-groups?tenant_id=ab19a956f915401eacb6a35fe03a0e13&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2978] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:15:54 2026] DELETE /v2.0/security-groups/365f254b-57f8-421c-9cfb-e93d9e1cc567 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1572/2979] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:15:54 2026] GET /v2.0/security-groups?tenant_id=a912a44c548f49eaac8ce6b50cc05034&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2980] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:15:54 2026] DELETE /v2.0/security-groups/16d6634a-f4d7-4a0f-a9a5-57d3460229bd => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1573/2981] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:15:54 2026] GET /v2.0/security-groups?tenant_id=71dbc687e368430a9933728c772bf668&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2982] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:15:54 2026] DELETE /v2.0/security-groups/b4dc538a-b84d-4881-80e8-c61a6da21004 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1574/2983] 10.0.0.183 () {32 vars in 774 bytes} [Thu Apr 23 18:15:55 2026] GET /v2.0/security-groups?tenant_id=a1625b383d0649c0b95aa06d8b51ef40&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2984] 10.0.0.183 () {32 vars in 740 bytes} [Thu Apr 23 18:15:55 2026] DELETE /v2.0/security-groups/406df914-c311-4ff9-b174-d14a1bc9ebd4 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1575/2985] 10.0.0.183 () {32 vars in 649 bytes} [Thu Apr 23 18:15:57 2026] GET /v2.0/networks => generated 2168 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2986] 10.0.0.183 () {32 vars in 655 bytes} [Thu Apr 23 18:15:58 2026] GET /v2.0/floatingips => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1576/2987] 10.0.0.183 () {32 vars in 647 bytes} [Thu Apr 23 18:15:58 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2988] 10.0.0.183 () {32 vars in 643 bytes} [Thu Apr 23 18:15:58 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: 6|app: 0|req: 1577/2989] 10.0.0.183 () {32 vars in 647 bytes} [Thu Apr 23 18:15:59 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2990] 10.0.0.183 () {32 vars in 649 bytes} [Thu Apr 23 18:15:59 2026] GET /v2.0/networks => generated 2168 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1578/2991] 10.0.0.183 () {32 vars in 663 bytes} [Thu Apr 23 18:15:59 2026] GET /v2.0/security-groups => generated 17397 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2992] 10.0.0.183 () {32 vars in 655 bytes} [Thu Apr 23 18:15:59 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)