+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Apr 14 06:51:28 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-d4b5cf88-vd9gd 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 0x7fa34fcd8668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-04-14 06:51:32.252 7 INFO neutron.common.config [-] Logging enabled! 2026-04-14 06:51:32.252 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-14 06:51:32.380 8 INFO neutron.common.config [-] Logging enabled! 2026-04-14 06:51:32.380 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-14 06:51:33.330 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-14 06:51:33.521 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-14 06:51:34.929 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 06:51:34.932 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-14 06:51:34.936 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-14 06:51:34.937 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 06:51:34.937 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-14 06:51:34.937 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-14 06:51:34.937 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:51:34.945 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:51:34.945 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:51:34.945 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 06:51:34.968 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-14 06:51:34.969 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 06:51:34.969 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-14 06:51:34.998 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-14 06:51:34.998 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-14 06:51:34.998 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-14 06:51:34.998 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-14 06:51:35.069 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 06:51:35.073 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-14 06:51:35.076 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-14 06:51:35.077 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 06:51:35.077 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-14 06:51:35.078 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-14 06:51:35.078 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:51:35.085 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:51:35.085 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:51:35.085 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 06:51:35.107 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-14 06:51:35.108 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 06:51:35.108 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-14 06:51:35.136 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-14 06:51:35.136 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-14 06:51:35.136 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-14 06:51:35.136 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-14 06:51:35.293 7 INFO neutron.plugins.ml2.managers [None req-e4d6d4f8-bb85-4a79-b8e2-83ce782bc894 - - - - - -] Initializing driver for type 'vlan' 2026-04-14 06:51:35.430 8 INFO neutron.plugins.ml2.managers [None req-e20daa5d-4a5e-41be-b74c-ea07a3e44303 - - - - - -] Initializing driver for type 'vlan' 2026-04-14 06:51:35.591 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e4d6d4f8-bb85-4a79-b8e2-83ce782bc894 - - - - - -] VlanTypeDriver initialization complete 2026-04-14 06:51:35.592 7 INFO neutron.plugins.ml2.managers [None req-e4d6d4f8-bb85-4a79-b8e2-83ce782bc894 - - - - - -] Initializing driver for type 'vxlan' 2026-04-14 06:51:35.592 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e4d6d4f8-bb85-4a79-b8e2-83ce782bc894 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-14 06:51:35.607 7 INFO neutron.plugins.ml2.managers [None req-e4d6d4f8-bb85-4a79-b8e2-83ce782bc894 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-14 06:51:35.607 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e4d6d4f8-bb85-4a79-b8e2-83ce782bc894 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-14 06:51:35.608 7 INFO neutron.plugins.ml2.managers [None req-e4d6d4f8-bb85-4a79-b8e2-83ce782bc894 - - - - - -] Initializing extension driver 'port_security' 2026-04-14 06:51:35.608 7 INFO neutron.plugins.ml2.extensions.port_security [None req-e4d6d4f8-bb85-4a79-b8e2-83ce782bc894 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-14 06:51:35.608 7 INFO neutron.plugins.ml2.managers [None req-e4d6d4f8-bb85-4a79-b8e2-83ce782bc894 - - - - - -] Initializing extension driver 'qos' 2026-04-14 06:51:35.609 7 INFO neutron.plugins.ml2.managers [None req-e4d6d4f8-bb85-4a79-b8e2-83ce782bc894 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-14 06:51:35.609 7 INFO neutron.plugins.ml2.managers [None req-e4d6d4f8-bb85-4a79-b8e2-83ce782bc894 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-14 06:51:35.623 7 INFO neutron.quota [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded quota_driver: . 2026-04-14 06:51:35.624 7 INFO neutron.plugins.ml2.plugin [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Modular L2 Plugin initialization complete 2026-04-14 06:51:35.624 7 INFO neutron.plugins.ml2.managers [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-14 06:51:35.624 7 INFO neutron.plugins.ml2.managers [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-14 06:51:35.624 7 INFO neutron.plugins.ml2.managers [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Got port-security extension from driver 'port_security' 2026-04-14 06:51:35.625 7 INFO neutron.manager [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loading Plugin: qos 2026-04-14 06:51:35.638 7 INFO neutron.manager [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loading Plugin: router 2026-04-14 06:51:35.686 7 INFO neutron.services.service_base [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-14 06:51:35.687 7 INFO neutron.manager [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loading Plugin: segments 2026-04-14 06:51:35.753 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e20daa5d-4a5e-41be-b74c-ea07a3e44303 - - - - - -] VlanTypeDriver initialization complete 2026-04-14 06:51:35.753 8 INFO neutron.plugins.ml2.managers [None req-e20daa5d-4a5e-41be-b74c-ea07a3e44303 - - - - - -] Initializing driver for type 'vxlan' 2026-04-14 06:51:35.754 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e20daa5d-4a5e-41be-b74c-ea07a3e44303 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-14 06:51:35.768 8 INFO neutron.plugins.ml2.managers [None req-e20daa5d-4a5e-41be-b74c-ea07a3e44303 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-14 06:51:35.769 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e20daa5d-4a5e-41be-b74c-ea07a3e44303 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-14 06:51:35.769 8 INFO neutron.plugins.ml2.managers [None req-e20daa5d-4a5e-41be-b74c-ea07a3e44303 - - - - - -] Initializing extension driver 'port_security' 2026-04-14 06:51:35.769 8 INFO neutron.plugins.ml2.extensions.port_security [None req-e20daa5d-4a5e-41be-b74c-ea07a3e44303 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-14 06:51:35.769 8 INFO neutron.plugins.ml2.managers [None req-e20daa5d-4a5e-41be-b74c-ea07a3e44303 - - - - - -] Initializing extension driver 'qos' 2026-04-14 06:51:35.769 8 INFO neutron.plugins.ml2.managers [None req-e20daa5d-4a5e-41be-b74c-ea07a3e44303 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-14 06:51:35.769 8 INFO neutron.plugins.ml2.managers [None req-e20daa5d-4a5e-41be-b74c-ea07a3e44303 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-14 06:51:35.784 7 INFO neutron.manager [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loading Plugin: trunk 2026-04-14 06:51:35.784 8 INFO neutron.quota [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded quota_driver: . 2026-04-14 06:51:35.784 8 INFO neutron.plugins.ml2.plugin [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Modular L2 Plugin initialization complete 2026-04-14 06:51:35.784 8 INFO neutron.plugins.ml2.managers [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-14 06:51:35.784 8 INFO neutron.plugins.ml2.managers [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-14 06:51:35.784 8 INFO neutron.plugins.ml2.managers [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Got port-security extension from driver 'port_security' 2026-04-14 06:51:35.785 8 INFO neutron.manager [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loading Plugin: qos 2026-04-14 06:51:35.798 8 INFO neutron.manager [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loading Plugin: router 2026-04-14 06:51:35.798 7 INFO neutron.manager [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loading Plugin: vpnaas 2026-04-14 06:51:35.841 7 WARNING stevedore.named [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 06:51:35.846 8 INFO neutron.services.service_base [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-14 06:51:35.846 8 INFO neutron.manager [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loading Plugin: segments 2026-04-14 06:51:35.917 7 INFO neutron_vpnaas.services.vpn.plugin [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-14 06:51:35.918 7 INFO neutron.common.utils [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-14 06:51:35.918 7 INFO neutron.manager [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loading Plugin: taas 2026-04-14 06:51:35.943 7 WARNING stevedore.named [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 06:51:35.943 7 WARNING stevedore.named [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 06:51:35.947 8 INFO neutron.manager [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loading Plugin: trunk 2026-04-14 06:51:35.962 8 INFO neutron.manager [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loading Plugin: vpnaas 2026-04-14 06:51:35.966 7 INFO neutron_taas.services.taas.taas_plugin [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-14 06:51:35.966 7 INFO neutron.manager [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loading Plugin: tapmirror 2026-04-14 06:51:35.976 7 WARNING stevedore.named [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 06:51:35.976 7 WARNING stevedore.named [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 06:51:35.994 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-14 06:51:35.994 7 INFO neutron.manager [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loading Plugin: auto_allocate 2026-04-14 06:51:36.000 7 INFO neutron.manager [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loading Plugin: tag 2026-04-14 06:51:36.003 8 WARNING stevedore.named [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 06:51:36.008 7 INFO neutron.manager [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loading Plugin: timestamp 2026-04-14 06:51:36.010 7 INFO neutron.manager [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loading Plugin: network_ip_availability 2026-04-14 06:51:36.020 7 INFO neutron.manager [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loading Plugin: flavors 2026-04-14 06:51:36.024 7 INFO neutron.manager [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loading Plugin: revisions 2026-04-14 06:51:36.028 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Initializing extension manager. 2026-04-14 06:51:36.030 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: address-group 2026-04-14 06:51:36.031 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: address-scope 2026-04-14 06:51:36.031 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-14 06:51:36.032 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: agent 2026-04-14 06:51:36.033 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: agent-resources-synced 2026-04-14 06:51:36.034 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: allowed-address-pairs 2026-04-14 06:51:36.035 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: auto-allocated-topology 2026-04-14 06:51:36.035 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: availability_zone 2026-04-14 06:51:36.036 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: availability_zone_filter 2026-04-14 06:51:36.036 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-14 06:51:36.037 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: default-subnetpools 2026-04-14 06:51:36.039 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-14 06:51:36.040 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: dns-integration 2026-04-14 06:51:36.040 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: dns-domain-ports 2026-04-14 06:51:36.041 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-14 06:51:36.041 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: dvr 2026-04-14 06:51:36.042 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-14 06:51:36.042 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: empty-string-filtering 2026-04-14 06:51:36.044 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 06:51:36.044 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-14 06:51:36.045 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: external-net 2026-04-14 06:51:36.045 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-14 06:51:36.046 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: extraroute 2026-04-14 06:51:36.047 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: extraroute-atomic 2026-04-14 06:51:36.047 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-14 06:51:36.048 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-14 06:51:36.048 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-14 06:51:36.049 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-14 06:51:36.049 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: fip-port-details 2026-04-14 06:51:36.050 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: flavors 2026-04-14 06:51:36.052 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-14 06:51:36.052 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: floatingip-pools 2026-04-14 06:51:36.053 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: ip_allocation 2026-04-14 06:51:36.053 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: ip-substring-filtering 2026-04-14 06:51:36.055 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: l2_adjacency 2026-04-14 06:51:36.056 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: router 2026-04-14 06:51:36.057 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 06:51:36.058 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-14 06:51:36.059 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-14 06:51:36.059 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: ext-gw-mode 2026-04-14 06:51:36.059 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: l3-ha 2026-04-14 06:51:36.060 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-14 06:51:36.060 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-14 06:51:36.061 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: l3-flavors 2026-04-14 06:51:36.062 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-14 06:51:36.063 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-14 06:51:36.065 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-14 06:51:36.066 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-14 06:51:36.067 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-14 06:51:36.068 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-14 06:51:36.069 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-14 06:51:36.069 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: multi-provider 2026-04-14 06:51:36.070 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: net-mtu 2026-04-14 06:51:36.070 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: net-mtu-writable 2026-04-14 06:51:36.071 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: network_availability_zone 2026-04-14 06:51:36.071 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: network_ha 2026-04-14 06:51:36.072 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: network-ip-availability 2026-04-14 06:51:36.073 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-14 06:51:36.073 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: pagination 2026-04-14 06:51:36.074 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: port-device-profile 2026-04-14 06:51:36.075 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-14 06:51:36.075 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-14 06:51:36.076 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-14 06:51:36.076 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: port-mac-override 2026-04-14 06:51:36.077 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-14 06:51:36.077 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-14 06:51:36.078 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-14 06:51:36.078 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: port-resource-request 2026-04-14 06:51:36.079 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: port-resource-request-groups 2026-04-14 06:51:36.079 8 INFO neutron_vpnaas.services.vpn.plugin [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-14 06:51:36.079 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-14 06:51:36.079 8 INFO neutron.common.utils [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-14 06:51:36.079 8 INFO neutron.manager [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loading Plugin: taas 2026-04-14 06:51:36.080 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: binding 2026-04-14 06:51:36.080 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: binding-extended 2026-04-14 06:51:36.081 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: port-security 2026-04-14 06:51:36.081 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: project-id 2026-04-14 06:51:36.082 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: provider 2026-04-14 06:51:36.083 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-14 06:51:36.085 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: qos 2026-04-14 06:51:36.086 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-14 06:51:36.086 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-14 06:51:36.088 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: qos-default 2026-04-14 06:51:36.088 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: qos-fip 2026-04-14 06:51:36.089 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-14 06:51:36.089 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: qos-gateway-ip 2026-04-14 06:51:36.090 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: qos-port-network-policy 2026-04-14 06:51:36.091 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: qos-pps-minimum 2026-04-14 06:51:36.091 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-14 06:51:36.092 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: qos-pps 2026-04-14 06:51:36.092 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: qos-rule-type-details 2026-04-14 06:51:36.093 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-14 06:51:36.094 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: qos-rules-alias 2026-04-14 06:51:36.094 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: quota-check-limit 2026-04-14 06:51:36.095 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: quota-check-limit-default 2026-04-14 06:51:36.097 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: quotas 2026-04-14 06:51:36.098 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: quota_details 2026-04-14 06:51:36.099 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: rbac-policies 2026-04-14 06:51:36.100 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: rbac-address-group 2026-04-14 06:51:36.100 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: rbac-address-scope 2026-04-14 06:51:36.101 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: rbac-security-groups 2026-04-14 06:51:36.101 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: rbac-subnetpool 2026-04-14 06:51:36.102 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: revision-if-match 2026-04-14 06:51:36.103 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: standard-attr-revisions 2026-04-14 06:51:36.103 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: router_availability_zone 2026-04-14 06:51:36.104 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-14 06:51:36.104 8 WARNING stevedore.named [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 06:51:36.104 8 WARNING stevedore.named [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 06:51:36.105 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: security-groups-default-rules 2026-04-14 06:51:36.106 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-14 06:51:36.106 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-14 06:51:36.107 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-14 06:51:36.107 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-14 06:51:36.108 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-14 06:51:36.113 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: security-group 2026-04-14 06:51:36.114 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: segment 2026-04-14 06:51:36.114 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-14 06:51:36.115 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: service-type 2026-04-14 06:51:36.115 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: sorting 2026-04-14 06:51:36.116 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: standard-attr-segment 2026-04-14 06:51:36.117 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: standard-attr-description 2026-04-14 06:51:36.118 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: stateful-security-group 2026-04-14 06:51:36.119 7 WARNING neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-14 06:51:36.119 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-14 06:51:36.120 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: subnet-external-network 2026-04-14 06:51:36.120 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: subnet_onboard 2026-04-14 06:51:36.121 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-14 06:51:36.121 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: subnet-service-types 2026-04-14 06:51:36.123 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: subnet_allocation 2026-04-14 06:51:36.124 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-14 06:51:36.125 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: tag-creation 2026-04-14 06:51:36.125 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-14 06:51:36.125 8 INFO neutron_taas.services.taas.taas_plugin [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-14 06:51:36.126 8 INFO neutron.manager [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loading Plugin: tapmirror 2026-04-14 06:51:36.129 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: standard-attr-tag 2026-04-14 06:51:36.130 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-14 06:51:36.130 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: trunk 2026-04-14 06:51:36.131 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: trunk-details 2026-04-14 06:51:36.131 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-14 06:51:36.132 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-14 06:51:36.132 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-14 06:51:36.133 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-14 06:51:36.135 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-14 06:51:36.136 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-14 06:51:36.136 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: vpn-flavors 2026-04-14 06:51:36.138 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: vpnaas 2026-04-14 06:51:36.139 8 WARNING stevedore.named [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 06:51:36.139 8 WARNING stevedore.named [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 06:51:36.139 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: taas 2026-04-14 06:51:36.140 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: tap-mirror 2026-04-14 06:51:36.141 7 INFO neutron.api.extensions [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Loaded extension: taas-vlan-filter 2026-04-14 06:51:36.143 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-14 06:51:36.143 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-14 06:51:36.144 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:51:36.144 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-14 06:51:36.147 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 06:51:36.147 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 06:51:36.152 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 06:51:36.153 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 06:51:36.153 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 06:51:36.154 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:51:36.154 7 WARNING neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] subnetpool is already registered 2026-04-14 06:51:36.155 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:51:36.155 7 WARNING neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] subnetpool is already registered 2026-04-14 06:51:36.155 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 06:51:36.156 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:51:36.156 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:51:36.156 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 06:51:36.157 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 06:51:36.157 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 06:51:36.158 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:51:36.158 7 WARNING neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] ipsecpolicy is already registered 2026-04-14 06:51:36.158 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:51:36.158 7 WARNING neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] ikepolicy is already registered 2026-04-14 06:51:36.163 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 06:51:36.163 7 WARNING neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] router is already registered 2026-04-14 06:51:36.164 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 06:51:36.164 7 WARNING neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] floatingip is already registered 2026-04-14 06:51:36.164 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-14 06:51:36.164 8 INFO neutron.manager [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loading Plugin: auto_allocate 2026-04-14 06:51:36.170 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 06:51:36.170 7 WARNING neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] rbac_policy is already registered 2026-04-14 06:51:36.171 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 06:51:36.171 7 WARNING neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] security_group is already registered 2026-04-14 06:51:36.172 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 06:51:36.172 8 INFO neutron.manager [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loading Plugin: tag 2026-04-14 06:51:36.172 7 WARNING neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] security_group_rule is already registered 2026-04-14 06:51:36.174 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:51:36.174 7 WARNING neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] subnetpool is already registered 2026-04-14 06:51:36.174 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:51:36.174 7 WARNING neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] subnetpool is already registered 2026-04-14 06:51:36.175 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 06:51:36.175 7 WARNING neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] trunk is already registered 2026-04-14 06:51:36.175 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:51:36.176 7 WARNING neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] ikepolicy is already registered 2026-04-14 06:51:36.176 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:51:36.176 7 WARNING neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] ipsecpolicy is already registered 2026-04-14 06:51:36.176 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 06:51:36.177 7 WARNING neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] endpoint_group is already registered 2026-04-14 06:51:36.177 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 06:51:36.177 7 WARNING neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] vpnservice is already registered 2026-04-14 06:51:36.178 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 06:51:36.178 7 WARNING neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] ipsec_site_connection is already registered 2026-04-14 06:51:36.178 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:51:36.178 7 WARNING neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] ipsecpolicy is already registered 2026-04-14 06:51:36.179 7 INFO neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:51:36.179 7 WARNING neutron.quota.resource_registry [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] ikepolicy is already registered 2026-04-14 06:51:36.184 8 INFO neutron.manager [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loading Plugin: timestamp 2026-04-14 06:51:36.186 8 INFO neutron.manager [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loading Plugin: network_ip_availability 2026-04-14 06:51:36.190 8 INFO neutron.manager [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loading Plugin: flavors 2026-04-14 06:51:36.194 8 INFO neutron.manager [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loading Plugin: revisions 2026-04-14 06:51:36.197 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Initializing extension manager. 2026-04-14 06:51:36.199 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: address-group 2026-04-14 06:51:36.199 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: address-scope 2026-04-14 06:51:36.200 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-14 06:51:36.201 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: agent 2026-04-14 06:51:36.201 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: agent-resources-synced 2026-04-14 06:51:36.203 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: allowed-address-pairs 2026-04-14 06:51:36.204 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: auto-allocated-topology 2026-04-14 06:51:36.205 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: availability_zone 2026-04-14 06:51:36.205 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: availability_zone_filter 2026-04-14 06:51:36.206 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-14 06:51:36.207 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: default-subnetpools 2026-04-14 06:51:36.209 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-14 06:51:36.209 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: dns-integration 2026-04-14 06:51:36.210 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: dns-domain-ports 2026-04-14 06:51:36.210 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-14 06:51:36.211 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: dvr 2026-04-14 06:51:36.211 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-14 06:51:36.212 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: empty-string-filtering 2026-04-14 06:51:36.212 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 06:51:36.213 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-14 06:51:36.213 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: external-net 2026-04-14 06:51:36.214 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-14 06:51:36.214 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: extraroute 2026-04-14 06:51:36.215 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: extraroute-atomic 2026-04-14 06:51:36.215 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-14 06:51:36.216 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-14 06:51:36.216 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-14 06:51:36.217 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-14 06:51:36.217 7 WARNING keystonemiddleware._common.config [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-14 06:51:36.217 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: fip-port-details 2026-04-14 06:51:36.218 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: flavors 2026-04-14 06:51:36.219 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-14 06:51:36.220 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: floatingip-pools 2026-04-14 06:51:36.220 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: ip_allocation 2026-04-14 06:51:36.221 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: ip-substring-filtering 2026-04-14 06:51:36.222 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: l2_adjacency 2026-04-14 06:51:36.223 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: router 2026-04-14 06:51:36.224 7 WARNING oslo_config.cfg [None req-b281c0e5-2478-40a1-95b7-48581039b15a - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-14 06:51:36.224 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 06:51:36.225 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-14 06:51:36.226 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-14 06:51:36.226 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: ext-gw-mode WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fa34fcd8668 pid: 7 (default app) 2026-04-14 06:51:36.227 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: l3-ha 2026-04-14 06:51:36.227 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-14 06:51:36.228 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-14 06:51:36.228 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: l3-flavors 2026-04-14 06:51:36.229 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-14 06:51:36.229 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-14 06:51:36.232 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-14 06:51:36.233 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-14 06:51:36.234 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-14 06:51:36.236 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-14 06:51:36.236 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-14 06:51:36.237 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: multi-provider 2026-04-14 06:51:36.238 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: net-mtu 2026-04-14 06:51:36.238 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: net-mtu-writable 2026-04-14 06:51:36.239 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: network_availability_zone 2026-04-14 06:51:36.240 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: network_ha 2026-04-14 06:51:36.241 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: network-ip-availability 2026-04-14 06:51:36.242 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-14 06:51:36.243 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: pagination 2026-04-14 06:51:36.243 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: port-device-profile 2026-04-14 06:51:36.244 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-14 06:51:36.245 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-14 06:51:36.245 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-14 06:51:36.246 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: port-mac-override 2026-04-14 06:51:36.246 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-14 06:51:36.247 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-14 06:51:36.248 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-14 06:51:36.248 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: port-resource-request 2026-04-14 06:51:36.249 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: port-resource-request-groups 2026-04-14 06:51:36.249 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-14 06:51:36.250 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: binding 2026-04-14 06:51:36.251 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: binding-extended 2026-04-14 06:51:36.251 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: port-security 2026-04-14 06:51:36.252 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: project-id 2026-04-14 06:51:36.252 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: provider 2026-04-14 06:51:36.253 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-14 06:51:36.256 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: qos 2026-04-14 06:51:36.257 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-14 06:51:36.258 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-14 06:51:36.258 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: qos-default 2026-04-14 06:51:36.259 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: qos-fip 2026-04-14 06:51:36.259 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-14 06:51:36.260 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: qos-gateway-ip 2026-04-14 06:51:36.260 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: qos-port-network-policy 2026-04-14 06:51:36.261 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: qos-pps-minimum 2026-04-14 06:51:36.261 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-14 06:51:36.262 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: qos-pps 2026-04-14 06:51:36.263 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: qos-rule-type-details 2026-04-14 06:51:36.263 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-14 06:51:36.264 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: qos-rules-alias 2026-04-14 06:51:36.264 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: quota-check-limit 2026-04-14 06:51:36.265 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: quota-check-limit-default 2026-04-14 06:51:36.268 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: quotas 2026-04-14 06:51:36.269 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: quota_details 2026-04-14 06:51:36.271 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: rbac-policies 2026-04-14 06:51:36.271 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: rbac-address-group 2026-04-14 06:51:36.272 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: rbac-address-scope 2026-04-14 06:51:36.272 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: rbac-security-groups 2026-04-14 06:51:36.273 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: rbac-subnetpool 2026-04-14 06:51:36.273 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: revision-if-match 2026-04-14 06:51:36.275 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: standard-attr-revisions 2026-04-14 06:51:36.275 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: router_availability_zone 2026-04-14 06:51:36.276 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-14 06:51:36.277 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: security-groups-default-rules 2026-04-14 06:51:36.278 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-14 06:51:36.278 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-14 06:51:36.279 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-14 06:51:36.279 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-14 06:51:36.280 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-14 06:51:36.287 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: security-group 2026-04-14 06:51:36.288 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: segment 2026-04-14 06:51:36.289 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-14 06:51:36.289 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: service-type 2026-04-14 06:51:36.290 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: sorting 2026-04-14 06:51:36.290 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: standard-attr-segment 2026-04-14 06:51:36.291 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: standard-attr-description 2026-04-14 06:51:36.292 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: stateful-security-group 2026-04-14 06:51:36.292 8 WARNING neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-14 06:51:36.293 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-14 06:51:36.293 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: subnet-external-network 2026-04-14 06:51:36.294 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: subnet_onboard 2026-04-14 06:51:36.294 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-14 06:51:36.295 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: subnet-service-types 2026-04-14 06:51:36.296 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: subnet_allocation 2026-04-14 06:51:36.296 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-14 06:51:36.297 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: tag-creation 2026-04-14 06:51:36.298 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-14 06:51:36.302 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: standard-attr-tag 2026-04-14 06:51:36.303 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-14 06:51:36.305 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: trunk 2026-04-14 06:51:36.305 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: trunk-details 2026-04-14 06:51:36.306 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-14 06:51:36.307 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-14 06:51:36.307 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-14 06:51:36.308 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-14 06:51:36.310 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-14 06:51:36.311 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-14 06:51:36.312 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: vpn-flavors 2026-04-14 06:51:36.314 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: vpnaas 2026-04-14 06:51:36.315 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: taas 2026-04-14 06:51:36.316 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: tap-mirror 2026-04-14 06:51:36.317 8 INFO neutron.api.extensions [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Loaded extension: taas-vlan-filter 2026-04-14 06:51:36.319 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-14 06:51:36.320 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-14 06:51:36.320 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:51:36.320 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-14 06:51:36.324 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 06:51:36.324 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 06:51:36.329 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 06:51:36.330 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 06:51:36.331 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 06:51:36.332 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:51:36.332 8 WARNING neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] subnetpool is already registered 2026-04-14 06:51:36.332 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:51:36.332 8 WARNING neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] subnetpool is already registered 2026-04-14 06:51:36.333 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 06:51:36.333 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:51:36.334 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:51:36.335 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 06:51:36.335 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 06:51:36.336 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 06:51:36.336 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:51:36.336 8 WARNING neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] ipsecpolicy is already registered 2026-04-14 06:51:36.337 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:51:36.337 8 WARNING neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] ikepolicy is already registered 2026-04-14 06:51:36.342 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 06:51:36.342 8 WARNING neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] router is already registered 2026-04-14 06:51:36.342 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 06:51:36.343 8 WARNING neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] floatingip is already registered 2026-04-14 06:51:36.346 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 06:51:36.346 8 WARNING neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] rbac_policy is already registered 2026-04-14 06:51:36.347 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 06:51:36.347 8 WARNING neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] security_group is already registered 2026-04-14 06:51:36.348 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 06:51:36.348 8 WARNING neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] security_group_rule is already registered 2026-04-14 06:51:36.348 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:51:36.349 8 WARNING neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] subnetpool is already registered 2026-04-14 06:51:36.349 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:51:36.349 8 WARNING neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] subnetpool is already registered 2026-04-14 06:51:36.350 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 06:51:36.351 8 WARNING neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] trunk is already registered 2026-04-14 06:51:36.351 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:51:36.352 8 WARNING neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] ikepolicy is already registered 2026-04-14 06:51:36.353 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:51:36.353 8 WARNING neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] ipsecpolicy is already registered 2026-04-14 06:51:36.353 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 06:51:36.354 8 WARNING neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] endpoint_group is already registered 2026-04-14 06:51:36.354 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 06:51:36.354 8 WARNING neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] vpnservice is already registered 2026-04-14 06:51:36.354 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 06:51:36.355 8 WARNING neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] ipsec_site_connection is already registered 2026-04-14 06:51:36.355 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:51:36.355 8 WARNING neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] ipsecpolicy is already registered 2026-04-14 06:51:36.355 8 INFO neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:51:36.356 8 WARNING neutron.quota.resource_registry [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] ikepolicy is already registered 2026-04-14 06:51:36.394 8 WARNING keystonemiddleware._common.config [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-14 06:51:36.402 8 WARNING oslo_config.cfg [None req-1531a552-2ba0-442a-91e1-2b51e2c25fde - - - - - -] 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 0x7fa34fcd8668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:51:42.179 7 INFO neutron.pecan_wsgi.hooks.translation [None req-08a1eb01-d616-4f6f-a8ce-1a5cc22170cb bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.132 () {44 vars in 925 bytes} [Tue Apr 14 06:51:41 2026] GET /v2.0/networks/public => generated 108 bytes in 883 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.132 () {44 vars in 947 bytes} [Tue Apr 14 06:51:42 2026] GET /v2.0/networks?name=public => generated 15 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:43.118 7 WARNING neutron.services.revisions.revision_plugin [None req-c7f1ad99-9ee7-4924-9589-ea217258f00f bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Could not find related network for resource to bump revision. 2026-04-14 06:51:43.149 7 INFO neutron.db.segments_db [None req-c7f1ad99-9ee7-4924-9589-ea217258f00f bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment 39588bf2-4510-4f93-afdc-9d51926864ec of type flat for network bd0b983d-a829-48fb-bde1-d4b58ba74868 2026-04-14 06:51:43.206 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c7f1ad99-9ee7-4924-9589-ea217258f00f bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.132 () {48 vars in 965 bytes} [Tue Apr 14 06:51:42 2026] POST /v2.0/networks => generated 124 bytes in 529 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:51:49.262 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6de8fe9b-ed34-4857-964e-bea203a52c6e bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.132 () {44 vars in 925 bytes} [Tue Apr 14 06:51:49 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.132 () {44 vars in 947 bytes} [Tue Apr 14 06:51:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:49.352 7 WARNING neutron.services.revisions.revision_plugin [None req-1918248e-f68f-436b-8a72-31bfde48c69a bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Could not find related network for resource to bump revision. 2026-04-14 06:51:49.362 7 INFO neutron.db.segments_db [None req-1918248e-f68f-436b-8a72-31bfde48c69a bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment a000cefc-592c-4053-a171-70b2ceb16d80 of type flat for network 03d056ef-db83-48cf-ac54-f3395a589724 2026-04-14 06:51:49.380 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1918248e-f68f-436b-8a72-31bfde48c69a bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.132 () {48 vars in 965 bytes} [Tue Apr 14 06:51:49 2026] POST /v2.0/networks => generated 124 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:51:55.767 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fb0b763e-032e-45f5-9ea3-fe1a10590067 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.132 () {44 vars in 925 bytes} [Tue Apr 14 06:51:55 2026] GET /v2.0/networks/public => generated 108 bytes in 407 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.132 () {44 vars in 947 bytes} [Tue Apr 14 06:51:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:56.036 8 WARNING neutron.services.revisions.revision_plugin [None req-d8355830-d759-4921-8bd5-9468f3e038b2 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Could not find related network for resource to bump revision. 2026-04-14 06:51:56.057 8 INFO neutron.db.segments_db [None req-d8355830-d759-4921-8bd5-9468f3e038b2 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment 18a17a60-90f9-410d-9f18-b6657b799959 of type flat for network 84fabcf4-463e-4e07-9f7d-426b8933e2ec 2026-04-14 06:51:56.108 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d8355830-d759-4921-8bd5-9468f3e038b2 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.132 () {48 vars in 965 bytes} [Tue Apr 14 06:51:55 2026] POST /v2.0/networks => generated 124 bytes in 322 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:52:02.129 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c872fb99-97e0-48a3-b07f-701542f3fddc bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.132 () {44 vars in 925 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/14] 199.204.45.132 () {44 vars in 947 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:52:02.203 7 WARNING neutron.services.revisions.revision_plugin [None req-e74f6898-9eaa-495d-a862-9113a7389e41 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Could not find related network for resource to bump revision. 2026-04-14 06:52:02.222 7 INFO neutron.db.segments_db [None req-e74f6898-9eaa-495d-a862-9113a7389e41 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment c65d1932-4943-49ec-b776-cbf51af29049 of type flat for network 79e03403-cfd7-4105-b91f-fc96aab8b65c 2026-04-14 06:52:02.251 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e74f6898-9eaa-495d-a862-9113a7389e41 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/15] 199.204.45.132 () {48 vars in 965 bytes} [Tue Apr 14 06:52:02 2026] POST /v2.0/networks => generated 124 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:52:08.277 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ed3ad229-19b7-418b-b116-1c92275df4ee bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.132 () {44 vars in 925 bytes} [Tue Apr 14 06:52:08 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.132 () {44 vars in 947 bytes} [Tue Apr 14 06:52:08 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-14 06:52:08.366 7 WARNING neutron.services.revisions.revision_plugin [None req-eb8008f7-44d3-421a-b93c-fdb8a299124e bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Could not find related network for resource to bump revision. 2026-04-14 06:52:08.393 7 INFO neutron.db.segments_db [None req-eb8008f7-44d3-421a-b93c-fdb8a299124e bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment 8d6d9e7c-975d-4969-af37-4646b8d1231a of type flat for network 7ba471b5-e96b-4ce1-8796-588e6ee50c85 2026-04-14 06:52:08.423 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eb8008f7-44d3-421a-b93c-fdb8a299124e bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.132 () {48 vars in 965 bytes} [Tue Apr 14 06:52:08 2026] POST /v2.0/networks => generated 124 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:52:14.541 8 INFO neutron.pecan_wsgi.hooks.translation [None req-550d6312-f14f-4f3f-afb8-c87fa010b44f bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.132 () {44 vars in 925 bytes} [Tue Apr 14 06:52:14 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.132 () {44 vars in 947 bytes} [Tue Apr 14 06:52:14 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-14 06:52:14.624 8 WARNING neutron.services.revisions.revision_plugin [None req-d79483db-efc4-4cf4-b6d2-82799f4bc658 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Could not find related network for resource to bump revision. 2026-04-14 06:52:14.660 8 INFO neutron.db.segments_db [None req-d79483db-efc4-4cf4-b6d2-82799f4bc658 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment 5d333184-1c4e-4f66-90cd-63044faa35ae of type flat for network d6801023-73d7-45ff-b70b-6d8dc510bd7b 2026-04-14 06:52:14.690 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d79483db-efc4-4cf4-b6d2-82799f4bc658 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.132 () {48 vars in 965 bytes} [Tue Apr 14 06:52:14 2026] POST /v2.0/networks => generated 124 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:52:20.748 8 INFO neutron.pecan_wsgi.hooks.translation [None req-82fd415d-b6be-4e80-afeb-b274a852a112 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.132 () {44 vars in 925 bytes} [Tue Apr 14 06:52:20 2026] GET /v2.0/networks/public => generated 108 bytes in 48 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.132 () {44 vars in 947 bytes} [Tue Apr 14 06:52:20 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:52:20.835 8 WARNING neutron.services.revisions.revision_plugin [None req-a1c044eb-26c5-4696-926b-306990320243 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Could not find related network for resource to bump revision. 2026-04-14 06:52:20.863 8 INFO neutron.db.segments_db [None req-a1c044eb-26c5-4696-926b-306990320243 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment 7553626a-56c9-4357-bf17-e65f4d23fe0c of type flat for network 034903fe-9a93-41c3-881d-f450b11cb0da [pid: 8|app: 0|req: 12/26] 199.204.45.132 () {48 vars in 965 bytes} [Tue Apr 14 06:52:20 2026] POST /v2.0/networks => generated 706 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:52:22.273 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9be5730a-6745-4bdb-98e4-afd89ef32f72 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/27] 199.204.45.132 () {44 vars in 925 bytes} [Tue Apr 14 06:52:22 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.132 () {44 vars in 947 bytes} [Tue Apr 14 06:52:22 2026] GET /v2.0/networks?name=public => generated 709 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:52:22.357 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2b6a6dcf-3c80-4b47-9a9d-7d62d0aa63b9 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/29] 199.204.45.132 () {44 vars in 1032 bytes} [Tue Apr 14 06:52:22 2026] GET /v2.0/subnets/public-subnet?network_id=034903fe-9a93-41c3-881d-f450b11cb0da => generated 113 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/30] 199.204.45.132 () {44 vars in 1055 bytes} [Tue Apr 14 06:52:22 2026] GET /v2.0/subnets?name=public-subnet&network_id=034903fe-9a93-41c3-881d-f450b11cb0da => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/31] 199.204.45.132 () {48 vars in 963 bytes} [Tue Apr 14 06:52:22 2026] POST /v2.0/subnets => generated 664 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:53:21.390 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb234f04-a221-4143-9674-22c03adaa37f bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 22/40] 199.204.45.132 () {44 vars in 935 bytes} [Tue Apr 14 06:53:21 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 19/41] 199.204.45.132 () {44 vars in 957 bytes} [Tue Apr 14 06:53:21 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:53:21.469 7 INFO neutron.db.segments_db [None req-2963bfbc-3b72-4d5c-b567-d78a0e499e24 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment 22d82628-ed65-4bee-87d9-bbd98e337dc6 of type vxlan for network fc7a0039-54db-4382-9397-fcffc1eecc0b [pid: 7|app: 0|req: 23/42] 199.204.45.132 () {48 vars in 964 bytes} [Tue Apr 14 06:53:21 2026] POST /v2.0/networks => generated 687 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:53:22.836 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8bc9a83a-f956-4632-b07d-36f148d7ba7c bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 20/43] 199.204.45.132 () {44 vars in 935 bytes} [Tue Apr 14 06:53:22 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 24/44] 199.204.45.132 () {44 vars in 957 bytes} [Tue Apr 14 06:53:22 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:22.949 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1a668efe-f54e-4092-ba3c-772732b5d698 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 21/45] 199.204.45.132 () {44 vars in 1034 bytes} [Tue Apr 14 06:53:22 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=fc7a0039-54db-4382-9397-fcffc1eecc0b => generated 114 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/46] 199.204.45.132 () {44 vars in 1057 bytes} [Tue Apr 14 06:53:22 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=fc7a0039-54db-4382-9397-fcffc1eecc0b => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 22/47] 199.204.45.132 () {48 vars in 963 bytes} [Tue Apr 14 06:53:23 2026] POST /v2.0/subnets => generated 651 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:53:24.605 7 INFO neutron.api.v2.resource [None req-3d1bf5e1-4e83-45f9-80a5-baf0dee44edd bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 26/48] 199.204.45.132 () {44 vars in 969 bytes} [Tue Apr 14 06:53:24 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 23/49] 199.204.45.132 () {44 vars in 991 bytes} [Tue Apr 14 06:53:24 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/50] 199.204.45.132 () {48 vars in 978 bytes} [Tue Apr 14 06:53:24 2026] POST /v2.0/security-groups => generated 1616 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 24/51] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:26 2026] GET /v2.0/security-groups/22da4e11-778a-4ca7-8cd7-4d75d53ab0e4 => generated 1616 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/52] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:26 2026] GET /v2.0/security-groups/22da4e11-778a-4ca7-8cd7-4d75d53ab0e4 => generated 1616 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/53] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:26 2026] GET /v2.0/security-groups/22da4e11-778a-4ca7-8cd7-4d75d53ab0e4 => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/54] 199.204.45.132 () {48 vars in 989 bytes} [Tue Apr 14 06:53:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 26/55] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:27 2026] GET /v2.0/security-groups/22da4e11-778a-4ca7-8cd7-4d75d53ab0e4 => generated 2230 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/56] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:27 2026] GET /v2.0/security-groups/22da4e11-778a-4ca7-8cd7-4d75d53ab0e4 => generated 2230 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/57] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:27 2026] GET /v2.0/security-groups/22da4e11-778a-4ca7-8cd7-4d75d53ab0e4 => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/58] 199.204.45.132 () {48 vars in 989 bytes} [Tue Apr 14 06:53:27 2026] POST /v2.0/security-group-rules => generated 603 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 28/59] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:28 2026] GET /v2.0/security-groups/22da4e11-778a-4ca7-8cd7-4d75d53ab0e4 => generated 2846 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/60] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:28 2026] GET /v2.0/security-groups/22da4e11-778a-4ca7-8cd7-4d75d53ab0e4 => generated 2846 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/61] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:29 2026] GET /v2.0/security-groups/22da4e11-778a-4ca7-8cd7-4d75d53ab0e4 => generated 2846 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/62] 199.204.45.132 () {48 vars in 989 bytes} [Tue Apr 14 06:53:29 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/63] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:30 2026] GET /v2.0/security-groups/22da4e11-778a-4ca7-8cd7-4d75d53ab0e4 => generated 3462 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/64] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:30 2026] GET /v2.0/security-groups/22da4e11-778a-4ca7-8cd7-4d75d53ab0e4 => generated 3462 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/65] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:30 2026] GET /v2.0/security-groups/22da4e11-778a-4ca7-8cd7-4d75d53ab0e4 => generated 3462 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/66] 199.204.45.132 () {48 vars in 989 bytes} [Tue Apr 14 06:53:30 2026] POST /v2.0/security-group-rules => generated 603 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/67] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:31 2026] GET /v2.0/security-groups/22da4e11-778a-4ca7-8cd7-4d75d53ab0e4 => generated 4078 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/68] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:31 2026] GET /v2.0/security-groups/22da4e11-778a-4ca7-8cd7-4d75d53ab0e4 => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/69] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:31 2026] GET /v2.0/security-groups/22da4e11-778a-4ca7-8cd7-4d75d53ab0e4 => generated 4078 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/70] 199.204.45.132 () {48 vars in 989 bytes} [Tue Apr 14 06:53:31 2026] POST /v2.0/security-group-rules => generated 603 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:53:32.274 8 INFO neutron.api.v2.resource [None req-d7c5a33b-44af-43cb-ac02-4a290e82acdc bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/71] 199.204.45.132 () {44 vars in 1072 bytes} [Tue Apr 14 06:53:32 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=c6adb0dd6483440a82c45f0d6072e1d8 => generated 139 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 199.204.45.132 () {44 vars in 1095 bytes} [Tue Apr 14 06:53:32 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=c6adb0dd6483440a82c45f0d6072e1d8 => generated 23 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/73] 199.204.45.132 () {48 vars in 979 bytes} [Tue Apr 14 06:53:32 2026] POST /v2.0/security-groups => generated 1624 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 199.204.45.132 () {44 vars in 985 bytes} [Tue Apr 14 06:53:33 2026] GET /v2.0/networks/fc7a0039-54db-4382-9397-fcffc1eecc0b => generated 731 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:33.272 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e1f7f6c-a96e-43c5-8e44-fde95e36f624 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/75] 199.204.45.132 () {44 vars in 1074 bytes} [Tue Apr 14 06:53:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=fc7a0039-54db-4382-9397-fcffc1eecc0b => generated 132 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.204.45.132 () {44 vars in 1097 bytes} [Tue Apr 14 06:53:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=fc7a0039-54db-4382-9397-fcffc1eecc0b => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:33 2026] GET /v2.0/security-groups/22da4e11-778a-4ca7-8cd7-4d75d53ab0e4 => generated 4694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.204.45.132 () {48 vars in 959 bytes} [Tue Apr 14 06:53:33 2026] POST /v2.0/ports => generated 1100 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/81] 199.204.45.132 () {44 vars in 1086 bytes} [Tue Apr 14 06:53:33 2026] GET /v2.0/security-groups/1458e3f0-13f5-45a6-8a4f-3e2f84c2834b?project_id=c6adb0dd6483440a82c45f0d6072e1d8 => generated 1624 bytes in 60 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, ' [pid: 7|app: 0|req: 44/82] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:33 2026] GET /v2.0/security-groups/1458e3f0-13f5-45a6-8a4f-3e2f84c2834b => generated 1624 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/83] 199.204.45.132 () {44 vars in 1086 bytes} [Tue Apr 14 06:53:34 2026] GET /v2.0/security-groups/1458e3f0-13f5-45a6-8a4f-3e2f84c2834b?project_id=c6adb0dd6483440a82c45f0d6072e1d8 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/84] 199.204.45.132 () {48 vars in 989 bytes} [Tue Apr 14 06:53:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/85] 199.204.45.132 () {44 vars in 1086 bytes} [Tue Apr 14 06:53:35 2026] GET /v2.0/security-groups/1458e3f0-13f5-45a6-8a4f-3e2f84c2834b?project_id=c6adb0dd6483440a82c45f0d6072e1d8 => generated 2234 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/86] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:35 2026] GET /v2.0/security-groups/1458e3f0-13f5-45a6-8a4f-3e2f84c2834b => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/87] 199.204.45.132 () {44 vars in 1086 bytes} [Tue Apr 14 06:53:35 2026] GET /v2.0/security-groups/1458e3f0-13f5-45a6-8a4f-3e2f84c2834b?project_id=c6adb0dd6483440a82c45f0d6072e1d8 => generated 2234 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/88] 199.204.45.132 () {48 vars in 989 bytes} [Tue Apr 14 06:53:35 2026] POST /v2.0/security-group-rules => generated 599 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/89] 199.204.45.132 () {44 vars in 1086 bytes} [Tue Apr 14 06:53:36 2026] GET /v2.0/security-groups/1458e3f0-13f5-45a6-8a4f-3e2f84c2834b?project_id=c6adb0dd6483440a82c45f0d6072e1d8 => generated 2846 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/90] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:37 2026] GET /v2.0/security-groups/1458e3f0-13f5-45a6-8a4f-3e2f84c2834b => generated 2846 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/91] 199.204.45.132 () {44 vars in 1086 bytes} [Tue Apr 14 06:53:37 2026] GET /v2.0/security-groups/1458e3f0-13f5-45a6-8a4f-3e2f84c2834b?project_id=c6adb0dd6483440a82c45f0d6072e1d8 => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/92] 199.204.45.132 () {48 vars in 989 bytes} [Tue Apr 14 06:53:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/93] 199.204.45.132 () {44 vars in 1086 bytes} [Tue Apr 14 06:53:38 2026] GET /v2.0/security-groups/1458e3f0-13f5-45a6-8a4f-3e2f84c2834b?project_id=c6adb0dd6483440a82c45f0d6072e1d8 => 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: 50/94] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:38 2026] GET /v2.0/security-groups/1458e3f0-13f5-45a6-8a4f-3e2f84c2834b => generated 3460 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/95] 199.204.45.132 () {44 vars in 1086 bytes} [Tue Apr 14 06:53:38 2026] GET /v2.0/security-groups/1458e3f0-13f5-45a6-8a4f-3e2f84c2834b?project_id=c6adb0dd6483440a82c45f0d6072e1d8 => generated 3460 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/96] 199.204.45.132 () {48 vars in 989 bytes} [Tue Apr 14 06:53:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:53:43.198 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a7ce1db-a0c7-4307-b7bf-ca6374671902 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 46/97] 199.204.45.132 () {44 vars in 977 bytes} [Tue Apr 14 06:53:43 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/98] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:43 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/99] 199.204.45.132 () {48 vars in 1029 bytes} [Tue Apr 14 06:53:43 2026] PUT /v2.0/ports/1df7fddb-1d0b-4b2e-8b20-4e3b5ee643a4 => generated 1249 bytes in 893 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/100] 199.204.45.132 () {44 vars in 918 bytes} [Tue Apr 14 06:53:45 2026] GET /v2.0/ports => generated 3730 bytes in 99 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-14 06:53:47.245 8 INFO neutron.api.v2.resource [None req-564658fe-6475-4f22-9fe2-f045ed892dbc bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 48/101] 199.204.45.132 () {44 vars in 957 bytes} [Tue Apr 14 06:53:47 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/102] 199.204.45.132 () {44 vars in 979 bytes} [Tue Apr 14 06:53:47 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/103] 199.204.45.132 () {48 vars in 978 bytes} [Tue Apr 14 06:53:47 2026] POST /v2.0/security-groups => generated 1610 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/104] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:48 2026] GET /v2.0/security-groups/ac0f6688-a1b8-4dc1-8f10-14e36d1ff01c => generated 1610 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/105] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:48 2026] GET /v2.0/security-groups/ac0f6688-a1b8-4dc1-8f10-14e36d1ff01c => generated 1610 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/106] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:48 2026] GET /v2.0/security-groups/ac0f6688-a1b8-4dc1-8f10-14e36d1ff01c => generated 1610 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/107] 199.204.45.132 () {48 vars in 989 bytes} [Tue Apr 14 06:53:48 2026] POST /v2.0/security-group-rules => generated 623 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/110] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:49 2026] GET /v2.0/security-groups/ac0f6688-a1b8-4dc1-8f10-14e36d1ff01c => generated 2246 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/111] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:49 2026] GET /v2.0/security-groups/ac0f6688-a1b8-4dc1-8f10-14e36d1ff01c => generated 2246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/112] 199.204.45.132 () {44 vars in 999 bytes} [Tue Apr 14 06:53:49 2026] GET /v2.0/security-groups/ac0f6688-a1b8-4dc1-8f10-14e36d1ff01c => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/113] 199.204.45.132 () {48 vars in 989 bytes} [Tue Apr 14 06:53:49 2026] POST /v2.0/security-group-rules => generated 627 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/122] 199.204.45.132 () {44 vars in 973 bytes} [Tue Apr 14 06:54:55 2026] GET /v2.0/quotas/dc3222a786e9492db00f714631441da5 => generated 292 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/123] 199.204.45.132 () {48 vars in 1025 bytes} [Tue Apr 14 06:54:56 2026] PUT /v2.0/quotas/dc3222a786e9492db00f714631441da5 => generated 291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 65/134] 199.204.45.132 () {30 vars in 738 bytes} [Tue Apr 14 06:56:08 2026] GET /v2.0/networks?tenant_id=c6adb0dd6483440a82c45f0d6072e1d8&shared=False => generated 15 bytes in 119 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-14 06:56:08.478 7 INFO neutron.db.segments_db [None req-69345c03-109e-4fbf-a309-f0b1933718d4 c535c316c8484dbbb85bed0fbb415976 c6adb0dd6483440a82c45f0d6072e1d8 - - a4328567bc7c4129b7d33f8c091db4e9 a4328567bc7c4129b7d33f8c091db4e9] Added segment bf2a79d3-d502-4851-9978-499180c26977 of type vxlan for network a3c7cd85-0df9-4d3f-aefd-9310bb5b1e31 [pid: 7|app: 0|req: 70/135] 199.204.45.132 () {34 vars in 680 bytes} [Tue Apr 14 06:56:08 2026] POST /v2.0/networks => generated 699 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/136] 199.204.45.132 () {30 vars in 720 bytes} [Tue Apr 14 06:56:08 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) [pid: 7|app: 0|req: 71/137] 199.204.45.132 () {30 vars in 631 bytes} [Tue Apr 14 06:56:08 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/138] 199.204.45.132 () {34 vars in 675 bytes} [Tue Apr 14 06:56:08 2026] POST /v2.0/ports => generated 999 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 72/139] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 06:56:09 2026] GET /v2.0/networks/a3c7cd85-0df9-4d3f-aefd-9310bb5b1e31 => generated 705 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/140] 199.204.45.132 () {30 vars in 720 bytes} [Tue Apr 14 06:56:10 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 73/141] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 06:56:11 2026] GET /v2.0/networks/a3c7cd85-0df9-4d3f-aefd-9310bb5b1e31 => generated 705 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/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: 7|app: 0|req: 77/148] 199.204.45.132 () {48 vars in 1023 bytes} [Tue Apr 14 06:56:54 2026] PUT /v2.0/quotas/c6adb0dd6483440a82c45f0d6072e1d8 => generated 291 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:57:28.033 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3efd6ce1-58b3-4e62-af17-f56207e83def bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 74/153] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 06:57:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 226 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 80/154] 199.204.45.132 () {30 vars in 761 bytes} [Tue Apr 14 06:57:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:57:30.170 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a8ad479-1a40-42d6-8d17-f9dc242e8ab6 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/155] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 06:57:30 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 81/156] 199.204.45.132 () {30 vars in 761 bytes} [Tue Apr 14 06:57:30 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/207] 199.204.45.132 () {44 vars in 947 bytes} [Tue Apr 14 07:03:44 2026] GET /v2.0/networks?name=public => generated 753 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/214] 10.0.0.13 () {32 vars in 646 bytes} [Tue Apr 14 07:04:30 2026] GET /v2.0/networks => generated 2167 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/215] 10.0.0.13 () {32 vars in 652 bytes} [Tue Apr 14 07:04:31 2026] GET /v2.0/floatingips => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/216] 10.0.0.13 () {32 vars in 644 bytes} [Tue Apr 14 07:04:31 2026] GET /v2.0/routers => generated 15 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/217] 10.0.0.13 () {32 vars in 640 bytes} [Tue Apr 14 07:04:31 2026] GET /v2.0/ports => generated 4725 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/218] 10.0.0.13 () {32 vars in 644 bytes} [Tue Apr 14 07:04:31 2026] GET /v2.0/subnets => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/219] 10.0.0.13 () {32 vars in 646 bytes} [Tue Apr 14 07:04:31 2026] GET /v2.0/networks => generated 2167 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/220] 10.0.0.13 () {32 vars in 660 bytes} [Tue Apr 14 07:04:31 2026] GET /v2.0/security-groups => generated 17401 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/221] 10.0.0.13 () {32 vars in 652 bytes} [Tue Apr 14 07:04:31 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-14 07:04:43.893 8 INFO neutron.db.segments_db [None req-1129c2ce-ad0c-4347-9628-7447978d5a0b bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment 741f0651-64dd-4a23-9ad7-b4965209e492 of type vxlan for network 9bf8db41-81dc-49c9-acf5-14027c109dcf [pid: 8|app: 0|req: 110/224] 10.0.0.13 () {34 vars in 668 bytes} [Tue Apr 14 07:04:43 2026] POST /v2.0/networks => generated 726 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:04:43.980 7 INFO neutron.db.segments_db [None req-3f103f09-4f15-44c7-8f6a-45d4e7b9313b bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment b4649cde-5318-44f6-9bb4-e2681f5a60aa of type vxlan for network 95e9fca4-a839-4d15-b298-72da1d777470 [pid: 7|app: 0|req: 115/225] 10.0.0.13 () {34 vars in 668 bytes} [Tue Apr 14 07:04:43 2026] POST /v2.0/networks => generated 724 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:04:44.160 8 INFO neutron.db.segments_db [None req-448968d2-b946-41db-a655-91faefa53e58 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment c7687db4-911d-4102-b74c-4110e0e5239b of type vxlan for network 66b82045-d0a3-43d9-8080-97109697f3e2 [pid: 8|app: 0|req: 111/226] 10.0.0.13 () {34 vars in 668 bytes} [Tue Apr 14 07:04:43 2026] POST /v2.0/networks => generated 730 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/227] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:04:44 2026] POST /v2.0/subnets => generated 692 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/228] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:04:44 2026] POST /v2.0/subnets => generated 690 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:04:44.450 8 INFO neutron.db.segments_db [None req-b8367c38-4f78-4602-91d7-483f3c4a2fba bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment 44b8cb7e-aa71-4895-bdb9-ecbc124b15cc of type vxlan for network 74aa3c65-7045-4156-99f4-ee95910e0532 [pid: 7|app: 0|req: 117/229] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:04:44 2026] POST /v2.0/subnets => generated 696 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:04:44.558 7 INFO neutron.db.segments_db [None req-1f600bb5-8de2-4e09-bb64-52f8ed31d021 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment 3786cbeb-9382-49f0-8f66-50e8ce35e39e of type vxlan for network 87df3682-3331-4289-85fe-885f59cfcb69 2026-04-14 07:04:44.648 8 INFO neutron.db.l3_hamode_db [None req-b8367c38-4f78-4602-91d7-483f3c4a2fba bd2f037da2b74c948e532e7de336b413 85221127d7404cf4938b42fc219f1afa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:04:44.808 7 INFO neutron.db.l3_hamode_db [None req-1f600bb5-8de2-4e09-bb64-52f8ed31d021 bd2f037da2b74c948e532e7de336b413 beaa20221321472686e3ff9be4a19a53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:04:45.599 8 INFO neutron.db.l3_hamode_db [None req-b8367c38-4f78-4602-91d7-483f3c4a2fba bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:04:45.734 7 INFO neutron.db.l3_hamode_db [None req-1f600bb5-8de2-4e09-bb64-52f8ed31d021 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 113/230] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:04:44 2026] POST /v2.0/routers => generated 732 bytes in 2699 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/231] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:04:44 2026] POST /v2.0/routers => generated 730 bytes in 2605 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:04:47.159 7 INFO neutron.db.segments_db [None req-16eed225-bf5c-4c6c-ad0c-858bcacbe36e bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment cb116656-9b8e-4392-886b-fdbb506a2ffc of type vxlan for network 53b5c63b-14dd-48e7-810e-95ef2d86b808 [pid: 8|app: 0|req: 114/232] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:04:47 2026] GET /v2.0/security-groups?tenant_id=f38d990fa4e445fd8b4f99d3f53954f9&name=default => generated 2924 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:04:47.460 7 INFO neutron.db.l3_hamode_db [None req-16eed225-bf5c-4c6c-ad0c-858bcacbe36e bd2f037da2b74c948e532e7de336b413 7f8b3b67c58d40a1909053e446fc63da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:04:48.193 7 INFO neutron.db.l3_hamode_db [None req-16eed225-bf5c-4c6c-ad0c-858bcacbe36e bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 115/233] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:04:47 2026] PUT /v2.0/routers/16448664-201a-4155-be41-606ffbb1604b/add_router_interface => generated 309 bytes in 1299 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/234] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:04:47 2026] POST /v2.0/routers => generated 736 bytes in 2067 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/235] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:04:49 2026] DELETE /v2.0/security-groups/5ffd4342-3cf7-4ca1-816a-7db1da50ba32 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/238] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:04:48 2026] PUT /v2.0/routers/109b2f6d-29a5-4b22-b4a0-5621a0414e6a/add_router_interface => generated 309 bytes in 1347 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/239] 10.0.0.114 () {38 vars in 969 bytes} [Tue Apr 14 07:04:49 2026] POST /v2.0/security-groups => generated 1681 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/240] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:04:49 2026] PUT /v2.0/routers/d5052e24-9d2f-4aac-9a93-b7a4d7d3f946/add_router_interface => generated 309 bytes in 1499 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/241] 10.0.0.13 () {34 vars in 682 bytes} [Tue Apr 14 07:04:50 2026] POST /v2.0/security-groups => generated 1660 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/242] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:04:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/243] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:04:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/244] 10.0.0.114 () {38 vars in 969 bytes} [Tue Apr 14 07:04:50 2026] POST /v2.0/security-groups => generated 1680 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/245] 10.0.0.114 () {38 vars in 969 bytes} [Tue Apr 14 07:04:51 2026] POST /v2.0/security-groups => generated 1682 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/246] 10.0.0.114 () {38 vars in 969 bytes} [Tue Apr 14 07:04:51 2026] POST /v2.0/security-groups => generated 1684 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/247] 10.0.0.114 () {34 vars in 1000 bytes} [Tue Apr 14 07:04:51 2026] GET /v2.0/security-groups?tenant_id=85221127d7404cf4938b42fc219f1afa => generated 7904 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/248] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:51 2026] GET /v2.0/security-groups/bb63e52b-7ef8-4b01-a28f-17b585dd6fcf => generated 1684 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/249] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:51 2026] GET /v2.0/security-groups/9beaa853-9854-449d-8806-fed6b2149f28 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/250] 10.0.0.114 () {38 vars in 979 bytes} [Tue Apr 14 07:04:51 2026] POST /v2.0/security-group-rules => generated 614 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/251] 10.0.0.13 () {34 vars in 673 bytes} [Tue Apr 14 07:04:51 2026] POST /v2.0/floatingips => generated 552 bytes in 604 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/252] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:51 2026] GET /v2.0/security-groups/9beaa853-9854-449d-8806-fed6b2149f28 => generated 2918 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/253] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:51 2026] GET /v2.0/security-groups/33246b43-2c15-4f2a-9a2f-9ad027fff381 => generated 1681 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/254] 10.0.0.114 () {38 vars in 969 bytes} [Tue Apr 14 07:04:51 2026] POST /v2.0/security-groups => generated 1685 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/255] 10.0.0.114 () {36 vars in 1011 bytes} [Tue Apr 14 07:04:51 2026] DELETE /v2.0/security-groups/33246b43-2c15-4f2a-9a2f-9ad027fff381 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/256] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:51 2026] GET /v2.0/security-groups/5793d01f-2f18-430e-8de2-a08d2ac5d014 => generated 1685 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:04:52.049 7 INFO neutron.api.v2.resource [req-48041b42-fd13-4276-aa05-f7390cb42a8d req-e95ed453-6f0f-4162-ad23-10e5ee33bccb 1edc0139183e43df9997a80773d1d33f 85221127d7404cf4938b42fc219f1afa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 134/257] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:52 2026] GET /v2.0/security-groups/33246b43-2c15-4f2a-9a2f-9ad027fff381 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/258] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:52 2026] GET /v2.0/security-groups/53231397-9128-440b-a36f-69ad86988d87 => generated 1680 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/259] 10.0.0.114 () {38 vars in 979 bytes} [Tue Apr 14 07:04:52 2026] POST /v2.0/security-group-rules => generated 614 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/260] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:52 2026] GET /v2.0/security-groups/5793d01f-2f18-430e-8de2-a08d2ac5d014 => generated 2310 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/261] 10.0.0.114 () {36 vars in 1011 bytes} [Tue Apr 14 07:04:52 2026] DELETE /v2.0/security-groups/53231397-9128-440b-a36f-69ad86988d87 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/262] 10.0.0.114 () {38 vars in 979 bytes} [Tue Apr 14 07:04:52 2026] POST /v2.0/security-group-rules => generated 619 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:04:52.348 7 INFO neutron.api.v2.resource [req-cc7be6af-7046-4952-a662-1a8773a8c01d req-623df20c-6d1f-4ee3-b697-c3b7c5273b81 1edc0139183e43df9997a80773d1d33f 85221127d7404cf4938b42fc219f1afa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 137/263] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:52 2026] GET /v2.0/security-groups/53231397-9128-440b-a36f-69ad86988d87 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/264] 10.0.0.114 () {34 vars in 1096 bytes} [Tue Apr 14 07:04:52 2026] GET /v2.0/security-groups?name=tempest-securitygroup--351272025&fields=id&tenant_id=beaa20221321472686e3ff9be4a19a53 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/265] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:52 2026] GET /v2.0/security-groups/5793d01f-2f18-430e-8de2-a08d2ac5d014 => generated 2940 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/266] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:52 2026] GET /v2.0/security-groups/2cde54f1-9b84-44fd-97b8-743ad9dbc5f3 => generated 1682 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/267] 10.0.0.114 () {34 vars in 980 bytes} [Tue Apr 14 07:04:52 2026] GET /v2.0/networks?id=95e9fca4-a839-4d15-b298-72da1d777470 => generated 675 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/268] 10.0.0.114 () {34 vars in 963 bytes} [Tue Apr 14 07:04:52 2026] GET /v2.0/quotas/beaa20221321472686e3ff9be4a19a53 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/269] 10.0.0.114 () {36 vars in 1011 bytes} [Tue Apr 14 07:04:52 2026] DELETE /v2.0/security-groups/2cde54f1-9b84-44fd-97b8-743ad9dbc5f3 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/270] 10.0.0.114 () {34 vars in 1000 bytes} [Tue Apr 14 07:04:52 2026] GET /v2.0/ports?tenant_id=beaa20221321472686e3ff9be4a19a53&fields=id => generated 57 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/271] 10.0.0.114 () {34 vars in 999 bytes} [Tue Apr 14 07:04:52 2026] GET /v2.0/security-group-rules/e0bfc157-1957-4c0f-a709-d9a9d13885f8 => generated 616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/272] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:52 2026] GET /v2.0/security-groups/5793d01f-2f18-430e-8de2-a08d2ac5d014 => generated 2940 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/273] 10.0.0.114 () {36 vars in 1021 bytes} [Tue Apr 14 07:04:52 2026] DELETE /v2.0/security-group-rules/e0bfc157-1957-4c0f-a709-d9a9d13885f8 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:04:52.806 7 INFO neutron.api.v2.resource [req-2489288c-acf9-4e99-a5bf-66a2dfa1ef64 req-b0fb0ed8-3bd7-4e8c-9cc4-2847517f0f08 1edc0139183e43df9997a80773d1d33f 85221127d7404cf4938b42fc219f1afa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 143/274] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:52 2026] GET /v2.0/security-groups/2cde54f1-9b84-44fd-97b8-743ad9dbc5f3 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/275] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:52 2026] GET /v2.0/security-groups/5793d01f-2f18-430e-8de2-a08d2ac5d014 => generated 2310 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/276] 10.0.0.114 () {36 vars in 1011 bytes} [Tue Apr 14 07:04:52 2026] DELETE /v2.0/security-groups/5793d01f-2f18-430e-8de2-a08d2ac5d014 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/277] 10.0.0.114 () {34 vars in 1000 bytes} [Tue Apr 14 07:04:53 2026] GET /v2.0/security-groups?tenant_id=85221127d7404cf4938b42fc219f1afa => generated 2921 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/278] 10.0.0.114 () {34 vars in 905 bytes} [Tue Apr 14 07:04:53 2026] GET /v2.0/extensions => generated 21537 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/279] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:53 2026] GET /v2.0/security-groups/9beaa853-9854-449d-8806-fed6b2149f28 => generated 2918 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/280] 10.0.0.114 () {34 vars in 1006 bytes} [Tue Apr 14 07:04:53 2026] GET /v2.0/networks/95e9fca4-a839-4d15-b298-72da1d777470?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/281] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:53 2026] GET /v2.0/security-groups/9beaa853-9854-449d-8806-fed6b2149f28 => generated 2918 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/282] 10.0.0.114 () {34 vars in 1106 bytes} [Tue Apr 14 07:04:53 2026] GET /v2.0/networks/95e9fca4-a839-4d15-b298-72da1d777470?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/283] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:53 2026] GET /v2.0/security-groups/bb63e52b-7ef8-4b01-a28f-17b585dd6fcf => generated 2309 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:04:53.373 8 INFO neutron.api.v2.resource [req-13c4da8f-d852-4909-9ae7-9bcc7ae6adf3 req-fc488a2c-26fe-4573-8572-30c2f2e6c5a0 1edc0139183e43df9997a80773d1d33f 85221127d7404cf4938b42fc219f1afa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 137/284] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:53 2026] GET /v2.0/security-groups/2cde54f1-9b84-44fd-97b8-743ad9dbc5f3 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/285] 10.0.0.114 () {36 vars in 1011 bytes} [Tue Apr 14 07:04:53 2026] DELETE /v2.0/security-groups/bb63e52b-7ef8-4b01-a28f-17b585dd6fcf => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:04:53.433 7 INFO neutron.api.v2.resource [req-24b12933-08a9-403d-87e9-ae4c19970411 req-aaa8e4d8-e93b-4706-a313-efe9d912ad0b 1edc0139183e43df9997a80773d1d33f 85221127d7404cf4938b42fc219f1afa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 149/286] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:53 2026] GET /v2.0/security-groups/53231397-9128-440b-a36f-69ad86988d87 => generated 146 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/287] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:04:53 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:04:53.491 7 INFO neutron.api.v2.resource [req-d60ad541-96f6-4439-93ee-6403e8104899 req-f766990c-659d-4a55-a56a-06cc1319e89d 1edc0139183e43df9997a80773d1d33f 85221127d7404cf4938b42fc219f1afa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 151/288] 10.0.0.114 () {34 vars in 989 bytes} [Tue Apr 14 07:04:53 2026] GET /v2.0/security-groups/33246b43-2c15-4f2a-9a2f-9ad027fff381 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:04:53.913 8 INFO neutron_taas.services.taas.taas_plugin [None req-7292ae1f-fb19-484d-91ec-e1ca73dc6767 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: aeaba340-bce1-42e0-984b-a40de1b8a5ab 2026-04-14 07:04:53.937 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7292ae1f-fb19-484d-91ec-e1ca73dc6767 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: aeaba340-bce1-42e0-984b-a40de1b8a5ab 2026-04-14 07:04:54.467 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f929d30-271d-4c88-b21e-f4b6574e9bb8 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 88251aeb-4e0a-4c5b-ac71-9128eca375dc 2026-04-14 07:04:54.475 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f929d30-271d-4c88-b21e-f4b6574e9bb8 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 88251aeb-4e0a-4c5b-ac71-9128eca375dc [pid: 8|app: 0|req: 138/289] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:04:53 2026] PUT /v2.0/routers/d5052e24-9d2f-4aac-9a93-b7a4d7d3f946/remove_router_interface => generated 309 bytes in 1571 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/290] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:04:54 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/291] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:04:53 2026] PUT /v2.0/routers/16448664-201a-4155-be41-606ffbb1604b/remove_router_interface => generated 309 bytes in 1554 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:04:55.257 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3e0ea38-8bf6-4ded-9a45-a5811dec47d7 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 0d3f3a96-79ab-42d3-8219-4f7b32a8aaa8 2026-04-14 07:04:55.259 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3e0ea38-8bf6-4ded-9a45-a5811dec47d7 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 0d3f3a96-79ab-42d3-8219-4f7b32a8aaa8 [pid: 8|app: 0|req: 140/292] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:04:55 2026] GET /v2.0/security-groups?tenant_id=503c1d6ab335401ba0329784913987dc&name=default => generated 2925 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:04:55.616 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3e0ea38-8bf6-4ded-9a45-a5811dec47d7 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: e3613e21-c9c1-4660-b1b3-94398a826dcb 2026-04-14 07:04:55.619 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3e0ea38-8bf6-4ded-9a45-a5811dec47d7 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: e3613e21-c9c1-4660-b1b3-94398a826dcb 2026-04-14 07:04:55.700 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-a3e0ea38-8bf6-4ded-9a45-a5811dec47d7 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - 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-14 07:04:55.751 8 INFO neutron_taas.services.taas.taas_plugin [None req-aad0e7d7-ceec-4f47-a437-379ba0d377bf bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 22268cea-9f27-4ed7-8837-ccf7437a6894 2026-04-14 07:04:55.754 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aad0e7d7-ceec-4f47-a437-379ba0d377bf bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 22268cea-9f27-4ed7-8837-ccf7437a6894 2026-04-14 07:04:56.048 8 INFO neutron_taas.services.taas.taas_plugin [None req-aad0e7d7-ceec-4f47-a437-379ba0d377bf bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 5f9459f7-ad41-45e3-a4f7-0a15c5658a96 2026-04-14 07:04:56.051 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aad0e7d7-ceec-4f47-a437-379ba0d377bf bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 5f9459f7-ad41-45e3-a4f7-0a15c5658a96 2026-04-14 07:04:56.099 7 INFO neutron.db.l3_hamode_db [None req-a3e0ea38-8bf6-4ded-9a45-a5811dec47d7 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] HA network 53b5c63b-14dd-48e7-810e-95ef2d86b808 was deleted as no HA routers are present in tenant 7f8b3b67c58d40a1909053e446fc63da. [pid: 7|app: 0|req: 153/293] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:04:55 2026] DELETE /v2.0/routers/d5052e24-9d2f-4aac-9a93-b7a4d7d3f946 => generated 0 bytes in 1048 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:04:56.127 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-aad0e7d7-ceec-4f47-a437-379ba0d377bf bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - 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: 154/294] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:04:56 2026] DELETE /v2.0/security-groups/b242ea81-652a-416e-8f53-d7351ba45116 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/295] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:04:56 2026] DELETE /v2.0/subnets/1a966696-38f0-450d-9641-75d15b4a615e => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/296] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:04:56 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:04:56.560 8 INFO neutron.db.l3_hamode_db [None req-aad0e7d7-ceec-4f47-a437-379ba0d377bf bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] HA network 74aa3c65-7045-4156-99f4-ee95910e0532 was deleted as no HA routers are present in tenant 85221127d7404cf4938b42fc219f1afa. [pid: 8|app: 0|req: 141/297] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:04:55 2026] DELETE /v2.0/routers/16448664-201a-4155-be41-606ffbb1604b => generated 0 bytes in 1193 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:04:56.665 7 INFO neutron.services.segments.plugin [-] Segment cb116656-9b8e-4392-886b-fdbb506a2ffc resource provider aggregate not found 2026-04-14 07:04:56.670 8 INFO neutron_taas.services.taas.taas_plugin [None req-20841dba-7baa-42f6-aed1-89f18b0401ce bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 2a704575-732e-4b09-a3a6-9a1156e88933 2026-04-14 07:04:56.673 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20841dba-7baa-42f6-aed1-89f18b0401ce bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 2a704575-732e-4b09-a3a6-9a1156e88933 2026-04-14 07:04:56.701 7 INFO neutron.services.segments.plugin [-] Segment cb116656-9b8e-4392-886b-fdbb506a2ffc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb116656-9b8e-4392-886b-fdbb506a2ffc found for delete ", "request_id": "req-19ea9d1b-d4a2-49ee-b329-fda32fd58707"}]} 2026-04-14 07:04:56.703 7 INFO neutron.services.segments.plugin [-] Segment cb116656-9b8e-4392-886b-fdbb506a2ffc resource provider aggregate not found [pid: 7|app: 0|req: 157/298] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:04:56 2026] GET /v2.0/security-groups?tenant_id=d352dfca93354be8aa44d93635cd9f96&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:04:56.744 7 INFO neutron.services.segments.plugin [-] Segment cb116656-9b8e-4392-886b-fdbb506a2ffc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb116656-9b8e-4392-886b-fdbb506a2ffc found for delete ", "request_id": "req-57ed663e-aac7-40f0-9036-f1af792f8d0f"}]} 2026-04-14 07:04:56.885 8 INFO neutron.services.segments.plugin [-] Segment 44b8cb7e-aa71-4895-bdb9-ecbc124b15cc resource provider aggregate not found 2026-04-14 07:04:56.909 8 INFO neutron.services.segments.plugin [-] Segment 44b8cb7e-aa71-4895-bdb9-ecbc124b15cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44b8cb7e-aa71-4895-bdb9-ecbc124b15cc found for delete ", "request_id": "req-3de417bf-bf3e-4340-96e1-84ed69aa1b3c"}]} 2026-04-14 07:04:56.918 8 INFO neutron.services.segments.plugin [-] Segment 44b8cb7e-aa71-4895-bdb9-ecbc124b15cc resource provider aggregate not found [pid: 7|app: 0|req: 158/299] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:04:56 2026] DELETE /v2.0/subnets/0c702562-2cb9-497a-96d5-866f5fa1a931 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:04:56.947 8 INFO neutron.services.segments.plugin [-] Segment 44b8cb7e-aa71-4895-bdb9-ecbc124b15cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44b8cb7e-aa71-4895-bdb9-ecbc124b15cc found for delete ", "request_id": "req-c0b2b990-395e-4af4-adf1-73ea6f70f8e7"}]} [pid: 8|app: 0|req: 142/300] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:04:56 2026] DELETE /v2.0/networks/66b82045-d0a3-43d9-8080-97109697f3e2 => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/301] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:04:56 2026] DELETE /v2.0/security-groups/4f39318d-ff77-4bbb-a29f-cbed36ea3066 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:04:57.081 8 INFO neutron_taas.services.taas.taas_plugin [None req-6451205c-67f6-41f2-b293-833c8234a838 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 6a6bcf95-a439-47a9-a2bd-dc3110c27d42 2026-04-14 07:04:57.087 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6451205c-67f6-41f2-b293-833c8234a838 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 6a6bcf95-a439-47a9-a2bd-dc3110c27d42 [pid: 7|app: 0|req: 160/302] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:04:57 2026] GET /v2.0/security-groups?tenant_id=7f8b3b67c58d40a1909053e446fc63da&name=default => generated 2921 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/303] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:04:56 2026] DELETE /v2.0/networks/9bf8db41-81dc-49c9-acf5-14027c109dcf => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/304] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:04:57 2026] DELETE /v2.0/security-groups/526af90a-403c-4231-a882-f70c9e5a5fb9 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/305] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:04:57 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/306] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:04:57 2026] GET /v2.0/security-groups?tenant_id=85221127d7404cf4938b42fc219f1afa&name=default => generated 2921 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/307] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:04:57 2026] DELETE /v2.0/security-groups/9beaa853-9854-449d-8806-fed6b2149f28 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/308] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:04:58 2026] GET /v2.0/networks?id=95e9fca4-a839-4d15-b298-72da1d777470 => generated 675 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/309] 199.204.45.132 () {34 vars in 909 bytes} [Tue Apr 14 07:04:58 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/310] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:04:58 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/311] 199.204.45.132 () {34 vars in 1048 bytes} [Tue Apr 14 07:04:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=beaa20221321472686e3ff9be4a19a53 => generated 180 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:04:58.937 8 INFO neutron.services.segments.plugin [-] Segment c7687db4-911d-4102-b74c-4110e0e5239b resource provider aggregate not found 2026-04-14 07:04:58.972 8 INFO neutron.services.segments.plugin [-] Segment c7687db4-911d-4102-b74c-4110e0e5239b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7687db4-911d-4102-b74c-4110e0e5239b found for delete ", "request_id": "req-11e75873-5dc3-4aa2-ad9c-305c48dd1b3c"}]} 2026-04-14 07:04:58.977 8 INFO neutron.services.segments.plugin [-] Segment c7687db4-911d-4102-b74c-4110e0e5239b resource provider aggregate not found 2026-04-14 07:04:58.988 8 INFO neutron.services.segments.plugin [-] Segment 741f0651-64dd-4a23-9ad7-b4965209e492 resource provider aggregate not found 2026-04-14 07:04:59.007 8 INFO neutron.services.segments.plugin [-] Segment c7687db4-911d-4102-b74c-4110e0e5239b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7687db4-911d-4102-b74c-4110e0e5239b found for delete ", "request_id": "req-8f073b4a-553f-4bf0-885a-e2a3a284d7e4"}]} 2026-04-14 07:04:59.019 8 INFO neutron.services.segments.plugin [-] Segment 741f0651-64dd-4a23-9ad7-b4965209e492 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 741f0651-64dd-4a23-9ad7-b4965209e492 found for delete ", "request_id": "req-97d2015a-be65-461b-ab48-2aecb50c0cf2"}]} 2026-04-14 07:04:59.025 8 INFO neutron.services.segments.plugin [-] Segment 741f0651-64dd-4a23-9ad7-b4965209e492 resource provider aggregate not found 2026-04-14 07:04:59.041 8 INFO neutron.services.segments.plugin [-] Segment 741f0651-64dd-4a23-9ad7-b4965209e492 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 741f0651-64dd-4a23-9ad7-b4965209e492 found for delete ", "request_id": "req-14405b4c-b3e2-4807-b0a9-53fd3d2b4014"}]} [pid: 7|app: 0|req: 165/312] 199.204.45.132 () {38 vars in 953 bytes} [Tue Apr 14 07:04:58 2026] POST /v2.0/ports => generated 954 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:04:59.718 8 INFO neutron.db.segments_db [None req-c2596248-b86f-41cf-9794-99d256b8cc8d bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment f80bf67d-0a1b-432c-a1a8-c3dce1c56112 of type vxlan for network e4966658-cf4a-4853-9276-96bb6cb7f766 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 148/313] 10.0.0.13 () {34 vars in 668 bytes} [Tue Apr 14 07:04:59 2026] POST /v2.0/networks => generated 733 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:04:59.917 7 INFO neutron.db.segments_db [None req-43f8bbe5-89a1-41d1-aab4-4395a252ef22 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment 117bc31c-47d4-4c82-af3c-70046c4ab94b of type vxlan for network 3213e8d4-0170-46a6-8280-d32114da21b0 [pid: 7|app: 0|req: 166/314] 10.0.0.13 () {34 vars in 668 bytes} [Tue Apr 14 07:04:59 2026] POST /v2.0/networks => generated 726 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/315] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:00 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 957 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/316] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:05:00 2026] POST /v2.0/subnets => generated 699 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/317] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:04:59 2026] PUT /v2.0/ports/3267e662-1b53-475c-8e2f-29b9851e4b8b => generated 1235 bytes in 612 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 150/318] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:00 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:05:00.576 8 INFO neutron.db.segments_db [None req-6ca43747-b792-4509-a2cf-8a4a16d794f9 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment 8a6ae5ce-b00d-4a9f-bc9d-63bd32adc2a0 of type vxlan for network 66dec9bf-4452-41fc-b2ac-cb468e3ef2b9 [pid: 7|app: 0|req: 169/319] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:05:00 2026] POST /v2.0/subnets => generated 693 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:05:00.880 7 INFO neutron.db.segments_db [None req-05778707-e26a-46e8-8ebb-afd253c4b701 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment a0b5e446-a98c-4828-8e81-ff005e9264d5 of type vxlan for network 7a47dfdc-764c-4c03-8299-86cf2feaa190 2026-04-14 07:05:00.976 8 INFO neutron.db.l3_hamode_db [None req-6ca43747-b792-4509-a2cf-8a4a16d794f9 bd2f037da2b74c948e532e7de336b413 d6a26912b3e640309c400896e81b53f3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:05:01.214 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-caf9bc84-252f-46ca-a4b9-343185254a1d'] response: {'name': 'network-changed', 'server_uuid': '19d5c0af-2380-4cba-87bb-28e822c9bcad', 'tag': '3267e662-1b53-475c-8e2f-29b9851e4b8b', 'status': 'completed', 'code': 200} 2026-04-14 07:05:01.216 7 INFO neutron.db.l3_hamode_db [None req-05778707-e26a-46e8-8ebb-afd253c4b701 bd2f037da2b74c948e532e7de336b413 20e20b6918c04c57be994dfd9b9eebf2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:05:01.793 8 INFO neutron.db.l3_hamode_db [None req-6ca43747-b792-4509-a2cf-8a4a16d794f9 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:05:01.951 7 INFO neutron.db.l3_hamode_db [None req-05778707-e26a-46e8-8ebb-afd253c4b701 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 151/320] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:05:00 2026] POST /v2.0/routers => generated 739 bytes in 2196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/321] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:05:02 2026] GET /v2.0/ports?tenant_id=beaa20221321472686e3ff9be4a19a53&device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 1238 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/322] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:02 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/323] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:05:00 2026] POST /v2.0/routers => generated 733 bytes in 2190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/324] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:05:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=3267e662-1b53-475c-8e2f-29b9851e4b8b => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/325] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:03 2026] GET /v2.0/security-groups?tenant_id=d68118146c6f4af6b33a6ba93e22f98a&name=default => generated 2925 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/326] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:03 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 154/327] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:05:02 2026] PUT /v2.0/routers/4d2b244d-d7f0-42bb-801b-0de5a7f3b358/add_router_interface => generated 309 bytes in 1416 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/328] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:05:04 2026] GET /v2.0/subnets?id=8113dfc1-2aca-49a4-9bfb-cef3608be849 => generated 693 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 156/329] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:04 2026] DELETE /v2.0/security-groups/0ef59956-5382-49dd-b24c-b0a8c32e247c => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/332] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:05:04 2026] GET /v2.0/ports?network_id=95e9fca4-a839-4d15-b298-72da1d777470&device_owner=network%3Adhcp => generated 1244 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/333] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:05:04 2026] GET /v2.0/networks/95e9fca4-a839-4d15-b298-72da1d777470?fields=segments => generated 14 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/334] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:04 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/335] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:04 2026] GET /v2.0/security-groups?tenant_id=b2ee4491c0d44549a0524c9b6b861dc5&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/336] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:05:04 2026] GET /v2.0/networks/95e9fca4-a839-4d15-b298-72da1d777470?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/337] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:04 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/338] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:05:03 2026] PUT /v2.0/routers/44ee13fb-0894-4acd-bbb1-01988316bebb/add_router_interface => generated 309 bytes in 1522 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 165/339] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:04 2026] DELETE /v2.0/security-groups/4310f982-9675-435d-bea2-c21865b6fd0e => 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: 175/340] 10.0.0.13 () {34 vars in 682 bytes} [Tue Apr 14 07:05:05 2026] POST /v2.0/security-groups => generated 1661 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/341] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:05:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/342] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:05:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/343] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:05:05 2026] GET /v2.0/ports?tenant_id=beaa20221321472686e3ff9be4a19a53&device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 1238 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/344] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:05 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 969 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/345] 10.0.0.13 () {34 vars in 673 bytes} [Tue Apr 14 07:05:05 2026] POST /v2.0/floatingips => generated 552 bytes in 648 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/346] 10.0.0.114 () {34 vars in 980 bytes} [Tue Apr 14 07:05:06 2026] GET /v2.0/networks?id=3213e8d4-0170-46a6-8280-d32114da21b0 => generated 678 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/347] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:05:06 2026] GET /v2.0/networks?id=95e9fca4-a839-4d15-b298-72da1d777470 => generated 771 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/348] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:06 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/349] 10.0.0.114 () {34 vars in 963 bytes} [Tue Apr 14 07:05:06 2026] GET /v2.0/quotas/20e20b6918c04c57be994dfd9b9eebf2 => 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: 181/350] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:05:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=3267e662-1b53-475c-8e2f-29b9851e4b8b => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/351] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:05:06 2026] GET /v2.0/subnets?id=8113dfc1-2aca-49a4-9bfb-cef3608be849 => generated 693 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/352] 10.0.0.114 () {34 vars in 1000 bytes} [Tue Apr 14 07:05:06 2026] GET /v2.0/ports?tenant_id=20e20b6918c04c57be994dfd9b9eebf2&fields=id => generated 103 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/353] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:05:06 2026] GET /v2.0/ports?network_id=95e9fca4-a839-4d15-b298-72da1d777470&device_owner=network%3Adhcp => generated 1244 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/354] 10.0.0.114 () {34 vars in 1006 bytes} [Tue Apr 14 07:05:06 2026] GET /v2.0/networks/3213e8d4-0170-46a6-8280-d32114da21b0?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/355] 10.0.0.114 () {34 vars in 1106 bytes} [Tue Apr 14 07:05:06 2026] GET /v2.0/networks/3213e8d4-0170-46a6-8280-d32114da21b0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/356] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:05:06 2026] GET /v2.0/networks/95e9fca4-a839-4d15-b298-72da1d777470?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/357] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:05:06 2026] GET /v2.0/networks/95e9fca4-a839-4d15-b298-72da1d777470?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/358] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:06 2026] GET /v2.0/ports?device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/359] 10.0.0.114 () {34 vars in 1098 bytes} [Tue Apr 14 07:05:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1383905214&fields=id&tenant_id=d6a26912b3e640309c400896e81b53f3 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/360] 10.0.0.114 () {34 vars in 980 bytes} [Tue Apr 14 07:05:06 2026] GET /v2.0/networks?id=e4966658-cf4a-4853-9276-96bb6cb7f766 => generated 684 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/361] 10.0.0.114 () {34 vars in 963 bytes} [Tue Apr 14 07:05:06 2026] GET /v2.0/quotas/d6a26912b3e640309c400896e81b53f3 => generated 292 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/362] 10.0.0.114 () {34 vars in 1000 bytes} [Tue Apr 14 07:05:06 2026] GET /v2.0/ports?tenant_id=d6a26912b3e640309c400896e81b53f3&fields=id => generated 57 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/363] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:07 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/364] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:07 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/365] 10.0.0.114 () {34 vars in 905 bytes} [Tue Apr 14 07:05:07 2026] GET /v2.0/extensions => generated 21537 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/366] 10.0.0.114 () {34 vars in 1006 bytes} [Tue Apr 14 07:05:07 2026] GET /v2.0/networks/e4966658-cf4a-4853-9276-96bb6cb7f766?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: 189/367] 10.0.0.114 () {34 vars in 1106 bytes} [Tue Apr 14 07:05:07 2026] GET /v2.0/networks/e4966658-cf4a-4853-9276-96bb6cb7f766?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/368] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:07 2026] GET /v2.0/ports?device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => 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: 190/369] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:07 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/370] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:08 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 969 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/371] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:08 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/372] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:08 2026] GET /v2.0/ports?device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => 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: 192/373] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:08 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/374] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:09 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => 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: 194/375] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:09 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/376] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:09 2026] GET /v2.0/ports?device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => 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: 196/377] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:09 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/378] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:09 2026] GET /v2.0/security-groups?tenant_id=94161fb3cbcf4190a3601ba9f1546720&name=default => generated 2925 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/379] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:10 2026] DELETE /v2.0/security-groups/cadc40e8-d45b-49db-8a95-f6598acc928d => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/380] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:10 2026] GET /v2.0/security-groups?tenant_id=50e3468273f8441ba393702e1cf5f75a&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/381] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:10 2026] DELETE /v2.0/security-groups/36bb2bb8-8966-431b-8de6-8ec5603ecc7c => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/382] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:10 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/383] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:11 2026] GET /v2.0/ports?device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/384] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:11 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/385] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:05:11 2026] GET /v2.0/networks?id=3213e8d4-0170-46a6-8280-d32114da21b0 => generated 678 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/386] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:11 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/387] 199.204.45.132 () {38 vars in 953 bytes} [Tue Apr 14 07:05:11 2026] POST /v2.0/ports => generated 958 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 188/388] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:12 2026] GET /v2.0/ports?device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/389] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:12 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/390] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:05:11 2026] PUT /v2.0/ports/e0fbbfef-ab18-4f2a-943b-c6633f359f01 => generated 1239 bytes in 593 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: 202/391] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:12 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/392] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:12 2026] GET /v2.0/security-groups?id=d19c00f5-9afc-46e1-8811-753db121b20a&fields=id&fields=name => generated 88 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/393] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:12 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:05:12.707 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-67b780b1-0c19-44d9-85b2-dd1ac206f140'] response: {'name': 'network-changed', 'server_uuid': 'f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1', 'tag': 'e0fbbfef-ab18-4f2a-943b-c6633f359f01', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 191/394] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:05:13 2026] GET /v2.0/ports?tenant_id=20e20b6918c04c57be994dfd9b9eebf2&device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/395] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:05:13 2026] GET /v2.0/networks?id=e4966658-cf4a-4853-9276-96bb6cb7f766 => generated 684 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/396] 199.204.45.132 () {34 vars in 1016 bytes} [Tue Apr 14 07:05:13 2026] GET /v2.0/networks?tenant_id=20e20b6918c04c57be994dfd9b9eebf2&shared=False => generated 773 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/397] 199.204.45.132 () {34 vars in 1048 bytes} [Tue Apr 14 07:05:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d6a26912b3e640309c400896e81b53f3 => generated 181 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/398] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:13 2026] GET /v2.0/ports?device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/399] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:13 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => 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: 206/400] 199.204.45.132 () {34 vars in 928 bytes} [Tue Apr 14 07:05:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/401] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:13 2026] GET /v2.0/security-groups?id=d19c00f5-9afc-46e1-8811-753db121b20a&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: 208/402] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:13 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/403] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:13 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/404] 199.204.45.132 () {38 vars in 953 bytes} [Tue Apr 14 07:05:13 2026] POST /v2.0/ports => generated 954 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 196/405] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:05:14 2026] GET /v2.0/ports?tenant_id=20e20b6918c04c57be994dfd9b9eebf2&device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/406] 199.204.45.132 () {34 vars in 1058 bytes} [Tue Apr 14 07:05:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e0fbbfef-ab18-4f2a-943b-c6633f359f01 => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/407] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:05:14 2026] GET /v2.0/subnets?id=619f564e-5d53-4fe2-a081-2d5778579f94 => generated 696 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/408] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:14 2026] GET /v2.0/ports?device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/409] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:14 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/410] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:05:14 2026] GET /v2.0/ports?network_id=3213e8d4-0170-46a6-8280-d32114da21b0&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: 8|app: 0|req: 202/411] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:14 2026] GET /v2.0/security-groups?id=d19c00f5-9afc-46e1-8811-753db121b20a&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/412] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:14 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/413] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:05:13 2026] PUT /v2.0/ports/c61327d4-6f41-45e6-929b-cc2d780800d9 => generated 1235 bytes in 976 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/414] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:05:14 2026] GET /v2.0/networks/3213e8d4-0170-46a6-8280-d32114da21b0?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 07:05:14.974 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-976e5099-dc30-42df-a085-b8123d00882a'] response: {'name': 'network-changed', 'server_uuid': 'd3e31ecb-cd32-404a-8a1b-00344faaadfa', 'tag': 'c61327d4-6f41-45e6-929b-cc2d780800d9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 205/415] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:05:14 2026] GET /v2.0/networks/3213e8d4-0170-46a6-8280-d32114da21b0?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: 211/416] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:14 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/417] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:15 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => 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: 212/418] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:15 2026] GET /v2.0/security-groups?id=cd9ddc2b-80df-43f3-b30d-f465c12c4594&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: 213/419] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:05:15 2026] GET /v2.0/ports?tenant_id=d6a26912b3e640309c400896e81b53f3&device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => 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: 214/420] 199.204.45.132 () {34 vars in 1016 bytes} [Tue Apr 14 07:05:15 2026] GET /v2.0/networks?tenant_id=d6a26912b3e640309c400896e81b53f3&shared=False => generated 780 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/421] 199.204.45.132 () {34 vars in 928 bytes} [Tue Apr 14 07:05:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:05:15.972 8 INFO neutron.db.l3_db [None req-811b8519-a647-4556-bb24-56e6c6ee8c52 66bf3bffa3cd4a7695b17e02a29b75b0 beaa20221321472686e3ff9be4a19a53 - - default default] Floating IP 597dbf0e-9bbc-450c-b234-d71106b46385 associated. External IP: 10.96.250.212, port: 3267e662-1b53-475c-8e2f-29b9851e4b8b. [pid: 7|app: 0|req: 216/422] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:15 2026] GET /v2.0/ports?device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/423] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:16 2026] GET /v2.0/security-groups?id=d19c00f5-9afc-46e1-8811-753db121b20a&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/424] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:16 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => 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: 219/425] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:16 2026] GET /v2.0/security-groups?id=cd9ddc2b-80df-43f3-b30d-f465c12c4594&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/426] 10.0.0.13 () {34 vars in 746 bytes} [Tue Apr 14 07:05:15 2026] PUT /v2.0/floatingips/597dbf0e-9bbc-450c-b234-d71106b46385 => generated 855 bytes in 1263 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:05:16.408 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1d739c2-3d49-4f25-8692-fba11573ddbd'] response: {'name': 'network-changed', 'server_uuid': '19d5c0af-2380-4cba-87bb-28e822c9bcad', 'tag': '3267e662-1b53-475c-8e2f-29b9851e4b8b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 220/427] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:05:16 2026] GET /v2.0/ports?tenant_id=d6a26912b3e640309c400896e81b53f3&device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/428] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:05:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c61327d4-6f41-45e6-929b-cc2d780800d9 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/429] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:05:16 2026] GET /v2.0/subnets?id=959e5a57-e466-4ca7-a246-679f24d0d0eb => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/430] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:05:16 2026] GET /v2.0/ports?network_id=e4966658-cf4a-4853-9276-96bb6cb7f766&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/431] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:05:16 2026] GET /v2.0/networks/e4966658-cf4a-4853-9276-96bb6cb7f766?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/432] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:05:16 2026] GET /v2.0/networks/e4966658-cf4a-4853-9276-96bb6cb7f766?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: 223/433] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:05:16 2026] GET /v2.0/ports?tenant_id=beaa20221321472686e3ff9be4a19a53&device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/434] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:05:16 2026] GET /v2.0/networks?id=95e9fca4-a839-4d15-b298-72da1d777470 => generated 771 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/435] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:05:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=3267e662-1b53-475c-8e2f-29b9851e4b8b => generated 858 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/436] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:05:17 2026] GET /v2.0/subnets?id=8113dfc1-2aca-49a4-9bfb-cef3608be849 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/437] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:17 2026] GET /v2.0/ports?device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/438] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:05:17 2026] GET /v2.0/ports?network_id=95e9fca4-a839-4d15-b298-72da1d777470&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/439] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:17 2026] GET /v2.0/security-groups?id=d19c00f5-9afc-46e1-8811-753db121b20a&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/440] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:05:17 2026] GET /v2.0/networks/95e9fca4-a839-4d15-b298-72da1d777470?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/441] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:05:17 2026] GET /v2.0/networks/95e9fca4-a839-4d15-b298-72da1d777470?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: 7|app: 0|req: 227/442] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:17 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/443] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:17 2026] GET /v2.0/security-groups?id=cd9ddc2b-80df-43f3-b30d-f465c12c4594&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: 228/444] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:17 2026] GET /v2.0/security-groups?tenant_id=c1e6825febc24d2a957c75ecaff725fc&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/445] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:17 2026] DELETE /v2.0/security-groups/09adc0a9-09f1-4c14-b49a-0f0680987638 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/446] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:18 2026] GET /v2.0/security-groups?tenant_id=a5f2031e215a4ea595ad3fbaeb9ba802&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/447] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:18 2026] DELETE /v2.0/security-groups/c38852b7-6e1e-42dd-bc4a-5aa3383f784b => 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: 230/448] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:18 2026] GET /v2.0/ports?device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/449] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:18 2026] GET /v2.0/security-groups?id=d19c00f5-9afc-46e1-8811-753db121b20a&fields=id&fields=name => generated 88 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/450] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:18 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/451] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:18 2026] GET /v2.0/security-groups?id=cd9ddc2b-80df-43f3-b30d-f465c12c4594&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/454] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:19 2026] GET /v2.0/ports?device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/455] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:19 2026] GET /v2.0/security-groups?id=d19c00f5-9afc-46e1-8811-753db121b20a&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/456] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:19 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/457] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:19 2026] GET /v2.0/security-groups?id=cd9ddc2b-80df-43f3-b30d-f465c12c4594&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: 235/458] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:20 2026] GET /v2.0/ports?device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/459] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:20 2026] GET /v2.0/security-groups?id=d19c00f5-9afc-46e1-8811-753db121b20a&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/460] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:20 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/461] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:21 2026] GET /v2.0/security-groups?id=cd9ddc2b-80df-43f3-b30d-f465c12c4594&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: 8|app: 0|req: 226/462] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:21 2026] GET /v2.0/ports?device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => generated 975 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/463] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:21 2026] GET /v2.0/security-groups?id=d19c00f5-9afc-46e1-8811-753db121b20a&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/464] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:21 2026] GET /v2.0/security-groups?tenant_id=54deefd88df343e2a3ca4c8b14248a43&name=default => generated 2925 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/465] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:21 2026] DELETE /v2.0/security-groups/fe2e9901-d311-40f8-b5f3-6cb171cf9c74 => 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: 238/466] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:22 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/467] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:22 2026] GET /v2.0/security-groups?id=cd9ddc2b-80df-43f3-b30d-f465c12c4594&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: 239/468] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:22 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/469] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:22 2026] GET /v2.0/ports?device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/470] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:22 2026] GET /v2.0/security-groups?id=d19c00f5-9afc-46e1-8811-753db121b20a&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-14 07:05:22.776 8 INFO neutron.db.l3_db [None req-67caa112-13e7-4ff1-b8eb-aa6038e893e7 42dc8933a6d5429eae3943e8a768bd44 d6a26912b3e640309c400896e81b53f3 - - default default] Floating IP fdbbdb36-22f4-4ad2-9076-1cf2ba3f1b7b associated. External IP: 10.96.250.211, port: c61327d4-6f41-45e6-929b-cc2d780800d9. [pid: 8|app: 0|req: 230/471] 10.0.0.13 () {34 vars in 746 bytes} [Tue Apr 14 07:05:22 2026] PUT /v2.0/floatingips/fdbbdb36-22f4-4ad2-9076-1cf2ba3f1b7b => generated 855 bytes in 775 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:05:23.219 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9cfad8ae-b6d6-4c57-ab1d-9ce63171be43'] response: {'name': 'network-changed', 'server_uuid': 'd3e31ecb-cd32-404a-8a1b-00344faaadfa', 'tag': 'c61327d4-6f41-45e6-929b-cc2d780800d9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 242/472] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:23 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/473] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:23 2026] GET /v2.0/security-groups?id=cd9ddc2b-80df-43f3-b30d-f465c12c4594&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/474] 199.204.45.132 () {34 vars in 992 bytes} [Tue Apr 14 07:05:23 2026] GET /v2.0/ports?device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/475] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:05:23 2026] GET /v2.0/ports?tenant_id=d6a26912b3e640309c400896e81b53f3&device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:05:23.937 7 INFO neutron.db.segments_db [None req-6a1b3fa8-9375-4611-8ef3-9447792e40af 569f181eca5741f785cd12175a08db5c 976ec960a3e04c3cb25881df2f17201f - - default default] Added segment 78cf3eb2-038c-48f8-a990-6284ea085d5c of type vxlan for network a568ccfb-4e01-4a63-988c-6b8e9c2b12b5 2026-04-14 07:05:23.982 8 INFO neutron_taas.services.taas.taas_plugin [req-c10698ec-52d1-4737-967c-32dc12d1b697 req-5bb13db0-ebe2-4cac-9f16-ef45fca3b73b 804409732b9740b5adcc5acb5a325166 20e20b6918c04c57be994dfd9b9eebf2 - - default default] TaaS: Handle Delete Port: e0fbbfef-ab18-4f2a-943b-c6633f359f01 2026-04-14 07:05:23.990 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c10698ec-52d1-4737-967c-32dc12d1b697 req-5bb13db0-ebe2-4cac-9f16-ef45fca3b73b 804409732b9740b5adcc5acb5a325166 20e20b6918c04c57be994dfd9b9eebf2 - - default default] Tap Mirror: Handle Delete Port: e0fbbfef-ab18-4f2a-943b-c6633f359f01 2026-04-14 07:05:24.042 7 INFO neutron.db.segments_db [None req-6a1b3fa8-9375-4611-8ef3-9447792e40af 569f181eca5741f785cd12175a08db5c 976ec960a3e04c3cb25881df2f17201f - - default default] Added segment 5f87adee-a96c-4b1b-bb03-f5d163ac262a of type vxlan for network e6401a3e-bd2b-40d6-82ab-26a108ffe850 [pid: 7|app: 0|req: 243/476] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:05:23 2026] POST /v2.0/networks => generated 1208 bytes in 669 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/477] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:24 2026] GET /v2.0/ports?device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/478] 199.204.45.132 () {36 vars in 995 bytes} [Tue Apr 14 07:05:23 2026] DELETE /v2.0/ports/e0fbbfef-ab18-4f2a-943b-c6633f359f01 => generated 0 bytes in 394 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/479] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:05:24 2026] GET /v2.0/networks?id=e4966658-cf4a-4853-9276-96bb6cb7f766 => generated 780 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/480] 10.0.0.13 () {32 vars in 646 bytes} [Tue Apr 14 07:05:24 2026] GET /v2.0/networks => generated 1845 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/481] 10.0.0.2 () {34 vars in 986 bytes} [Tue Apr 14 07:05:24 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 1240 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/482] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:05:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c61327d4-6f41-45e6-929b-cc2d780800d9 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/483] 10.0.0.2 () {34 vars in 1036 bytes} [Tue Apr 14 07:05:24 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/484] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:05:24 2026] GET /v2.0/subnets?id=959e5a57-e466-4ca7-a246-679f24d0d0eb => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:05:24.496 8 INFO neutron.services.segments.plugin [-] Segment 78cf3eb2-038c-48f8-a990-6284ea085d5c resource provider aggregate not found 2026-04-14 07:05:24.504 8 INFO neutron.services.segments.plugin [-] Segment 78cf3eb2-038c-48f8-a990-6284ea085d5c resource provider aggregate not found [pid: 7|app: 0|req: 250/485] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:05:24 2026] GET /v2.0/ports?network_id=e4966658-cf4a-4853-9276-96bb6cb7f766&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:05:24.519 8 INFO neutron.services.segments.plugin [-] Segment 78cf3eb2-038c-48f8-a990-6284ea085d5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78cf3eb2-038c-48f8-a990-6284ea085d5c found for delete ", "request_id": "req-dbf974e6-1af0-40f2-83fb-b296e894ed8c"}]} 2026-04-14 07:05:24.528 8 INFO neutron.services.segments.plugin [-] Segment 78cf3eb2-038c-48f8-a990-6284ea085d5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78cf3eb2-038c-48f8-a990-6284ea085d5c found for delete ", "request_id": "req-8a478939-1eac-4a06-a438-c4b96a9386ad"}]} [pid: 8|app: 0|req: 236/486] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:05:24 2026] DELETE /v2.0/networks/a568ccfb-4e01-4a63-988c-6b8e9c2b12b5 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/487] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:05:24 2026] GET /v2.0/networks/e4966658-cf4a-4853-9276-96bb6cb7f766?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: 252/488] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:05:24 2026] GET /v2.0/networks/e4966658-cf4a-4853-9276-96bb6cb7f766?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/489] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:05:24 2026] DELETE /v2.0/networks/e6401a3e-bd2b-40d6-82ab-26a108ffe850 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/490] 10.0.0.13 () {32 vars in 646 bytes} [Tue Apr 14 07:05:24 2026] GET /v2.0/networks => generated 651 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:05:24.770 8 INFO neutron.db.segments_db [None req-5b644f46-5d52-4977-a4d8-2b5dae95d862 569f181eca5741f785cd12175a08db5c 976ec960a3e04c3cb25881df2f17201f - - default default] Added segment 83c852ea-90f6-4a82-b4e7-bbddd2751f86 of type vxlan for network 9a1d3cb9-f0dc-4d54-aa60-1134a891edae [pid: 8|app: 0|req: 238/491] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:05:24 2026] POST /v2.0/networks => generated 635 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:05:24.913 7 INFO neutron.db.segments_db [None req-2dd4cede-d873-45eb-83ba-ccb1eac0ced2 569f181eca5741f785cd12175a08db5c 976ec960a3e04c3cb25881df2f17201f - - default default] Added segment c4b34d7b-2ffe-4de7-9c24-e392a312acd5 of type vxlan for network 9f923cf0-6b96-48c4-a457-1393c4192e8a [pid: 7|app: 0|req: 254/492] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:05:24 2026] POST /v2.0/networks => generated 635 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:05:25.266 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4cad13a-ceaa-44f8-bae8-7cfcd58c7678'] response: {'server_uuid': 'f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1', 'name': 'network-vif-deleted', 'tag': 'e0fbbfef-ab18-4f2a-943b-c6633f359f01', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 255/493] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:25 2026] GET /v2.0/ports?device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/494] 10.0.0.13 () {34 vars in 662 bytes} [Tue Apr 14 07:05:25 2026] POST /v2.0/ports => generated 1505 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/495] 10.0.0.13 () {32 vars in 640 bytes} [Tue Apr 14 07:05:25 2026] GET /v2.0/ports => generated 1505 bytes in 126 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-14 07:05:25.694 8 INFO neutron_taas.services.taas.taas_plugin [None req-ddef5175-1396-49f5-b18a-b20a78befffd 569f181eca5741f785cd12175a08db5c 976ec960a3e04c3cb25881df2f17201f - - default default] TaaS: Handle Delete Port: ce7411c2-b2ac-49d8-8332-98ba3e502594 2026-04-14 07:05:25.696 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddef5175-1396-49f5-b18a-b20a78befffd 569f181eca5741f785cd12175a08db5c 976ec960a3e04c3cb25881df2f17201f - - default default] Tap Mirror: Handle Delete Port: ce7411c2-b2ac-49d8-8332-98ba3e502594 [pid: 8|app: 0|req: 240/496] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:05:25 2026] DELETE /v2.0/ports/ce7411c2-b2ac-49d8-8332-98ba3e502594 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:05:25.927 7 INFO neutron_taas.services.taas.taas_plugin [None req-c243d500-301c-4979-933a-6a2626a35f47 569f181eca5741f785cd12175a08db5c 976ec960a3e04c3cb25881df2f17201f - - default default] TaaS: Handle Delete Port: 2d3528cd-a805-4e97-a87b-6ad41531982d 2026-04-14 07:05:25.933 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c243d500-301c-4979-933a-6a2626a35f47 569f181eca5741f785cd12175a08db5c 976ec960a3e04c3cb25881df2f17201f - - default default] Tap Mirror: Handle Delete Port: 2d3528cd-a805-4e97-a87b-6ad41531982d [pid: 7|app: 0|req: 257/497] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:05:25 2026] DELETE /v2.0/ports/2d3528cd-a805-4e97-a87b-6ad41531982d => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/498] 10.0.0.13 () {32 vars in 640 bytes} [Tue Apr 14 07:05:26 2026] GET /v2.0/ports => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:05:26.129 7 INFO neutron.db.segments_db [None req-8bf65f4a-17bf-4e77-a779-1cdc8a0a2451 569f181eca5741f785cd12175a08db5c 976ec960a3e04c3cb25881df2f17201f - - default default] Added segment 1738322c-9c99-4483-8a8b-cc34234787df of type vxlan for network a220638e-3c58-40a7-a570-e4648dc7bb41 [pid: 7|app: 0|req: 258/499] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:05:26 2026] POST /v2.0/networks => generated 635 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:05:26.278 8 INFO neutron.db.segments_db [None req-56659bef-b6df-4240-8de6-87bfbe47da56 569f181eca5741f785cd12175a08db5c 976ec960a3e04c3cb25881df2f17201f - - default default] Added segment 02da2deb-d364-481d-8c4f-f50e6883594c of type vxlan for network 72d535d2-cdae-4173-97db-6a64cd5cb642 [pid: 8|app: 0|req: 242/500] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:05:26 2026] POST /v2.0/networks => generated 634 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/501] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:26 2026] GET /v2.0/ports?device_id=f6e59fc5-85f2-4398-b6c7-aba0d44fb3a1 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:05:26.556 8 INFO neutron.services.segments.plugin [-] Segment 5f87adee-a96c-4b1b-bb03-f5d163ac262a resource provider aggregate not found 2026-04-14 07:05:26.556 8 INFO neutron.services.segments.plugin [-] Segment 5f87adee-a96c-4b1b-bb03-f5d163ac262a resource provider aggregate not found 2026-04-14 07:05:26.577 8 INFO neutron.services.segments.plugin [-] Segment 5f87adee-a96c-4b1b-bb03-f5d163ac262a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f87adee-a96c-4b1b-bb03-f5d163ac262a found for delete ", "request_id": "req-256353be-6aae-456d-95c0-4044abf79282"}]} 2026-04-14 07:05:26.580 8 INFO neutron.services.segments.plugin [-] Segment 5f87adee-a96c-4b1b-bb03-f5d163ac262a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f87adee-a96c-4b1b-bb03-f5d163ac262a found for delete ", "request_id": "req-8d4914ed-b204-4de5-8009-8cecaf08a331"}]} [pid: 8|app: 0|req: 243/502] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:05:26 2026] POST /v2.0/subnets => generated 1323 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/503] 10.0.0.13 () {32 vars in 644 bytes} [Tue Apr 14 07:05:27 2026] GET /v2.0/subnets => generated 1959 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/504] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:05:27 2026] DELETE /v2.0/subnets/595d5bcb-0802-477a-b6fe-280b883fa064 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/505] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:05:27 2026] DELETE /v2.0/subnets/b3044122-38e4-424f-838d-2238924d81db => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/506] 10.0.0.13 () {32 vars in 644 bytes} [Tue Apr 14 07:05:27 2026] GET /v2.0/subnets => generated 649 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:05:27.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-70f9be38-e718-4034-972a-f6441d136f34 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 0ef1dc52-a35d-4913-b823-36bac5df5a7a 2026-04-14 07:05:27.864 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70f9be38-e718-4034-972a-f6441d136f34 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 0ef1dc52-a35d-4913-b823-36bac5df5a7a [pid: 8|app: 0|req: 247/507] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:05:27 2026] DELETE /v2.0/networks/72d535d2-cdae-4173-97db-6a64cd5cb642 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/508] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:05:27 2026] DELETE /v2.0/networks/a220638e-3c58-40a7-a570-e4648dc7bb41 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/509] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:05:28 2026] DELETE /v2.0/networks/9f923cf0-6b96-48c4-a457-1393c4192e8a => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/510] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:05:28 2026] DELETE /v2.0/networks/9a1d3cb9-f0dc-4d54-aa60-1134a891edae => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/511] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:05:27 2026] PUT /v2.0/routers/44ee13fb-0894-4acd-bbb1-01988316bebb/remove_router_interface => generated 309 bytes in 918 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:05:28.600 8 INFO neutron.services.segments.plugin [-] Segment 02da2deb-d364-481d-8c4f-f50e6883594c resource provider aggregate not found 2026-04-14 07:05:28.613 8 INFO neutron.services.segments.plugin [-] Segment 02da2deb-d364-481d-8c4f-f50e6883594c resource provider aggregate not found 2026-04-14 07:05:28.623 8 INFO neutron.services.segments.plugin [-] Segment 02da2deb-d364-481d-8c4f-f50e6883594c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02da2deb-d364-481d-8c4f-f50e6883594c found for delete ", "request_id": "req-71858fc7-9ae0-4fab-8056-6f766e31cf39"}]} 2026-04-14 07:05:28.641 8 INFO neutron.services.segments.plugin [-] Segment 02da2deb-d364-481d-8c4f-f50e6883594c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02da2deb-d364-481d-8c4f-f50e6883594c found for delete ", "request_id": "req-cda9b387-403c-4d69-b323-d857cddd6115"}]} 2026-04-14 07:05:28.651 8 INFO neutron.services.segments.plugin [-] Segment 1738322c-9c99-4483-8a8b-cc34234787df resource provider aggregate not found 2026-04-14 07:05:28.664 8 INFO neutron.services.segments.plugin [-] Segment 1738322c-9c99-4483-8a8b-cc34234787df resource provider aggregate not found 2026-04-14 07:05:28.672 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9348fb9-b058-4803-af10-6bfbeca7d832 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 0475225f-6fe9-4459-95a6-9182f1fde8f8 2026-04-14 07:05:28.674 8 INFO neutron.services.segments.plugin [-] Segment 1738322c-9c99-4483-8a8b-cc34234787df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1738322c-9c99-4483-8a8b-cc34234787df found for delete ", "request_id": "req-35b90db3-3a6a-4bf9-8bf6-b2369010d46f"}]} 2026-04-14 07:05:28.684 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9348fb9-b058-4803-af10-6bfbeca7d832 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 0475225f-6fe9-4459-95a6-9182f1fde8f8 2026-04-14 07:05:28.688 8 INFO neutron.services.segments.plugin [-] Segment 1738322c-9c99-4483-8a8b-cc34234787df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1738322c-9c99-4483-8a8b-cc34234787df found for delete ", "request_id": "req-a1ab1eda-caa4-447d-9742-fb05f518dd2d"}]} 2026-04-14 07:05:28.699 8 INFO neutron.services.segments.plugin [-] Segment c4b34d7b-2ffe-4de7-9c24-e392a312acd5 resource provider aggregate not found 2026-04-14 07:05:28.711 8 INFO neutron.services.segments.plugin [-] Segment c4b34d7b-2ffe-4de7-9c24-e392a312acd5 resource provider aggregate not found 2026-04-14 07:05:28.739 8 INFO neutron.services.segments.plugin [-] Segment c4b34d7b-2ffe-4de7-9c24-e392a312acd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4b34d7b-2ffe-4de7-9c24-e392a312acd5 found for delete ", "request_id": "req-68e28d77-639d-41ca-b5dc-9d2508182271"}]} 2026-04-14 07:05:28.742 8 INFO neutron.services.segments.plugin [-] Segment c4b34d7b-2ffe-4de7-9c24-e392a312acd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4b34d7b-2ffe-4de7-9c24-e392a312acd5 found for delete ", "request_id": "req-5e915d6f-cd26-4822-a8f9-b3ff5fae3e81"}]} 2026-04-14 07:05:28.758 8 INFO neutron.services.segments.plugin [-] Segment 83c852ea-90f6-4a82-b4e7-bbddd2751f86 resource provider aggregate not found 2026-04-14 07:05:28.765 8 INFO neutron.services.segments.plugin [-] Segment 83c852ea-90f6-4a82-b4e7-bbddd2751f86 resource provider aggregate not found 2026-04-14 07:05:28.782 8 INFO neutron.services.segments.plugin [-] Segment 83c852ea-90f6-4a82-b4e7-bbddd2751f86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83c852ea-90f6-4a82-b4e7-bbddd2751f86 found for delete ", "request_id": "req-50d513be-fe0c-4623-a4d0-5fbfe87f439c"}]} 2026-04-14 07:05:28.787 8 INFO neutron.services.segments.plugin [-] Segment 83c852ea-90f6-4a82-b4e7-bbddd2751f86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83c852ea-90f6-4a82-b4e7-bbddd2751f86 found for delete ", "request_id": "req-07b91bcf-9747-4834-846b-b19acc79ee98"}]} 2026-04-14 07:05:28.994 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9348fb9-b058-4803-af10-6bfbeca7d832 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 007a4789-9322-4bd8-af0d-ea326b4cf57d 2026-04-14 07:05:28.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9348fb9-b058-4803-af10-6bfbeca7d832 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 007a4789-9322-4bd8-af0d-ea326b4cf57d [pid: 7|app: 0|req: 262/512] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:28 2026] GET /v2.0/security-groups?tenant_id=976ec960a3e04c3cb25881df2f17201f&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/513] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:29 2026] DELETE /v2.0/security-groups/a00a414d-1642-4437-aee3-41e274a41492 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:05:29.421 8 INFO neutron.db.l3_hamode_db [None req-b9348fb9-b058-4803-af10-6bfbeca7d832 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] HA network 7a47dfdc-764c-4c03-8299-86cf2feaa190 was deleted as no HA routers are present in tenant 20e20b6918c04c57be994dfd9b9eebf2. [pid: 8|app: 0|req: 251/514] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:05:28 2026] DELETE /v2.0/routers/44ee13fb-0894-4acd-bbb1-01988316bebb => generated 0 bytes in 1012 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/515] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:05:29 2026] DELETE /v2.0/subnets/619f564e-5d53-4fe2-a081-2d5778579f94 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:05:29.716 8 INFO neutron_taas.services.taas.taas_plugin [None req-f592df33-0c7e-48b8-98fe-1e9c6d892f33 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 43ad78eb-86e8-484e-aadd-2d997011c1f2 2026-04-14 07:05:29.719 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f592df33-0c7e-48b8-98fe-1e9c6d892f33 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 43ad78eb-86e8-484e-aadd-2d997011c1f2 [pid: 8|app: 0|req: 252/516] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:05:29 2026] DELETE /v2.0/networks/3213e8d4-0170-46a6-8280-d32114da21b0 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/517] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:30 2026] GET /v2.0/security-groups?tenant_id=20e20b6918c04c57be994dfd9b9eebf2&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/518] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:30 2026] DELETE /v2.0/security-groups/d19c00f5-9afc-46e1-8811-753db121b20a => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:05:30.804 8 INFO neutron.services.segments.plugin [-] Segment a0b5e446-a98c-4828-8e81-ff005e9264d5 resource provider aggregate not found 2026-04-14 07:05:30.809 8 INFO neutron.services.segments.plugin [-] Segment a0b5e446-a98c-4828-8e81-ff005e9264d5 resource provider aggregate not found 2026-04-14 07:05:30.819 8 INFO neutron.services.segments.plugin [-] Segment a0b5e446-a98c-4828-8e81-ff005e9264d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0b5e446-a98c-4828-8e81-ff005e9264d5 found for delete ", "request_id": "req-77691cbb-8a7c-4fbd-a6e9-02b06bbac78c"}]} 2026-04-14 07:05:30.827 8 INFO neutron.services.segments.plugin [-] Segment a0b5e446-a98c-4828-8e81-ff005e9264d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0b5e446-a98c-4828-8e81-ff005e9264d5 found for delete ", "request_id": "req-d27ec658-eb0b-4f85-82cf-418fb3297e03"}]} 2026-04-14 07:05:30.832 8 INFO neutron.services.segments.plugin [-] Segment 117bc31c-47d4-4c82-af3c-70046c4ab94b resource provider aggregate not found 2026-04-14 07:05:30.844 8 INFO neutron.services.segments.plugin [-] Segment 117bc31c-47d4-4c82-af3c-70046c4ab94b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 117bc31c-47d4-4c82-af3c-70046c4ab94b found for delete ", "request_id": "req-82100c06-471f-442e-ac67-6007e494afb4"}]} 2026-04-14 07:05:30.847 8 INFO neutron.services.segments.plugin [-] Segment 117bc31c-47d4-4c82-af3c-70046c4ab94b resource provider aggregate not found 2026-04-14 07:05:30.864 8 INFO neutron.services.segments.plugin [-] Segment 117bc31c-47d4-4c82-af3c-70046c4ab94b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 117bc31c-47d4-4c82-af3c-70046c4ab94b found for delete ", "request_id": "req-73a56bfb-ceea-486b-921c-bdb40fb6c0f3"}]} [pid: 7|app: 0|req: 266/519] 10.0.0.13 () {34 vars in 681 bytes} [Tue Apr 14 07:05:31 2026] POST /v2.0/security-groups => generated 1625 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/520] 10.0.0.13 () {32 vars in 660 bytes} [Tue Apr 14 07:05:31 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: 267/521] 10.0.0.13 () {34 vars in 755 bytes} [Tue Apr 14 07:05:31 2026] PUT /v2.0/security-groups/1ea782c3-3ddc-4ee7-ba73-6b4b734e11fc => generated 1663 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/522] 10.0.0.13 () {32 vars in 734 bytes} [Tue Apr 14 07:05:31 2026] GET /v2.0/security-groups/1ea782c3-3ddc-4ee7-ba73-6b4b734e11fc => generated 1663 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/523] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:31 2026] DELETE /v2.0/security-groups/1ea782c3-3ddc-4ee7-ba73-6b4b734e11fc => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/524] 10.0.0.13 () {32 vars in 660 bytes} [Tue Apr 14 07:05:31 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:05:31.944 7 INFO neutron.api.v2.resource [None req-35fcfcd5-a077-4a84-a51a-1a7f9fc2f4a6 6ad5ea74f396476390c4e895ba10edac 27708f2f24cd4f2884ea766dd5b05dbc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 269/525] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:31 2026] DELETE /v2.0/security-groups/1ea782c3-3ddc-4ee7-ba73-6b4b734e11fc => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/526] 10.0.0.13 () {34 vars in 681 bytes} [Tue Apr 14 07:05:31 2026] POST /v2.0/security-groups => generated 1625 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/527] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:05:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/528] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:05:32 2026] GET /v2.0/security-group-rules/b66126fe-c581-4f7c-9b8f-5540a93f6e8a => generated 601 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/529] 10.0.0.13 () {32 vars in 670 bytes} [Tue Apr 14 07:05:32 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: 8|app: 0|req: 259/530] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:05:32 2026] DELETE /v2.0/security-group-rules/b66126fe-c581-4f7c-9b8f-5540a93f6e8a => 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: 272/531] 10.0.0.13 () {32 vars in 670 bytes} [Tue Apr 14 07:05:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/532] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:05:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/533] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:05:32 2026] GET /v2.0/security-group-rules/9d331ea4-4e47-4313-b502-2caae08d6f45 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/534] 10.0.0.13 () {32 vars in 670 bytes} [Tue Apr 14 07:05:32 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/535] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:05:32 2026] DELETE /v2.0/security-group-rules/9d331ea4-4e47-4313-b502-2caae08d6f45 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/536] 10.0.0.13 () {32 vars in 670 bytes} [Tue Apr 14 07:05:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/537] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:05:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/538] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:05:32 2026] GET /v2.0/security-group-rules/997b7794-17c0-47e3-a694-034f8d8653d1 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/539] 10.0.0.13 () {32 vars in 670 bytes} [Tue Apr 14 07:05:32 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/540] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:05:33 2026] DELETE /v2.0/security-group-rules/997b7794-17c0-47e3-a694-034f8d8653d1 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/541] 10.0.0.13 () {32 vars in 670 bytes} [Tue Apr 14 07:05:33 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/542] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:33 2026] DELETE /v2.0/security-groups/c1436e79-6664-4f17-93d9-0b8e2585fb50 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/543] 10.0.0.13 () {32 vars in 660 bytes} [Tue Apr 14 07:05:33 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/544] 10.0.0.13 () {32 vars in 660 bytes} [Tue Apr 14 07:05:33 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: 8|app: 0|req: 269/545] 10.0.0.2 () {34 vars in 986 bytes} [Tue Apr 14 07:05:33 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/546] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:33 2026] GET /v2.0/security-groups?tenant_id=c7d44e41327e47e49259c1ddb62877e6&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/547] 10.0.0.2 () {34 vars in 1036 bytes} [Tue Apr 14 07:05:33 2026] GET /v2.0/security-groups?id=cd9ddc2b-80df-43f3-b30d-f465c12c4594&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/548] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:33 2026] DELETE /v2.0/security-groups/7786fefd-cca4-44a3-a4e7-4168e6de96f9 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/551] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:33 2026] GET /v2.0/security-groups?tenant_id=27708f2f24cd4f2884ea766dd5b05dbc&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/552] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:34 2026] DELETE /v2.0/security-groups/b189f3a4-bbd6-4efb-8dbf-a370d13a0150 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/553] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:38 2026] GET /v2.0/security-groups?tenant_id=e16ade12798e46fd8abc91b6c0c27690&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/554] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:38 2026] DELETE /v2.0/security-groups/2a34386a-bf3e-4fae-aefc-ceb587c28fea => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/555] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:39 2026] GET /v2.0/security-groups?tenant_id=56d35312ffa4416394fac7ea7b0f8f61&name=default => generated 2925 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/556] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:40 2026] DELETE /v2.0/security-groups/351c5dc0-0463-4e2b-bacd-560f281ca5c4 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/557] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:40 2026] GET /v2.0/security-groups?tenant_id=1a3607e1d3b14423888b911ddade3b70&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: 284/558] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:40 2026] DELETE /v2.0/security-groups/cdb884bb-6907-4ee8-884b-69c44e7a2722 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/559] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:42 2026] GET /v2.0/security-groups?tenant_id=060197378137476ea499b7a64c6b9d2a&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/560] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:42 2026] DELETE /v2.0/security-groups/ca557387-b2c3-4e6f-9a97-b569d8bbf570 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/561] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:43 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/562] 10.0.0.114 () {34 vars in 969 bytes} [Tue Apr 14 07:05:43 2026] GET /v2.0/ports/c61327d4-6f41-45e6-929b-cc2d780800d9 => generated 968 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/563] 199.204.45.132 () {34 vars in 998 bytes} [Tue Apr 14 07:05:44 2026] GET /v2.0/subnets?network_id=e4966658-cf4a-4853-9276-96bb6cb7f766 => generated 684 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/564] 199.204.45.132 () {34 vars in 1144 bytes} [Tue Apr 14 07:05:44 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa&device_owner=compute%3Anova&network_id=e4966658-cf4a-4853-9276-96bb6cb7f766 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/565] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:05:44 2026] PUT /v2.0/ports/c61327d4-6f41-45e6-929b-cc2d780800d9 => generated 1149 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:05:44.738 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-281caf0d-bbca-43ff-9e29-ef359bd265b2'] response: {'name': 'network-changed', 'server_uuid': 'd3e31ecb-cd32-404a-8a1b-00344faaadfa', 'tag': 'c61327d4-6f41-45e6-929b-cc2d780800d9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 288/566] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:44 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/567] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:44 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 290/568] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:44 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => 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: 291/569] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:44 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/570] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:44 2026] GET /v2.0/security-groups?tenant_id=11bbb952f9fc4741a0e5ed6956913166&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/571] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:45 2026] DELETE /v2.0/security-groups/bc302696-524a-441c-9e6b-2fdad133b83a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/572] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:05:45 2026] GET /v2.0/ports?tenant_id=d6a26912b3e640309c400896e81b53f3&device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 1421 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/573] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:05:45 2026] GET /v2.0/networks?id=e4966658-cf4a-4853-9276-96bb6cb7f766 => generated 780 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/574] 199.204.45.132 () {34 vars in 1058 bytes} [Tue Apr 14 07:05:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c61327d4-6f41-45e6-929b-cc2d780800d9 => 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: 295/575] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:45 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/576] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:45 2026] GET /v2.0/security-groups?tenant_id=e2a034dd24ed4444a6c4a45c0d85498e&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/577] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:05:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c61327d4-6f41-45e6-929b-cc2d780800d9 => generated 860 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/578] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:45 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/579] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:05:45 2026] GET /v2.0/subnets?id=959e5a57-e466-4ca7-a246-679f24d0d0eb => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/580] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:05:45 2026] GET /v2.0/ports?network_id=e4966658-cf4a-4853-9276-96bb6cb7f766&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/581] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:45 2026] DELETE /v2.0/security-groups/eadbb46a-4906-4f30-ab15-97787e897b79 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/582] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:05:45 2026] GET /v2.0/networks/e4966658-cf4a-4853-9276-96bb6cb7f766?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/583] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:05:45 2026] GET /v2.0/networks/e4966658-cf4a-4853-9276-96bb6cb7f766?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/584] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:45 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 1152 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/585] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:45 2026] GET /v2.0/security-groups?id=cd9ddc2b-80df-43f3-b30d-f465c12c4594&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/586] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:46 2026] GET /v2.0/security-groups?tenant_id=567f92d640dc42c7a4333eec174be844&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/587] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:46 2026] DELETE /v2.0/security-groups/b234c0b4-86c7-4f29-8d75-b3ac37021599 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/588] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:46 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/589] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:46 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/590] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:05:46 2026] GET /v2.0/ports?tenant_id=d6a26912b3e640309c400896e81b53f3&device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 1421 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/591] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:05:46 2026] GET /v2.0/networks?id=e4966658-cf4a-4853-9276-96bb6cb7f766 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/592] 199.204.45.132 () {34 vars in 1058 bytes} [Tue Apr 14 07:05:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c61327d4-6f41-45e6-929b-cc2d780800d9 => 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: 303/593] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:05:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c61327d4-6f41-45e6-929b-cc2d780800d9 => generated 860 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/594] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:05:46 2026] GET /v2.0/subnets?id=959e5a57-e466-4ca7-a246-679f24d0d0eb => generated 702 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/595] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:05:46 2026] GET /v2.0/ports?tenant_id=beaa20221321472686e3ff9be4a19a53&device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/596] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:05:46 2026] GET /v2.0/ports?network_id=e4966658-cf4a-4853-9276-96bb6cb7f766&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/597] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:05:46 2026] GET /v2.0/networks/e4966658-cf4a-4853-9276-96bb6cb7f766?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: 305/598] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:05:46 2026] GET /v2.0/networks?id=95e9fca4-a839-4d15-b298-72da1d777470 => generated 771 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/599] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:05:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=3267e662-1b53-475c-8e2f-29b9851e4b8b => generated 860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/600] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:05:47 2026] GET /v2.0/networks/e4966658-cf4a-4853-9276-96bb6cb7f766?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/601] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:05:47 2026] GET /v2.0/subnets?id=8113dfc1-2aca-49a4-9bfb-cef3608be849 => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/602] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:05:47 2026] GET /v2.0/ports?network_id=95e9fca4-a839-4d15-b298-72da1d777470&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: 308/603] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:05:47 2026] GET /v2.0/networks/95e9fca4-a839-4d15-b298-72da1d777470?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/604] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:05:47 2026] GET /v2.0/networks/95e9fca4-a839-4d15-b298-72da1d777470?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/605] 199.204.45.132 () {34 vars in 1118 bytes} [Tue Apr 14 07:05:47 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1152 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/606] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:47 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/607] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:47 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/608] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:05:47 2026] PUT /v2.0/ports/c61327d4-6f41-45e6-929b-cc2d780800d9 => generated 968 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:05:48.116 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ea11f4c-6f9c-4715-8b56-c91bb04a6d7e'] response: {'name': 'network-changed', 'server_uuid': 'd3e31ecb-cd32-404a-8a1b-00344faaadfa', 'tag': 'c61327d4-6f41-45e6-929b-cc2d780800d9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 312/609] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:05:48 2026] GET /v2.0/ports?tenant_id=d6a26912b3e640309c400896e81b53f3&device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 298/610] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:05:48 2026] GET /v2.0/networks?id=e4966658-cf4a-4853-9276-96bb6cb7f766 => generated 780 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/611] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:05:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c61327d4-6f41-45e6-929b-cc2d780800d9 => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/612] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:05:48 2026] GET /v2.0/subnets?id=959e5a57-e466-4ca7-a246-679f24d0d0eb => generated 702 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/613] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:05:48 2026] GET /v2.0/ports?network_id=e4966658-cf4a-4853-9276-96bb6cb7f766&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/614] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:05:48 2026] GET /v2.0/networks/e4966658-cf4a-4853-9276-96bb6cb7f766?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: 315/617] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:05:48 2026] GET /v2.0/networks/e4966658-cf4a-4853-9276-96bb6cb7f766?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/618] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:48 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => 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: 316/619] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:48 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/620] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:49 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/621] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:49 2026] GET /v2.0/security-groups?id=cd9ddc2b-80df-43f3-b30d-f465c12c4594&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/622] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:05:49 2026] GET /v2.0/ports?tenant_id=d6a26912b3e640309c400896e81b53f3&device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/623] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:05:50 2026] GET /v2.0/networks?id=e4966658-cf4a-4853-9276-96bb6cb7f766 => generated 780 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/624] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:05:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c61327d4-6f41-45e6-929b-cc2d780800d9 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/625] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:05:50 2026] GET /v2.0/subnets?id=959e5a57-e466-4ca7-a246-679f24d0d0eb => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/626] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:50 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/627] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:05:50 2026] GET /v2.0/ports?network_id=e4966658-cf4a-4853-9276-96bb6cb7f766&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/628] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:50 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/629] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:05:50 2026] GET /v2.0/networks/e4966658-cf4a-4853-9276-96bb6cb7f766?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/630] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:05:50 2026] GET /v2.0/networks/e4966658-cf4a-4853-9276-96bb6cb7f766?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: 7|app: 0|req: 321/631] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:50 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/632] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:50 2026] GET /v2.0/security-groups?id=cd9ddc2b-80df-43f3-b30d-f465c12c4594&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/633] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:51 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:05:51.379 7 INFO neutron.db.segments_db [None req-1c4765ce-ef89-4ece-8bc1-8ad041ff5ef4 e01d08750ac24289bf0229af66aef1e3 32d4d1d24c1243cb97268018e59abbc9 - - default default] Added segment 1c8ec50a-4579-401e-8b6a-db5c6d74aca0 of type vxlan for network 21355f22-bebb-4d5d-8f2e-9be3fe963065 [pid: 8|app: 0|req: 313/634] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:51 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/635] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:05:50 2026] POST /v2.0/networks => generated 612 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/636] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:51 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/637] 10.0.0.13 () {34 vars in 661 bytes} [Tue Apr 14 07:05:51 2026] POST /v2.0/ports => generated 743 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 324/638] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:51 2026] GET /v2.0/security-groups?id=cd9ddc2b-80df-43f3-b30d-f465c12c4594&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:05:51.845 8 INFO neutron.db.segments_db [None req-621a4ca3-55fc-48ee-8c0e-ccf27f6cc786 e01d08750ac24289bf0229af66aef1e3 32d4d1d24c1243cb97268018e59abbc9 - - default default] Added segment 24afa4bb-b1da-492d-b985-1a19849941dc of type vxlan for network b57507a7-69c0-44d3-8b0c-e197d8861e83 [pid: 8|app: 0|req: 315/639] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:05:51 2026] POST /v2.0/networks => generated 612 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/640] 199.204.45.132 () {34 vars in 992 bytes} [Tue Apr 14 07:05:51 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:05:52.124 7 INFO neutron_taas.services.taas.taas_plugin [req-cc0b3841-0b35-4a6b-80b2-eec1211cb05f req-ea7d86d8-d1f3-47b3-b0fe-dda147e60f7a 42dc8933a6d5429eae3943e8a768bd44 d6a26912b3e640309c400896e81b53f3 - - default default] TaaS: Handle Delete Port: c61327d4-6f41-45e6-929b-cc2d780800d9 2026-04-14 07:05:52.127 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cc0b3841-0b35-4a6b-80b2-eec1211cb05f req-ea7d86d8-d1f3-47b3-b0fe-dda147e60f7a 42dc8933a6d5429eae3943e8a768bd44 d6a26912b3e640309c400896e81b53f3 - - default default] Tap Mirror: Handle Delete Port: c61327d4-6f41-45e6-929b-cc2d780800d9 [pid: 8|app: 0|req: 316/641] 10.0.0.13 () {34 vars in 661 bytes} [Tue Apr 14 07:05:51 2026] POST /v2.0/ports => generated 743 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:05:52.373 7 INFO neutron.db.l3_db [req-cc0b3841-0b35-4a6b-80b2-eec1211cb05f req-ea7d86d8-d1f3-47b3-b0fe-dda147e60f7a 42dc8933a6d5429eae3943e8a768bd44 d6a26912b3e640309c400896e81b53f3 - - default default] Floating IP fdbbdb36-22f4-4ad2-9076-1cf2ba3f1b7b disassociated. External IP: 10.96.250.211, port: c61327d4-6f41-45e6-929b-cc2d780800d9. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 317/642] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:52 2026] GET /v2.0/security-groups?tenant_id=1363d037b4a24a13a10f1cebe507d07e&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:05:52.589 8 INFO neutron.db.segments_db [None req-48127db5-a0fa-450a-8872-582805763b1c e01d08750ac24289bf0229af66aef1e3 32d4d1d24c1243cb97268018e59abbc9 - - default default] Added segment d23436bd-d9c0-472f-af86-2fdff590c255 of type vxlan for network f760b46c-1c1f-45f7-bdb4-46b98873b191 [pid: 8|app: 0|req: 318/643] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:05:52 2026] POST /v2.0/networks => generated 612 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/644] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:52 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 969 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/645] 199.204.45.132 () {36 vars in 995 bytes} [Tue Apr 14 07:05:51 2026] DELETE /v2.0/ports/c61327d4-6f41-45e6-929b-cc2d780800d9 => generated 0 bytes in 806 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:05:52.835 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-97cbda68-8671-4bca-8ab7-dd0cec252802'] response: {'server_uuid': 'd3e31ecb-cd32-404a-8a1b-00344faaadfa', 'name': 'network-vif-deleted', 'tag': 'c61327d4-6f41-45e6-929b-cc2d780800d9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 320/646] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:52 2026] DELETE /v2.0/security-groups/6a9d31dc-5621-4aad-b1fc-a2bb858dde2c => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/647] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:52 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/648] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:52 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/649] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:52 2026] GET /v2.0/security-groups?tenant_id=4f7cde241f4a45e6b54602a08f442c6d&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/650] 10.0.0.13 () {34 vars in 661 bytes} [Tue Apr 14 07:05:52 2026] POST /v2.0/ports => generated 743 bytes in 361 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-14 07:05:53.226 7 INFO neutron.db.segments_db [None req-8c52ac48-8585-46d7-b63c-92ef07edbe26 e01d08750ac24289bf0229af66aef1e3 32d4d1d24c1243cb97268018e59abbc9 - - default default] Added segment d569a8c1-8787-47b0-8b56-3178eb3a1353 of type vxlan for network ebdcd072-8fab-4834-a5bd-bfadd7782912 [pid: 8|app: 0|req: 324/651] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:53 2026] DELETE /v2.0/security-groups/e6529623-4a7e-4ca1-9fba-76625292d61c => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/652] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:05:53 2026] POST /v2.0/networks => generated 613 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/653] 10.0.0.13 () {34 vars in 661 bytes} [Tue Apr 14 07:05:53 2026] POST /v2.0/ports => generated 743 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:05:53.825 7 INFO neutron.db.segments_db [None req-f7a43cdc-4379-4bf2-bd35-3ef63728ff3f e01d08750ac24289bf0229af66aef1e3 32d4d1d24c1243cb97268018e59abbc9 - - default default] Added segment 9e5367b2-68f3-4c64-9b17-dbce1c75d226 of type vxlan for network cd783745-108b-42db-a0c8-fec150138ea2 [pid: 7|app: 0|req: 329/654] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:05:53 2026] POST /v2.0/networks => generated 613 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: 330/655] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:54 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => 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: 331/656] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:54 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => 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: 332/657] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:54 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/658] 10.0.0.13 () {34 vars in 661 bytes} [Tue Apr 14 07:05:53 2026] POST /v2.0/ports => generated 743 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/659] 10.0.0.13 () {34 vars in 744 bytes} [Tue Apr 14 07:05:54 2026] PUT /v2.0/ports/5677709d-c954-416a-9a2f-f34181602ba0/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 327/660] 10.0.0.13 () {34 vars in 744 bytes} [Tue Apr 14 07:05:54 2026] PUT /v2.0/ports/3f8e9840-7b29-471e-a111-57a0c01f8f83/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 334/661] 10.0.0.13 () {34 vars in 744 bytes} [Tue Apr 14 07:05:54 2026] PUT /v2.0/ports/484cc0e1-aa13-468c-9ee1-2cbb1393ea54/tags => generated 34 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 328/662] 10.0.0.13 () {34 vars in 744 bytes} [Tue Apr 14 07:05:54 2026] PUT /v2.0/ports/2147cc7c-8c2f-4258-9416-5e8a115123a2/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: 7|app: 0|req: 335/663] 10.0.0.13 () {32 vars in 657 bytes} [Tue Apr 14 07:05:54 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 329/664] 10.0.0.13 () {32 vars in 671 bytes} [Tue Apr 14 07:05:54 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/665] 10.0.0.13 () {32 vars in 667 bytes} [Tue Apr 14 07:05:54 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/666] 10.0.0.13 () {32 vars in 679 bytes} [Tue Apr 14 07:05:54 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/667] 10.0.0.13 () {32 vars in 665 bytes} [Tue Apr 14 07:05:54 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/668] 10.0.0.13 () {32 vars in 679 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/669] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/ports?device_id=d3e31ecb-cd32-404a-8a1b-00344faaadfa => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/670] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => 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: 338/671] 10.0.0.13 () {32 vars in 650 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions => generated 21537 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/672] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/673] 10.0.0.13 () {32 vars in 678 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 3 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.13 () {32 vars in 678 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/675] 10.0.0.13 () {32 vars in 675 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/676] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/677] 10.0.0.13 () {32 vars in 662 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/678] 10.0.0.13 () {32 vars in 696 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/679] 10.0.0.13 () {32 vars in 694 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/680] 10.0.0.13 () {32 vars in 698 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/681] 10.0.0.13 () {32 vars in 686 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/682] 10.0.0.13 () {32 vars in 700 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/683] 10.0.0.13 () {32 vars in 687 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/684] 10.0.0.13 () {32 vars in 690 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/685] 10.0.0.13 () {32 vars in 692 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/686] 10.0.0.13 () {32 vars in 682 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/687] 10.0.0.13 () {32 vars in 684 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/688] 10.0.0.13 () {32 vars in 658 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/689] 10.0.0.13 () {32 vars in 696 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/690] 10.0.0.13 () {32 vars in 676 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/691] 10.0.0.13 () {32 vars in 680 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/692] 10.0.0.13 () {32 vars in 672 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/693] 10.0.0.13 () {32 vars in 686 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/694] 10.0.0.13 () {32 vars in 720 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:05:55.537 7 INFO neutron_taas.services.taas.taas_plugin [None req-4dd8abc7-c97e-4272-b4f0-057901cace93 e01d08750ac24289bf0229af66aef1e3 32d4d1d24c1243cb97268018e59abbc9 - - default default] TaaS: Handle Delete Port: 5677709d-c954-416a-9a2f-f34181602ba0 2026-04-14 07:05:55.540 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4dd8abc7-c97e-4272-b4f0-057901cace93 e01d08750ac24289bf0229af66aef1e3 32d4d1d24c1243cb97268018e59abbc9 - - default default] Tap Mirror: Handle Delete Port: 5677709d-c954-416a-9a2f-f34181602ba0 [pid: 8|app: 0|req: 353/695] 10.0.0.13 () {32 vars in 684 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/696] 10.0.0.13 () {32 vars in 666 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/697] 10.0.0.13 () {32 vars in 684 bytes} [Tue Apr 14 07:05:55 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: 8|app: 0|req: 356/698] 10.0.0.13 () {32 vars in 678 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/699] 10.0.0.13 () {32 vars in 696 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/700] 10.0.0.13 () {32 vars in 676 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/701] 10.0.0.13 () {32 vars in 664 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/702] 10.0.0.13 () {32 vars in 674 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/703] 10.0.0.13 () {32 vars in 662 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/704] 10.0.0.13 () {32 vars in 672 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/l3-flavors => 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: 343/705] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:05:55 2026] DELETE /v2.0/ports/5677709d-c954-416a-9a2f-f34181602ba0 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/706] 10.0.0.13 () {32 vars in 710 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/707] 10.0.0.13 () {32 vars in 688 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/708] 10.0.0.13 () {32 vars in 680 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/709] 10.0.0.13 () {32 vars in 666 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/710] 10.0.0.13 () {32 vars in 684 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/711] 10.0.0.13 () {32 vars in 702 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/712] 10.0.0.13 () {32 vars in 672 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/713] 10.0.0.13 () {32 vars in 698 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/714] 10.0.0.13 () {32 vars in 672 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/715] 10.0.0.13 () {32 vars in 690 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/716] 10.0.0.13 () {32 vars in 686 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/717] 10.0.0.13 () {32 vars in 706 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/718] 10.0.0.13 () {32 vars in 702 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:05:55.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a456711-9283-4248-82ae-32add313a157 e01d08750ac24289bf0229af66aef1e3 32d4d1d24c1243cb97268018e59abbc9 - - default default] TaaS: Handle Delete Port: 3f8e9840-7b29-471e-a111-57a0c01f8f83 [pid: 8|app: 0|req: 376/719] 10.0.0.13 () {32 vars in 716 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:05:55.725 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a456711-9283-4248-82ae-32add313a157 e01d08750ac24289bf0229af66aef1e3 32d4d1d24c1243cb97268018e59abbc9 - - default default] Tap Mirror: Handle Delete Port: 3f8e9840-7b29-471e-a111-57a0c01f8f83 [pid: 8|app: 0|req: 377/720] 10.0.0.13 () {32 vars in 694 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/721] 10.0.0.13 () {32 vars in 708 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/722] 10.0.0.13 () {32 vars in 666 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/723] 10.0.0.13 () {32 vars in 684 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/724] 10.0.0.13 () {32 vars in 678 bytes} [Tue Apr 14 07:05:55 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: 8|app: 0|req: 382/725] 10.0.0.13 () {32 vars in 672 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/726] 10.0.0.13 () {32 vars in 668 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/provider => generated 191 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/727] 10.0.0.13 () {32 vars in 658 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/728] 10.0.0.13 () {32 vars in 696 bytes} [Tue Apr 14 07:05:55 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: 7|app: 0|req: 344/729] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:05:55 2026] DELETE /v2.0/ports/3f8e9840-7b29-471e-a111-57a0c01f8f83 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/730] 10.0.0.13 () {32 vars in 696 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/731] 10.0.0.13 () {32 vars in 674 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/732] 10.0.0.13 () {32 vars in 666 bytes} [Tue Apr 14 07:05:55 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: 7|app: 0|req: 347/733] 10.0.0.13 () {32 vars in 680 bytes} [Tue Apr 14 07:05:55 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: 7|app: 0|req: 348/734] 10.0.0.13 () {32 vars in 698 bytes} [Tue Apr 14 07:05:55 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: 7|app: 0|req: 349/735] 10.0.0.13 () {32 vars in 682 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/736] 10.0.0.13 () {32 vars in 704 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/737] 10.0.0.13 () {32 vars in 666 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/738] 10.0.0.13 () {32 vars in 694 bytes} [Tue Apr 14 07:05:55 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: 7|app: 0|req: 353/739] 10.0.0.13 () {32 vars in 692 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/740] 10.0.0.13 () {32 vars in 682 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/741] 10.0.0.13 () {32 vars in 686 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/742] 10.0.0.13 () {32 vars in 702 bytes} [Tue Apr 14 07:05:55 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) 2026-04-14 07:05:55.922 8 INFO neutron_taas.services.taas.taas_plugin [None req-98b5c9a4-7c8b-4e79-b8f8-5b0ef947e20e e01d08750ac24289bf0229af66aef1e3 32d4d1d24c1243cb97268018e59abbc9 - - default default] TaaS: Handle Delete Port: 484cc0e1-aa13-468c-9ee1-2cbb1393ea54 [pid: 7|app: 0|req: 357/743] 10.0.0.13 () {32 vars in 664 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:05:55.925 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98b5c9a4-7c8b-4e79-b8f8-5b0ef947e20e e01d08750ac24289bf0229af66aef1e3 32d4d1d24c1243cb97268018e59abbc9 - - default default] Tap Mirror: Handle Delete Port: 484cc0e1-aa13-468c-9ee1-2cbb1393ea54 [pid: 7|app: 0|req: 358/744] 10.0.0.13 () {32 vars in 678 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/745] 10.0.0.13 () {32 vars in 678 bytes} [Tue Apr 14 07:05:55 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: 7|app: 0|req: 360/746] 10.0.0.13 () {32 vars in 688 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/747] 10.0.0.13 () {32 vars in 688 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/748] 10.0.0.13 () {32 vars in 692 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/749] 10.0.0.13 () {32 vars in 682 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/750] 10.0.0.13 () {32 vars in 686 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/751] 10.0.0.13 () {32 vars in 698 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/752] 10.0.0.13 () {32 vars in 700 bytes} [Tue Apr 14 07:05:55 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/753] 10.0.0.13 () {32 vars in 710 bytes} [Tue Apr 14 07:05:56 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: 368/754] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/755] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:05:55 2026] DELETE /v2.0/ports/484cc0e1-aa13-468c-9ee1-2cbb1393ea54 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/756] 10.0.0.13 () {32 vars in 712 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/757] 10.0.0.13 () {32 vars in 724 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/758] 10.0.0.13 () {32 vars in 738 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/759] 10.0.0.13 () {32 vars in 716 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/760] 10.0.0.13 () {32 vars in 680 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/761] 10.0.0.13 () {32 vars in 666 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/762] 10.0.0.13 () {32 vars in 716 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/763] 10.0.0.13 () {32 vars in 676 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/764] 10.0.0.13 () {32 vars in 666 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/765] 10.0.0.13 () {32 vars in 694 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:05:56.133 8 INFO neutron_taas.services.taas.taas_plugin [None req-309a933f-d977-4a33-b80d-9c7833cbd9fc e01d08750ac24289bf0229af66aef1e3 32d4d1d24c1243cb97268018e59abbc9 - - default default] TaaS: Handle Delete Port: 2147cc7c-8c2f-4258-9416-5e8a115123a2 2026-04-14 07:05:56.137 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-309a933f-d977-4a33-b80d-9c7833cbd9fc e01d08750ac24289bf0229af66aef1e3 32d4d1d24c1243cb97268018e59abbc9 - - default default] Tap Mirror: Handle Delete Port: 2147cc7c-8c2f-4258-9416-5e8a115123a2 [pid: 7|app: 0|req: 379/766] 10.0.0.13 () {32 vars in 702 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/767] 10.0.0.13 () {32 vars in 698 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/768] 10.0.0.13 () {32 vars in 698 bytes} [Tue Apr 14 07:05:56 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: 7|app: 0|req: 382/769] 10.0.0.13 () {32 vars in 680 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/770] 10.0.0.13 () {32 vars in 702 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/771] 10.0.0.13 () {32 vars in 692 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/772] 10.0.0.13 () {32 vars in 686 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/773] 10.0.0.13 () {32 vars in 694 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/774] 10.0.0.13 () {32 vars in 676 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/775] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:05:56 2026] DELETE /v2.0/ports/2147cc7c-8c2f-4258-9416-5e8a115123a2 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/776] 10.0.0.13 () {32 vars in 686 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/777] 10.0.0.13 () {32 vars in 698 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/778] 10.0.0.13 () {32 vars in 662 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/779] 10.0.0.13 () {32 vars in 678 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/780] 10.0.0.13 () {32 vars in 674 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/781] 10.0.0.13 () {32 vars in 690 bytes} [Tue Apr 14 07:05:56 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: 7|app: 0|req: 394/782] 10.0.0.13 () {32 vars in 674 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/783] 10.0.0.13 () {32 vars in 664 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/784] 10.0.0.13 () {32 vars in 660 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/785] 10.0.0.13 () {32 vars in 672 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:05:56.323 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0587b6c-2081-42b0-8a7e-af8116ab568b e01d08750ac24289bf0229af66aef1e3 32d4d1d24c1243cb97268018e59abbc9 - - default default] TaaS: Handle Delete Port: 28ec72e7-847b-4e94-9a58-4dabe2f1473d 2026-04-14 07:05:56.326 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0587b6c-2081-42b0-8a7e-af8116ab568b e01d08750ac24289bf0229af66aef1e3 32d4d1d24c1243cb97268018e59abbc9 - - default default] Tap Mirror: Handle Delete Port: 28ec72e7-847b-4e94-9a58-4dabe2f1473d [pid: 7|app: 0|req: 398/786] 10.0.0.13 () {32 vars in 684 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/787] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:05:56 2026] DELETE /v2.0/ports/28ec72e7-847b-4e94-9a58-4dabe2f1473d => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/788] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:56 2026] DELETE /v2.0/security-groups/cd9ddc2b-80df-43f3-b30d-f465c12c4594 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:05:56.496 7 INFO neutron.api.v2.resource [None req-7b5bb1af-b7f9-4052-96eb-b8b4dc014da6 42dc8933a6d5429eae3943e8a768bd44 d6a26912b3e640309c400896e81b53f3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 400/789] 10.0.0.13 () {32 vars in 734 bytes} [Tue Apr 14 07:05:56 2026] GET /v2.0/security-groups/cd9ddc2b-80df-43f3-b30d-f465c12c4594 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:05:56.534 8 INFO neutron.services.segments.plugin [-] Segment 1c8ec50a-4579-401e-8b6a-db5c6d74aca0 resource provider aggregate not found 2026-04-14 07:05:56.546 8 INFO neutron.services.segments.plugin [-] Segment 1c8ec50a-4579-401e-8b6a-db5c6d74aca0 resource provider aggregate not found [pid: 8|app: 0|req: 390/790] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:05:56 2026] DELETE /v2.0/networks/21355f22-bebb-4d5d-8f2e-9be3fe963065 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:05:56.562 8 INFO neutron.services.segments.plugin [-] Segment 1c8ec50a-4579-401e-8b6a-db5c6d74aca0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c8ec50a-4579-401e-8b6a-db5c6d74aca0 found for delete ", "request_id": "req-66cbe36d-583f-48bf-9341-68516cbd4ef3"}]} 2026-04-14 07:05:56.572 8 INFO neutron.services.segments.plugin [-] Segment 1c8ec50a-4579-401e-8b6a-db5c6d74aca0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c8ec50a-4579-401e-8b6a-db5c6d74aca0 found for delete ", "request_id": "req-c5f7f2d1-6825-4458-bf12-1d35657e0ee6"}]} 2026-04-14 07:05:56.630 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e8ef1aa-8d36-49ab-92e2-84fe54777bc4 42dc8933a6d5429eae3943e8a768bd44 d6a26912b3e640309c400896e81b53f3 - - default default] TaaS: Handle Delete Port: 1eb08dd6-b983-43b5-ab21-6b053115d316 2026-04-14 07:05:56.634 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e8ef1aa-8d36-49ab-92e2-84fe54777bc4 42dc8933a6d5429eae3943e8a768bd44 d6a26912b3e640309c400896e81b53f3 - - default default] Tap Mirror: Handle Delete Port: 1eb08dd6-b983-43b5-ab21-6b053115d316 [pid: 8|app: 0|req: 391/791] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:05:56 2026] DELETE /v2.0/networks/b57507a7-69c0-44d3-8b0c-e197d8861e83 => 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: 401/792] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:05:56 2026] DELETE /v2.0/floatingips/fdbbdb36-22f4-4ad2-9076-1cf2ba3f1b7b => generated 0 bytes in 356 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/793] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:05:56 2026] DELETE /v2.0/networks/f760b46c-1c1f-45f7-bdb4-46b98873b191 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:05:57.041 7 INFO neutron.services.segments.plugin [-] Segment d569a8c1-8787-47b0-8b56-3178eb3a1353 resource provider aggregate not found 2026-04-14 07:05:57.049 7 INFO neutron.services.segments.plugin [-] Segment d569a8c1-8787-47b0-8b56-3178eb3a1353 resource provider aggregate not found 2026-04-14 07:05:57.066 7 INFO neutron.services.segments.plugin [-] Segment d569a8c1-8787-47b0-8b56-3178eb3a1353 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d569a8c1-8787-47b0-8b56-3178eb3a1353 found for delete ", "request_id": "req-63c592ea-750c-4b77-9096-3d539f1b2054"}]} 2026-04-14 07:05:57.076 7 INFO neutron.services.segments.plugin [-] Segment d569a8c1-8787-47b0-8b56-3178eb3a1353 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d569a8c1-8787-47b0-8b56-3178eb3a1353 found for delete ", "request_id": "req-2e202fde-07c3-4451-85c6-0846472803cd"}]} [pid: 7|app: 0|req: 402/794] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:05:56 2026] DELETE /v2.0/networks/ebdcd072-8fab-4834-a5bd-bfadd7782912 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/795] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:05:57 2026] DELETE /v2.0/networks/cd783745-108b-42db-a0c8-fec150138ea2 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:05:57.346 8 INFO neutron_taas.services.taas.taas_plugin [None req-aeb0afdc-8c7f-4dbf-b767-1bb7ce8422f8 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: ac75c476-319f-45c9-a9c7-9361dd425484 2026-04-14 07:05:57.349 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aeb0afdc-8c7f-4dbf-b767-1bb7ce8422f8 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: ac75c476-319f-45c9-a9c7-9361dd425484 [pid: 7|app: 0|req: 404/796] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:57 2026] GET /v2.0/security-groups?tenant_id=0fbdea3f92dd4cf584bdd9607905ae85&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/797] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:57 2026] DELETE /v2.0/security-groups/53d8027a-8035-4685-979e-9efc2550aa2d => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/798] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:05:56 2026] PUT /v2.0/routers/4d2b244d-d7f0-42bb-801b-0de5a7f3b358/remove_router_interface => generated 309 bytes in 1003 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:05:58.167 7 INFO neutron_taas.services.taas.taas_plugin [None req-d57ebf02-693a-4210-a275-7730e9952f5e bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: a5e66273-9cf5-4e47-a00f-3453a3f59afe 2026-04-14 07:05:58.170 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d57ebf02-693a-4210-a275-7730e9952f5e bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: a5e66273-9cf5-4e47-a00f-3453a3f59afe [pid: 8|app: 0|req: 394/799] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:58 2026] GET /v2.0/security-groups?tenant_id=8fe6145731e44b0b9275a25457a48c59&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/800] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:58 2026] DELETE /v2.0/security-groups/f776126d-105a-42dd-8d2e-882548d36c37 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:05:58.476 7 INFO neutron_taas.services.taas.taas_plugin [None req-d57ebf02-693a-4210-a275-7730e9952f5e bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: d2ecd63e-1c5b-4b80-b60a-f4ed18aceb3d 2026-04-14 07:05:58.479 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d57ebf02-693a-4210-a275-7730e9952f5e bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: d2ecd63e-1c5b-4b80-b60a-f4ed18aceb3d 2026-04-14 07:05:58.593 8 INFO neutron.services.segments.plugin [-] Segment 24afa4bb-b1da-492d-b985-1a19849941dc resource provider aggregate not found 2026-04-14 07:05:58.603 8 INFO neutron.services.segments.plugin [-] Segment 24afa4bb-b1da-492d-b985-1a19849941dc resource provider aggregate not found 2026-04-14 07:05:58.620 8 INFO neutron.services.segments.plugin [-] Segment 24afa4bb-b1da-492d-b985-1a19849941dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24afa4bb-b1da-492d-b985-1a19849941dc found for delete ", "request_id": "req-7f8ff580-7160-49de-bb11-58d4604673eb"}]} 2026-04-14 07:05:58.633 8 INFO neutron.services.segments.plugin [-] Segment 24afa4bb-b1da-492d-b985-1a19849941dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24afa4bb-b1da-492d-b985-1a19849941dc found for delete ", "request_id": "req-0be071cd-7487-44fd-b102-42a39ec91fc1"}]} 2026-04-14 07:05:58.647 8 INFO neutron.services.segments.plugin [-] Segment d23436bd-d9c0-472f-af86-2fdff590c255 resource provider aggregate not found 2026-04-14 07:05:58.662 8 INFO neutron.services.segments.plugin [-] Segment d23436bd-d9c0-472f-af86-2fdff590c255 resource provider aggregate not found 2026-04-14 07:05:58.672 8 INFO neutron.services.segments.plugin [-] Segment d23436bd-d9c0-472f-af86-2fdff590c255 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d23436bd-d9c0-472f-af86-2fdff590c255 found for delete ", "request_id": "req-ea75460f-6c1d-4058-9d3d-01b21ab11086"}]} 2026-04-14 07:05:58.677 8 INFO neutron.services.segments.plugin [-] Segment d23436bd-d9c0-472f-af86-2fdff590c255 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d23436bd-d9c0-472f-af86-2fdff590c255 found for delete ", "request_id": "req-ad294a9b-d5c9-4316-be68-e3003878ef95"}]} [pid: 8|app: 0|req: 396/801] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:58 2026] GET /v2.0/security-groups?tenant_id=32d4d1d24c1243cb97268018e59abbc9&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/802] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:58 2026] DELETE /v2.0/security-groups/26b0074d-1509-4a31-a208-ad2eb44af6e6 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:05:58.881 7 INFO neutron.db.l3_hamode_db [None req-d57ebf02-693a-4210-a275-7730e9952f5e bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] HA network 66dec9bf-4452-41fc-b2ac-cb468e3ef2b9 was deleted as no HA routers are present in tenant d6a26912b3e640309c400896e81b53f3. [pid: 7|app: 0|req: 406/803] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:05:57 2026] DELETE /v2.0/routers/4d2b244d-d7f0-42bb-801b-0de5a7f3b358 => generated 0 bytes in 940 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/804] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:05:58 2026] DELETE /v2.0/subnets/959e5a57-e466-4ca7-a246-679f24d0d0eb => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:05:59.095 7 INFO neutron.services.segments.plugin [-] Segment 9e5367b2-68f3-4c64-9b17-dbce1c75d226 resource provider aggregate not found 2026-04-14 07:05:59.107 7 INFO neutron.services.segments.plugin [-] Segment 9e5367b2-68f3-4c64-9b17-dbce1c75d226 resource provider aggregate not found 2026-04-14 07:05:59.123 7 INFO neutron.services.segments.plugin [-] Segment 9e5367b2-68f3-4c64-9b17-dbce1c75d226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e5367b2-68f3-4c64-9b17-dbce1c75d226 found for delete ", "request_id": "req-14610cda-23c6-4048-88d5-e7dad2311152"}]} 2026-04-14 07:05:59.129 7 INFO neutron.services.segments.plugin [-] Segment 9e5367b2-68f3-4c64-9b17-dbce1c75d226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e5367b2-68f3-4c64-9b17-dbce1c75d226 found for delete ", "request_id": "req-61ca5cfd-9e9f-45e3-9b30-3b2d740bf02c"}]} [pid: 7|app: 0|req: 407/805] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:05:58 2026] GET /v2.0/security-groups?tenant_id=8eb6cef2d2b14e858cedbd8a09480e03&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:05:59.154 7 INFO neutron.services.segments.plugin [-] Segment 8a6ae5ce-b00d-4a9f-bc9d-63bd32adc2a0 resource provider aggregate not found 2026-04-14 07:05:59.160 7 INFO neutron.services.segments.plugin [-] Segment 8a6ae5ce-b00d-4a9f-bc9d-63bd32adc2a0 resource provider aggregate not found 2026-04-14 07:05:59.179 7 INFO neutron.services.segments.plugin [-] Segment 8a6ae5ce-b00d-4a9f-bc9d-63bd32adc2a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a6ae5ce-b00d-4a9f-bc9d-63bd32adc2a0 found for delete ", "request_id": "req-ed288548-8c9c-4504-92ca-749a20c3e2f6"}]} 2026-04-14 07:05:59.184 7 INFO neutron.services.segments.plugin [-] Segment 8a6ae5ce-b00d-4a9f-bc9d-63bd32adc2a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a6ae5ce-b00d-4a9f-bc9d-63bd32adc2a0 found for delete ", "request_id": "req-5df2ac48-0334-4f16-b24c-c54ad57051f5"}]} 2026-04-14 07:05:59.208 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1b7f15a-3163-4e82-8abf-a7c064a81bdc bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 8405b274-9400-419e-9e89-4f87f522c894 2026-04-14 07:05:59.212 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1b7f15a-3163-4e82-8abf-a7c064a81bdc bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 8405b274-9400-419e-9e89-4f87f522c894 [pid: 7|app: 0|req: 408/806] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:05:59 2026] DELETE /v2.0/security-groups/eea177aa-a82c-45f2-972f-f5a8b4d2a573 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:05:59.777 7 INFO neutron.db.segments_db [None req-8529ff8c-813f-4755-ab12-e6585850bb95 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Added segment cd622385-b832-4b3a-a217-eec9ecb95162 of type vxlan for network a93103c8-3e8b-48d4-9f79-158b7099dfc4 [pid: 7|app: 0|req: 409/807] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:05:59 2026] POST /v2.0/networks => generated 615 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/808] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:05:59 2026] DELETE /v2.0/networks/e4966658-cf4a-4853-9276-96bb6cb7f766 => generated 0 bytes in 812 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:05:59.925 7 INFO neutron.db.segments_db [None req-f4ac2228-b4cc-4b0b-bc73-dea60689a073 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Added segment 2d0dbdb3-8bb4-46b2-bfb0-ba12eddb6efd of type vxlan for network 3a87a29d-d11c-4db9-98cd-28af439e6dc6 [pid: 7|app: 0|req: 410/809] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:05:59 2026] POST /v2.0/networks => generated 615 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/810] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:00 2026] GET /v2.0/security-groups?tenant_id=d6a26912b3e640309c400896e81b53f3&name=default => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/811] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:00 2026] DELETE /v2.0/security-groups/30736582-01b5-457c-a4e6-7224622b9dde => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/812] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:00 2026] POST /v2.0/subnets => generated 646 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:06:00.715 8 INFO neutron.services.segments.plugin [-] Segment f80bf67d-0a1b-432c-a1a8-c3dce1c56112 resource provider aggregate not found 2026-04-14 07:06:00.726 8 INFO neutron.services.segments.plugin [-] Segment f80bf67d-0a1b-432c-a1a8-c3dce1c56112 resource provider aggregate not found 2026-04-14 07:06:00.742 8 INFO neutron.services.segments.plugin [-] Segment f80bf67d-0a1b-432c-a1a8-c3dce1c56112 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f80bf67d-0a1b-432c-a1a8-c3dce1c56112 found for delete ", "request_id": "req-f368935c-2295-4c5c-bf30-23debd9a331a"}]} 2026-04-14 07:06:00.763 8 INFO neutron.services.segments.plugin [-] Segment f80bf67d-0a1b-432c-a1a8-c3dce1c56112 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f80bf67d-0a1b-432c-a1a8-c3dce1c56112 found for delete ", "request_id": "req-3f2849ee-739e-4ef3-b4c2-7b409d57fa94"}]} [pid: 7|app: 0|req: 413/813] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:00 2026] POST /v2.0/subnets => generated 655 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:06:00.858 8 INFO neutron.db.segments_db [None req-a632f911-525f-4dcd-a315-cc4880992416 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Added segment be874a7c-5ee7-4312-9f97-a3952b4b2311 of type vxlan for network e8b740b3-d2f5-46c7-8f28-5ba77e0b8d80 2026-04-14 07:06:01.157 8 INFO neutron.db.l3_hamode_db [None req-a632f911-525f-4dcd-a315-cc4880992416 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:06:01.331 8 INFO neutron.db.l3_hamode_db [None req-a632f911-525f-4dcd-a315-cc4880992416 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 401/814] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:00 2026] POST /v2.0/routers => generated 511 bytes in 1156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:06:02.656 8 INFO neutron.db.segments_db [None req-c568063f-e360-4b3e-924e-d7c32ecc36b8 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment 66716462-65ab-4d52-90a6-7b76597649a3 of type vxlan for network c0e78754-b53b-45b1-8291-5877197e6c8e [pid: 8|app: 0|req: 402/815] 10.0.0.13 () {34 vars in 668 bytes} [Tue Apr 14 07:06:02 2026] POST /v2.0/networks => generated 728 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/816] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:02 2026] POST /v2.0/subnets => generated 694 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:06:03.082 8 INFO neutron.db.segments_db [None req-f6b082f2-5a62-4a52-b216-ef7bb7ce9542 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment b2cdd530-c3c1-4792-9f14-4d8a53769273 of type vxlan for network 6faccebc-d339-4b57-9f65-22c4fa583bdd 2026-04-14 07:06:03.362 8 INFO neutron.db.l3_hamode_db [None req-f6b082f2-5a62-4a52-b216-ef7bb7ce9542 bd2f037da2b74c948e532e7de336b413 a0065ecb04094eb2ab22dfdf5eecbd7e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 414/817] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:06:01 2026] PUT /v2.0/routers/009ebf2a-7d48-4da9-8901-8cbd5a8422f6/add_router_interface => generated 309 bytes in 1853 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/818] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:06:03 2026] GET /v2.0/ports/1c3748fb-4390-4ba6-bd38-b0662b3577db => generated 959 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:06:04.228 8 INFO neutron.db.l3_hamode_db [None req-f6b082f2-5a62-4a52-b216-ef7bb7ce9542 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 418/821] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:06:03 2026] PUT /v2.0/routers/009ebf2a-7d48-4da9-8901-8cbd5a8422f6/add_router_interface => generated 309 bytes in 1097 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/822] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:03 2026] POST /v2.0/routers => generated 734 bytes in 2123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/823] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:06:05 2026] GET /v2.0/ports/32d26896-ce1b-41d5-b255-3fd8f6bceffc => generated 967 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/824] 10.0.0.13 () {34 vars in 681 bytes} [Tue Apr 14 07:06:05 2026] POST /v2.0/security-groups => generated 1601 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 07:06:05.805 7 INFO neutron_taas.services.taas.taas_plugin [None req-7cfe9f26-5063-4356-ba85-1576b714e6c0 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] TaaS: Handle Delete Port: 32d26896-ce1b-41d5-b255-3fd8f6bceffc 2026-04-14 07:06:05.808 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cfe9f26-5063-4356-ba85-1576b714e6c0 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Tap Mirror: Handle Delete Port: 32d26896-ce1b-41d5-b255-3fd8f6bceffc [pid: 7|app: 0|req: 420/825] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:06:05 2026] PUT /v2.0/routers/009ebf2a-7d48-4da9-8901-8cbd5a8422f6/remove_router_interface => generated 309 bytes in 760 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/826] 10.0.0.13 () {34 vars in 681 bytes} [Tue Apr 14 07:06:06 2026] POST /v2.0/security-groups => generated 1601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/827] 10.0.0.2 () {34 vars in 986 bytes} [Tue Apr 14 07:06:06 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/828] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:06:05 2026] PUT /v2.0/routers/082ec1a3-3de3-410f-82ae-cdb3519bf818/add_router_interface => generated 309 bytes in 1341 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/829] 10.0.0.13 () {34 vars in 681 bytes} [Tue Apr 14 07:06:06 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) 2026-04-14 07:06:06.700 7 INFO neutron_taas.services.taas.taas_plugin [None req-454e18d7-12c8-4a68-a262-89180056edc8 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] TaaS: Handle Delete Port: 1c3748fb-4390-4ba6-bd38-b0662b3577db 2026-04-14 07:06:06.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-454e18d7-12c8-4a68-a262-89180056edc8 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Tap Mirror: Handle Delete Port: 1c3748fb-4390-4ba6-bd38-b0662b3577db [pid: 8|app: 0|req: 408/830] 10.0.0.2 () {34 vars in 1036 bytes} [Tue Apr 14 07:06:06 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/831] 10.0.0.13 () {34 vars in 681 bytes} [Tue Apr 14 07:06:06 2026] POST /v2.0/security-groups => generated 1601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/832] 10.0.0.13 () {34 vars in 681 bytes} [Tue Apr 14 07:06:06 2026] POST /v2.0/security-groups => generated 1601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/833] 10.0.0.13 () {34 vars in 764 bytes} [Tue Apr 14 07:06:07 2026] PUT /v2.0/security-groups/f2955454-654f-4ec1-9565-3c79fb7944d1/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/834] 10.0.0.13 () {34 vars in 764 bytes} [Tue Apr 14 07:06:07 2026] PUT /v2.0/security-groups/5bc02d35-89c6-4ccb-945d-cc6f4a27ece8/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/835] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:06:06 2026] PUT /v2.0/routers/009ebf2a-7d48-4da9-8901-8cbd5a8422f6/remove_router_interface => generated 309 bytes in 786 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/836] 10.0.0.13 () {34 vars in 764 bytes} [Tue Apr 14 07:06:07 2026] PUT /v2.0/security-groups/a145d5f0-fc7f-4b05-82f5-b14d74010b8e/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/837] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:06:07 2026] GET /v2.0/ports?device_id=009ebf2a-7d48-4da9-8901-8cbd5a8422f6 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/838] 10.0.0.13 () {34 vars in 764 bytes} [Tue Apr 14 07:06:07 2026] PUT /v2.0/security-groups/8dfbb77f-1e38-4c23-a0e1-9a6803cf007b/tags => generated 19 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/839] 10.0.0.13 () {34 vars in 682 bytes} [Tue Apr 14 07:06:07 2026] POST /v2.0/security-groups => generated 1660 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/840] 10.0.0.13 () {32 vars in 677 bytes} [Tue Apr 14 07:06:07 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:06:07.460 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c371798-102a-4f3b-9bb9-c78ce56c5d61 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] TaaS: Handle Delete Port: fde84a94-456f-4ebb-801d-7bc1dba6088a 2026-04-14 07:06:07.463 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c371798-102a-4f3b-9bb9-c78ce56c5d61 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Tap Mirror: Handle Delete Port: fde84a94-456f-4ebb-801d-7bc1dba6088a [pid: 8|app: 0|req: 416/841] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:06:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/842] 10.0.0.13 () {32 vars in 691 bytes} [Tue Apr 14 07:06:07 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/843] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:06:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/844] 10.0.0.13 () {32 vars in 687 bytes} [Tue Apr 14 07:06:07 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:06:07.807 7 INFO neutron.services.segments.plugin [-] Segment be874a7c-5ee7-4312-9f97-a3952b4b2311 resource provider aggregate not found 2026-04-14 07:06:07.825 7 INFO neutron.services.segments.plugin [-] Segment be874a7c-5ee7-4312-9f97-a3952b4b2311 resource provider aggregate not found 2026-04-14 07:06:07.843 7 INFO neutron.services.segments.plugin [-] Segment be874a7c-5ee7-4312-9f97-a3952b4b2311 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be874a7c-5ee7-4312-9f97-a3952b4b2311 found for delete ", "request_id": "req-034b3a1d-676c-4d25-b87c-b49902896680"}]} 2026-04-14 07:06:07.853 7 INFO neutron.services.segments.plugin [-] Segment be874a7c-5ee7-4312-9f97-a3952b4b2311 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be874a7c-5ee7-4312-9f97-a3952b4b2311 found for delete ", "request_id": "req-581974f6-006e-446b-8576-bafee101e9ae"}]} 2026-04-14 07:06:07.856 7 INFO neutron.db.l3_hamode_db [None req-1c371798-102a-4f3b-9bb9-c78ce56c5d61 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] HA network e8b740b3-d2f5-46c7-8f28-5ba77e0b8d80 was deleted as no HA routers are present in tenant 82a62ac7c83640709ada2e0ba622e80d. [pid: 7|app: 0|req: 426/845] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:07 2026] DELETE /v2.0/routers/009ebf2a-7d48-4da9-8901-8cbd5a8422f6 => generated 0 bytes in 579 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/846] 10.0.0.13 () {32 vars in 699 bytes} [Tue Apr 14 07:06:07 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/847] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:07 2026] DELETE /v2.0/subnets/ec4cff74-562e-4c28-b332-d1671c2e3d66 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/848] 10.0.0.13 () {32 vars in 685 bytes} [Tue Apr 14 07:06:08 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/849] 10.0.0.13 () {34 vars in 673 bytes} [Tue Apr 14 07:06:07 2026] POST /v2.0/floatingips => generated 552 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/850] 10.0.0.13 () {32 vars in 699 bytes} [Tue Apr 14 07:06:08 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/851] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:08 2026] DELETE /v2.0/subnets/5e46e895-fb2e-46e0-9519-c4cc3b138ef5 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/852] 10.0.0.13 () {32 vars in 695 bytes} [Tue Apr 14 07:06:08 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: 8|app: 0|req: 423/853] 10.0.0.13 () {32 vars in 707 bytes} [Tue Apr 14 07:06:08 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:06:08.492 7 INFO neutron_taas.services.taas.taas_plugin [None req-b461b08a-73d0-47e7-8b00-67da32b7aa37 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] TaaS: Handle Delete Port: 221e7b68-4500-43a9-86ce-b400bdad3809 2026-04-14 07:06:08.496 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b461b08a-73d0-47e7-8b00-67da32b7aa37 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Tap Mirror: Handle Delete Port: 221e7b68-4500-43a9-86ce-b400bdad3809 [pid: 8|app: 0|req: 424/854] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:08 2026] DELETE /v2.0/security-groups/f2955454-654f-4ec1-9565-3c79fb7944d1 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/855] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:08 2026] DELETE /v2.0/security-groups/5bc02d35-89c6-4ccb-945d-cc6f4a27ece8 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/856] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:08 2026] DELETE /v2.0/security-groups/a145d5f0-fc7f-4b05-82f5-b14d74010b8e => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/857] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:06:08 2026] DELETE /v2.0/networks/3a87a29d-d11c-4db9-98cd-28af439e6dc6 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/858] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:08 2026] DELETE /v2.0/security-groups/8dfbb77f-1e38-4c23-a0e1-9a6803cf007b => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:06:08.828 7 INFO neutron_taas.services.taas.taas_plugin [None req-a147f29d-bd0d-4c87-8140-454577590758 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] TaaS: Handle Delete Port: c68c6cfb-709b-45bb-96b6-de5388bbcbbc 2026-04-14 07:06:08.831 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a147f29d-bd0d-4c87-8140-454577590758 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Tap Mirror: Handle Delete Port: c68c6cfb-709b-45bb-96b6-de5388bbcbbc [pid: 8|app: 0|req: 428/859] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:08 2026] DELETE /v2.0/security-groups/e31619f1-31f5-41c2-af8a-dd6cc8de8916 => 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: 432/860] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:06:08 2026] DELETE /v2.0/networks/a93103c8-3e8b-48d4-9f79-158b7099dfc4 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:06:09.155 8 INFO neutron.db.segments_db [None req-1e1e2e62-6483-46ec-a5ac-96400ce74c6e 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Added segment e960f585-1caa-4715-92c9-cae74da4d7b5 of type vxlan for network c51b698d-bf9a-42fc-b106-cc03db7970f5 [pid: 8|app: 0|req: 429/861] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:06:09 2026] POST /v2.0/networks => generated 615 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/862] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:09 2026] POST /v2.0/subnets => generated 646 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:06:09.713 8 INFO neutron.db.segments_db [None req-933a15d4-0f9b-43fc-aca4-37127094f976 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Added segment 7e6cf86f-09a8-4d5f-8b21-0efb3d2d7fd8 of type vxlan for network cc408bc1-1f5b-4be6-b539-2fc4de3612a5 2026-04-14 07:06:09.870 7 INFO neutron.services.segments.plugin [-] Segment 2d0dbdb3-8bb4-46b2-bfb0-ba12eddb6efd resource provider aggregate not found 2026-04-14 07:06:09.882 7 INFO neutron.services.segments.plugin [-] Segment 2d0dbdb3-8bb4-46b2-bfb0-ba12eddb6efd resource provider aggregate not found 2026-04-14 07:06:09.894 7 INFO neutron.services.segments.plugin [-] Segment 2d0dbdb3-8bb4-46b2-bfb0-ba12eddb6efd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d0dbdb3-8bb4-46b2-bfb0-ba12eddb6efd found for delete ", "request_id": "req-975a2bce-1f33-465a-9422-53a84ccb9da8"}]} 2026-04-14 07:06:09.907 7 INFO neutron.services.segments.plugin [-] Segment 2d0dbdb3-8bb4-46b2-bfb0-ba12eddb6efd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d0dbdb3-8bb4-46b2-bfb0-ba12eddb6efd found for delete ", "request_id": "req-3f5ff0b5-482f-4361-a8f5-5472c4f907b6"}]} 2026-04-14 07:06:09.927 7 INFO neutron.services.segments.plugin [-] Segment cd622385-b832-4b3a-a217-eec9ecb95162 resource provider aggregate not found 2026-04-14 07:06:09.936 7 INFO neutron.services.segments.plugin [-] Segment cd622385-b832-4b3a-a217-eec9ecb95162 resource provider aggregate not found 2026-04-14 07:06:09.956 7 INFO neutron.services.segments.plugin [-] Segment cd622385-b832-4b3a-a217-eec9ecb95162 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd622385-b832-4b3a-a217-eec9ecb95162 found for delete ", "request_id": "req-1d32bd32-7326-41b3-ad3f-a11c834c6848"}]} 2026-04-14 07:06:09.959 7 INFO neutron.services.segments.plugin [-] Segment cd622385-b832-4b3a-a217-eec9ecb95162 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd622385-b832-4b3a-a217-eec9ecb95162 found for delete ", "request_id": "req-72c6e2e6-bc6d-4a16-823e-110c59ce569c"}]} 2026-04-14 07:06:09.993 8 INFO neutron.db.l3_hamode_db [None req-933a15d4-0f9b-43fc-aca4-37127094f976 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:06:10.109 8 INFO neutron.db.l3_hamode_db [None req-933a15d4-0f9b-43fc-aca4-37127094f976 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 434/863] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:09 2026] GET /v2.0/security-groups?tenant_id=4584d8c292ac4c598774c2a1a8fd7b39&name=default => generated 2925 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/864] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:10 2026] DELETE /v2.0/security-groups/11e16cb8-c52d-44a2-94b0-d10661566ab9 => 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: 436/865] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:10 2026] GET /v2.0/security-groups?tenant_id=fb633438e2494aed997da210f9d08c3f&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/866] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:09 2026] POST /v2.0/routers => generated 511 bytes in 1037 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/867] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:10 2026] DELETE /v2.0/security-groups/dade3734-6955-473d-941e-3b8d51aaf216 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/868] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:10 2026] GET /v2.0/security-groups?tenant_id=d660b7bb98174fcf8bb52f07876cca51&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/869] 10.0.0.13 () {34 vars in 662 bytes} [Tue Apr 14 07:06:10 2026] POST /v2.0/ports => generated 963 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 439/870] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:11 2026] DELETE /v2.0/security-groups/83f57954-fe34-4f87-9b6d-1ba6ee56d4f0 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/871] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:06:11 2026] PUT /v2.0/routers/75e75b38-ef30-4f3c-9e65-5151706e1b92/add_router_interface => generated 309 bytes in 1430 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/872] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:06:12 2026] GET /v2.0/ports/284ad996-16df-4e99-8f32-31df7a250ab0 => generated 1037 bytes in 60 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-14 07:06:13.084 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1d6af41-bddf-42db-8096-fcff3583e378 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] TaaS: Handle Delete Port: 284ad996-16df-4e99-8f32-31df7a250ab0 2026-04-14 07:06:13.087 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1d6af41-bddf-42db-8096-fcff3583e378 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Tap Mirror: Handle Delete Port: 284ad996-16df-4e99-8f32-31df7a250ab0 [pid: 8|app: 0|req: 433/873] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:06:12 2026] PUT /v2.0/routers/75e75b38-ef30-4f3c-9e65-5151706e1b92/remove_router_interface => generated 309 bytes in 810 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 434/874] 10.0.0.114 () {34 vars in 1098 bytes} [Tue Apr 14 07:06:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1466324828&fields=id&tenant_id=a0065ecb04094eb2ab22dfdf5eecbd7e => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/875] 10.0.0.114 () {34 vars in 980 bytes} [Tue Apr 14 07:06:13 2026] GET /v2.0/networks?id=c0e78754-b53b-45b1-8291-5877197e6c8e => generated 679 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:06:13.652 7 INFO neutron.api.v2.resource [None req-eb99b2e3-22ff-4a53-a55f-7a4fbe5537ac 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 436/876] 10.0.0.114 () {34 vars in 963 bytes} [Tue Apr 14 07:06:13 2026] GET /v2.0/quotas/a0065ecb04094eb2ab22dfdf5eecbd7e => 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: 441/877] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:06:13 2026] PUT /v2.0/routers/75e75b38-ef30-4f3c-9e65-5151706e1b92/remove_router_interface => generated 197 bytes in 158 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/878] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:06:13 2026] GET /v2.0/ports?device_id=75e75b38-ef30-4f3c-9e65-5151706e1b92 => 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: 442/879] 10.0.0.114 () {34 vars in 1000 bytes} [Tue Apr 14 07:06:13 2026] GET /v2.0/ports?tenant_id=a0065ecb04094eb2ab22dfdf5eecbd7e&fields=id => generated 103 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/880] 10.0.0.114 () {34 vars in 1006 bytes} [Tue Apr 14 07:06:13 2026] GET /v2.0/networks/c0e78754-b53b-45b1-8291-5877197e6c8e?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: 444/881] 10.0.0.114 () {34 vars in 1106 bytes} [Tue Apr 14 07:06:13 2026] GET /v2.0/networks/c0e78754-b53b-45b1-8291-5877197e6c8e?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-14 07:06:13.893 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe239364-e763-470c-9c40-b0bfa547f30e 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] TaaS: Handle Delete Port: 0ed0ee0e-fa7c-48af-acd4-33df70224d61 2026-04-14 07:06:13.898 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe239364-e763-470c-9c40-b0bfa547f30e 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Tap Mirror: Handle Delete Port: 0ed0ee0e-fa7c-48af-acd4-33df70224d61 [pid: 7|app: 0|req: 445/882] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:14 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:06:14.279 8 INFO neutron.services.segments.plugin [-] Segment 7e6cf86f-09a8-4d5f-8b21-0efb3d2d7fd8 resource provider aggregate not found 2026-04-14 07:06:14.290 8 INFO neutron.services.segments.plugin [-] Segment 7e6cf86f-09a8-4d5f-8b21-0efb3d2d7fd8 resource provider aggregate not found 2026-04-14 07:06:14.297 8 INFO neutron.services.segments.plugin [-] Segment 7e6cf86f-09a8-4d5f-8b21-0efb3d2d7fd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e6cf86f-09a8-4d5f-8b21-0efb3d2d7fd8 found for delete ", "request_id": "req-43d5edff-fb0c-4b53-b779-f2e9668393a2"}]} 2026-04-14 07:06:14.305 8 INFO neutron.services.segments.plugin [-] Segment 7e6cf86f-09a8-4d5f-8b21-0efb3d2d7fd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e6cf86f-09a8-4d5f-8b21-0efb3d2d7fd8 found for delete ", "request_id": "req-9cd2af28-507f-46c8-8fbf-b089bcb1d593"}]} 2026-04-14 07:06:14.309 8 INFO neutron.db.l3_hamode_db [None req-fe239364-e763-470c-9c40-b0bfa547f30e 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] HA network cc408bc1-1f5b-4be6-b539-2fc4de3612a5 was deleted as no HA routers are present in tenant 82a62ac7c83640709ada2e0ba622e80d. [pid: 8|app: 0|req: 438/883] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:13 2026] DELETE /v2.0/routers/75e75b38-ef30-4f3c-9e65-5151706e1b92 => generated 0 bytes in 622 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/884] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:14 2026] DELETE /v2.0/subnets/7782ed18-b03e-4172-94d9-d1136e613c6e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/885] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:06:14 2026] DELETE /v2.0/networks/c51b698d-bf9a-42fc-b106-cc03db7970f5 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:06:14.688 7 INFO neutron.db.segments_db [None req-917bb9f1-04b5-4e29-a6b0-4b5722a519bd 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Added segment 89e0b588-17ef-4dab-92bd-6ad202961eeb of type vxlan for network 6a87a261-140b-49fb-8842-ef6e4276389e [pid: 7|app: 0|req: 447/886] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:06:14 2026] POST /v2.0/networks => generated 614 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/887] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:14 2026] POST /v2.0/subnets => generated 646 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:06:15.145 7 INFO neutron.db.segments_db [None req-3f1d565f-a50f-423d-8a73-88aed644c1f2 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Added segment 6324e1c1-ed02-41aa-b2d1-0593f5d4c507 of type vxlan for network e401c835-a8df-4a58-8874-a1a09f342ac4 2026-04-14 07:06:15.474 7 INFO neutron.db.l3_hamode_db [None req-3f1d565f-a50f-423d-8a73-88aed644c1f2 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 440/888] 10.0.0.13 () {34 vars in 673 bytes} [Tue Apr 14 07:06:14 2026] POST /v2.0/floatingips => generated 552 bytes in 827 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/889] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:15 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:06:15.638 7 INFO neutron.db.l3_hamode_db [None req-3f1d565f-a50f-423d-8a73-88aed644c1f2 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 442/890] 10.0.0.13 () {34 vars in 756 bytes} [Tue Apr 14 07:06:15 2026] PUT /v2.0/floatingips/a5a3f842-3b41-46a2-8b38-8e9ec07e6348/tags => generated 25 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/891] 10.0.0.13 () {32 vars in 736 bytes} [Tue Apr 14 07:06:15 2026] GET /v2.0/floatingips/a5a3f842-3b41-46a2-8b38-8e9ec07e6348/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/892] 10.0.0.13 () {34 vars in 767 bytes} [Tue Apr 14 07:06:15 2026] PUT /v2.0/floatingips/a5a3f842-3b41-46a2-8b38-8e9ec07e6348/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/893] 10.0.0.13 () {32 vars in 736 bytes} [Tue Apr 14 07:06:15 2026] GET /v2.0/floatingips/a5a3f842-3b41-46a2-8b38-8e9ec07e6348/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/894] 10.0.0.13 () {34 vars in 763 bytes} [Tue Apr 14 07:06:15 2026] PUT /v2.0/floatingips/a5a3f842-3b41-46a2-8b38-8e9ec07e6348/tags/red => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/895] 10.0.0.13 () {32 vars in 736 bytes} [Tue Apr 14 07:06:15 2026] GET /v2.0/floatingips/a5a3f842-3b41-46a2-8b38-8e9ec07e6348/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/896] 10.0.0.13 () {34 vars in 785 bytes} [Tue Apr 14 07:06:16 2026] PUT /v2.0/floatingips/a5a3f842-3b41-46a2-8b38-8e9ec07e6348/tags/black.or.white => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/897] 10.0.0.13 () {32 vars in 736 bytes} [Tue Apr 14 07:06:16 2026] GET /v2.0/floatingips/a5a3f842-3b41-46a2-8b38-8e9ec07e6348/tags => generated 52 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/898] 10.0.0.13 () {34 vars in 756 bytes} [Tue Apr 14 07:06:16 2026] PUT /v2.0/floatingips/a5a3f842-3b41-46a2-8b38-8e9ec07e6348/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/899] 10.0.0.13 () {32 vars in 736 bytes} [Tue Apr 14 07:06:16 2026] GET /v2.0/floatingips/a5a3f842-3b41-46a2-8b38-8e9ec07e6348/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: 449/900] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:15 2026] POST /v2.0/routers => generated 510 bytes in 1209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:06:16.338 8 INFO neutron.services.segments.plugin [-] Segment e960f585-1caa-4715-92c9-cae74da4d7b5 resource provider aggregate not found 2026-04-14 07:06:16.343 8 INFO neutron.services.segments.plugin [-] Segment e960f585-1caa-4715-92c9-cae74da4d7b5 resource provider aggregate not found [pid: 8|app: 0|req: 452/901] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:06:16 2026] GET /v2.0/floatingips/a5a3f842-3b41-46a2-8b38-8e9ec07e6348/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:06:16.365 8 INFO neutron.services.segments.plugin [-] Segment e960f585-1caa-4715-92c9-cae74da4d7b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e960f585-1caa-4715-92c9-cae74da4d7b5 found for delete ", "request_id": "req-f081fa4f-bffa-4462-a5f5-fac14c4eccdc"}]} 2026-04-14 07:06:16.367 8 INFO neutron.services.segments.plugin [-] Segment e960f585-1caa-4715-92c9-cae74da4d7b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e960f585-1caa-4715-92c9-cae74da4d7b5 found for delete ", "request_id": "req-95d72d8c-4dac-4670-be33-62e67fb0af02"}]} 2026-04-14 07:06:16.414 8 INFO neutron.api.v2.resource [None req-8baea6c5-88cf-4dbc-96ec-81aa1d90f2ae dc867061be0b43a09b9a12d9ceb56d03 ba361db6f146462d93ad7775f70c82f1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 453/902] 10.0.0.13 () {32 vars in 748 bytes} [Tue Apr 14 07:06:16 2026] GET /v2.0/floatingips/a5a3f842-3b41-46a2-8b38-8e9ec07e6348/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/903] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:06:16 2026] DELETE /v2.0/floatingips/a5a3f842-3b41-46a2-8b38-8e9ec07e6348/tags/red => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/904] 10.0.0.13 () {32 vars in 736 bytes} [Tue Apr 14 07:06:16 2026] GET /v2.0/floatingips/a5a3f842-3b41-46a2-8b38-8e9ec07e6348/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:06:16.595 8 INFO neutron.api.v2.resource [None req-8633b167-5fa9-44b8-ab0b-521bbb88c08c dc867061be0b43a09b9a12d9ceb56d03 ba361db6f146462d93ad7775f70c82f1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 456/905] 10.0.0.13 () {32 vars in 751 bytes} [Tue Apr 14 07:06:16 2026] DELETE /v2.0/floatingips/a5a3f842-3b41-46a2-8b38-8e9ec07e6348/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/906] 10.0.0.13 () {32 vars in 739 bytes} [Tue Apr 14 07:06:16 2026] DELETE /v2.0/floatingips/a5a3f842-3b41-46a2-8b38-8e9ec07e6348/tags => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/907] 10.0.0.13 () {32 vars in 736 bytes} [Tue Apr 14 07:06:16 2026] GET /v2.0/floatingips/a5a3f842-3b41-46a2-8b38-8e9ec07e6348/tags => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/908] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:16 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:06:16.881 8 INFO neutron_taas.services.taas.taas_plugin [None req-e85c2acc-d80e-41d6-a9fd-a943176c7b79 dc867061be0b43a09b9a12d9ceb56d03 ba361db6f146462d93ad7775f70c82f1 - - default default] TaaS: Handle Delete Port: fb96dbfe-a1a6-4667-ab4f-524da7a9aabc 2026-04-14 07:06:16.886 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e85c2acc-d80e-41d6-a9fd-a943176c7b79 dc867061be0b43a09b9a12d9ceb56d03 ba361db6f146462d93ad7775f70c82f1 - - default default] Tap Mirror: Handle Delete Port: fb96dbfe-a1a6-4667-ab4f-524da7a9aabc [pid: 8|app: 0|req: 460/909] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:06:16 2026] DELETE /v2.0/floatingips/a5a3f842-3b41-46a2-8b38-8e9ec07e6348 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/910] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:17 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/911] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:17 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/912] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:06:16 2026] PUT /v2.0/routers/8fedae97-43f0-4326-bac0-b5d52636c066/add_router_interface => generated 309 bytes in 1164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/913] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:17 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/914] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:06:17 2026] GET /v2.0/ports/ee70f3a4-7ccc-422a-b292-209c7c9bff2f => generated 959 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/915] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:17 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:06:17.912 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a9ef521-fdae-49e9-9b5c-9fda3850dfdb 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] TaaS: Handle Delete Port: ee70f3a4-7ccc-422a-b292-209c7c9bff2f 2026-04-14 07:06:17.918 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a9ef521-fdae-49e9-9b5c-9fda3850dfdb 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Tap Mirror: Handle Delete Port: ee70f3a4-7ccc-422a-b292-209c7c9bff2f [pid: 8|app: 0|req: 465/916] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:17 2026] GET /v2.0/security-groups?tenant_id=a068201c097f4efd8bc76f8fb738d2a1&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/917] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:18 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/918] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:18 2026] DELETE /v2.0/security-groups/bfb27add-205b-4f97-b5d6-fbb2754bd552 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/919] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:06:17 2026] PUT /v2.0/routers/8fedae97-43f0-4326-bac0-b5d52636c066/remove_router_interface => generated 309 bytes in 818 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/920] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:06:18 2026] GET /v2.0/ports?device_id=8fedae97-43f0-4326-bac0-b5d52636c066 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/921] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:18 2026] GET /v2.0/security-groups?tenant_id=ba361db6f146462d93ad7775f70c82f1&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/922] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:18 2026] DELETE /v2.0/security-groups/2bc2849f-d469-4fdf-94a2-a0b4d0d40689 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:06:18.630 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce1b0f07-936f-4169-997a-efcc36658a93 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] TaaS: Handle Delete Port: d7e8bd90-fd48-48dc-84e0-787ba2087635 2026-04-14 07:06:18.635 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce1b0f07-936f-4169-997a-efcc36658a93 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Tap Mirror: Handle Delete Port: d7e8bd90-fd48-48dc-84e0-787ba2087635 [pid: 8|app: 0|req: 470/923] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:18 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/924] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:18 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/925] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:06:18 2026] GET /v2.0/networks?id=c0e78754-b53b-45b1-8291-5877197e6c8e => generated 679 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/926] 199.204.45.132 () {34 vars in 1048 bytes} [Tue Apr 14 07:06:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a0065ecb04094eb2ab22dfdf5eecbd7e => generated 181 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:06:19.081 7 INFO neutron.services.segments.plugin [-] Segment 6324e1c1-ed02-41aa-b2d1-0593f5d4c507 resource provider aggregate not found 2026-04-14 07:06:19.088 7 INFO neutron.services.segments.plugin [-] Segment 6324e1c1-ed02-41aa-b2d1-0593f5d4c507 resource provider aggregate not found 2026-04-14 07:06:19.109 7 INFO neutron.services.segments.plugin [-] Segment 6324e1c1-ed02-41aa-b2d1-0593f5d4c507 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6324e1c1-ed02-41aa-b2d1-0593f5d4c507 found for delete ", "request_id": "req-289a9d25-0b13-4d5f-a036-1bf5f47e4cf5"}]} 2026-04-14 07:06:19.109 7 INFO neutron.db.l3_hamode_db [None req-ce1b0f07-936f-4169-997a-efcc36658a93 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] HA network e401c835-a8df-4a58-8874-a1a09f342ac4 was deleted as no HA routers are present in tenant 82a62ac7c83640709ada2e0ba622e80d. 2026-04-14 07:06:19.113 7 INFO neutron.services.segments.plugin [-] Segment 6324e1c1-ed02-41aa-b2d1-0593f5d4c507 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6324e1c1-ed02-41aa-b2d1-0593f5d4c507 found for delete ", "request_id": "req-ae1f6005-de0c-42f5-bbc2-e0822cf57c7d"}]} [pid: 7|app: 0|req: 454/927] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:18 2026] DELETE /v2.0/routers/8fedae97-43f0-4326-bac0-b5d52636c066 => generated 0 bytes in 717 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/930] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:19 2026] DELETE /v2.0/subnets/39600508-b58a-4e8d-9ccb-523b8e7da7d4 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/931] 199.204.45.132 () {38 vars in 953 bytes} [Tue Apr 14 07:06:18 2026] POST /v2.0/ports => generated 954 bytes in 450 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: 458/932] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:19 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 957 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:06:19.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab94bd31-829d-4cf4-97d0-4f431c5dce4a 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] TaaS: Handle Delete Port: cafbd4c0-b090-41a6-8942-1d06c15c922d 2026-04-14 07:06:19.541 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab94bd31-829d-4cf4-97d0-4f431c5dce4a 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Tap Mirror: Handle Delete Port: cafbd4c0-b090-41a6-8942-1d06c15c922d [pid: 8|app: 0|req: 475/933] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:06:19 2026] PUT /v2.0/ports/dc989713-8fc4-4ba1-98eb-1b280b392699 => generated 1235 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 459/934] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:06:19 2026] DELETE /v2.0/networks/6a87a261-140b-49fb-8842-ef6e4276389e => generated 0 bytes in 393 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/935] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:19 2026] GET /v2.0/security-groups?id=eeb8c2d2-3140-4757-846d-2696eaa1ef2d&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-14 07:06:19.902 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c83764f-a022-4f2e-8fbe-c6c9e6e2020b'] response: {'name': 'network-changed', 'server_uuid': '833caf42-5661-4bc3-b0c4-9c10939e8e46', 'tag': 'dc989713-8fc4-4ba1-98eb-1b280b392699', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 477/936] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:19 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:06:19.922 7 INFO neutron.db.segments_db [None req-d0a3f8a3-4cd0-4b2c-9604-82e61057654a 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Added segment 92802731-621e-4884-bf4b-d0d194aa5acf of type vxlan for network b1e40b28-b14c-4967-9890-b20a90c8fc3e [pid: 8|app: 0|req: 478/937] 199.204.45.132 () {34 vars in 992 bytes} [Tue Apr 14 07:06:19 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/938] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:19 2026] GET /v2.0/security-groups?id=03c03e9d-606a-4927-aba4-8e1b81869bf6&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:06:20.107 8 INFO neutron_taas.services.taas.taas_plugin [req-d12a6a90-d57a-4930-ac3b-6b0c2a2a57cd req-78ce0da2-61dd-479a-ae46-0ca23b3ec9ee 66bf3bffa3cd4a7695b17e02a29b75b0 beaa20221321472686e3ff9be4a19a53 - - default default] TaaS: Handle Delete Port: 3267e662-1b53-475c-8e2f-29b9851e4b8b 2026-04-14 07:06:20.110 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d12a6a90-d57a-4930-ac3b-6b0c2a2a57cd req-78ce0da2-61dd-479a-ae46-0ca23b3ec9ee 66bf3bffa3cd4a7695b17e02a29b75b0 beaa20221321472686e3ff9be4a19a53 - - default default] Tap Mirror: Handle Delete Port: 3267e662-1b53-475c-8e2f-29b9851e4b8b 2026-04-14 07:06:20.213 7 INFO neutron.db.l3_hamode_db [None req-d0a3f8a3-4cd0-4b2c-9604-82e61057654a 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:06:20.233 8 INFO neutron.db.l3_db [req-d12a6a90-d57a-4930-ac3b-6b0c2a2a57cd req-78ce0da2-61dd-479a-ae46-0ca23b3ec9ee 66bf3bffa3cd4a7695b17e02a29b75b0 beaa20221321472686e3ff9be4a19a53 - - default default] Floating IP 597dbf0e-9bbc-450c-b234-d71106b46385 disassociated. External IP: 10.96.250.212, port: 3267e662-1b53-475c-8e2f-29b9851e4b8b. [pid: 8|app: 0|req: 480/939] 199.204.45.132 () {36 vars in 995 bytes} [Tue Apr 14 07:06:19 2026] DELETE /v2.0/ports/3267e662-1b53-475c-8e2f-29b9851e4b8b => generated 0 bytes in 552 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/940] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:06:20 2026] GET /v2.0/ports?tenant_id=a0065ecb04094eb2ab22dfdf5eecbd7e&device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 1238 bytes in 550 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/941] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:21 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:06:21.142 7 INFO neutron.services.segments.plugin [-] Segment 89e0b588-17ef-4dab-92bd-6ad202961eeb resource provider aggregate not found 2026-04-14 07:06:21.146 7 INFO neutron.services.segments.plugin [-] Segment 89e0b588-17ef-4dab-92bd-6ad202961eeb resource provider aggregate not found [pid: 8|app: 0|req: 483/942] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:21 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:06:21.167 7 INFO neutron.services.segments.plugin [-] Segment 89e0b588-17ef-4dab-92bd-6ad202961eeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89e0b588-17ef-4dab-92bd-6ad202961eeb found for delete ", "request_id": "req-d9ffcffb-51a7-491a-b8fb-bb32de357110"}]} 2026-04-14 07:06:21.170 7 INFO neutron.services.segments.plugin [-] Segment 89e0b588-17ef-4dab-92bd-6ad202961eeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89e0b588-17ef-4dab-92bd-6ad202961eeb found for delete ", "request_id": "req-4e7c3d21-99ba-492a-a52a-fbbcd5dcb6e1"}]} 2026-04-14 07:06:21.182 7 INFO neutron.db.l3_hamode_db [None req-d0a3f8a3-4cd0-4b2c-9604-82e61057654a 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 484/943] 199.204.45.132 () {34 vars in 1016 bytes} [Tue Apr 14 07:06:21 2026] GET /v2.0/networks?tenant_id=a0065ecb04094eb2ab22dfdf5eecbd7e&shared=False => generated 775 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/944] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:21 2026] GET /v2.0/security-groups?id=eeb8c2d2-3140-4757-846d-2696eaa1ef2d&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/945] 199.204.45.132 () {34 vars in 928 bytes} [Tue Apr 14 07:06:21 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) 2026-04-14 07:06:21.952 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad485e1d-6d15-44b2-8d9b-41a025de5568'] response: {'server_uuid': '19d5c0af-2380-4cba-87bb-28e822c9bcad', 'name': 'network-vif-deleted', 'tag': '3267e662-1b53-475c-8e2f-29b9851e4b8b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 460/946] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:19 2026] POST /v2.0/routers => generated 691 bytes in 2253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/947] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:06:22 2026] GET /v2.0/routers/2c4db88c-066c-47f1-9db4-3e45b813cc1e => generated 697 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/948] 10.0.0.13 () {32 vars in 644 bytes} [Tue Apr 14 07:06:22 2026] GET /v2.0/routers => generated 700 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/949] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:22 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => 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: 464/950] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:06:22 2026] GET /v2.0/ports?tenant_id=a0065ecb04094eb2ab22dfdf5eecbd7e&device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/951] 10.0.0.13 () {34 vars in 673 bytes} [Tue Apr 14 07:06:22 2026] POST /v2.0/subnetpools => generated 516 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/952] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:22 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/953] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:06:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=dc989713-8fc4-4ba1-98eb-1b280b392699 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/954] 10.0.0.13 () {34 vars in 756 bytes} [Tue Apr 14 07:06:22 2026] PUT /v2.0/subnetpools/0074cb28-8662-4cd8-8df8-0cf287413c0a/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/955] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:22 2026] GET /v2.0/security-groups?id=eeb8c2d2-3140-4757-846d-2696eaa1ef2d&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/956] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:06:22 2026] GET /v2.0/subnets?id=573bd90f-b51c-4b34-b270-f13e2ac99e0f => generated 697 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/957] 10.0.0.13 () {32 vars in 736 bytes} [Tue Apr 14 07:06:22 2026] GET /v2.0/subnetpools/0074cb28-8662-4cd8-8df8-0cf287413c0a/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/958] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:06:22 2026] GET /v2.0/ports?network_id=c0e78754-b53b-45b1-8291-5877197e6c8e&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/959] 10.0.0.13 () {34 vars in 767 bytes} [Tue Apr 14 07:06:22 2026] PUT /v2.0/subnetpools/0074cb28-8662-4cd8-8df8-0cf287413c0a/tags/green => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/960] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:06:22 2026] GET /v2.0/networks/c0e78754-b53b-45b1-8291-5877197e6c8e?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/961] 10.0.0.13 () {32 vars in 736 bytes} [Tue Apr 14 07:06:22 2026] GET /v2.0/subnetpools/0074cb28-8662-4cd8-8df8-0cf287413c0a/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/962] 10.0.0.13 () {34 vars in 738 bytes} [Tue Apr 14 07:06:22 2026] PUT /v2.0/routers/2c4db88c-066c-47f1-9db4-3e45b813cc1e => generated 704 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/963] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:06:22 2026] GET /v2.0/networks/c0e78754-b53b-45b1-8291-5877197e6c8e?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: 466/964] 10.0.0.13 () {34 vars in 763 bytes} [Tue Apr 14 07:06:22 2026] PUT /v2.0/subnetpools/0074cb28-8662-4cd8-8df8-0cf287413c0a/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/965] 10.0.0.13 () {32 vars in 736 bytes} [Tue Apr 14 07:06:22 2026] GET /v2.0/subnetpools/0074cb28-8662-4cd8-8df8-0cf287413c0a/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/966] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:06:22 2026] GET /v2.0/routers/2c4db88c-066c-47f1-9db4-3e45b813cc1e => generated 704 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/967] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:06:22 2026] GET /v2.0/ports?device_id=2c4db88c-066c-47f1-9db4-3e45b813cc1e => 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/968] 10.0.0.13 () {34 vars in 785 bytes} [Tue Apr 14 07:06:22 2026] PUT /v2.0/subnetpools/0074cb28-8662-4cd8-8df8-0cf287413c0a/tags/black.or.white => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/969] 10.0.0.13 () {32 vars in 736 bytes} [Tue Apr 14 07:06:22 2026] GET /v2.0/subnetpools/0074cb28-8662-4cd8-8df8-0cf287413c0a/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: 470/970] 10.0.0.13 () {34 vars in 756 bytes} [Tue Apr 14 07:06:23 2026] PUT /v2.0/subnetpools/0074cb28-8662-4cd8-8df8-0cf287413c0a/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/971] 10.0.0.13 () {32 vars in 736 bytes} [Tue Apr 14 07:06:23 2026] GET /v2.0/subnetpools/0074cb28-8662-4cd8-8df8-0cf287413c0a/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/972] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:06:23 2026] GET /v2.0/subnetpools/0074cb28-8662-4cd8-8df8-0cf287413c0a/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:06:23.140 8 INFO neutron_taas.services.taas.taas_plugin [None req-761ea5b4-83a7-489a-97ce-7c568f5b1cc7 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] TaaS: Handle Delete Port: 1ebe3725-75a0-49bb-86c7-9faa08856866 2026-04-14 07:06:23.144 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-761ea5b4-83a7-489a-97ce-7c568f5b1cc7 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Tap Mirror: Handle Delete Port: 1ebe3725-75a0-49bb-86c7-9faa08856866 2026-04-14 07:06:23.164 7 INFO neutron.api.v2.resource [None req-bdf4fb0f-2806-420f-b5fa-2981e29b1674 46ad8b56509046eca4848766c5003e5e cbd33220487a4892b1f69512b2b1ce5d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 473/973] 10.0.0.13 () {32 vars in 748 bytes} [Tue Apr 14 07:06:23 2026] GET /v2.0/subnetpools/0074cb28-8662-4cd8-8df8-0cf287413c0a/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/974] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:06:23 2026] DELETE /v2.0/subnetpools/0074cb28-8662-4cd8-8df8-0cf287413c0a/tags/red => 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: 475/975] 10.0.0.13 () {32 vars in 736 bytes} [Tue Apr 14 07:06:23 2026] GET /v2.0/subnetpools/0074cb28-8662-4cd8-8df8-0cf287413c0a/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:06:23.290 7 INFO neutron.api.v2.resource [None req-c8cf73fb-3402-4062-aec3-1c3efcebe90c 46ad8b56509046eca4848766c5003e5e cbd33220487a4892b1f69512b2b1ce5d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 476/976] 10.0.0.13 () {32 vars in 751 bytes} [Tue Apr 14 07:06:23 2026] DELETE /v2.0/subnetpools/0074cb28-8662-4cd8-8df8-0cf287413c0a/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/977] 10.0.0.13 () {32 vars in 739 bytes} [Tue Apr 14 07:06:23 2026] DELETE /v2.0/subnetpools/0074cb28-8662-4cd8-8df8-0cf287413c0a/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:06:23.390 8 INFO neutron_taas.services.taas.taas_plugin [None req-761ea5b4-83a7-489a-97ce-7c568f5b1cc7 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] TaaS: Handle Delete Port: a239e430-fe16-476d-9a1d-06eb72860a39 2026-04-14 07:06:23.393 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-761ea5b4-83a7-489a-97ce-7c568f5b1cc7 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] Tap Mirror: Handle Delete Port: a239e430-fe16-476d-9a1d-06eb72860a39 [pid: 7|app: 0|req: 478/978] 10.0.0.13 () {32 vars in 736 bytes} [Tue Apr 14 07:06:23 2026] GET /v2.0/subnetpools/0074cb28-8662-4cd8-8df8-0cf287413c0a/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/979] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:23 2026] GET /v2.0/ports?device_id=19d5c0af-2380-4cba-87bb-28e822c9bcad => 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: 480/980] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:06:23 2026] DELETE /v2.0/subnetpools/0074cb28-8662-4cd8-8df8-0cf287413c0a => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/981] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:23 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => 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: 482/982] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:23 2026] GET /v2.0/security-groups?id=eeb8c2d2-3140-4757-846d-2696eaa1ef2d&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-14 07:06:23.741 8 INFO neutron.services.segments.plugin [-] Segment 92802731-621e-4884-bf4b-d0d194aa5acf resource provider aggregate not found 2026-04-14 07:06:23.742 8 INFO neutron.services.segments.plugin [-] Segment 92802731-621e-4884-bf4b-d0d194aa5acf resource provider aggregate not found 2026-04-14 07:06:23.763 8 INFO neutron.services.segments.plugin [-] Segment 92802731-621e-4884-bf4b-d0d194aa5acf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92802731-621e-4884-bf4b-d0d194aa5acf found for delete ", "request_id": "req-19b1a592-5fed-466f-9f80-e0e3e1f11136"}]} 2026-04-14 07:06:23.768 8 INFO neutron.services.segments.plugin [-] Segment 92802731-621e-4884-bf4b-d0d194aa5acf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92802731-621e-4884-bf4b-d0d194aa5acf found for delete ", "request_id": "req-5a9da1f7-5f7d-4171-a964-22b3595952c6"}]} 2026-04-14 07:06:23.779 8 INFO neutron.db.l3_hamode_db [None req-761ea5b4-83a7-489a-97ce-7c568f5b1cc7 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] HA network b1e40b28-b14c-4967-9890-b20a90c8fc3e was deleted as no HA routers are present in tenant 82a62ac7c83640709ada2e0ba622e80d. [pid: 8|app: 0|req: 501/983] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:22 2026] DELETE /v2.0/routers/2c4db88c-066c-47f1-9db4-3e45b813cc1e => generated 0 bytes in 839 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/984] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:06:23 2026] GET /v2.0/ports?device_id=2c4db88c-066c-47f1-9db4-3e45b813cc1e => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:06:23.840 8 INFO neutron.api.v2.resource [None req-8c8249b6-e328-44da-a14b-fc0629c876ae 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 502/985] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:23 2026] DELETE /v2.0/routers/2c4db88c-066c-47f1-9db4-3e45b813cc1e => 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: 484/986] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:06:23 2026] GET /v2.0/ports?device_id=8fedae97-43f0-4326-bac0-b5d52636c066 => generated 12 bytes in 596 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:06:24.465 7 INFO neutron.api.v2.resource [None req-e0510520-8220-487a-81e1-ffbded978e3e 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 485/987] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:24 2026] DELETE /v2.0/routers/8fedae97-43f0-4326-bac0-b5d52636c066 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/988] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:24 2026] GET /v2.0/security-groups?tenant_id=d3e3314f7ddb4c0ca20d43e9f867125c&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:06:24.485 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a0cf900e-3e1d-4e17-be3c-c8c40d46c5fe 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 486/989] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:24 2026] DELETE /v2.0/subnets/39600508-b58a-4e8d-9ccb-523b8e7da7d4 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/990] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:06:24 2026] GET /v2.0/ports?device_id=75e75b38-ef30-4f3c-9e65-5151706e1b92 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/991] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:24 2026] DELETE /v2.0/security-groups/3e87f2b1-feb7-498b-b428-8171bc4c89bd => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:06:24.620 8 INFO neutron.api.v2.resource [None req-1e1d6953-ea2e-4506-8928-64bc00986987 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 505/992] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:24 2026] DELETE /v2.0/routers/75e75b38-ef30-4f3c-9e65-5151706e1b92 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/993] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:24 2026] DELETE /v2.0/security-groups/03c03e9d-606a-4927-aba4-8e1b81869bf6 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:06:24.642 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b14e6410-95ab-498c-a2e4-f0c1ba2a3532 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] DELETE failed (client error): The resource could not be found. 2026-04-14 07:06:24.643 7 INFO neutron.api.v2.resource [None req-32bf48cf-68f8-4a24-b4cc-88e184ce73a7 66bf3bffa3cd4a7695b17e02a29b75b0 beaa20221321472686e3ff9be4a19a53 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 506/994] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:24 2026] DELETE /v2.0/subnets/7782ed18-b03e-4172-94d9-d1136e613c6e => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/995] 10.0.0.13 () {32 vars in 734 bytes} [Tue Apr 14 07:06:24 2026] GET /v2.0/security-groups/03c03e9d-606a-4927-aba4-8e1b81869bf6 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/996] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:06:24 2026] GET /v2.0/ports?device_id=009ebf2a-7d48-4da9-8901-8cbd5a8422f6 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:06:24.694 7 INFO neutron.api.v2.resource [None req-65c3b60b-90e3-4d85-89c7-e9c5233077dd 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 491/997] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:24 2026] DELETE /v2.0/routers/009ebf2a-7d48-4da9-8901-8cbd5a8422f6 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:06:24.729 7 INFO neutron.pecan_wsgi.hooks.translation [None req-16de750e-22be-4b0d-8445-5b1a3215f014 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 492/998] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:24 2026] DELETE /v2.0/subnets/ec4cff74-562e-4c28-b332-d1671c2e3d66 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:06:24.742 8 INFO neutron_taas.services.taas.taas_plugin [None req-3bf47e34-a50d-4de0-ae73-df8673db103b 66bf3bffa3cd4a7695b17e02a29b75b0 beaa20221321472686e3ff9be4a19a53 - - default default] TaaS: Handle Delete Port: 5b6cf1f5-dbe9-4031-ae9b-4f9b99e5bcb6 2026-04-14 07:06:24.745 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bf47e34-a50d-4de0-ae73-df8673db103b 66bf3bffa3cd4a7695b17e02a29b75b0 beaa20221321472686e3ff9be4a19a53 - - default default] Tap Mirror: Handle Delete Port: 5b6cf1f5-dbe9-4031-ae9b-4f9b99e5bcb6 [pid: 7|app: 0|req: 493/999] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:24 2026] GET /v2.0/security-groups?tenant_id=cbd33220487a4892b1f69512b2b1ce5d&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:06:24.880 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b33f40e-9f24-468d-942b-61df48d6d092 82ceabfbfbc04f4d882f636cb4fddaaf 82a62ac7c83640709ada2e0ba622e80d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 494/1000] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:24 2026] DELETE /v2.0/subnets/5e46e895-fb2e-46e0-9519-c4cc3b138ef5 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1001] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:06:24 2026] DELETE /v2.0/floatingips/597dbf0e-9bbc-450c-b234-d71106b46385 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1002] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:24 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1003] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:24 2026] DELETE /v2.0/security-groups/e3431441-48d0-463e-a590-61067c07cec5 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1004] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:24 2026] GET /v2.0/security-groups?id=eeb8c2d2-3140-4757-846d-2696eaa1ef2d&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:06:25.357 7 INFO neutron_taas.services.taas.taas_plugin [None req-a14e4823-c38b-4466-a5b4-e91f46c597ef bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: ea277d7a-7f4c-425d-a191-793244f18554 2026-04-14 07:06:25.360 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a14e4823-c38b-4466-a5b4-e91f46c597ef bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: ea277d7a-7f4c-425d-a191-793244f18554 [pid: 8|app: 0|req: 510/1005] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:25 2026] GET /v2.0/security-groups?tenant_id=82a62ac7c83640709ada2e0ba622e80d&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1006] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:25 2026] DELETE /v2.0/security-groups/7a9304cb-ecd8-4147-b387-518c8a627b3f => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1007] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:06:24 2026] PUT /v2.0/routers/109b2f6d-29a5-4b22-b4a0-5621a0414e6a/remove_router_interface => generated 309 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1008] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:26 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => 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: 498/1009] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:26 2026] GET /v2.0/security-groups?id=eeb8c2d2-3140-4757-846d-2696eaa1ef2d&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-14 07:06:26.216 8 INFO neutron_taas.services.taas.taas_plugin [None req-70cf47c2-ca4b-4eb8-8f75-3b3c733b3657 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: b5fa18bb-658b-4339-8642-dbabfd9f7a33 2026-04-14 07:06:26.219 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70cf47c2-ca4b-4eb8-8f75-3b3c733b3657 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: b5fa18bb-658b-4339-8642-dbabfd9f7a33 2026-04-14 07:06:26.495 8 INFO neutron_taas.services.taas.taas_plugin [None req-70cf47c2-ca4b-4eb8-8f75-3b3c733b3657 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 49c0614b-ca1a-4efb-b1fb-e686ec95692f 2026-04-14 07:06:26.499 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70cf47c2-ca4b-4eb8-8f75-3b3c733b3657 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 49c0614b-ca1a-4efb-b1fb-e686ec95692f 2026-04-14 07:06:26.872 8 INFO neutron.services.segments.plugin [-] Segment 3786cbeb-9382-49f0-8f66-50e8ce35e39e resource provider aggregate not found 2026-04-14 07:06:26.879 8 INFO neutron.services.segments.plugin [-] Segment 3786cbeb-9382-49f0-8f66-50e8ce35e39e resource provider aggregate not found 2026-04-14 07:06:26.897 8 INFO neutron.services.segments.plugin [-] Segment 3786cbeb-9382-49f0-8f66-50e8ce35e39e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3786cbeb-9382-49f0-8f66-50e8ce35e39e found for delete ", "request_id": "req-c256d64e-e10b-4650-bc28-7ac82c982a71"}]} 2026-04-14 07:06:26.901 8 INFO neutron.db.l3_hamode_db [None req-70cf47c2-ca4b-4eb8-8f75-3b3c733b3657 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] HA network 87df3682-3331-4289-85fe-885f59cfcb69 was deleted as no HA routers are present in tenant beaa20221321472686e3ff9be4a19a53. 2026-04-14 07:06:26.902 8 INFO neutron.services.segments.plugin [-] Segment 3786cbeb-9382-49f0-8f66-50e8ce35e39e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3786cbeb-9382-49f0-8f66-50e8ce35e39e found for delete ", "request_id": "req-807de24c-072b-4b84-84c0-1f7e8207ba3d"}]} [pid: 8|app: 0|req: 512/1010] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:25 2026] DELETE /v2.0/routers/109b2f6d-29a5-4b22-b4a0-5621a0414e6a => generated 0 bytes in 953 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1011] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:26 2026] DELETE /v2.0/subnets/8113dfc1-2aca-49a4-9bfb-cef3608be849 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:06:27.229 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a74a31d-c7f9-473b-8252-cc413333f837 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 5ff1ccdc-05d5-4d63-a886-70118cd46d7a 2026-04-14 07:06:27.232 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a74a31d-c7f9-473b-8252-cc413333f837 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 5ff1ccdc-05d5-4d63-a886-70118cd46d7a [pid: 7|app: 0|req: 500/1012] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:27 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1013] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:27 2026] GET /v2.0/security-groups?id=eeb8c2d2-3140-4757-846d-2696eaa1ef2d&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1014] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:06:27 2026] DELETE /v2.0/networks/95e9fca4-a839-4d15-b298-72da1d777470 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1015] 10.0.0.13 () {32 vars in 620 bytes} [Tue Apr 14 07:06:27 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: 502/1016] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:27 2026] GET /v2.0/security-groups?tenant_id=beaa20221321472686e3ff9be4a19a53&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1017] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:27 2026] DELETE /v2.0/security-groups/f1cf4062-eed8-401b-8002-7fb3563593c5 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1018] 10.0.0.13 () {32 vars in 630 bytes} [Tue Apr 14 07:06:27 2026] GET /v2.0/ => generated 632 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1019] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:28 2026] GET /v2.0/security-groups?tenant_id=1f441f933c974df78a674922fc6ad319&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1020] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:28 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:06:28.712 8 INFO neutron.db.segments_db [None req-2ad33595-7f48-45fc-942c-eb5dc8dcd4f4 e297260491474ffca509056af586563e 546b96587bd54b16a55059cb7f22b713 - - default default] Added segment 3179bb03-6f65-4f0e-aa75-b99c91b7560b of type vxlan for network 383bb264-129d-4a26-b36b-8907ef5d3e4a [pid: 7|app: 0|req: 506/1021] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:28 2026] DELETE /v2.0/security-groups/3fee2d5b-f76f-4022-b209-ef177be1b4cb => 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: 507/1022] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:28 2026] GET /v2.0/security-groups?id=eeb8c2d2-3140-4757-846d-2696eaa1ef2d&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1023] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:06:28 2026] POST /v2.0/networks => generated 612 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:06:28.927 8 INFO neutron.services.segments.plugin [-] Segment b4649cde-5318-44f6-9bb4-e2681f5a60aa resource provider aggregate not found 2026-04-14 07:06:28.933 8 INFO neutron.services.segments.plugin [-] Segment b4649cde-5318-44f6-9bb4-e2681f5a60aa resource provider aggregate not found 2026-04-14 07:06:28.951 8 INFO neutron.services.segments.plugin [-] Segment b4649cde-5318-44f6-9bb4-e2681f5a60aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4649cde-5318-44f6-9bb4-e2681f5a60aa found for delete ", "request_id": "req-6388b951-fc80-449c-9e9d-cbb3f7d1a159"}]} 2026-04-14 07:06:28.956 8 INFO neutron.services.segments.plugin [-] Segment b4649cde-5318-44f6-9bb4-e2681f5a60aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4649cde-5318-44f6-9bb4-e2681f5a60aa found for delete ", "request_id": "req-a2a6769a-e93e-4739-a08b-55e65a43fab5"}]} [pid: 7|app: 0|req: 508/1024] 10.0.0.13 () {34 vars in 661 bytes} [Tue Apr 14 07:06:28 2026] POST /v2.0/ports => generated 743 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1025] 10.0.0.13 () {34 vars in 663 bytes} [Tue Apr 14 07:06:29 2026] POST /v2.0/trunks => generated 407 bytes in 240 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: 509/1026] 10.0.0.13 () {34 vars in 746 bytes} [Tue Apr 14 07:06:29 2026] PUT /v2.0/trunks/253a4e85-1067-47a0-a022-9ea31a6600c5/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1027] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:06:29 2026] GET /v2.0/trunks/253a4e85-1067-47a0-a022-9ea31a6600c5/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1028] 10.0.0.13 () {34 vars in 757 bytes} [Tue Apr 14 07:06:29 2026] PUT /v2.0/trunks/253a4e85-1067-47a0-a022-9ea31a6600c5/tags/green => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1029] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:06:29 2026] GET /v2.0/trunks/253a4e85-1067-47a0-a022-9ea31a6600c5/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: 511/1030] 10.0.0.13 () {34 vars in 753 bytes} [Tue Apr 14 07:06:29 2026] PUT /v2.0/trunks/253a4e85-1067-47a0-a022-9ea31a6600c5/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1031] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:06:29 2026] GET /v2.0/trunks/253a4e85-1067-47a0-a022-9ea31a6600c5/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1032] 10.0.0.13 () {34 vars in 775 bytes} [Tue Apr 14 07:06:29 2026] PUT /v2.0/trunks/253a4e85-1067-47a0-a022-9ea31a6600c5/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1033] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:06:29 2026] GET /v2.0/trunks/253a4e85-1067-47a0-a022-9ea31a6600c5/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1034] 10.0.0.13 () {34 vars in 746 bytes} [Tue Apr 14 07:06:29 2026] PUT /v2.0/trunks/253a4e85-1067-47a0-a022-9ea31a6600c5/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1035] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:06:29 2026] GET /v2.0/trunks/253a4e85-1067-47a0-a022-9ea31a6600c5/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1036] 10.0.0.13 () {32 vars in 734 bytes} [Tue Apr 14 07:06:29 2026] GET /v2.0/trunks/253a4e85-1067-47a0-a022-9ea31a6600c5/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:06:29.957 7 INFO neutron.api.v2.resource [None req-25985c68-0848-4ab8-b85f-73292aa04af6 e297260491474ffca509056af586563e 546b96587bd54b16a55059cb7f22b713 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 515/1037] 10.0.0.13 () {32 vars in 738 bytes} [Tue Apr 14 07:06:29 2026] GET /v2.0/trunks/253a4e85-1067-47a0-a022-9ea31a6600c5/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1038] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:29 2026] DELETE /v2.0/trunks/253a4e85-1067-47a0-a022-9ea31a6600c5/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1039] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:29 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1040] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:06:30 2026] GET /v2.0/trunks/253a4e85-1067-47a0-a022-9ea31a6600c5/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:06:30.063 7 INFO neutron.api.v2.resource [None req-90e20725-f7d3-4272-9dac-c42a0641fd17 e297260491474ffca509056af586563e 546b96587bd54b16a55059cb7f22b713 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 518/1041] 10.0.0.13 () {32 vars in 741 bytes} [Tue Apr 14 07:06:30 2026] DELETE /v2.0/trunks/253a4e85-1067-47a0-a022-9ea31a6600c5/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1042] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:30 2026] GET /v2.0/security-groups?id=eeb8c2d2-3140-4757-846d-2696eaa1ef2d&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: 519/1043] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:06:30 2026] DELETE /v2.0/trunks/253a4e85-1067-47a0-a022-9ea31a6600c5/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1044] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:06:30 2026] GET /v2.0/trunks/253a4e85-1067-47a0-a022-9ea31a6600c5/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1045] 10.0.0.13 () {32 vars in 716 bytes} [Tue Apr 14 07:06:30 2026] GET /v2.0/trunks/253a4e85-1067-47a0-a022-9ea31a6600c5 => generated 407 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1046] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:30 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1047] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:06:30 2026] GET /v2.0/ports/12ed0eb6-7a1c-4afd-b377-3cd4cf9f5524 => generated 826 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1048] 10.0.0.13 () {32 vars in 719 bytes} [Tue Apr 14 07:06:30 2026] DELETE /v2.0/trunks/253a4e85-1067-47a0-a022-9ea31a6600c5 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:06:30.575 8 INFO neutron_taas.services.taas.taas_plugin [None req-83e3dfe5-ad48-4058-982b-fc9f0fb2093e e297260491474ffca509056af586563e 546b96587bd54b16a55059cb7f22b713 - - default default] TaaS: Handle Delete Port: 12ed0eb6-7a1c-4afd-b377-3cd4cf9f5524 2026-04-14 07:06:30.580 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83e3dfe5-ad48-4058-982b-fc9f0fb2093e e297260491474ffca509056af586563e 546b96587bd54b16a55059cb7f22b713 - - default default] Tap Mirror: Handle Delete Port: 12ed0eb6-7a1c-4afd-b377-3cd4cf9f5524 [pid: 8|app: 0|req: 529/1049] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:06:30 2026] DELETE /v2.0/ports/12ed0eb6-7a1c-4afd-b377-3cd4cf9f5524 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:06:30.817 7 INFO neutron.db.l3_db [None req-786eb64f-2e6e-4cbe-9a20-cb678f1d9675 0e92d89b11d54afb87fe435a9862e284 a0065ecb04094eb2ab22dfdf5eecbd7e - - default default] Floating IP b5f39d14-b62f-4161-b8f4-9d462bd5c980 associated. External IP: 10.96.250.216, port: dc989713-8fc4-4ba1-98eb-1b280b392699. [pid: 8|app: 0|req: 530/1050] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:06:30 2026] DELETE /v2.0/networks/383bb264-129d-4a26-b36b-8907ef5d3e4a => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:06:30.984 8 INFO neutron.services.segments.plugin [-] Segment 3179bb03-6f65-4f0e-aa75-b99c91b7560b resource provider aggregate not found 2026-04-14 07:06:30.990 8 INFO neutron.services.segments.plugin [-] Segment 3179bb03-6f65-4f0e-aa75-b99c91b7560b resource provider aggregate not found 2026-04-14 07:06:31.010 8 INFO neutron.services.segments.plugin [-] Segment 3179bb03-6f65-4f0e-aa75-b99c91b7560b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3179bb03-6f65-4f0e-aa75-b99c91b7560b found for delete ", "request_id": "req-1bf8c274-c935-4d9c-95ec-ba158b363f7f"}]} 2026-04-14 07:06:31.015 8 INFO neutron.services.segments.plugin [-] Segment 3179bb03-6f65-4f0e-aa75-b99c91b7560b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3179bb03-6f65-4f0e-aa75-b99c91b7560b found for delete ", "request_id": "req-d45d3cb9-7226-4817-8bb3-30ac063e4685"}]} [pid: 7|app: 0|req: 521/1051] 10.0.0.13 () {34 vars in 746 bytes} [Tue Apr 14 07:06:30 2026] PUT /v2.0/floatingips/b5f39d14-b62f-4161-b8f4-9d462bd5c980 => generated 855 bytes in 891 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:06:31.211 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b8e5b5e-f5aa-4220-bbea-3d475cbed326'] response: {'name': 'network-changed', 'server_uuid': '833caf42-5661-4bc3-b0c4-9c10939e8e46', 'tag': 'dc989713-8fc4-4ba1-98eb-1b280b392699', 'status': 'completed', 'code': 200} 2026-04-14 07:06:31.247 8 INFO neutron.db.segments_db [None req-c09aa619-cf3f-46f6-86d7-29b5f1f708d7 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment a4220895-5b11-4d8c-8c33-ac0d6e150f93 of type vxlan for network 54a322de-d292-4173-9d6e-ab4ae0b2fa14 [pid: 7|app: 0|req: 522/1052] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:31 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1053] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:31 2026] GET /v2.0/security-groups?id=eeb8c2d2-3140-4757-846d-2696eaa1ef2d&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1054] 10.0.0.13 () {34 vars in 668 bytes} [Tue Apr 14 07:06:30 2026] POST /v2.0/networks => generated 721 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1055] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:31 2026] POST /v2.0/subnets => generated 687 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:06:31.589 8 INFO neutron.db.segments_db [None req-599c6df9-1088-4626-b521-ea56c8bae591 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment c6becc46-2dc3-4614-a434-76c2a4fc1337 of type vxlan for network 8a4719e6-c8a8-4c98-88ab-e749bdb8f3f1 [pid: 7|app: 0|req: 525/1056] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:31 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1057] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:31 2026] GET /v2.0/security-groups?id=eeb8c2d2-3140-4757-846d-2696eaa1ef2d&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1058] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:06:31 2026] GET /v2.0/ports?tenant_id=a0065ecb04094eb2ab22dfdf5eecbd7e&device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:06:31.903 8 INFO neutron.db.l3_hamode_db [None req-599c6df9-1088-4626-b521-ea56c8bae591 bd2f037da2b74c948e532e7de336b413 486ba04ef6064ca5ad8c174684a157e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 528/1059] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:31 2026] GET /v2.0/security-groups?tenant_id=546b96587bd54b16a55059cb7f22b713&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: 529/1060] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:06:32 2026] GET /v2.0/networks?id=c0e78754-b53b-45b1-8291-5877197e6c8e => generated 775 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1061] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:32 2026] DELETE /v2.0/security-groups/08d27e87-d562-4c5b-988f-e1d535bb8864 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1062] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:06:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=dc989713-8fc4-4ba1-98eb-1b280b392699 => generated 858 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1063] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:06:32 2026] GET /v2.0/subnets?id=573bd90f-b51c-4b34-b270-f13e2ac99e0f => generated 697 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1064] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:06:32 2026] GET /v2.0/ports?network_id=c0e78754-b53b-45b1-8291-5877197e6c8e&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1065] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:06:32 2026] GET /v2.0/networks/c0e78754-b53b-45b1-8291-5877197e6c8e?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1066] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:32 2026] GET /v2.0/security-groups?tenant_id=3829f2112a514cdf98bc071846ba7c29&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1067] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:06:32 2026] GET /v2.0/networks/c0e78754-b53b-45b1-8291-5877197e6c8e?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: 537/1068] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:32 2026] DELETE /v2.0/security-groups/5f6f77bc-01dd-41eb-88b9-9e38647ba4b0 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:06:32.850 8 INFO neutron.db.l3_hamode_db [None req-599c6df9-1088-4626-b521-ea56c8bae591 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 538/1069] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:32 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1070] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:32 2026] GET /v2.0/security-groups?id=eeb8c2d2-3140-4757-846d-2696eaa1ef2d&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1071] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:31 2026] POST /v2.0/routers => generated 727 bytes in 2430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1074] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:33 2026] GET /v2.0/security-groups?tenant_id=274aba0d5ef04abaa1f79cc638481fb5&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1075] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:34 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => 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: 542/1076] 199.204.45.132 () {34 vars in 992 bytes} [Tue Apr 14 07:06:34 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => 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: 543/1077] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:34 2026] DELETE /v2.0/security-groups/4fa926f4-283d-43d0-921f-5e99c84cd75d => 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: 544/1078] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:34 2026] GET /v2.0/security-groups?id=eeb8c2d2-3140-4757-846d-2696eaa1ef2d&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-14 07:06:34.454 7 INFO neutron_taas.services.taas.taas_plugin [req-0c275bf7-c225-45e8-8971-9b4e2859fcd7 req-1562308d-8457-4be3-a0e5-910647a72e1f 0e92d89b11d54afb87fe435a9862e284 a0065ecb04094eb2ab22dfdf5eecbd7e - - default default] TaaS: Handle Delete Port: dc989713-8fc4-4ba1-98eb-1b280b392699 2026-04-14 07:06:34.457 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0c275bf7-c225-45e8-8971-9b4e2859fcd7 req-1562308d-8457-4be3-a0e5-910647a72e1f 0e92d89b11d54afb87fe435a9862e284 a0065ecb04094eb2ab22dfdf5eecbd7e - - default default] Tap Mirror: Handle Delete Port: dc989713-8fc4-4ba1-98eb-1b280b392699 2026-04-14 07:06:34.571 7 INFO neutron.db.l3_db [req-0c275bf7-c225-45e8-8971-9b4e2859fcd7 req-1562308d-8457-4be3-a0e5-910647a72e1f 0e92d89b11d54afb87fe435a9862e284 a0065ecb04094eb2ab22dfdf5eecbd7e - - default default] Floating IP b5f39d14-b62f-4161-b8f4-9d462bd5c980 disassociated. External IP: 10.96.250.216, port: dc989713-8fc4-4ba1-98eb-1b280b392699. [pid: 7|app: 0|req: 545/1079] 199.204.45.132 () {36 vars in 995 bytes} [Tue Apr 14 07:06:34 2026] DELETE /v2.0/ports/dc989713-8fc4-4ba1-98eb-1b280b392699 => generated 0 bytes in 738 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:06:35.116 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9bfc5760-a987-482c-a848-8a996d7fc362'] response: {'server_uuid': '833caf42-5661-4bc3-b0c4-9c10939e8e46', 'name': 'network-vif-deleted', 'tag': 'dc989713-8fc4-4ba1-98eb-1b280b392699', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 535/1080] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:06:33 2026] PUT /v2.0/routers/81e5e19b-057b-4ada-a01f-95ba387bfe95/add_router_interface => generated 309 bytes in 1235 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1081] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:35 2026] GET /v2.0/security-groups?tenant_id=2649d76e6136411c93709f604ca4e837&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1082] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:35 2026] DELETE /v2.0/security-groups/5dee54df-4ec7-44bd-86a2-7c6347f9a46d => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1083] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:35 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1084] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:36 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1085] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:37 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1086] 10.0.0.114 () {34 vars in 980 bytes} [Tue Apr 14 07:06:37 2026] GET /v2.0/networks?id=54a322de-d292-4173-9d6e-ab4ae0b2fa14 => generated 672 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1087] 10.0.0.114 () {34 vars in 963 bytes} [Tue Apr 14 07:06:37 2026] GET /v2.0/quotas/486ba04ef6064ca5ad8c174684a157e7 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1088] 10.0.0.114 () {34 vars in 1000 bytes} [Tue Apr 14 07:06:37 2026] GET /v2.0/ports?tenant_id=486ba04ef6064ca5ad8c174684a157e7&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1089] 10.0.0.114 () {34 vars in 1006 bytes} [Tue Apr 14 07:06:37 2026] GET /v2.0/networks/54a322de-d292-4173-9d6e-ab4ae0b2fa14?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1090] 10.0.0.114 () {34 vars in 1106 bytes} [Tue Apr 14 07:06:37 2026] GET /v2.0/networks/54a322de-d292-4173-9d6e-ab4ae0b2fa14?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: 7|app: 0|req: 549/1091] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:37 2026] GET /v2.0/security-groups?tenant_id=d2346143405b4663a8e1578d9d1a1248&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1092] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:38 2026] DELETE /v2.0/security-groups/6644f5a5-1038-4f38-9490-6446505e273a => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1093] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:38 2026] GET /v2.0/ports?device_id=b47d864a-3b4f-46f0-86fd-8f6981872c53 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1094] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:38 2026] GET /v2.0/ports?device_id=833caf42-5661-4bc3-b0c4-9c10939e8e46 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1095] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:39 2026] GET /v2.0/ports?device_id=b47d864a-3b4f-46f0-86fd-8f6981872c53 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1096] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:39 2026] DELETE /v2.0/security-groups/eeb8c2d2-3140-4757-846d-2696eaa1ef2d => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:06:39.994 7 INFO neutron.api.v2.resource [None req-181277f3-371e-48ed-9c76-a87e6bbf523c 0e92d89b11d54afb87fe435a9862e284 a0065ecb04094eb2ab22dfdf5eecbd7e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 552/1097] 10.0.0.13 () {32 vars in 734 bytes} [Tue Apr 14 07:06:39 2026] GET /v2.0/security-groups/eeb8c2d2-3140-4757-846d-2696eaa1ef2d => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:06:40.123 8 INFO neutron_taas.services.taas.taas_plugin [None req-daa50003-90c3-4ccf-936c-b86eaee92a8e 0e92d89b11d54afb87fe435a9862e284 a0065ecb04094eb2ab22dfdf5eecbd7e - - default default] TaaS: Handle Delete Port: 9ef414db-379f-4aec-b405-510f671cbe62 2026-04-14 07:06:40.126 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-daa50003-90c3-4ccf-936c-b86eaee92a8e 0e92d89b11d54afb87fe435a9862e284 a0065ecb04094eb2ab22dfdf5eecbd7e - - default default] Tap Mirror: Handle Delete Port: 9ef414db-379f-4aec-b405-510f671cbe62 [pid: 8|app: 0|req: 546/1098] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:06:40 2026] DELETE /v2.0/floatingips/b5f39d14-b62f-4161-b8f4-9d462bd5c980 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1099] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:40 2026] GET /v2.0/ports?device_id=b47d864a-3b4f-46f0-86fd-8f6981872c53 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:06:40.734 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c9fd0f7-d794-43d2-90bf-f2a8e93fa46a bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: d69dcfed-4102-42c1-b597-f22d5d9ad8bd 2026-04-14 07:06:40.737 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c9fd0f7-d794-43d2-90bf-f2a8e93fa46a bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: d69dcfed-4102-42c1-b597-f22d5d9ad8bd [pid: 7|app: 0|req: 553/1100] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:06:40 2026] PUT /v2.0/routers/082ec1a3-3de3-410f-82ae-cdb3519bf818/remove_router_interface => generated 309 bytes in 1083 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1101] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:41 2026] GET /v2.0/ports?device_id=b47d864a-3b4f-46f0-86fd-8f6981872c53 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:06:41.577 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ca7ed29-2312-4c18-ab04-d5d48dd3b25e bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 347d743c-ec78-4e0d-bae4-e79909caa395 2026-04-14 07:06:41.580 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ca7ed29-2312-4c18-ab04-d5d48dd3b25e bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 347d743c-ec78-4e0d-bae4-e79909caa395 2026-04-14 07:06:41.883 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ca7ed29-2312-4c18-ab04-d5d48dd3b25e bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 0f48fcf5-dab8-4c23-b1ca-699be2cfc258 2026-04-14 07:06:41.885 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ca7ed29-2312-4c18-ab04-d5d48dd3b25e bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 0f48fcf5-dab8-4c23-b1ca-699be2cfc258 2026-04-14 07:06:42.278 8 INFO neutron.services.segments.plugin [-] Segment b2cdd530-c3c1-4792-9f14-4d8a53769273 resource provider aggregate not found 2026-04-14 07:06:42.282 8 INFO neutron.services.segments.plugin [-] Segment b2cdd530-c3c1-4792-9f14-4d8a53769273 resource provider aggregate not found 2026-04-14 07:06:42.306 8 INFO neutron.services.segments.plugin [-] Segment b2cdd530-c3c1-4792-9f14-4d8a53769273 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2cdd530-c3c1-4792-9f14-4d8a53769273 found for delete ", "request_id": "req-d84f4b6e-fbd2-4249-97b2-2f3489aa7d44"}]} 2026-04-14 07:06:42.306 8 INFO neutron.services.segments.plugin [-] Segment b2cdd530-c3c1-4792-9f14-4d8a53769273 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2cdd530-c3c1-4792-9f14-4d8a53769273 found for delete ", "request_id": "req-ae97ec11-479b-4976-ae17-8adf1d982f57"}]} 2026-04-14 07:06:42.317 8 INFO neutron.db.l3_hamode_db [None req-7ca7ed29-2312-4c18-ab04-d5d48dd3b25e bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] HA network 6faccebc-d339-4b57-9f65-22c4fa583bdd was deleted as no HA routers are present in tenant a0065ecb04094eb2ab22dfdf5eecbd7e. [pid: 8|app: 0|req: 548/1102] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:41 2026] DELETE /v2.0/routers/082ec1a3-3de3-410f-82ae-cdb3519bf818 => generated 0 bytes in 965 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1103] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:06:42 2026] GET /v2.0/networks?id=54a322de-d292-4173-9d6e-ab4ae0b2fa14 => generated 672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1104] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:42 2026] DELETE /v2.0/subnets/573bd90f-b51c-4b34-b270-f13e2ac99e0f => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:06:42.665 7 INFO neutron_taas.services.taas.taas_plugin [None req-37e3344f-9e36-474b-ad5f-4c3b74981d1c bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 1d39bf1f-4135-466f-be6d-9ff8219d69df 2026-04-14 07:06:42.668 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37e3344f-9e36-474b-ad5f-4c3b74981d1c bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 1d39bf1f-4135-466f-be6d-9ff8219d69df 2026-04-14 07:06:42.862 7 INFO neutron.services.segments.plugin [-] Segment 66716462-65ab-4d52-90a6-7b76597649a3 resource provider aggregate not found 2026-04-14 07:06:42.868 7 INFO neutron.services.segments.plugin [-] Segment 66716462-65ab-4d52-90a6-7b76597649a3 resource provider aggregate not found [pid: 8|app: 0|req: 550/1105] 199.204.45.132 () {38 vars in 953 bytes} [Tue Apr 14 07:06:42 2026] POST /v2.0/ports => generated 958 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 07:06:42.899 7 INFO neutron.services.segments.plugin [-] Segment 66716462-65ab-4d52-90a6-7b76597649a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66716462-65ab-4d52-90a6-7b76597649a3 found for delete ", "request_id": "req-cdfb5129-9ec8-4d05-9324-4b71d1b71acd"}]} 2026-04-14 07:06:42.905 7 INFO neutron.services.segments.plugin [-] Segment 66716462-65ab-4d52-90a6-7b76597649a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66716462-65ab-4d52-90a6-7b76597649a3 found for delete ", "request_id": "req-0bf4a796-f3cd-4b85-873b-1b9f95d2e944"}]} [pid: 7|app: 0|req: 556/1106] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:06:42 2026] DELETE /v2.0/networks/c0e78754-b53b-45b1-8291-5877197e6c8e => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1107] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:42 2026] GET /v2.0/ports?device_id=b47d864a-3b4f-46f0-86fd-8f6981872c53 => generated 961 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1108] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:42 2026] GET /v2.0/security-groups?id=d3356d1c-9b35-42f7-81e0-eba1e7608079&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1109] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:06:42 2026] PUT /v2.0/ports/67fe4192-baf9-4f59-a7ff-f08ef7b2171c => generated 1239 bytes in 586 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:06:43.583 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1197399-0f76-4b88-8187-893959b0a9b1'] response: {'name': 'network-changed', 'server_uuid': 'b47d864a-3b4f-46f0-86fd-8f6981872c53', 'tag': '67fe4192-baf9-4f59-a7ff-f08ef7b2171c', '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: 558/1110] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:43 2026] GET /v2.0/security-groups?tenant_id=a0065ecb04094eb2ab22dfdf5eecbd7e&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1111] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:43 2026] DELETE /v2.0/security-groups/b33f9f98-dc4f-4a58-817c-be4963ba3934 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1112] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:43 2026] GET /v2.0/security-groups?tenant_id=bef02e2d1d3a4299896b490dbd6b430b&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:06:44.110 8 INFO neutron.db.segments_db [None req-06ec54da-ecf7-4f3d-89f2-f7f929265c8d 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Added segment 44b4f05b-9cad-4983-a974-2f81dc12c052 of type vxlan for network 539f6750-c65c-4737-913f-ab664d2f1034 [pid: 7|app: 0|req: 561/1113] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:06:44 2026] GET /v2.0/ports?tenant_id=486ba04ef6064ca5ad8c174684a157e7&device_id=b47d864a-3b4f-46f0-86fd-8f6981872c53 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1114] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:06:43 2026] POST /v2.0/networks => generated 621 bytes in 613 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1115] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:44 2026] GET /v2.0/ports?device_id=b47d864a-3b4f-46f0-86fd-8f6981872c53 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1116] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:44 2026] DELETE /v2.0/security-groups/0d10e298-20b5-4892-8a3b-e0d39ca0e629 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1117] 199.204.45.132 () {34 vars in 1016 bytes} [Tue Apr 14 07:06:44 2026] GET /v2.0/networks?tenant_id=486ba04ef6064ca5ad8c174684a157e7&shared=False => generated 768 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1118] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:44 2026] GET /v2.0/security-groups?id=d3356d1c-9b35-42f7-81e0-eba1e7608079&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1119] 199.204.45.132 () {34 vars in 928 bytes} [Tue Apr 14 07:06:44 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: 563/1120] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:44 2026] POST /v2.0/subnets => generated 658 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1121] 10.0.0.13 () {32 vars in 719 bytes} [Tue Apr 14 07:06:44 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1122] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:44 2026] POST /v2.0/subnets => generated 732 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:06:45.166 8 INFO neutron.db.segments_db [None req-527ff92a-0f83-4d8e-bbb2-91045ff3ed94 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Added segment 437ae1ba-863f-4bf9-a470-0e54ccb8d0ec of type vxlan for network c051fbe6-cfe0-4c9a-a136-77646b242799 [pid: 8|app: 0|req: 559/1123] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:06:45 2026] POST /v2.0/networks => generated 619 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1124] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:06:45 2026] GET /v2.0/ports?tenant_id=486ba04ef6064ca5ad8c174684a157e7&device_id=b47d864a-3b4f-46f0-86fd-8f6981872c53 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1125] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:45 2026] GET /v2.0/ports?device_id=b47d864a-3b4f-46f0-86fd-8f6981872c53 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1126] 199.204.45.132 () {34 vars in 1058 bytes} [Tue Apr 14 07:06:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=67fe4192-baf9-4f59-a7ff-f08ef7b2171c => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1127] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:45 2026] GET /v2.0/security-groups?id=d3356d1c-9b35-42f7-81e0-eba1e7608079&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1128] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:06:45 2026] GET /v2.0/subnets?id=6196f7b0-3d88-49fc-b757-0650f0b752c9 => generated 690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1129] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:45 2026] POST /v2.0/subnets => generated 655 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1130] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:06:45 2026] GET /v2.0/ports?network_id=54a322de-d292-4173-9d6e-ab4ae0b2fa14&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1131] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:06:45 2026] GET /v2.0/networks/54a322de-d292-4173-9d6e-ab4ae0b2fa14?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1132] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:06:45 2026] GET /v2.0/networks/54a322de-d292-4173-9d6e-ab4ae0b2fa14?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: 566/1133] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:45 2026] POST /v2.0/subnets => generated 726 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:06:45.920 7 INFO neutron.db.segments_db [None req-fe408358-a5f4-463e-b3dc-7990bba7602b 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Added segment 8a09e016-37e2-4fae-bba5-670f557a01f6 of type vxlan for network 609944e2-73b0-4389-b783-dbb0ded2fa46 [pid: 7|app: 0|req: 567/1134] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:06:45 2026] POST /v2.0/networks => generated 616 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:06:46.124 8 INFO neutron.db.segments_db [None req-3c9b481d-9631-4048-a7d3-5ad3b53d273b bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment f3e27707-7fd1-4180-bbf1-140b23860ab4 of type vxlan for network 6123621a-efd2-4e1c-b4ac-7de66b78bcd4 [pid: 8|app: 0|req: 568/1135] 10.0.0.13 () {34 vars in 668 bytes} [Tue Apr 14 07:06:45 2026] POST /v2.0/networks => generated 719 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1136] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:46 2026] POST /v2.0/subnets => generated 654 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1137] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:46 2026] POST /v2.0/subnets => generated 685 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:06:46.488 8 INFO neutron.db.segments_db [None req-91288f2a-3788-4ce4-984e-233960f5e92d bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment 0183cf92-8a3c-4b2c-a853-717a94c888ca of type vxlan for network 4ab64fbc-c2d8-4f2e-bb84-3f60904f06a4 [pid: 7|app: 0|req: 569/1138] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:46 2026] POST /v2.0/subnets => generated 729 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1139] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:46 2026] GET /v2.0/ports?device_id=b47d864a-3b4f-46f0-86fd-8f6981872c53 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:06:46.739 8 INFO neutron.db.l3_hamode_db [None req-91288f2a-3788-4ce4-984e-233960f5e92d bd2f037da2b74c948e532e7de336b413 c22d850f2f5f40f69aedd85d535d34d6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:06:46.755 7 INFO neutron.db.segments_db [None req-7ab89964-57af-4367-ad86-0549eed0fad1 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Added segment d9db732c-bfbe-4d0f-ba0b-4e8ab58d9e5f of type vxlan for network 7021127f-e28a-4b9f-ab0a-0586cc226f98 2026-04-14 07:06:47.013 7 INFO neutron.db.l3_hamode_db [None req-7ab89964-57af-4367-ad86-0549eed0fad1 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:06:47.480 8 INFO neutron.db.l3_hamode_db [None req-91288f2a-3788-4ce4-984e-233960f5e92d bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:06:47.878 7 INFO neutron.db.l3_hamode_db [None req-7ab89964-57af-4367-ad86-0549eed0fad1 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 570/1140] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:46 2026] POST /v2.0/routers => generated 725 bytes in 1996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1141] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:48 2026] GET /v2.0/security-groups?tenant_id=91bd566281024956839519af9fa338b0&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1142] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:48 2026] GET /v2.0/security-groups?id=d3356d1c-9b35-42f7-81e0-eba1e7608079&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1143] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:46 2026] POST /v2.0/routers => generated 684 bytes in 2221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1144] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:48 2026] DELETE /v2.0/security-groups/e1cdb57f-7aa6-4786-9c7b-911b09457b2f => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1147] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:06:48 2026] PUT /v2.0/routers/d56a7f26-b928-488f-8c9a-6df2ab98b9a0/add_router_interface => generated 309 bytes in 1340 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1148] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:50 2026] GET /v2.0/ports?device_id=b47d864a-3b4f-46f0-86fd-8f6981872c53 => generated 975 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1149] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:50 2026] GET /v2.0/security-groups?id=d3356d1c-9b35-42f7-81e0-eba1e7608079&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1150] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:06:49 2026] PUT /v2.0/routers/ef708017-7cd0-4724-a116-7594548ff01c/add_router_interface => generated 309 bytes in 1755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1151] 10.0.0.13 () {34 vars in 682 bytes} [Tue Apr 14 07:06:50 2026] POST /v2.0/security-groups => generated 1661 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 07:06:51.376 7 INFO neutron.db.segments_db [None req-29c55012-7220-4244-b5b8-c0b5bfb15aee 7c7d9f8650d041d7abecb7b16436b0e2 365166f236e0485c917f6c87429029f8 - - default default] Added segment e9661208-cecc-407b-a78c-178391bce0c1 of type vxlan for network 21f2ad50-be2f-4b59-a88b-ace8cd82066e [pid: 7|app: 0|req: 577/1152] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:06:51 2026] POST /v2.0/networks => generated 629 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1153] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:06:51 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: 579/1154] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:51 2026] GET /v2.0/ports?device_id=b47d864a-3b4f-46f0-86fd-8f6981872c53 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1155] 10.0.0.13 () {34 vars in 662 bytes} [Tue Apr 14 07:06:51 2026] POST /v2.0/ports => generated 778 bytes in 364 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: 581/1156] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:06:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1157] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:52 2026] GET /v2.0/security-groups?id=d3356d1c-9b35-42f7-81e0-eba1e7608079&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-14 07:06:52.198 7 INFO neutron.db.segments_db [None req-566b7bbb-f28d-4b9b-94c9-8ba95767496b 7c7d9f8650d041d7abecb7b16436b0e2 365166f236e0485c917f6c87429029f8 - - default default] Added segment 7e3e731e-d689-4e85-9301-59d5ff641fab of type vxlan for network b4ff299e-2fb1-4b94-be30-c1f923135519 [pid: 8|app: 0|req: 576/1158] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:06:50 2026] PUT /v2.0/routers/ef708017-7cd0-4724-a116-7594548ff01c/add_router_interface => generated 309 bytes in 1481 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1159] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:06:52 2026] POST /v2.0/networks => generated 617 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1160] 10.0.0.13 () {34 vars in 673 bytes} [Tue Apr 14 07:06:52 2026] POST /v2.0/floatingips => generated 552 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1161] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:52 2026] POST /v2.0/subnets => generated 646 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1162] 10.0.0.13 () {34 vars in 662 bytes} [Tue Apr 14 07:06:53 2026] POST /v2.0/ports => generated 966 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 580/1163] 10.0.0.114 () {34 vars in 1098 bytes} [Tue Apr 14 07:06:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1639243840&fields=id&tenant_id=c22d850f2f5f40f69aedd85d535d34d6 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:06:53.606 8 INFO neutron_taas.services.taas.taas_plugin [None req-8016eec2-cc79-402b-b6db-1a6b817ad416 7c7d9f8650d041d7abecb7b16436b0e2 365166f236e0485c917f6c87429029f8 - - default default] TaaS: Handle Delete Port: 4f31e6bc-21eb-43fc-9e5a-d6340cd69008 2026-04-14 07:06:53.609 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8016eec2-cc79-402b-b6db-1a6b817ad416 7c7d9f8650d041d7abecb7b16436b0e2 365166f236e0485c917f6c87429029f8 - - default default] Tap Mirror: Handle Delete Port: 4f31e6bc-21eb-43fc-9e5a-d6340cd69008 [pid: 8|app: 0|req: 581/1164] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:06:53 2026] DELETE /v2.0/ports/4f31e6bc-21eb-43fc-9e5a-d6340cd69008 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1165] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:06:52 2026] PUT /v2.0/routers/ef708017-7cd0-4724-a116-7594548ff01c/add_router_interface => generated 309 bytes in 1465 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1166] 10.0.0.114 () {34 vars in 980 bytes} [Tue Apr 14 07:06:53 2026] GET /v2.0/networks?id=6123621a-efd2-4e1c-b4ac-7de66b78bcd4 => generated 670 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:06:53.801 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ef109d8e-e7ae-405b-a2f1-fa69e09be2ff 7c7d9f8650d041d7abecb7b16436b0e2 365166f236e0485c917f6c87429029f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 583/1167] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:06:53 2026] DELETE /v2.0/ports/4f31e6bc-21eb-43fc-9e5a-d6340cd69008 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1168] 10.0.0.114 () {34 vars in 963 bytes} [Tue Apr 14 07:06:53 2026] GET /v2.0/quotas/c22d850f2f5f40f69aedd85d535d34d6 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:06:53.829 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e52836c8-9a35-4940-afe7-23ced185040a 7c7d9f8650d041d7abecb7b16436b0e2 365166f236e0485c917f6c87429029f8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 585/1169] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:53 2026] GET /v2.0/ports?device_id=b47d864a-3b4f-46f0-86fd-8f6981872c53 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1170] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:06:53 2026] GET /v2.0/ports/4f31e6bc-21eb-43fc-9e5a-d6340cd69008 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1171] 10.0.0.114 () {34 vars in 1000 bytes} [Tue Apr 14 07:06:53 2026] GET /v2.0/ports?tenant_id=c22d850f2f5f40f69aedd85d535d34d6&fields=id => generated 57 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1172] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:53 2026] GET /v2.0/security-groups?id=d3356d1c-9b35-42f7-81e0-eba1e7608079&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1173] 10.0.0.114 () {34 vars in 1006 bytes} [Tue Apr 14 07:06:53 2026] GET /v2.0/networks/6123621a-efd2-4e1c-b4ac-7de66b78bcd4?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1174] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:53 2026] DELETE /v2.0/subnets/d483d9ab-f7dc-4082-b0e5-9912d5277ca5 => 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: 589/1175] 10.0.0.114 () {34 vars in 1106 bytes} [Tue Apr 14 07:06:53 2026] GET /v2.0/networks/6123621a-efd2-4e1c-b4ac-7de66b78bcd4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:06:54.121 8 INFO neutron.services.segments.plugin [-] Segment 7e3e731e-d689-4e85-9301-59d5ff641fab resource provider aggregate not found 2026-04-14 07:06:54.127 8 INFO neutron.services.segments.plugin [-] Segment 7e3e731e-d689-4e85-9301-59d5ff641fab resource provider aggregate not found 2026-04-14 07:06:54.144 8 INFO neutron.services.segments.plugin [-] Segment 7e3e731e-d689-4e85-9301-59d5ff641fab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e3e731e-d689-4e85-9301-59d5ff641fab found for delete ", "request_id": "req-c557dfe6-d644-4a8a-820c-a9c1130f9168"}]} 2026-04-14 07:06:54.147 8 INFO neutron.services.segments.plugin [-] Segment 7e3e731e-d689-4e85-9301-59d5ff641fab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e3e731e-d689-4e85-9301-59d5ff641fab found for delete ", "request_id": "req-87c19235-f23b-4e11-a8d3-9598316e3fdd"}]} [pid: 8|app: 0|req: 587/1176] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:06:53 2026] DELETE /v2.0/networks/b4ff299e-2fb1-4b94-be30-c1f923135519 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1177] 10.0.0.13 () {34 vars in 681 bytes} [Tue Apr 14 07:06:54 2026] POST /v2.0/security-groups => generated 1627 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 07:06:54.232 8 INFO neutron.db.segments_db [None req-b71f686c-f715-4677-96c3-4a13b1b4b91c 7c7d9f8650d041d7abecb7b16436b0e2 365166f236e0485c917f6c87429029f8 - - default default] Added segment 1e32de98-c42c-48f7-af38-e09ed2e8c0b2 of type vxlan for network 19a0fbdf-9be7-432e-ba39-3f9a7fcb4956 [pid: 8|app: 0|req: 588/1178] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:06:54 2026] POST /v2.0/networks => generated 616 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1179] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:06:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1180] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:54 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1181] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:06:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1182] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:06:54 2026] POST /v2.0/subnets => generated 646 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1183] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:06:54 2026] POST /v2.0/security-group-rules => generated 599 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1184] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:06:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1185] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:06:54 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: 7|app: 0|req: 593/1186] 10.0.0.13 () {34 vars in 662 bytes} [Tue Apr 14 07:06:54 2026] POST /v2.0/ports => generated 928 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:06:55.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a1a0a50-7c95-43d6-93d6-a354bcd015e1 7c7d9f8650d041d7abecb7b16436b0e2 365166f236e0485c917f6c87429029f8 - - default default] TaaS: Handle Delete Port: f85ba780-28d5-4a4b-ac0a-1cf54bad56c6 2026-04-14 07:06:55.094 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a1a0a50-7c95-43d6-93d6-a354bcd015e1 7c7d9f8650d041d7abecb7b16436b0e2 365166f236e0485c917f6c87429029f8 - - default default] Tap Mirror: Handle Delete Port: f85ba780-28d5-4a4b-ac0a-1cf54bad56c6 [pid: 8|app: 0|req: 594/1187] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:06:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1188] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:55 2026] GET /v2.0/ports?device_id=b47d864a-3b4f-46f0-86fd-8f6981872c53 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1189] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:06:54 2026] DELETE /v2.0/ports/f85ba780-28d5-4a4b-ac0a-1cf54bad56c6 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1190] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:55 2026] GET /v2.0/security-groups?id=d3356d1c-9b35-42f7-81e0-eba1e7608079&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1191] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:06:55 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) 2026-04-14 07:06:55.284 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb85096d-18da-4450-a1a7-bb9094259219 7c7d9f8650d041d7abecb7b16436b0e2 365166f236e0485c917f6c87429029f8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 596/1192] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:06:55 2026] GET /v2.0/ports/f85ba780-28d5-4a4b-ac0a-1cf54bad56c6 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1193] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:06:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1194] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:55 2026] DELETE /v2.0/subnets/591da252-2176-4205-9322-bbfd0d144616 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1195] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:55 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => 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: 598/1196] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:06:55 2026] POST /v2.0/security-group-rules => generated 599 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1197] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:06:55 2026] DELETE /v2.0/networks/19a0fbdf-9be7-432e-ba39-3f9a7fcb4956 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1198] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:06:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1199] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:06:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1200] 10.0.0.13 () {34 vars in 662 bytes} [Tue Apr 14 07:06:55 2026] POST /v2.0/ports => generated 778 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:06:56.165 8 INFO neutron.services.segments.plugin [-] Segment 1e32de98-c42c-48f7-af38-e09ed2e8c0b2 resource provider aggregate not found 2026-04-14 07:06:56.175 8 INFO neutron.services.segments.plugin [-] Segment 1e32de98-c42c-48f7-af38-e09ed2e8c0b2 resource provider aggregate not found 2026-04-14 07:06:56.182 8 INFO neutron.services.segments.plugin [-] Segment 1e32de98-c42c-48f7-af38-e09ed2e8c0b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e32de98-c42c-48f7-af38-e09ed2e8c0b2 found for delete ", "request_id": "req-8f5f047c-a502-49bd-bddd-01cb07f1be26"}]} 2026-04-14 07:06:56.194 8 INFO neutron.services.segments.plugin [-] Segment 1e32de98-c42c-48f7-af38-e09ed2e8c0b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e32de98-c42c-48f7-af38-e09ed2e8c0b2 found for delete ", "request_id": "req-f3e1465d-0f6d-4f92-aa6c-3b03172ce773"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 601/1201] 199.204.45.132 () {34 vars in 992 bytes} [Tue Apr 14 07:06:56 2026] GET /v2.0/ports?device_id=b47d864a-3b4f-46f0-86fd-8f6981872c53 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1202] 10.0.0.13 () {34 vars in 734 bytes} [Tue Apr 14 07:06:56 2026] PUT /v2.0/ports/1aaa1a48-3c48-4e6a-93a1-3be64f31fa37 => generated 752 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 602/1203] 10.0.0.114 () {34 vars in 1092 bytes} [Tue Apr 14 07:06:56 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-509048716&fields=id&tenant_id=9e446a96e1c14ab69900daf682511a40 => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:06:56.411 8 INFO neutron_taas.services.taas.taas_plugin [None req-a676c865-ad10-4a6c-9d42-bd4121c065f2 7c7d9f8650d041d7abecb7b16436b0e2 365166f236e0485c917f6c87429029f8 - - default default] TaaS: Handle Delete Port: 1aaa1a48-3c48-4e6a-93a1-3be64f31fa37 2026-04-14 07:06:56.414 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a676c865-ad10-4a6c-9d42-bd4121c065f2 7c7d9f8650d041d7abecb7b16436b0e2 365166f236e0485c917f6c87429029f8 - - default default] Tap Mirror: Handle Delete Port: 1aaa1a48-3c48-4e6a-93a1-3be64f31fa37 2026-04-14 07:06:56.434 7 INFO neutron_taas.services.taas.taas_plugin [req-3c500917-4411-4ec9-a480-c7219d5d8c81 req-4d9ae017-314d-4657-8e56-98bd46c16c68 5c09e0c444f74a53a2110bed85c43080 486ba04ef6064ca5ad8c174684a157e7 - - default default] TaaS: Handle Delete Port: 67fe4192-baf9-4f59-a7ff-f08ef7b2171c 2026-04-14 07:06:56.436 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3c500917-4411-4ec9-a480-c7219d5d8c81 req-4d9ae017-314d-4657-8e56-98bd46c16c68 5c09e0c444f74a53a2110bed85c43080 486ba04ef6064ca5ad8c174684a157e7 - - default default] Tap Mirror: Handle Delete Port: 67fe4192-baf9-4f59-a7ff-f08ef7b2171c [pid: 8|app: 0|req: 603/1204] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:06:56 2026] DELETE /v2.0/ports/1aaa1a48-3c48-4e6a-93a1-3be64f31fa37 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1205] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:56 2026] GET /v2.0/ports?device_id=b47d864a-3b4f-46f0-86fd-8f6981872c53 => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1206] 10.0.0.114 () {34 vars in 980 bytes} [Tue Apr 14 07:06:56 2026] GET /v2.0/networks?id=c051fbe6-cfe0-4c9a-a136-77646b242799 => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1207] 199.204.45.132 () {36 vars in 995 bytes} [Tue Apr 14 07:06:56 2026] DELETE /v2.0/ports/67fe4192-baf9-4f59-a7ff-f08ef7b2171c => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1208] 10.0.0.13 () {32 vars in 640 bytes} [Tue Apr 14 07:06:56 2026] GET /v2.0/ports => generated 781 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1209] 10.0.0.114 () {34 vars in 963 bytes} [Tue Apr 14 07:06:56 2026] GET /v2.0/quotas/9e446a96e1c14ab69900daf682511a40 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:06:56.611 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6e220ee4-8fa9-43ed-a550-f76ab0213166 7c7d9f8650d041d7abecb7b16436b0e2 365166f236e0485c917f6c87429029f8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 608/1210] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:06:56 2026] GET /v2.0/ports/1aaa1a48-3c48-4e6a-93a1-3be64f31fa37 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1211] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:06:56 2026] GET /v2.0/security-groups?id=d3356d1c-9b35-42f7-81e0-eba1e7608079&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: 604/1212] 10.0.0.13 () {32 vars in 640 bytes} [Tue Apr 14 07:06:56 2026] GET /v2.0/ports => generated 781 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1213] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:06:56 2026] GET /v2.0/ports/c16273ce-bcea-4b9b-be7b-325519d447f7 => generated 778 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1214] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:56 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:06:56.733 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a9f2b3f7-bfe9-4903-a0a4-21cc39c85497 7c7d9f8650d041d7abecb7b16436b0e2 365166f236e0485c917f6c87429029f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 607/1215] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:06:56 2026] DELETE /v2.0/ports/f85ba780-28d5-4a4b-ac0a-1cf54bad56c6 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:06:56.751 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-720f004a-2c97-44a5-b7a3-5749322c6d00'] response: {'server_uuid': 'b47d864a-3b4f-46f0-86fd-8f6981872c53', 'name': 'network-vif-deleted', 'tag': '67fe4192-baf9-4f59-a7ff-f08ef7b2171c', 'status': 'completed', 'code': 200} 2026-04-14 07:06:56.758 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a28dc61d-e582-48b3-82a7-23cdd1eb561d 7c7d9f8650d041d7abecb7b16436b0e2 365166f236e0485c917f6c87429029f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 608/1216] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:56 2026] DELETE /v2.0/subnets/591da252-2176-4205-9322-bbfd0d144616 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1217] 10.0.0.114 () {34 vars in 1000 bytes} [Tue Apr 14 07:06:56 2026] GET /v2.0/ports?tenant_id=9e446a96e1c14ab69900daf682511a40&fields=id => generated 241 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:06:56.788 7 INFO neutron.pecan_wsgi.hooks.translation [None req-681836a9-8586-49c6-a091-1097882a09d4 7c7d9f8650d041d7abecb7b16436b0e2 365166f236e0485c917f6c87429029f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 609/1218] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:06:56 2026] DELETE /v2.0/subnets/d483d9ab-f7dc-4082-b0e5-9912d5277ca5 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1219] 10.0.0.114 () {34 vars in 1006 bytes} [Tue Apr 14 07:06:56 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1220] 10.0.0.114 () {34 vars in 1106 bytes} [Tue Apr 14 07:06:56 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?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-14 07:06:56.908 7 INFO neutron_taas.services.taas.taas_plugin [None req-cad5df45-d97a-4314-ad90-321f2c7c7007 7c7d9f8650d041d7abecb7b16436b0e2 365166f236e0485c917f6c87429029f8 - - default default] TaaS: Handle Delete Port: c16273ce-bcea-4b9b-be7b-325519d447f7 2026-04-14 07:06:56.911 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cad5df45-d97a-4314-ad90-321f2c7c7007 7c7d9f8650d041d7abecb7b16436b0e2 365166f236e0485c917f6c87429029f8 - - default default] Tap Mirror: Handle Delete Port: c16273ce-bcea-4b9b-be7b-325519d447f7 [pid: 7|app: 0|req: 610/1221] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:06:56 2026] DELETE /v2.0/ports/c16273ce-bcea-4b9b-be7b-325519d447f7 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1222] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:57 2026] GET /v2.0/ports?device_id=f226b26e-39f4-4c2b-82d5-7939da3fed72 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:06:57.161 7 INFO neutron.services.segments.plugin [-] Segment e9661208-cecc-407b-a78c-178391bce0c1 resource provider aggregate not found 2026-04-14 07:06:57.168 7 INFO neutron.services.segments.plugin [-] Segment e9661208-cecc-407b-a78c-178391bce0c1 resource provider aggregate not found 2026-04-14 07:06:57.187 7 INFO neutron.services.segments.plugin [-] Segment e9661208-cecc-407b-a78c-178391bce0c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9661208-cecc-407b-a78c-178391bce0c1 found for delete ", "request_id": "req-ad394afb-f623-4b58-8d0e-9dadb9af1c54"}]} 2026-04-14 07:06:57.188 7 INFO neutron.services.segments.plugin [-] Segment e9661208-cecc-407b-a78c-178391bce0c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9661208-cecc-407b-a78c-178391bce0c1 found for delete ", "request_id": "req-66bc2f52-a1fe-441b-8153-39a258ecc79f"}]} [pid: 7|app: 0|req: 611/1223] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:06:57 2026] DELETE /v2.0/networks/21f2ad50-be2f-4b59-a88b-ace8cd82066e => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1224] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:57 2026] GET /v2.0/ports?device_id=b47d864a-3b4f-46f0-86fd-8f6981872c53 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1225] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:57 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1226] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:06:57 2026] GET /v2.0/security-groups?tenant_id=365166f236e0485c917f6c87429029f8&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1227] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:06:57 2026] DELETE /v2.0/security-groups/a2afce54-1290-4e55-8c1f-8add3738240b => 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: 613/1228] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:06:58 2026] GET /v2.0/networks?id=6123621a-efd2-4e1c-b4ac-7de66b78bcd4 => generated 670 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1229] 199.204.45.132 () {34 vars in 1048 bytes} [Tue Apr 14 07:06:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c22d850f2f5f40f69aedd85d535d34d6 => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1230] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:58 2026] GET /v2.0/ports?device_id=b47d864a-3b4f-46f0-86fd-8f6981872c53 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1231] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:06:58 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1232] 199.204.45.132 () {38 vars in 953 bytes} [Tue Apr 14 07:06:58 2026] POST /v2.0/ports => generated 958 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1233] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:06:59 2026] PUT /v2.0/ports/3e7f3940-f81e-4825-9f0e-161c75f933d5 => generated 1239 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:06:59.718 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a1efe0f-1f5e-4b97-91dc-2a600953d8b7'] response: {'name': 'network-changed', 'server_uuid': '97815148-48cc-4d91-807f-2ee2baf89c49', 'tag': '3e7f3940-f81e-4825-9f0e-161c75f933d5', '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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 620/1234] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:00 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 973 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1235] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:00 2026] GET /v2.0/security-groups?id=f7f73aba-37a8-44a6-9132-aac363b3d06e&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1236] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:07:00 2026] GET /v2.0/ports?tenant_id=c22d850f2f5f40f69aedd85d535d34d6&device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:07:00.286 7 INFO neutron.db.segments_db [None req-a61ad716-ed07-4447-8681-f29d610e1fcf 8841835c4a9b456abe6718e3b31ebb20 ee921d048d4343bda4349003c480c5f5 - - default default] Added segment 3a72411d-c034-4bd3-a640-5da070b1b88e of type vxlan for network b9d1edbb-bc93-4343-b006-14606391a497 [pid: 8|app: 0|req: 623/1237] 199.204.45.132 () {34 vars in 1016 bytes} [Tue Apr 14 07:07:00 2026] GET /v2.0/networks?tenant_id=c22d850f2f5f40f69aedd85d535d34d6&shared=False => generated 766 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1238] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:06:59 2026] POST /v2.0/networks => generated 625 bytes in 529 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1239] 199.204.45.132 () {34 vars in 928 bytes} [Tue Apr 14 07:07:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1240] 10.0.0.13 () {34 vars in 662 bytes} [Tue Apr 14 07:07:00 2026] POST /v2.0/ports => generated 775 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:07:00.907 8 INFO neutron.db.segments_db [None req-648cac72-eb5d-41ff-861f-a23fa3beefe8 8841835c4a9b456abe6718e3b31ebb20 ee921d048d4343bda4349003c480c5f5 - - default default] Added segment c3a412a4-9f4a-4951-a87d-4ad944961981 of type vxlan for network da88e6b2-627d-4379-8f87-d2d57a8d66ac [pid: 8|app: 0|req: 625/1241] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:07:00 2026] POST /v2.0/networks => generated 611 bytes in 153 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: 617/1242] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:07:00 2026] POST /v2.0/subnets => generated 626 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:07:01.488 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca81bd5d-c0b3-4866-bba3-0c6afa6aaf6a bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: cb76d5af-5a8d-4733-93f4-884a8a9d3c3b 2026-04-14 07:07:01.492 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca81bd5d-c0b3-4866-bba3-0c6afa6aaf6a bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: cb76d5af-5a8d-4733-93f4-884a8a9d3c3b [pid: 7|app: 0|req: 618/1243] 10.0.0.13 () {34 vars in 662 bytes} [Tue Apr 14 07:07:01 2026] POST /v2.0/ports => generated 949 bytes in 379 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: 619/1244] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:01 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1245] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:07:01 2026] GET /v2.0/ports?tenant_id=c22d850f2f5f40f69aedd85d535d34d6&device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:07:01.822 7 INFO neutron_taas.services.taas.taas_plugin [None req-27758f51-6a5e-425a-8f84-f85af3e4f58f 8841835c4a9b456abe6718e3b31ebb20 ee921d048d4343bda4349003c480c5f5 - - default default] TaaS: Handle Delete Port: d0d7a960-348b-4401-ab44-eb2c1916a14a 2026-04-14 07:07:01.825 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27758f51-6a5e-425a-8f84-f85af3e4f58f 8841835c4a9b456abe6718e3b31ebb20 ee921d048d4343bda4349003c480c5f5 - - default default] Tap Mirror: Handle Delete Port: d0d7a960-348b-4401-ab44-eb2c1916a14a [pid: 7|app: 0|req: 621/1246] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:07:01 2026] DELETE /v2.0/ports/d0d7a960-348b-4401-ab44-eb2c1916a14a => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1247] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:01 2026] GET /v2.0/security-groups?id=f7f73aba-37a8-44a6-9132-aac363b3d06e&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: 623/1248] 199.204.45.132 () {34 vars in 1058 bytes} [Tue Apr 14 07:07:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=3e7f3940-f81e-4825-9f0e-161c75f933d5 => 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: 624/1249] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:07:02 2026] GET /v2.0/networks?id=c051fbe6-cfe0-4c9a-a136-77646b242799 => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:07:02.120 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c5d9f16-6eb7-43ab-85d2-d49eb78cd16d 8841835c4a9b456abe6718e3b31ebb20 ee921d048d4343bda4349003c480c5f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 625/1250] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:07:02 2026] DELETE /v2.0/ports/d0d7a960-348b-4401-ab44-eb2c1916a14a => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1251] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:07:02 2026] GET /v2.0/subnets?id=7f90e0d6-727f-4e0d-a477-943f6f4ca213 => generated 688 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1252] 199.204.45.132 () {34 vars in 1048 bytes} [Tue Apr 14 07:07:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9e446a96e1c14ab69900daf682511a40 => generated 178 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:07:02.211 7 INFO neutron.pecan_wsgi.hooks.translation [None req-82e0aae4-a728-4dfe-a52f-7f9335f4289d 8841835c4a9b456abe6718e3b31ebb20 ee921d048d4343bda4349003c480c5f5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 628/1253] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:07:02 2026] GET /v2.0/ports/d0d7a960-348b-4401-ab44-eb2c1916a14a => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1254] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:02 2026] GET /v2.0/ports?device_id=f226b26e-39f4-4c2b-82d5-7939da3fed72 => 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: 630/1255] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:07:02 2026] GET /v2.0/ports?network_id=6123621a-efd2-4e1c-b4ac-7de66b78bcd4&device_owner=network%3Adhcp => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1256] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:07:01 2026] PUT /v2.0/routers/81e5e19b-057b-4ada-a01f-95ba387bfe95/remove_router_interface => generated 309 bytes in 1635 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1257] 199.204.45.132 () {38 vars in 953 bytes} [Tue Apr 14 07:07:02 2026] POST /v2.0/ports => generated 1183 bytes in 448 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: 632/1258] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:07:02 2026] GET /v2.0/networks/6123621a-efd2-4e1c-b4ac-7de66b78bcd4?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1259] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:07:02 2026] DELETE /v2.0/subnets/34dfd842-b28f-42fe-8bdd-c8cc7b4f5a78 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:07:02.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-1112df7c-0a2d-497f-8274-1cc87b75781b bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: bd968e40-8a14-4b09-be73-49417d273e72 2026-04-14 07:07:02.986 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1112df7c-0a2d-497f-8274-1cc87b75781b bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: bd968e40-8a14-4b09-be73-49417d273e72 2026-04-14 07:07:03.294 7 INFO neutron_taas.services.taas.taas_plugin [None req-1112df7c-0a2d-497f-8274-1cc87b75781b bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 98fd6d20-2455-414c-ab0a-82680ad36d93 2026-04-14 07:07:03.297 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1112df7c-0a2d-497f-8274-1cc87b75781b bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 98fd6d20-2455-414c-ab0a-82680ad36d93 [pid: 8|app: 0|req: 628/1260] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:07:02 2026] PUT /v2.0/ports/44d2a734-b49f-442a-be08-356754f24eac => generated 1464 bytes in 546 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-14 07:07:03.456 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-48fd0993-0bf5-42e7-81c4-ffecc67779d3'] response: {'name': 'network-changed', 'server_uuid': 'f226b26e-39f4-4c2b-82d5-7939da3fed72', 'tag': '44d2a734-b49f-442a-be08-356754f24eac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 629/1261] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:07:03 2026] GET /v2.0/networks/6123621a-efd2-4e1c-b4ac-7de66b78bcd4?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) 2026-04-14 07:07:03.593 8 INFO neutron.services.segments.plugin [-] Segment c3a412a4-9f4a-4951-a87d-4ad944961981 resource provider aggregate not found 2026-04-14 07:07:03.602 8 INFO neutron.services.segments.plugin [-] Segment c3a412a4-9f4a-4951-a87d-4ad944961981 resource provider aggregate not found 2026-04-14 07:07:03.613 8 INFO neutron.services.segments.plugin [-] Segment c3a412a4-9f4a-4951-a87d-4ad944961981 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3a412a4-9f4a-4951-a87d-4ad944961981 found for delete ", "request_id": "req-4658b7bc-2b40-462b-9649-d080f7e37fe1"}]} 2026-04-14 07:07:03.616 8 INFO neutron.services.segments.plugin [-] Segment c3a412a4-9f4a-4951-a87d-4ad944961981 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3a412a4-9f4a-4951-a87d-4ad944961981 found for delete ", "request_id": "req-2d460c6b-af1e-44fd-ab6c-6091783bc314"}]} [pid: 8|app: 0|req: 630/1262] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:07:03 2026] DELETE /v2.0/networks/da88e6b2-627d-4379-8f87-d2d57a8d66ac => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:07:03.664 7 INFO neutron.services.segments.plugin [-] Segment c6becc46-2dc3-4614-a434-76c2a4fc1337 resource provider aggregate not found 2026-04-14 07:07:03.671 7 INFO neutron.services.segments.plugin [-] Segment c6becc46-2dc3-4614-a434-76c2a4fc1337 resource provider aggregate not found [pid: 8|app: 0|req: 631/1263] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:03 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:07:03.691 7 INFO neutron.services.segments.plugin [-] Segment c6becc46-2dc3-4614-a434-76c2a4fc1337 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6becc46-2dc3-4614-a434-76c2a4fc1337 found for delete ", "request_id": "req-9edd6b85-eb54-4680-a3a7-e311023e383a"}]} 2026-04-14 07:07:03.708 7 INFO neutron.services.segments.plugin [-] Segment c6becc46-2dc3-4614-a434-76c2a4fc1337 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6becc46-2dc3-4614-a434-76c2a4fc1337 found for delete ", "request_id": "req-2da3d260-d17b-4e96-b086-e885652f46d3"}]} 2026-04-14 07:07:03.726 7 INFO neutron.db.l3_hamode_db [None req-1112df7c-0a2d-497f-8274-1cc87b75781b bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] HA network 8a4719e6-c8a8-4c98-88ab-e749bdb8f3f1 was deleted as no HA routers are present in tenant 486ba04ef6064ca5ad8c174684a157e7. [pid: 7|app: 0|req: 633/1264] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:07:02 2026] DELETE /v2.0/routers/81e5e19b-057b-4ada-a01f-95ba387bfe95 => generated 0 bytes in 959 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:07:03.766 8 INFO neutron.db.segments_db [None req-2f19f0d3-ca0c-468c-9bbf-c66ee0780ec8 8841835c4a9b456abe6718e3b31ebb20 ee921d048d4343bda4349003c480c5f5 - - default default] Added segment f9620440-3a98-4745-b6f1-7815620cb2fe of type vxlan for network 190cef32-0763-4f3f-8c5f-be0b3e544b41 [pid: 7|app: 0|req: 634/1265] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:03 2026] GET /v2.0/security-groups?id=f7f73aba-37a8-44a6-9132-aac363b3d06e&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1266] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:07:03 2026] POST /v2.0/networks => generated 612 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1267] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:07:03 2026] DELETE /v2.0/subnets/6196f7b0-3d88-49fc-b757-0650f0b752c9 => 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: 638/1270] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:07:04 2026] GET /v2.0/ports?tenant_id=9e446a96e1c14ab69900daf682511a40&device_id=f226b26e-39f4-4c2b-82d5-7939da3fed72 => generated 1467 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1271] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:07:03 2026] POST /v2.0/subnets => generated 626 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:07:04.210 7 INFO neutron_taas.services.taas.taas_plugin [None req-98f429da-d5f0-468f-a306-7999ba213716 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: b47d28c1-9298-4d56-8c23-087fd90bbef3 2026-04-14 07:07:04.213 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98f429da-d5f0-468f-a306-7999ba213716 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: b47d28c1-9298-4d56-8c23-087fd90bbef3 [pid: 8|app: 0|req: 634/1272] 199.204.45.132 () {34 vars in 1016 bytes} [Tue Apr 14 07:07:04 2026] GET /v2.0/networks?tenant_id=9e446a96e1c14ab69900daf682511a40&shared=False => generated 2374 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1273] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:07:04 2026] DELETE /v2.0/networks/54a322de-d292-4173-9d6e-ab4ae0b2fa14 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1274] 199.204.45.132 () {34 vars in 928 bytes} [Tue Apr 14 07:07:04 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: 8|app: 0|req: 635/1275] 10.0.0.13 () {34 vars in 662 bytes} [Tue Apr 14 07:07:04 2026] POST /v2.0/ports => generated 916 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1276] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:04 2026] GET /v2.0/security-groups?tenant_id=486ba04ef6064ca5ad8c174684a157e7&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:07:04.741 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f048f1f-efbd-4ecd-8adc-dc0e775b906b 8841835c4a9b456abe6718e3b31ebb20 ee921d048d4343bda4349003c480c5f5 - - default default] TaaS: Handle Delete Port: 5a419e53-02a6-4349-9fdf-1dea8ccb6e92 2026-04-14 07:07:04.745 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f048f1f-efbd-4ecd-8adc-dc0e775b906b 8841835c4a9b456abe6718e3b31ebb20 ee921d048d4343bda4349003c480c5f5 - - default default] Tap Mirror: Handle Delete Port: 5a419e53-02a6-4349-9fdf-1dea8ccb6e92 [pid: 8|app: 0|req: 637/1277] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:04 2026] DELETE /v2.0/security-groups/d3356d1c-9b35-42f7-81e0-eba1e7608079 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1278] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:07:04 2026] DELETE /v2.0/ports/5a419e53-02a6-4349-9fdf-1dea8ccb6e92 => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1279] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:04 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:07:04.929 7 INFO neutron.pecan_wsgi.hooks.translation [None req-22ca1a1b-9641-4065-838b-129eed56302e 8841835c4a9b456abe6718e3b31ebb20 ee921d048d4343bda4349003c480c5f5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 642/1280] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:07:04 2026] GET /v2.0/ports/5a419e53-02a6-4349-9fdf-1dea8ccb6e92 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1281] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:04 2026] GET /v2.0/security-groups?id=f7f73aba-37a8-44a6-9132-aac363b3d06e&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1282] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:07:04 2026] DELETE /v2.0/subnets/8837e0d5-5431-4d5c-9be4-0541dcd6ba3d => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1283] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:07:05 2026] DELETE /v2.0/networks/190cef32-0763-4f3f-8c5f-be0b3e544b41 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1284] 10.0.0.13 () {34 vars in 662 bytes} [Tue Apr 14 07:07:05 2026] POST /v2.0/ports => generated 775 bytes in 194 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: 645/1285] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:07:05 2026] GET /v2.0/ports?tenant_id=9e446a96e1c14ab69900daf682511a40&device_id=f226b26e-39f4-4c2b-82d5-7939da3fed72 => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1286] 10.0.0.13 () {34 vars in 734 bytes} [Tue Apr 14 07:07:05 2026] PUT /v2.0/ports/85f3e132-2fe7-4b10-8c8c-a6ddc7010bc8 => generated 752 bytes in 191 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: 646/1287] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:07:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.130&port_id=44d2a734-b49f-442a-be08-356754f24eac => 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: 647/1288] 199.204.45.132 () {34 vars in 1102 bytes} [Tue Apr 14 07:07:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1a4&port_id=44d2a734-b49f-442a-be08-356754f24eac => 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: 648/1289] 199.204.45.132 () {34 vars in 1062 bytes} [Tue Apr 14 07:07:05 2026] GET /v2.0/subnets?id=090f6f9e-7bdb-426b-8b94-e81d60e3ec26&id=1b864f44-970c-44f4-96d8-dc5b0db51745 => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:07:05.634 8 INFO neutron.services.segments.plugin [-] Segment f9620440-3a98-4745-b6f1-7815620cb2fe resource provider aggregate not found 2026-04-14 07:07:05.640 8 INFO neutron.services.segments.plugin [-] Segment f9620440-3a98-4745-b6f1-7815620cb2fe resource provider aggregate not found 2026-04-14 07:07:05.654 8 INFO neutron.services.segments.plugin [-] Segment f9620440-3a98-4745-b6f1-7815620cb2fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9620440-3a98-4745-b6f1-7815620cb2fe found for delete ", "request_id": "req-99b8d8b6-275b-4140-b885-8a9b89c7891e"}]} [pid: 7|app: 0|req: 649/1290] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:07:05 2026] GET /v2.0/ports?network_id=c051fbe6-cfe0-4c9a-a136-77646b242799&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:07:05.671 8 INFO neutron.services.segments.plugin [-] Segment f9620440-3a98-4745-b6f1-7815620cb2fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9620440-3a98-4745-b6f1-7815620cb2fe found for delete ", "request_id": "req-17507ef0-31b4-4aaa-83c5-50699c2da76d"}]} 2026-04-14 07:07:05.683 8 INFO neutron_taas.services.taas.taas_plugin [None req-7628b22d-f33d-4c6c-838a-6b97e9c7b676 8841835c4a9b456abe6718e3b31ebb20 ee921d048d4343bda4349003c480c5f5 - - default default] TaaS: Handle Delete Port: 85f3e132-2fe7-4b10-8c8c-a6ddc7010bc8 2026-04-14 07:07:05.688 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7628b22d-f33d-4c6c-838a-6b97e9c7b676 8841835c4a9b456abe6718e3b31ebb20 ee921d048d4343bda4349003c480c5f5 - - default default] Tap Mirror: Handle Delete Port: 85f3e132-2fe7-4b10-8c8c-a6ddc7010bc8 2026-04-14 07:07:05.718 7 INFO neutron.services.segments.plugin [-] Segment a4220895-5b11-4d8c-8c33-ac0d6e150f93 resource provider aggregate not found [pid: 7|app: 0|req: 650/1291] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:07:05 2026] GET /v2.0/ports?network_id=c051fbe6-cfe0-4c9a-a136-77646b242799&device_owner=network%3Adhcp => generated 1457 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:07:05.745 7 INFO neutron.services.segments.plugin [-] Segment a4220895-5b11-4d8c-8c33-ac0d6e150f93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4220895-5b11-4d8c-8c33-ac0d6e150f93 found for delete ", "request_id": "req-dcf96af0-efa5-4efb-831b-c175bed1a522"}]} 2026-04-14 07:07:05.748 7 INFO neutron.services.segments.plugin [-] Segment a4220895-5b11-4d8c-8c33-ac0d6e150f93 resource provider aggregate not found 2026-04-14 07:07:05.773 7 INFO neutron.services.segments.plugin [-] Segment a4220895-5b11-4d8c-8c33-ac0d6e150f93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4220895-5b11-4d8c-8c33-ac0d6e150f93 found for delete ", "request_id": "req-49f3a28c-7f15-47bc-b927-ad7e7a36d0ee"}]} [pid: 8|app: 0|req: 642/1292] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:07:05 2026] DELETE /v2.0/ports/85f3e132-2fe7-4b10-8c8c-a6ddc7010bc8 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1293] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:07:05 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1294] 10.0.0.13 () {32 vars in 640 bytes} [Tue Apr 14 07:07:05 2026] GET /v2.0/ports => generated 778 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:07:05.853 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6a6afb49-c471-4e23-9b3f-ae87a8516220 8841835c4a9b456abe6718e3b31ebb20 ee921d048d4343bda4349003c480c5f5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 644/1295] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:07:05 2026] GET /v2.0/ports/85f3e132-2fe7-4b10-8c8c-a6ddc7010bc8 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1296] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:07:05 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1297] 10.0.0.13 () {32 vars in 640 bytes} [Tue Apr 14 07:07:05 2026] GET /v2.0/ports => generated 778 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1298] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:07:05 2026] GET /v2.0/ports/2c9fce3a-7a6b-417d-9c53-393c9ae7bc0f => generated 775 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:07:06.009 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2f7aeb2a-ce6a-40cf-9e9a-7849227fa173 8841835c4a9b456abe6718e3b31ebb20 ee921d048d4343bda4349003c480c5f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 646/1299] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:07:05 2026] DELETE /v2.0/ports/5a419e53-02a6-4349-9fdf-1dea8ccb6e92 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:07:06.055 8 INFO neutron.pecan_wsgi.hooks.translation [None req-57357ccd-817f-4f09-b48b-b4c4b1d9e117 8841835c4a9b456abe6718e3b31ebb20 ee921d048d4343bda4349003c480c5f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 647/1300] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:07:06 2026] DELETE /v2.0/subnets/8837e0d5-5431-4d5c-9be4-0541dcd6ba3d => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:07:06.081 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6c4cc84-b6ca-41e7-9da2-1e2302a38bee 8841835c4a9b456abe6718e3b31ebb20 ee921d048d4343bda4349003c480c5f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 648/1301] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:07:06 2026] DELETE /v2.0/subnets/34dfd842-b28f-42fe-8bdd-c8cc7b4f5a78 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1302] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:06 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1303] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:06 2026] GET /v2.0/security-groups?id=f7f73aba-37a8-44a6-9132-aac363b3d06e&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:07:06.223 8 INFO neutron_taas.services.taas.taas_plugin [None req-45b02d5c-360a-4f11-82e7-ecff1c3b81bf 8841835c4a9b456abe6718e3b31ebb20 ee921d048d4343bda4349003c480c5f5 - - default default] TaaS: Handle Delete Port: 2c9fce3a-7a6b-417d-9c53-393c9ae7bc0f 2026-04-14 07:07:06.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45b02d5c-360a-4f11-82e7-ecff1c3b81bf 8841835c4a9b456abe6718e3b31ebb20 ee921d048d4343bda4349003c480c5f5 - - default default] Tap Mirror: Handle Delete Port: 2c9fce3a-7a6b-417d-9c53-393c9ae7bc0f [pid: 8|app: 0|req: 649/1304] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:07:06 2026] DELETE /v2.0/ports/2c9fce3a-7a6b-417d-9c53-393c9ae7bc0f => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1305] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:07:06 2026] DELETE /v2.0/networks/b9d1edbb-bc93-4343-b006-14606391a497 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1306] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:07 2026] GET /v2.0/security-groups?tenant_id=ee921d048d4343bda4349003c480c5f5&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1307] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:07 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1308] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:07 2026] DELETE /v2.0/security-groups/babfda64-6285-443e-91f8-b483e6615bbc => 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: 658/1309] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:07 2026] GET /v2.0/security-groups?id=f7f73aba-37a8-44a6-9132-aac363b3d06e&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: 8|app: 0|req: 652/1310] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:07 2026] GET /v2.0/ports?device_id=f226b26e-39f4-4c2b-82d5-7939da3fed72 => generated 1198 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1311] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:07 2026] GET /v2.0/security-groups?id=3c3ce63b-e0ea-4a15-8578-5f7996ee2a05&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:07:07.767 7 INFO neutron.services.segments.plugin [-] Segment 3a72411d-c034-4bd3-a640-5da070b1b88e resource provider aggregate not found 2026-04-14 07:07:07.788 7 INFO neutron.services.segments.plugin [-] Segment 3a72411d-c034-4bd3-a640-5da070b1b88e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a72411d-c034-4bd3-a640-5da070b1b88e found for delete ", "request_id": "req-bd45e0b2-6b6f-4bbe-87c8-d5eaf7d44cd1"}]} 2026-04-14 07:07:07.794 7 INFO neutron.services.segments.plugin [-] Segment 3a72411d-c034-4bd3-a640-5da070b1b88e resource provider aggregate not found 2026-04-14 07:07:07.816 7 INFO neutron.services.segments.plugin [-] Segment 3a72411d-c034-4bd3-a640-5da070b1b88e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a72411d-c034-4bd3-a640-5da070b1b88e found for delete ", "request_id": "req-5c7f41f8-f638-4db3-b856-63ded2bcf11f"}]} [pid: 8|app: 0|req: 653/1312] 10.0.0.38 () {32 vars in 798 bytes} [Tue Apr 14 07:07:08 2026] GET /v2.0/extensions => generated 21537 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1313] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:08 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1314] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:08 2026] GET /v2.0/security-groups?id=f7f73aba-37a8-44a6-9132-aac363b3d06e&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1315] 10.0.0.38 () {30 vars in 721 bytes} [Tue Apr 14 07:07:08 2026] GET /v2.0/quotas/e30cf0c70a4b4814bd4d6d4aa5caf46b/details => generated 847 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1316] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:08 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:07:09.158 7 INFO neutron.db.l3_db [None req-d9505b5f-a38d-48fd-b6fb-cd98f741e300 fdd7cf96609e4a8780c1e1017ddfef26 c22d850f2f5f40f69aedd85d535d34d6 - - default default] Floating IP 1088308c-8bdb-4baf-be78-156565da017a associated. External IP: 10.96.250.204, port: 3e7f3940-f81e-4825-9f0e-161c75f933d5. [pid: 7|app: 0|req: 661/1317] 10.0.0.13 () {34 vars in 746 bytes} [Tue Apr 14 07:07:08 2026] PUT /v2.0/floatingips/1088308c-8bdb-4baf-be78-156565da017a => generated 856 bytes in 764 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:07:09.573 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5657cc3f-8e8e-4452-aae8-83713f58cb0e'] response: {'name': 'network-changed', 'server_uuid': '97815148-48cc-4d91-807f-2ee2baf89c49', 'tag': '3e7f3940-f81e-4825-9f0e-161c75f933d5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 662/1318] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:09 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1319] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:09 2026] GET /v2.0/security-groups?id=f7f73aba-37a8-44a6-9132-aac363b3d06e&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1320] 10.0.0.13 () {34 vars in 681 bytes} [Tue Apr 14 07:07:09 2026] POST /v2.0/security-groups => generated 1625 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1321] 10.0.0.13 () {32 vars in 660 bytes} [Tue Apr 14 07:07:09 2026] GET /v2.0/security-groups => generated 4530 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1322] 10.0.0.13 () {34 vars in 755 bytes} [Tue Apr 14 07:07:09 2026] PUT /v2.0/security-groups/f461261a-7cce-44d1-a11a-a7299c7081d7 => generated 1663 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1323] 10.0.0.13 () {32 vars in 734 bytes} [Tue Apr 14 07:07:09 2026] GET /v2.0/security-groups/f461261a-7cce-44d1-a11a-a7299c7081d7 => generated 1663 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1324] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:10 2026] DELETE /v2.0/security-groups/f461261a-7cce-44d1-a11a-a7299c7081d7 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1325] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:10 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1326] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:07:10 2026] GET /v2.0/ports?tenant_id=c22d850f2f5f40f69aedd85d535d34d6&device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1327] 10.0.0.13 () {32 vars in 660 bytes} [Tue Apr 14 07:07:10 2026] GET /v2.0/security-groups => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1328] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:10 2026] GET /v2.0/security-groups?id=f7f73aba-37a8-44a6-9132-aac363b3d06e&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-14 07:07:10.191 7 INFO neutron.api.v2.resource [None req-a1ecb5f6-22ea-48fa-9247-9bbf3718651f 7589c9b145f34ce5bf9a5229d91935c2 1f4a710aded24ffa896affbae045d8c8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 668/1329] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:10 2026] DELETE /v2.0/security-groups/f461261a-7cce-44d1-a11a-a7299c7081d7 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1330] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:07:10 2026] GET /v2.0/networks?id=6123621a-efd2-4e1c-b4ac-7de66b78bcd4 => generated 766 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1331] 199.204.45.132 () {34 vars in 1058 bytes} [Tue Apr 14 07:07:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=3e7f3940-f81e-4825-9f0e-161c75f933d5 => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1332] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:07:10 2026] GET /v2.0/subnets?id=7f90e0d6-727f-4e0d-a477-943f6f4ca213 => generated 688 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1333] 10.0.0.13 () {34 vars in 681 bytes} [Tue Apr 14 07:07:10 2026] POST /v2.0/security-groups => generated 1625 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1334] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:07:10 2026] GET /v2.0/ports?network_id=6123621a-efd2-4e1c-b4ac-7de66b78bcd4&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1335] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:07:10 2026] GET /v2.0/networks/6123621a-efd2-4e1c-b4ac-7de66b78bcd4?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1336] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:07:10 2026] GET /v2.0/networks/6123621a-efd2-4e1c-b4ac-7de66b78bcd4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1337] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:07:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1338] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:07:10 2026] GET /v2.0/security-group-rules/8da422e2-f1f9-4f69-9e84-b2478ff6ab24 => generated 601 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1339] 10.0.0.13 () {32 vars in 670 bytes} [Tue Apr 14 07:07:10 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1340] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:07:10 2026] DELETE /v2.0/security-group-rules/8da422e2-f1f9-4f69-9e84-b2478ff6ab24 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1341] 10.0.0.13 () {32 vars in 670 bytes} [Tue Apr 14 07:07:10 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1342] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:07:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1343] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:07:10 2026] GET /v2.0/security-group-rules/21ac93ec-3ccc-4d0b-8caa-edeca65a7d1e => generated 601 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1344] 10.0.0.13 () {32 vars in 670 bytes} [Tue Apr 14 07:07:11 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1345] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:07:11 2026] DELETE /v2.0/security-group-rules/21ac93ec-3ccc-4d0b-8caa-edeca65a7d1e => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1346] 10.0.0.13 () {32 vars in 670 bytes} [Tue Apr 14 07:07:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1347] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:11 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:07:11.372 8 INFO neutron.db.securitygroups_db [None req-ab4eb8f4-0a4d-4cad-98d7-ab1faffe7d9d 7589c9b145f34ce5bf9a5229d91935c2 1f4a710aded24ffa896affbae045d8c8 - - default default] Project 1f4a710aded24ffa896affbae045d8c8 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: 676/1348] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:11 2026] GET /v2.0/security-groups?id=f7f73aba-37a8-44a6-9132-aac363b3d06e&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1349] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:07:11 2026] POST /v2.0/security-group-rules => generated 607 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1350] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:07:11 2026] GET /v2.0/security-group-rules/8052aedc-2c64-4477-8b50-a9f55d04241a => generated 607 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1351] 10.0.0.13 () {32 vars in 670 bytes} [Tue Apr 14 07:07:11 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1352] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:07:11 2026] DELETE /v2.0/security-group-rules/8052aedc-2c64-4477-8b50-a9f55d04241a => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1353] 10.0.0.13 () {32 vars in 670 bytes} [Tue Apr 14 07:07:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1354] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:11 2026] DELETE /v2.0/security-groups/da403837-d412-437a-bec2-93a01e2491a1 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1355] 10.0.0.13 () {32 vars in 660 bytes} [Tue Apr 14 07:07:11 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: 7|app: 0|req: 680/1356] 10.0.0.13 () {32 vars in 660 bytes} [Tue Apr 14 07:07:11 2026] GET /v2.0/security-groups => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1357] 10.0.0.38 () {32 vars in 798 bytes} [Tue Apr 14 07:07:11 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: 681/1358] 10.0.0.38 () {30 vars in 721 bytes} [Tue Apr 14 07:07:12 2026] GET /v2.0/quotas/e30cf0c70a4b4814bd4d6d4aa5caf46b/details => generated 847 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1359] 199.204.45.132 () {34 vars in 992 bytes} [Tue Apr 14 07:07:12 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1360] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:12 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 975 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1361] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:12 2026] GET /v2.0/ports?device_id=f226b26e-39f4-4c2b-82d5-7939da3fed72 => generated 1200 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:07:12.708 8 INFO neutron_taas.services.taas.taas_plugin [req-9f31244c-e672-4d5d-8365-9ae40b0e8a79 req-5c7757c3-ec0a-4d94-8486-c540e237d4dc fdd7cf96609e4a8780c1e1017ddfef26 c22d850f2f5f40f69aedd85d535d34d6 - - default default] TaaS: Handle Delete Port: 3e7f3940-f81e-4825-9f0e-161c75f933d5 [pid: 7|app: 0|req: 684/1362] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:12 2026] GET /v2.0/security-groups?id=f7f73aba-37a8-44a6-9132-aac363b3d06e&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-14 07:07:12.711 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9f31244c-e672-4d5d-8365-9ae40b0e8a79 req-5c7757c3-ec0a-4d94-8486-c540e237d4dc fdd7cf96609e4a8780c1e1017ddfef26 c22d850f2f5f40f69aedd85d535d34d6 - - default default] Tap Mirror: Handle Delete Port: 3e7f3940-f81e-4825-9f0e-161c75f933d5 2026-04-14 07:07:12.829 8 INFO neutron.db.l3_db [req-9f31244c-e672-4d5d-8365-9ae40b0e8a79 req-5c7757c3-ec0a-4d94-8486-c540e237d4dc fdd7cf96609e4a8780c1e1017ddfef26 c22d850f2f5f40f69aedd85d535d34d6 - - default default] Floating IP 1088308c-8bdb-4baf-be78-156565da017a disassociated. External IP: 10.96.250.204, port: 3e7f3940-f81e-4825-9f0e-161c75f933d5. [pid: 7|app: 0|req: 685/1363] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:12 2026] GET /v2.0/security-groups?tenant_id=1f4a710aded24ffa896affbae045d8c8&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1364] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:12 2026] GET /v2.0/security-groups?id=3c3ce63b-e0ea-4a15-8578-5f7996ee2a05&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1365] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:12 2026] DELETE /v2.0/security-groups/765a0364-cba9-42c6-9043-5a5d0332af0c => 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: 688/1366] 10.0.0.13 () {32 vars in 815 bytes} [Tue Apr 14 07:07:13 2026] GET /v2.0/ports?network_id=c051fbe6-cfe0-4c9a-a136-77646b242799&mac_address=fa%3A16%3A3e%3Ac7%3A34%3Aea => generated 1200 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1367] 199.204.45.132 () {36 vars in 995 bytes} [Tue Apr 14 07:07:12 2026] DELETE /v2.0/ports/3e7f3940-f81e-4825-9f0e-161c75f933d5 => generated 0 bytes in 708 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:07:13.358 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c427506-fffc-426a-a45d-0e4496b8fde9'] response: {'server_uuid': '97815148-48cc-4d91-807f-2ee2baf89c49', 'name': 'network-vif-deleted', 'tag': '3e7f3940-f81e-4825-9f0e-161c75f933d5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 680/1368] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:13 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:07:14.660 7 INFO neutron.db.l3_db [None req-2abc48b7-9cfb-4fed-acf7-0bbba85fb371 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Floating IP c8c24414-ad8d-461d-8055-b96622c77633 associated. External IP: 10.96.250.215, port: 44d2a734-b49f-442a-be08-356754f24eac. [pid: 8|app: 0|req: 681/1369] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:14 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => 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: 689/1370] 10.0.0.13 () {34 vars in 674 bytes} [Tue Apr 14 07:07:13 2026] POST /v2.0/floatingips => generated 855 bytes in 1954 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:07:15.112 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ebf6051-6323-41d4-8424-b5dfdf3275ab'] response: {'name': 'network-changed', 'server_uuid': 'f226b26e-39f4-4c2b-82d5-7939da3fed72', 'tag': '44d2a734-b49f-442a-be08-356754f24eac', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 690/1371] 10.0.0.114 () {34 vars in 1092 bytes} [Tue Apr 14 07:07:15 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-509048716&fields=id&tenant_id=9e446a96e1c14ab69900daf682511a40 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1372] 10.0.0.13 () {34 vars in 673 bytes} [Tue Apr 14 07:07:14 2026] POST /v2.0/subnetpools => generated 548 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1373] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:07:15 2026] GET /v2.0/subnetpools/6cd15fe8-0a94-4cc5-bb37-9a730f6c3aaf => generated 548 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1374] 10.0.0.114 () {34 vars in 980 bytes} [Tue Apr 14 07:07:15 2026] GET /v2.0/networks?id=609944e2-73b0-4389-b783-dbb0ded2fa46 => generated 702 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1375] 10.0.0.114 () {34 vars in 963 bytes} [Tue Apr 14 07:07:15 2026] GET /v2.0/quotas/9e446a96e1c14ab69900daf682511a40 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1376] 10.0.0.13 () {34 vars in 746 bytes} [Tue Apr 14 07:07:15 2026] PUT /v2.0/subnetpools/6cd15fe8-0a94-4cc5-bb37-9a730f6c3aaf => generated 501 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1377] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:07:15 2026] DELETE /v2.0/subnetpools/6cd15fe8-0a94-4cc5-bb37-9a730f6c3aaf => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:07:15.400 8 INFO neutron.api.v2.resource [None req-b099a873-4fe5-4c48-b9dc-0217b4cd49c2 573abb5ed866409e9417da61a37c9be2 a8c2dc4de4e1470f9146344bd0411125 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 686/1378] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:07:15 2026] GET /v2.0/subnetpools/6cd15fe8-0a94-4cc5-bb37-9a730f6c3aaf => generated 145 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:07:15.424 8 INFO neutron.api.v2.resource [None req-d0ffbb8c-c5bf-49ec-bd16-c8e3e55c1df1 573abb5ed866409e9417da61a37c9be2 a8c2dc4de4e1470f9146344bd0411125 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 687/1379] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:07:15 2026] DELETE /v2.0/subnetpools/6cd15fe8-0a94-4cc5-bb37-9a730f6c3aaf => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1380] 10.0.0.114 () {34 vars in 1000 bytes} [Tue Apr 14 07:07:15 2026] GET /v2.0/ports?tenant_id=9e446a96e1c14ab69900daf682511a40&fields=id => generated 333 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1381] 10.0.0.114 () {34 vars in 1006 bytes} [Tue Apr 14 07:07:15 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46?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: 694/1382] 10.0.0.114 () {34 vars in 1106 bytes} [Tue Apr 14 07:07:15 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46?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: 695/1383] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:07:15 2026] GET /v2.0/ports?tenant_id=9e446a96e1c14ab69900daf682511a40&device_id=f226b26e-39f4-4c2b-82d5-7939da3fed72 => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1384] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:07:15 2026] GET /v2.0/networks?id=c051fbe6-cfe0-4c9a-a136-77646b242799 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1385] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:15 2026] GET /v2.0/ports?device_id=34f0dfcd-2a23-4dfc-86c1-0170c1afd468 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1386] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:15 2026] GET /v2.0/security-groups?tenant_id=e30cf0c70a4b4814bd4d6d4aa5caf46b&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1387] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:07:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.130&port_id=44d2a734-b49f-442a-be08-356754f24eac => generated 858 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1388] 199.204.45.132 () {34 vars in 1102 bytes} [Tue Apr 14 07:07:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1a4&port_id=44d2a734-b49f-442a-be08-356754f24eac => 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: 700/1389] 199.204.45.132 () {34 vars in 1062 bytes} [Tue Apr 14 07:07:15 2026] GET /v2.0/subnets?id=090f6f9e-7bdb-426b-8b94-e81d60e3ec26&id=1b864f44-970c-44f4-96d8-dc5b0db51745 => generated 1410 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1390] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:15 2026] DELETE /v2.0/security-groups/46c15f05-7876-4de7-b0ad-35f25e86a1d8 => 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: 701/1391] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:07:15 2026] GET /v2.0/ports?network_id=c051fbe6-cfe0-4c9a-a136-77646b242799&device_owner=network%3Adhcp => generated 1457 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1392] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:07:15 2026] GET /v2.0/ports?network_id=c051fbe6-cfe0-4c9a-a136-77646b242799&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1393] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:07:15 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1394] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:16 2026] GET /v2.0/ports?device_id=97815148-48cc-4d91-807f-2ee2baf89c49 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1395] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:07:16 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1396] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:15 2026] GET /v2.0/security-groups?tenant_id=a8c2dc4de4e1470f9146344bd0411125&name=default => generated 2925 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1397] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:16 2026] DELETE /v2.0/security-groups/f23a43d0-fd7e-4fc5-adf5-ff32953ab409 => 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: 703/1398] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:17 2026] DELETE /v2.0/security-groups/f7f73aba-37a8-44a6-9132-aac363b3d06e => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:07:17.332 8 INFO neutron.api.v2.resource [None req-5684a52c-4d82-403f-ac95-949e11f1b744 fdd7cf96609e4a8780c1e1017ddfef26 c22d850f2f5f40f69aedd85d535d34d6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 696/1399] 10.0.0.13 () {32 vars in 734 bytes} [Tue Apr 14 07:07:17 2026] GET /v2.0/security-groups/f7f73aba-37a8-44a6-9132-aac363b3d06e => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:07:17.500 7 INFO neutron_taas.services.taas.taas_plugin [None req-76380671-b34c-4997-bfa2-b4b490e2c08a fdd7cf96609e4a8780c1e1017ddfef26 c22d850f2f5f40f69aedd85d535d34d6 - - default default] TaaS: Handle Delete Port: 6f4ac196-e9ca-4050-943e-1b97f890c848 2026-04-14 07:07:17.503 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76380671-b34c-4997-bfa2-b4b490e2c08a fdd7cf96609e4a8780c1e1017ddfef26 c22d850f2f5f40f69aedd85d535d34d6 - - default default] Tap Mirror: Handle Delete Port: 6f4ac196-e9ca-4050-943e-1b97f890c848 [pid: 7|app: 0|req: 704/1400] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:07:17 2026] DELETE /v2.0/floatingips/1088308c-8bdb-4baf-be78-156565da017a => generated 0 bytes in 371 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:07:18.115 8 INFO neutron_taas.services.taas.taas_plugin [None req-3579f88f-c85f-4c9d-85c6-8918bf996d0f bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: ee6825bb-d615-41ec-a1b3-e137b3608c87 2026-04-14 07:07:18.119 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3579f88f-c85f-4c9d-85c6-8918bf996d0f bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: ee6825bb-d615-41ec-a1b3-e137b3608c87 [pid: 8|app: 0|req: 697/1401] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:07:17 2026] PUT /v2.0/routers/d56a7f26-b928-488f-8c9a-6df2ab98b9a0/remove_router_interface => generated 309 bytes in 1031 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:07:18.981 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d96ddbb-3200-45d7-8b9b-03a94556ab30 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: a9320e9d-7400-4d9e-af73-87e29ed8bc5d 2026-04-14 07:07:18.984 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d96ddbb-3200-45d7-8b9b-03a94556ab30 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: a9320e9d-7400-4d9e-af73-87e29ed8bc5d 2026-04-14 07:07:19.273 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d96ddbb-3200-45d7-8b9b-03a94556ab30 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 682f54fe-82c7-4987-aa93-0a5febbedf64 2026-04-14 07:07:19.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d96ddbb-3200-45d7-8b9b-03a94556ab30 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 682f54fe-82c7-4987-aa93-0a5febbedf64 2026-04-14 07:07:19.698 7 INFO neutron.services.segments.plugin [-] Segment 0183cf92-8a3c-4b2c-a853-717a94c888ca resource provider aggregate not found 2026-04-14 07:07:19.705 7 INFO neutron.services.segments.plugin [-] Segment 0183cf92-8a3c-4b2c-a853-717a94c888ca resource provider aggregate not found 2026-04-14 07:07:19.725 7 INFO neutron.services.segments.plugin [-] Segment 0183cf92-8a3c-4b2c-a853-717a94c888ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0183cf92-8a3c-4b2c-a853-717a94c888ca found for delete ", "request_id": "req-1693c33c-2e7e-4ae2-b639-aa9d22bdf269"}]} 2026-04-14 07:07:19.731 7 INFO neutron.services.segments.plugin [-] Segment 0183cf92-8a3c-4b2c-a853-717a94c888ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0183cf92-8a3c-4b2c-a853-717a94c888ca found for delete ", "request_id": "req-e6b3134b-9078-4c34-b15a-6bfdaaea3080"}]} 2026-04-14 07:07:19.741 7 INFO neutron.db.l3_hamode_db [None req-6d96ddbb-3200-45d7-8b9b-03a94556ab30 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] HA network 4ab64fbc-c2d8-4f2e-bb84-3f60904f06a4 was deleted as no HA routers are present in tenant c22d850f2f5f40f69aedd85d535d34d6. [pid: 7|app: 0|req: 705/1404] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:07:18 2026] DELETE /v2.0/routers/d56a7f26-b928-488f-8c9a-6df2ab98b9a0 => generated 0 bytes in 991 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1405] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:07:19 2026] DELETE /v2.0/subnets/7f90e0d6-727f-4e0d-a477-943f6f4ca213 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1406] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:07:19 2026] GET /v2.0/networks?id=609944e2-73b0-4389-b783-dbb0ded2fa46 => generated 702 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1407] 199.204.45.132 () {34 vars in 1048 bytes} [Tue Apr 14 07:07:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9e446a96e1c14ab69900daf682511a40 => generated 178 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:07:20.050 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6bdbb35-0870-4bdd-8067-fedb313ae472 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 6aa9013b-9c0b-43df-899a-b638374bd7e4 2026-04-14 07:07:20.053 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6bdbb35-0870-4bdd-8067-fedb313ae472 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 6aa9013b-9c0b-43df-899a-b638374bd7e4 [pid: 7|app: 0|req: 706/1408] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:07:19 2026] DELETE /v2.0/networks/6123621a-efd2-4e1c-b4ac-7de66b78bcd4 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:07:20.502 7 INFO neutron.db.segments_db [None req-9b0b94e8-a796-47d0-8d15-6c7562b2e8c0 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] Added segment 08472d3c-cf3b-472c-bee9-e326f00d445b of type vxlan for network 8e3b9d36-d341-444f-ae86-43f59f11a6d4 [pid: 8|app: 0|req: 703/1409] 199.204.45.132 () {38 vars in 953 bytes} [Tue Apr 14 07:07:20 2026] POST /v2.0/ports => generated 1179 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 704/1410] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:20 2026] GET /v2.0/security-groups?tenant_id=c22d850f2f5f40f69aedd85d535d34d6&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:07:20.741 7 INFO neutron.db.l3_hamode_db [None req-9b0b94e8-a796-47d0-8d15-6c7562b2e8c0 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:07:20.841 7 INFO neutron.db.l3_hamode_db [None req-9b0b94e8-a796-47d0-8d15-6c7562b2e8c0 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 705/1411] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:07:20 2026] PUT /v2.0/ports/bd49d2e0-e0d6-48ad-a42b-75528e811dc7 => generated 1460 bytes in 463 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-14 07:07:21.122 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd005ea2-5ac4-499c-aa1e-687bc99585fb'] response: {'name': 'network-changed', 'server_uuid': '34f0dfcd-2a23-4dfc-86c1-0170c1afd468', 'tag': 'bd49d2e0-e0d6-48ad-a42b-75528e811dc7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 706/1412] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:21 2026] DELETE /v2.0/security-groups/c8944995-282b-4bae-9ee0-49a9fecb54b8 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1413] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:21 2026] GET /v2.0/ports?device_id=34f0dfcd-2a23-4dfc-86c1-0170c1afd468 => generated 1194 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1414] 10.0.0.13 () {34 vars in 665 bytes} [Tue Apr 14 07:07:20 2026] POST /v2.0/routers => generated 474 bytes in 1090 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1415] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:21 2026] GET /v2.0/security-groups?id=3c3ce63b-e0ea-4a15-8578-5f7996ee2a05&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:07:21.477 7 INFO neutron.db.l3_hamode_db [None req-61283b16-c9ae-4a2b-9d03-478046350d89 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 708/1416] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:21 2026] GET /v2.0/security-groups?tenant_id=6fdad1b636184a70b6a8844bb2010659&name=default => generated 2925 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:07:21.636 7 INFO neutron.db.l3_hamode_db [None req-61283b16-c9ae-4a2b-9d03-478046350d89 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 709/1417] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:07:21 2026] GET /v2.0/ports?tenant_id=9e446a96e1c14ab69900daf682511a40&device_id=34f0dfcd-2a23-4dfc-86c1-0170c1afd468 => generated 1463 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:07:21.756 7 INFO neutron.services.segments.plugin [-] Segment f3e27707-7fd1-4180-bbf1-140b23860ab4 resource provider aggregate not found 2026-04-14 07:07:21.772 7 INFO neutron.services.segments.plugin [-] Segment f3e27707-7fd1-4180-bbf1-140b23860ab4 resource provider aggregate not found [pid: 8|app: 0|req: 710/1418] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:21 2026] DELETE /v2.0/security-groups/79d9b234-7917-410c-86db-b38de9b78f5d => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:07:21.795 7 INFO neutron.services.segments.plugin [-] Segment f3e27707-7fd1-4180-bbf1-140b23860ab4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3e27707-7fd1-4180-bbf1-140b23860ab4 found for delete ", "request_id": "req-c4f6c648-f762-48f8-8d24-f126bd3dfb65"}]} 2026-04-14 07:07:21.798 7 INFO neutron.services.segments.plugin [-] Segment f3e27707-7fd1-4180-bbf1-140b23860ab4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3e27707-7fd1-4180-bbf1-140b23860ab4 found for delete ", "request_id": "req-1488feb0-9047-43d2-bf49-3c98db9be93c"}]} [pid: 8|app: 0|req: 711/1419] 199.204.45.132 () {34 vars in 1016 bytes} [Tue Apr 14 07:07:21 2026] GET /v2.0/networks?tenant_id=9e446a96e1c14ab69900daf682511a40&shared=False => generated 2374 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1420] 199.204.45.132 () {34 vars in 928 bytes} [Tue Apr 14 07:07:21 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: 8|app: 0|req: 713/1421] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:21 2026] GET /v2.0/security-groups?tenant_id=e7f146558fa64beb814c4c63bc02441b&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1422] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:22 2026] DELETE /v2.0/security-groups/b0e6f92c-4c36-4987-ad50-6dbb54f3d3cd => 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: 709/1423] 10.0.0.13 () {34 vars in 665 bytes} [Tue Apr 14 07:07:21 2026] POST /v2.0/routers => generated 474 bytes in 967 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:07:22.461 8 INFO neutron.db.l3_hamode_db [None req-e3480571-f217-4a38-9fe1-9a1e8ce9bd06 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:07:22.614 8 INFO neutron.db.l3_hamode_db [None req-e3480571-f217-4a38-9fe1-9a1e8ce9bd06 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 710/1424] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:07:22 2026] GET /v2.0/ports?tenant_id=9e446a96e1c14ab69900daf682511a40&device_id=34f0dfcd-2a23-4dfc-86c1-0170c1afd468 => generated 1463 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1425] 199.204.45.132 () {34 vars in 1054 bytes} [Tue Apr 14 07:07:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.39&port_id=bd49d2e0-e0d6-48ad-a42b-75528e811dc7 => 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: 712/1426] 199.204.45.132 () {34 vars in 1102 bytes} [Tue Apr 14 07:07:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Af4&port_id=bd49d2e0-e0d6-48ad-a42b-75528e811dc7 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1427] 10.0.0.13 () {34 vars in 665 bytes} [Tue Apr 14 07:07:22 2026] POST /v2.0/routers => generated 474 bytes in 812 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1428] 199.204.45.132 () {34 vars in 1062 bytes} [Tue Apr 14 07:07:23 2026] GET /v2.0/subnets?id=fe1a6eb8-5146-419a-b506-409df5fb92a8&id=d26f51cc-163c-4065-9642-422a208e6f89 => generated 1412 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:07:23.288 8 INFO neutron.db.l3_hamode_db [None req-fc1a45c3-5f7f-4446-a258-552be71df111 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:07:23.355 7 INFO neutron.db.segments_db [None req-70be4c16-1340-4c9e-832a-e618c3d72a96 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment bd6faafe-1447-4249-9e00-c8353fce3411 of type vxlan for network 7e82947e-50ab-4e1a-8b99-90d5671ecdbb 2026-04-14 07:07:23.410 8 INFO neutron.db.l3_hamode_db [None req-fc1a45c3-5f7f-4446-a258-552be71df111 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 713/1429] 10.0.0.13 () {34 vars in 668 bytes} [Tue Apr 14 07:07:23 2026] POST /v2.0/networks => generated 725 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1430] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:07:23 2026] GET /v2.0/ports?network_id=609944e2-73b0-4389-b783-dbb0ded2fa46&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1431] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:07:23 2026] POST /v2.0/subnets => generated 691 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1432] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:07:23 2026] GET /v2.0/ports?network_id=609944e2-73b0-4389-b783-dbb0ded2fa46&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:07:23.789 7 INFO neutron.db.segments_db [None req-9a6dad1e-49d6-4d3d-9674-4bc41069b93c bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment ddec5b80-cc5c-42ac-837f-e90c07d65cea of type vxlan for network c62e480e-9d22-495e-80d8-9796659ce39e [pid: 8|app: 0|req: 717/1433] 10.0.0.13 () {34 vars in 665 bytes} [Tue Apr 14 07:07:23 2026] POST /v2.0/routers => generated 474 bytes in 813 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:07:24.066 7 INFO neutron.db.l3_hamode_db [None req-9a6dad1e-49d6-4d3d-9674-4bc41069b93c bd2f037da2b74c948e532e7de336b413 a73e731009e341a1a015dc75029adc55 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 718/1434] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:07:24 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:07:24.126 8 INFO neutron.db.l3_hamode_db [None req-e1ef0290-7975-4721-ad9e-bda967a8e635 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:07:24.249 8 INFO neutron.db.l3_hamode_db [None req-e1ef0290-7975-4721-ad9e-bda967a8e635 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 719/1435] 10.0.0.13 () {34 vars in 665 bytes} [Tue Apr 14 07:07:24 2026] POST /v2.0/routers => generated 474 bytes in 820 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1436] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:07:24 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46?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) 2026-04-14 07:07:25.005 7 INFO neutron.db.l3_hamode_db [None req-9a6dad1e-49d6-4d3d-9674-4bc41069b93c bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 721/1437] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:24 2026] GET /v2.0/security-groups?tenant_id=56e9e35fca3d4565ad1256f5e0b7b2de&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1438] 10.0.0.13 () {34 vars in 748 bytes} [Tue Apr 14 07:07:25 2026] PUT /v2.0/routers/793e512e-9dca-409d-b395-2ab5dbc508d9/tags => generated 17 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1439] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:25 2026] DELETE /v2.0/security-groups/89ed85bf-dfbe-4679-b7dd-407acdb5198d => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1440] 10.0.0.13 () {34 vars in 748 bytes} [Tue Apr 14 07:07:25 2026] PUT /v2.0/routers/d844203b-8e7b-425a-85df-16994ddb24e8/tags => generated 25 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1441] 10.0.0.13 () {34 vars in 748 bytes} [Tue Apr 14 07:07:25 2026] PUT /v2.0/routers/e33c551a-6258-49b9-9f1b-ce0b2a729123/tags => generated 34 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1442] 10.0.0.13 () {34 vars in 748 bytes} [Tue Apr 14 07:07:25 2026] PUT /v2.0/routers/21984b14-14a9-4793-8dfb-68294c6a3a96/tags => generated 19 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1443] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:07:23 2026] POST /v2.0/routers => generated 731 bytes in 2146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1444] 10.0.0.13 () {32 vars in 661 bytes} [Tue Apr 14 07:07:25 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1445] 10.0.0.13 () {32 vars in 675 bytes} [Tue Apr 14 07:07:25 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1446] 10.0.0.13 () {32 vars in 671 bytes} [Tue Apr 14 07:07:26 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1447] 10.0.0.13 () {32 vars in 683 bytes} [Tue Apr 14 07:07:26 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1448] 10.0.0.13 () {32 vars in 669 bytes} [Tue Apr 14 07:07:26 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1449] 10.0.0.13 () {32 vars in 683 bytes} [Tue Apr 14 07:07:26 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1450] 10.0.0.13 () {32 vars in 679 bytes} [Tue Apr 14 07:07:26 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1451] 10.0.0.13 () {32 vars in 691 bytes} [Tue Apr 14 07:07:26 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1452] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:26 2026] GET /v2.0/ports?device_id=34f0dfcd-2a23-4dfc-86c1-0170c1afd468 => generated 1194 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1453] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:07:26 2026] GET /v2.0/routers/793e512e-9dca-409d-b395-2ab5dbc508d9 => generated 485 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1454] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:26 2026] GET /v2.0/security-groups?id=3c3ce63b-e0ea-4a15-8578-5f7996ee2a05&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1455] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:07:25 2026] PUT /v2.0/routers/3db42896-4b00-4216-b8cd-ec461d851c84/add_router_interface => generated 309 bytes in 1375 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1456] 10.0.0.13 () {34 vars in 739 bytes} [Tue Apr 14 07:07:26 2026] PUT /v2.0/routers/793e512e-9dca-409d-b395-2ab5dbc508d9 => generated 485 bytes in 593 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1457] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:07:27 2026] GET /v2.0/ports?device_id=793e512e-9dca-409d-b395-2ab5dbc508d9 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:07:27.516 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0e688c6-3daa-41e7-ac69-e838c6961019 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] TaaS: Handle Delete Port: 5a06abc5-119d-4685-b772-e7ed0ccf1628 2026-04-14 07:07:27.519 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0e688c6-3daa-41e7-ac69-e838c6961019 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] Tap Mirror: Handle Delete Port: 5a06abc5-119d-4685-b772-e7ed0ccf1628 [pid: 8|app: 0|req: 739/1458] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:07:27 2026] DELETE /v2.0/routers/793e512e-9dca-409d-b395-2ab5dbc508d9 => generated 0 bytes in 402 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1459] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:07:27 2026] GET /v2.0/routers/d844203b-8e7b-425a-85df-16994ddb24e8 => generated 493 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1460] 10.0.0.13 () {34 vars in 682 bytes} [Tue Apr 14 07:07:27 2026] POST /v2.0/security-groups => generated 1660 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1461] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:07:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1462] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:07:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1463] 10.0.0.13 () {34 vars in 739 bytes} [Tue Apr 14 07:07:27 2026] PUT /v2.0/routers/d844203b-8e7b-425a-85df-16994ddb24e8 => generated 493 bytes in 622 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1464] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:07:28 2026] GET /v2.0/ports?device_id=d844203b-8e7b-425a-85df-16994ddb24e8 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:07:28.664 8 INFO neutron_taas.services.taas.taas_plugin [None req-e80a3dcd-7c4c-4645-ac70-7026a09c3c02 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] TaaS: Handle Delete Port: 7f99f7bc-9983-42cd-9508-c3c26825facb 2026-04-14 07:07:28.667 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e80a3dcd-7c4c-4645-ac70-7026a09c3c02 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] Tap Mirror: Handle Delete Port: 7f99f7bc-9983-42cd-9508-c3c26825facb [pid: 8|app: 0|req: 742/1465] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:07:28 2026] DELETE /v2.0/routers/d844203b-8e7b-425a-85df-16994ddb24e8 => generated 0 bytes in 443 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1466] 10.0.0.13 () {34 vars in 673 bytes} [Tue Apr 14 07:07:28 2026] POST /v2.0/floatingips => generated 552 bytes in 637 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1467] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:07:28 2026] GET /v2.0/routers/e33c551a-6258-49b9-9f1b-ce0b2a729123 => generated 502 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1468] 10.0.0.114 () {34 vars in 1096 bytes} [Tue Apr 14 07:07:29 2026] GET /v2.0/security-groups?name=tempest-securitygroup--120565369&fields=id&tenant_id=a73e731009e341a1a015dc75029adc55 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1469] 10.0.0.114 () {34 vars in 980 bytes} [Tue Apr 14 07:07:29 2026] GET /v2.0/networks?id=7e82947e-50ab-4e1a-8b99-90d5671ecdbb => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1470] 10.0.0.114 () {34 vars in 963 bytes} [Tue Apr 14 07:07:29 2026] GET /v2.0/quotas/a73e731009e341a1a015dc75029adc55 => generated 292 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1471] 10.0.0.13 () {34 vars in 739 bytes} [Tue Apr 14 07:07:28 2026] PUT /v2.0/routers/e33c551a-6258-49b9-9f1b-ce0b2a729123 => generated 502 bytes in 567 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1472] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:07:29 2026] GET /v2.0/ports?device_id=e33c551a-6258-49b9-9f1b-ce0b2a729123 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1473] 10.0.0.114 () {34 vars in 1000 bytes} [Tue Apr 14 07:07:29 2026] GET /v2.0/ports?tenant_id=a73e731009e341a1a015dc75029adc55&fields=id => generated 103 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1474] 10.0.0.114 () {34 vars in 1006 bytes} [Tue Apr 14 07:07:29 2026] GET /v2.0/networks/7e82947e-50ab-4e1a-8b99-90d5671ecdbb?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1475] 10.0.0.114 () {34 vars in 1106 bytes} [Tue Apr 14 07:07:29 2026] GET /v2.0/networks/7e82947e-50ab-4e1a-8b99-90d5671ecdbb?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-14 07:07:29.805 7 INFO neutron_taas.services.taas.taas_plugin [None req-8733257e-a518-43dd-9bd8-3b5524b9c86d 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] TaaS: Handle Delete Port: 6928a5f8-88c3-4861-961c-f61cecba492e 2026-04-14 07:07:29.808 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8733257e-a518-43dd-9bd8-3b5524b9c86d 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] Tap Mirror: Handle Delete Port: 6928a5f8-88c3-4861-961c-f61cecba492e [pid: 8|app: 0|req: 750/1476] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:29 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => 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: 727/1477] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:07:29 2026] DELETE /v2.0/routers/e33c551a-6258-49b9-9f1b-ce0b2a729123 => generated 0 bytes in 418 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1478] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:07:30 2026] GET /v2.0/routers/21984b14-14a9-4793-8dfb-68294c6a3a96 => generated 487 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1479] 10.0.0.13 () {34 vars in 739 bytes} [Tue Apr 14 07:07:30 2026] PUT /v2.0/routers/21984b14-14a9-4793-8dfb-68294c6a3a96 => generated 487 bytes in 765 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1480] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:07:30 2026] GET /v2.0/ports?device_id=21984b14-14a9-4793-8dfb-68294c6a3a96 => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:07:31.097 7 INFO neutron_taas.services.taas.taas_plugin [None req-d94736b5-be0c-4ee4-accd-a55c03455ed1 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] TaaS: Handle Delete Port: 41e9ce83-2fbd-4018-a369-7215e2f963c7 [pid: 8|app: 0|req: 753/1481] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:31 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:07:31.100 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d94736b5-be0c-4ee4-accd-a55c03455ed1 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] Tap Mirror: Handle Delete Port: 41e9ce83-2fbd-4018-a369-7215e2f963c7 [pid: 7|app: 0|req: 729/1482] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:07:30 2026] DELETE /v2.0/routers/21984b14-14a9-4793-8dfb-68294c6a3a96 => generated 0 bytes in 386 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1483] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:07:31 2026] GET /v2.0/routers/a9df1ab0-b1de-42b5-a3d9-48d4f4258814 => generated 480 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1484] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:31 2026] GET /v2.0/ports?device_id=34f0dfcd-2a23-4dfc-86c1-0170c1afd468 => generated 1196 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1485] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:31 2026] GET /v2.0/security-groups?id=3c3ce63b-e0ea-4a15-8578-5f7996ee2a05&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1486] 10.0.0.13 () {34 vars in 739 bytes} [Tue Apr 14 07:07:31 2026] PUT /v2.0/routers/a9df1ab0-b1de-42b5-a3d9-48d4f4258814 => generated 480 bytes in 567 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1487] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:07:31 2026] GET /v2.0/ports?device_id=a9df1ab0-b1de-42b5-a3d9-48d4f4258814 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1488] 10.0.0.13 () {32 vars in 815 bytes} [Tue Apr 14 07:07:31 2026] GET /v2.0/ports?network_id=609944e2-73b0-4389-b783-dbb0ded2fa46&mac_address=fa%3A16%3A3e%3Aa4%3A4f%3A5f => generated 1196 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:07:32.254 7 INFO neutron_taas.services.taas.taas_plugin [None req-af52e359-f8e9-449c-a7f1-41fd338904e9 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] TaaS: Handle Delete Port: b12e9a80-4dd7-4ab9-a747-8ee54cacec2e 2026-04-14 07:07:32.257 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af52e359-f8e9-449c-a7f1-41fd338904e9 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] Tap Mirror: Handle Delete Port: b12e9a80-4dd7-4ab9-a747-8ee54cacec2e 2026-04-14 07:07:32.621 7 INFO neutron.services.segments.plugin [-] Segment 08472d3c-cf3b-472c-bee9-e326f00d445b resource provider aggregate not found 2026-04-14 07:07:32.628 7 INFO neutron.services.segments.plugin [-] Segment 08472d3c-cf3b-472c-bee9-e326f00d445b resource provider aggregate not found 2026-04-14 07:07:32.642 7 INFO neutron.services.segments.plugin [-] Segment 08472d3c-cf3b-472c-bee9-e326f00d445b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08472d3c-cf3b-472c-bee9-e326f00d445b found for delete ", "request_id": "req-d6278fe1-faa8-49fc-81a9-a8117166a6a6"}]} 2026-04-14 07:07:32.647 7 INFO neutron.services.segments.plugin [-] Segment 08472d3c-cf3b-472c-bee9-e326f00d445b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08472d3c-cf3b-472c-bee9-e326f00d445b found for delete ", "request_id": "req-b0d0883e-9576-47cf-8617-c9c772f100bb"}]} 2026-04-14 07:07:32.654 7 INFO neutron.db.l3_hamode_db [None req-af52e359-f8e9-449c-a7f1-41fd338904e9 0ac95f757e104586848aa102afccec01 abb614f7c27c46c8b7866912a2ea4776 - - default default] HA network 8e3b9d36-d341-444f-ae86-43f59f11a6d4 was deleted as no HA routers are present in tenant abb614f7c27c46c8b7866912a2ea4776. [pid: 7|app: 0|req: 732/1489] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:07:31 2026] DELETE /v2.0/routers/a9df1ab0-b1de-42b5-a3d9-48d4f4258814 => generated 0 bytes in 664 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1490] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:32 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:07:32.803 8 INFO neutron.db.l3_db [None req-c79823de-378d-4ac7-b855-ca834b815b68 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Floating IP 70d3051c-01be-4262-a6e2-f5eed6b91961 associated. External IP: 10.96.250.205, port: bd49d2e0-e0d6-48ad-a42b-75528e811dc7. [pid: 8|app: 0|req: 758/1491] 10.0.0.13 () {34 vars in 674 bytes} [Tue Apr 14 07:07:32 2026] POST /v2.0/floatingips => generated 854 bytes in 1071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:07:33.144 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-49dc18ae-4eef-4d26-8cfe-421581b0f7fe'] response: {'name': 'network-changed', 'server_uuid': '34f0dfcd-2a23-4dfc-86c1-0170c1afd468', 'tag': 'bd49d2e0-e0d6-48ad-a42b-75528e811dc7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 759/1492] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:07:33 2026] GET /v2.0/ports?tenant_id=9e446a96e1c14ab69900daf682511a40&device_id=34f0dfcd-2a23-4dfc-86c1-0170c1afd468 => generated 1465 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1493] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:07:33 2026] GET /v2.0/networks?id=609944e2-73b0-4389-b783-dbb0ded2fa46 => generated 798 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1494] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:33 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1495] 199.204.45.132 () {34 vars in 1054 bytes} [Tue Apr 14 07:07:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.39&port_id=bd49d2e0-e0d6-48ad-a42b-75528e811dc7 => generated 857 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1496] 199.204.45.132 () {34 vars in 1102 bytes} [Tue Apr 14 07:07:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Af4&port_id=bd49d2e0-e0d6-48ad-a42b-75528e811dc7 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1499] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:33 2026] GET /v2.0/security-groups?tenant_id=ccafe247184f4bf4847a26e190f71d56&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1500] 199.204.45.132 () {34 vars in 1062 bytes} [Tue Apr 14 07:07:33 2026] GET /v2.0/subnets?id=fe1a6eb8-5146-419a-b506-409df5fb92a8&id=d26f51cc-163c-4065-9642-422a208e6f89 => generated 1412 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1501] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:07:33 2026] GET /v2.0/ports?network_id=609944e2-73b0-4389-b783-dbb0ded2fa46&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1502] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:33 2026] DELETE /v2.0/security-groups/be9c329c-c542-4af4-be56-6ee643e1bee0 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1503] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:07:34 2026] GET /v2.0/ports?network_id=609944e2-73b0-4389-b783-dbb0ded2fa46&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1504] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:07:34 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1505] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:07:34 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46?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: 737/1506] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:34 2026] GET /v2.0/security-groups?tenant_id=abb614f7c27c46c8b7866912a2ea4776&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1507] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:34 2026] DELETE /v2.0/security-groups/3c98ecd0-57f0-4890-a9fb-a8b83d074c86 => 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: 738/1508] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:07:34 2026] GET /v2.0/networks?id=7e82947e-50ab-4e1a-8b99-90d5671ecdbb => generated 676 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1509] 199.204.45.132 () {34 vars in 1048 bytes} [Tue Apr 14 07:07:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a73e731009e341a1a015dc75029adc55 => generated 180 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1510] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:34 2026] GET /v2.0/security-groups?tenant_id=34194d06a31d43ce893da32a67f8d41a&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1511] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:34 2026] DELETE /v2.0/security-groups/1fdb3169-7b29-498e-989b-31916e1629b0 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1512] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:34 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => 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: 739/1513] 199.204.45.132 () {38 vars in 953 bytes} [Tue Apr 14 07:07:34 2026] POST /v2.0/ports => generated 958 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1514] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:07:35 2026] PUT /v2.0/ports/28635481-5f0b-41b9-8556-b68ab7e30ce3 => generated 1239 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:07:35.588 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad313ee0-b3e2-4308-a94a-18268d4d9f4f'] response: {'name': 'network-changed', 'server_uuid': '0e667de1-364c-4be3-8fec-f13ee5da8d40', 'tag': '28635481-5f0b-41b9-8556-b68ab7e30ce3', '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: 740/1515] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:36 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 776/1516] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:36 2026] GET /v2.0/security-groups?id=3e345cee-9c7d-460a-94cf-8521b9e68139&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1517] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:07:36 2026] GET /v2.0/ports?tenant_id=a73e731009e341a1a015dc75029adc55&device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1518] 199.204.45.132 () {34 vars in 1016 bytes} [Tue Apr 14 07:07:36 2026] GET /v2.0/networks?tenant_id=a73e731009e341a1a015dc75029adc55&shared=False => generated 772 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1519] 199.204.45.132 () {34 vars in 928 bytes} [Tue Apr 14 07:07:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1520] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:37 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1521] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:37 2026] GET /v2.0/security-groups?id=3e345cee-9c7d-460a-94cf-8521b9e68139&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1522] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:07:37 2026] GET /v2.0/ports?tenant_id=a73e731009e341a1a015dc75029adc55&device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1523] 199.204.45.132 () {34 vars in 1058 bytes} [Tue Apr 14 07:07:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=28635481-5f0b-41b9-8556-b68ab7e30ce3 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1524] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:07:37 2026] GET /v2.0/subnets?id=2fe3208a-a021-4a9e-ba7e-e96c33665eeb => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1525] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:07:37 2026] GET /v2.0/ports?network_id=7e82947e-50ab-4e1a-8b99-90d5671ecdbb&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1526] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:07:37 2026] GET /v2.0/networks/7e82947e-50ab-4e1a-8b99-90d5671ecdbb?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1527] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:07:37 2026] GET /v2.0/networks/7e82947e-50ab-4e1a-8b99-90d5671ecdbb?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: 8|app: 0|req: 782/1528] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:38 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1529] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:38 2026] GET /v2.0/security-groups?id=3e345cee-9c7d-460a-94cf-8521b9e68139&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1530] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:38 2026] GET /v2.0/security-groups?tenant_id=5787fc43f12f4fa0b3322e7d7bb9a0b9&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1531] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:39 2026] DELETE /v2.0/security-groups/39eaf03d-aebc-47d7-9ea0-daea6f79bb2b => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1532] 10.0.0.13 () {34 vars in 673 bytes} [Tue Apr 14 07:07:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1533] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:39 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1534] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:39 2026] GET /v2.0/security-groups?id=3e345cee-9c7d-460a-94cf-8521b9e68139&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1535] 10.0.0.13 () {34 vars in 673 bytes} [Tue Apr 14 07:07:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1536] 10.0.0.13 () {34 vars in 673 bytes} [Tue Apr 14 07:07:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1537] 10.0.0.13 () {34 vars in 673 bytes} [Tue Apr 14 07:07:39 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: 752/1538] 10.0.0.13 () {34 vars in 673 bytes} [Tue Apr 14 07:07:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1539] 10.0.0.13 () {34 vars in 756 bytes} [Tue Apr 14 07:07:39 2026] PUT /v2.0/subnetpools/1902431a-37f9-4aee-9a11-8f52fc3660d7/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1540] 10.0.0.13 () {34 vars in 756 bytes} [Tue Apr 14 07:07:39 2026] PUT /v2.0/subnetpools/91e63fb0-4b9c-4f60-8487-e5f304a26894/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1541] 10.0.0.13 () {34 vars in 756 bytes} [Tue Apr 14 07:07:39 2026] PUT /v2.0/subnetpools/0c20ad7d-58a5-4b83-a61d-c2aff9e767d5/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1542] 10.0.0.13 () {34 vars in 756 bytes} [Tue Apr 14 07:07:40 2026] PUT /v2.0/subnetpools/32d75518-0982-478d-85ac-54c2352f46c0/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1543] 10.0.0.13 () {32 vars in 669 bytes} [Tue Apr 14 07:07:40 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1544] 10.0.0.13 () {32 vars in 683 bytes} [Tue Apr 14 07:07:40 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1545] 10.0.0.13 () {32 vars in 679 bytes} [Tue Apr 14 07:07:40 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1546] 10.0.0.13 () {32 vars in 691 bytes} [Tue Apr 14 07:07:40 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1547] 10.0.0.13 () {32 vars in 677 bytes} [Tue Apr 14 07:07:40 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1548] 10.0.0.13 () {32 vars in 691 bytes} [Tue Apr 14 07:07:40 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1549] 10.0.0.13 () {32 vars in 687 bytes} [Tue Apr 14 07:07:40 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1550] 10.0.0.13 () {32 vars in 699 bytes} [Tue Apr 14 07:07:40 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1551] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:07:40 2026] DELETE /v2.0/subnetpools/1902431a-37f9-4aee-9a11-8f52fc3660d7 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1552] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:07:40 2026] DELETE /v2.0/subnetpools/91e63fb0-4b9c-4f60-8487-e5f304a26894 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1553] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:07:40 2026] DELETE /v2.0/subnetpools/0c20ad7d-58a5-4b83-a61d-c2aff9e767d5 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1554] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:07:40 2026] DELETE /v2.0/subnetpools/32d75518-0982-478d-85ac-54c2352f46c0 => 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: 761/1555] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:40 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1556] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:40 2026] GET /v2.0/security-groups?id=3e345cee-9c7d-460a-94cf-8521b9e68139&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1557] 10.0.0.2 () {34 vars in 986 bytes} [Tue Apr 14 07:07:41 2026] GET /v2.0/ports?device_id=34f0dfcd-2a23-4dfc-86c1-0170c1afd468 => generated 1465 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1558] 10.0.0.2 () {34 vars in 1036 bytes} [Tue Apr 14 07:07:41 2026] GET /v2.0/security-groups?id=3c3ce63b-e0ea-4a15-8578-5f7996ee2a05&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1559] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:07:40 2026] DELETE /v2.0/subnetpools/43c0a037-9e9c-432a-b969-eab784323cf6 => generated 0 bytes in 698 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1560] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:41 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1561] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:42 2026] GET /v2.0/security-groups?id=3e345cee-9c7d-460a-94cf-8521b9e68139&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1562] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:42 2026] GET /v2.0/security-groups?tenant_id=793731bb030d48009c7b88fe8c411643&name=default => generated 2925 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:07:42.661 8 INFO neutron.db.segments_db [None req-0b468483-1690-44f7-9fea-6b218661a734 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] Added segment 472323c9-02eb-417f-a70c-e0f4b390bdb0 of type vxlan for network 625dc0ed-5f14-4618-ac17-5171261dcd4b [pid: 7|app: 0|req: 767/1563] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:42 2026] DELETE /v2.0/security-groups/ed3c5c4b-9696-4779-b9da-3fdebb05e837 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1564] 10.0.0.13 () {34 vars in 668 bytes} [Tue Apr 14 07:07:42 2026] POST /v2.0/networks => generated 613 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:07:42.808 7 INFO neutron.db.segments_db [None req-5f87f840-9471-44ee-93f3-dca594fe6736 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] Added segment 225f5cb4-3301-4846-b6f2-6610df021881 of type vxlan for network 499300a2-361c-426f-8a1a-2437741b4292 [pid: 8|app: 0|req: 798/1565] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:42 2026] GET /v2.0/security-groups?tenant_id=4ed1b23b7c3748029ff8a49165b40197&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:07:43.060 7 INFO neutron.db.l3_hamode_db [None req-5f87f840-9471-44ee-93f3-dca594fe6736 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 799/1566] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:42 2026] DELETE /v2.0/security-groups/64ed5db9-7c2b-48f3-a96e-c4bbd003af01 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1567] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:43 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1568] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:43 2026] GET /v2.0/security-groups?id=3e345cee-9c7d-460a-94cf-8521b9e68139&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1569] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:43 2026] GET /v2.0/security-groups?tenant_id=7d1ceb94d4be407e94bafcaee89149ef&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1570] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:43 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1571] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:43 2026] DELETE /v2.0/security-groups/9bf1a4a8-f5ac-415c-8c01-3b88a1b5c285 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:07:44.022 7 INFO neutron.db.l3_hamode_db [None req-5f87f840-9471-44ee-93f3-dca594fe6736 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:07:44.044 8 INFO neutron.db.l3_db [None req-5727aee0-23e6-4daf-8d1f-f8316b59a31b 555eb2e75a7a437288ca425b93c55c87 a73e731009e341a1a015dc75029adc55 - - default default] Floating IP a9e5294f-a12f-42fd-9a6d-141a676d992e associated. External IP: 10.96.250.212, port: 28635481-5f0b-41b9-8556-b68ab7e30ce3. [pid: 8|app: 0|req: 805/1572] 10.0.0.13 () {34 vars in 746 bytes} [Tue Apr 14 07:07:43 2026] PUT /v2.0/floatingips/a9e5294f-a12f-42fd-9a6d-141a676d992e => generated 856 bytes in 739 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:07:44.440 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4bd1ee9-1ab3-4c71-88fc-31a59bc49742'] response: {'name': 'network-changed', 'server_uuid': '0e667de1-364c-4be3-8fec-f13ee5da8d40', 'tag': '28635481-5f0b-41b9-8556-b68ab7e30ce3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 806/1573] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:44 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1574] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:44 2026] GET /v2.0/security-groups?id=3e345cee-9c7d-460a-94cf-8521b9e68139&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1575] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:44 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1576] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:44 2026] GET /v2.0/security-groups?id=3e345cee-9c7d-460a-94cf-8521b9e68139&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1577] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:07:44 2026] GET /v2.0/ports?tenant_id=a73e731009e341a1a015dc75029adc55&device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1578] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:07:44 2026] GET /v2.0/networks?id=7e82947e-50ab-4e1a-8b99-90d5671ecdbb => generated 772 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1579] 199.204.45.132 () {34 vars in 1058 bytes} [Tue Apr 14 07:07:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=28635481-5f0b-41b9-8556-b68ab7e30ce3 => generated 859 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1580] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:07:45 2026] GET /v2.0/subnets?id=2fe3208a-a021-4a9e-ba7e-e96c33665eeb => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1581] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:07:45 2026] GET /v2.0/ports?network_id=7e82947e-50ab-4e1a-8b99-90d5671ecdbb&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1582] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:07:45 2026] GET /v2.0/networks/7e82947e-50ab-4e1a-8b99-90d5671ecdbb?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1583] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:07:45 2026] GET /v2.0/networks/7e82947e-50ab-4e1a-8b99-90d5671ecdbb?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: 768/1584] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:07:42 2026] POST /v2.0/routers => generated 695 bytes in 2921 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1585] 10.0.0.13 () {32 vars in 773 bytes} [Tue Apr 14 07:07:45 2026] GET /v2.0/subnets?project_id=19ef5b960d564f6cadeb98646445a909&cidr=10.100.0.0%2F28 => generated 14 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1586] 10.0.0.13 () {32 vars in 691 bytes} [Tue Apr 14 07:07:45 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1587] 10.0.0.13 () {32 vars in 781 bytes} [Tue Apr 14 07:07:46 2026] GET /v2.0/subnets?network_id=034903fe-9a93-41c3-881d-f450b11cb0da&cidr=10.100.0.0%2F28 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1588] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:46 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1589] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:46 2026] GET /v2.0/security-groups?id=3e345cee-9c7d-460a-94cf-8521b9e68139&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1590] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:07:46 2026] POST /v2.0/subnets => generated 656 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:07:47.475 7 INFO neutron.db.segments_db [None req-29957698-e1a6-47b7-b6c1-7d8e0d337990 4a51de361a51446e9092b6c2ff919ef0 74f31e28b60544bbad70d97970dc26b6 - - default default] Added segment 6fb3464a-553c-40e7-b990-e721fc889ae0 of type vxlan for network aa0797c2-32f6-4f6c-b6be-0b56955b2269 [pid: 7|app: 0|req: 772/1591] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:07:47 2026] POST /v2.0/networks => generated 613 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1592] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:47 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1593] 199.204.45.132 () {34 vars in 992 bytes} [Tue Apr 14 07:07:47 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1594] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:07:46 2026] PUT /v2.0/routers/e49e211a-66c6-482f-a505-578d7a301a12/add_router_interface => generated 309 bytes in 1370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1595] 10.0.0.13 () {34 vars in 750 bytes} [Tue Apr 14 07:07:47 2026] PUT /v2.0/networks/aa0797c2-32f6-4f6c-b6be-0b56955b2269/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1596] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:47 2026] GET /v2.0/security-groups?id=3e345cee-9c7d-460a-94cf-8521b9e68139&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1597] 10.0.0.13 () {32 vars in 646 bytes} [Tue Apr 14 07:07:47 2026] GET /v2.0/networks => generated 8825 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1598] 10.0.0.13 () {32 vars in 730 bytes} [Tue Apr 14 07:07:47 2026] GET /v2.0/networks/aa0797c2-32f6-4f6c-b6be-0b56955b2269/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:07:47.895 7 INFO neutron_taas.services.taas.taas_plugin [req-c7215818-ec30-459f-a15e-88f7ba71f6f3 req-b3f2d0ee-39a3-48ae-9657-a02abaff3a4f 555eb2e75a7a437288ca425b93c55c87 a73e731009e341a1a015dc75029adc55 - - default default] TaaS: Handle Delete Port: 28635481-5f0b-41b9-8556-b68ab7e30ce3 2026-04-14 07:07:47.900 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c7215818-ec30-459f-a15e-88f7ba71f6f3 req-b3f2d0ee-39a3-48ae-9657-a02abaff3a4f 555eb2e75a7a437288ca425b93c55c87 a73e731009e341a1a015dc75029adc55 - - default default] Tap Mirror: Handle Delete Port: 28635481-5f0b-41b9-8556-b68ab7e30ce3 [pid: 8|app: 0|req: 824/1599] 10.0.0.13 () {32 vars in 644 bytes} [Tue Apr 14 07:07:47 2026] GET /v2.0/subnets => generated 8721 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1600] 10.0.0.13 () {34 vars in 761 bytes} [Tue Apr 14 07:07:47 2026] PUT /v2.0/networks/aa0797c2-32f6-4f6c-b6be-0b56955b2269/tags/green => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-14 07:07:48.029 7 INFO neutron.db.l3_db [req-c7215818-ec30-459f-a15e-88f7ba71f6f3 req-b3f2d0ee-39a3-48ae-9657-a02abaff3a4f 555eb2e75a7a437288ca425b93c55c87 a73e731009e341a1a015dc75029adc55 - - default default] Floating IP a9e5294f-a12f-42fd-9a6d-141a676d992e disassociated. External IP: 10.96.250.212, port: 28635481-5f0b-41b9-8556-b68ab7e30ce3. [pid: 8|app: 0|req: 826/1601] 10.0.0.13 () {32 vars in 644 bytes} [Tue Apr 14 07:07:48 2026] GET /v2.0/routers => generated 2179 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1602] 10.0.0.13 () {32 vars in 730 bytes} [Tue Apr 14 07:07:48 2026] GET /v2.0/networks/aa0797c2-32f6-4f6c-b6be-0b56955b2269/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1603] 10.0.0.13 () {34 vars in 757 bytes} [Tue Apr 14 07:07:48 2026] PUT /v2.0/networks/aa0797c2-32f6-4f6c-b6be-0b56955b2269/tags/red => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1604] 10.0.0.13 () {34 vars in 682 bytes} [Tue Apr 14 07:07:48 2026] POST /v2.0/security-groups => generated 1675 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1605] 10.0.0.13 () {32 vars in 730 bytes} [Tue Apr 14 07:07:48 2026] GET /v2.0/networks/aa0797c2-32f6-4f6c-b6be-0b56955b2269/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: 776/1606] 199.204.45.132 () {36 vars in 995 bytes} [Tue Apr 14 07:07:47 2026] DELETE /v2.0/ports/28635481-5f0b-41b9-8556-b68ab7e30ce3 => generated 0 bytes in 671 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:07:48.480 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-75bca6b8-c801-4e0f-ab85-c18af4a96b87'] response: {'server_uuid': '0e667de1-364c-4be3-8fec-f13ee5da8d40', 'name': 'network-vif-deleted', 'tag': '28635481-5f0b-41b9-8556-b68ab7e30ce3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 777/1607] 10.0.0.13 () {34 vars in 779 bytes} [Tue Apr 14 07:07:48 2026] PUT /v2.0/networks/aa0797c2-32f6-4f6c-b6be-0b56955b2269/tags/black.or.white => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1608] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:07:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1609] 10.0.0.13 () {32 vars in 730 bytes} [Tue Apr 14 07:07:48 2026] GET /v2.0/networks/aa0797c2-32f6-4f6c-b6be-0b56955b2269/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1610] 10.0.0.13 () {34 vars in 750 bytes} [Tue Apr 14 07:07:48 2026] PUT /v2.0/networks/aa0797c2-32f6-4f6c-b6be-0b56955b2269/tags => generated 37 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1611] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:07:48 2026] POST /v2.0/security-group-rules => generated 596 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1612] 10.0.0.13 () {32 vars in 730 bytes} [Tue Apr 14 07:07:48 2026] GET /v2.0/networks/aa0797c2-32f6-4f6c-b6be-0b56955b2269/tags => generated 37 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1613] 10.0.0.13 () {32 vars in 738 bytes} [Tue Apr 14 07:07:48 2026] GET /v2.0/networks/aa0797c2-32f6-4f6c-b6be-0b56955b2269/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:07:48.856 7 INFO neutron.api.v2.resource [None req-e12e1d8d-e502-431f-86f6-d9d41299febb 4a51de361a51446e9092b6c2ff919ef0 74f31e28b60544bbad70d97970dc26b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 782/1614] 10.0.0.13 () {32 vars in 742 bytes} [Tue Apr 14 07:07:48 2026] GET /v2.0/networks/aa0797c2-32f6-4f6c-b6be-0b56955b2269/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1615] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:07:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1616] 10.0.0.13 () {32 vars in 741 bytes} [Tue Apr 14 07:07:48 2026] DELETE /v2.0/networks/aa0797c2-32f6-4f6c-b6be-0b56955b2269/tags/red => 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: 784/1617] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:48 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => 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: 787/1620] 10.0.0.13 () {32 vars in 730 bytes} [Tue Apr 14 07:07:48 2026] GET /v2.0/networks/aa0797c2-32f6-4f6c-b6be-0b56955b2269/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1621] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:07:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:07:49.079 7 INFO neutron.api.v2.resource [None req-31f8c91c-40e1-4387-b4a5-6a169a672474 4a51de361a51446e9092b6c2ff919ef0 74f31e28b60544bbad70d97970dc26b6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 788/1622] 10.0.0.13 () {32 vars in 745 bytes} [Tue Apr 14 07:07:48 2026] DELETE /v2.0/networks/aa0797c2-32f6-4f6c-b6be-0b56955b2269/tags/green => generated 99 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 07:07:49.090 8 INFO neutron.db.securitygroups_db [None req-f7c5a12a-b58f-4ac8-9a01-b5be9453f838 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] Project 19ef5b960d564f6cadeb98646445a909 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: 789/1623] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:07:49 2026] DELETE /v2.0/networks/aa0797c2-32f6-4f6c-b6be-0b56955b2269/tags => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1624] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:07:49 2026] POST /v2.0/security-group-rules => generated 607 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1625] 10.0.0.13 () {32 vars in 730 bytes} [Tue Apr 14 07:07:49 2026] GET /v2.0/networks/aa0797c2-32f6-4f6c-b6be-0b56955b2269/tags => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:07:49.267 8 INFO neutron.db.securitygroups_db [None req-f9fb770f-17e3-46fb-920c-a814793404ad 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] Project 19ef5b960d564f6cadeb98646445a909 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 836/1626] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:07:49 2026] POST /v2.0/security-group-rules => generated 606 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:07:49.397 7 INFO neutron.services.segments.plugin [-] Segment 6fb3464a-553c-40e7-b990-e721fc889ae0 resource provider aggregate not found 2026-04-14 07:07:49.398 7 INFO neutron.services.segments.plugin [-] Segment 6fb3464a-553c-40e7-b990-e721fc889ae0 resource provider aggregate not found 2026-04-14 07:07:49.423 7 INFO neutron.services.segments.plugin [-] Segment 6fb3464a-553c-40e7-b990-e721fc889ae0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fb3464a-553c-40e7-b990-e721fc889ae0 found for delete ", "request_id": "req-8a19d002-62b8-484b-80b2-d45badc30048"}]} 2026-04-14 07:07:49.427 7 INFO neutron.services.segments.plugin [-] Segment 6fb3464a-553c-40e7-b990-e721fc889ae0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fb3464a-553c-40e7-b990-e721fc889ae0 found for delete ", "request_id": "req-107b4e2b-25b1-4d7d-a5eb-613e4d9ec0ad"}]} [pid: 7|app: 0|req: 791/1627] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:07:49 2026] DELETE /v2.0/networks/aa0797c2-32f6-4f6c-b6be-0b56955b2269 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1628] 10.0.0.13 () {32 vars in 646 bytes} [Tue Apr 14 07:07:49 2026] GET /v2.0/networks => generated 1297 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1629] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:50 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => 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: 792/1630] 10.0.0.114 () {34 vars in 1098 bytes} [Tue Apr 14 07:07:50 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1422169239&fields=id&tenant_id=19ef5b960d564f6cadeb98646445a909 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1631] 10.0.0.114 () {34 vars in 980 bytes} [Tue Apr 14 07:07:50 2026] GET /v2.0/networks?id=625dc0ed-5f14-4618-ac17-5171261dcd4b => generated 660 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1632] 10.0.0.114 () {34 vars in 963 bytes} [Tue Apr 14 07:07:50 2026] GET /v2.0/quotas/19ef5b960d564f6cadeb98646445a909 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1633] 10.0.0.114 () {34 vars in 1000 bytes} [Tue Apr 14 07:07:50 2026] GET /v2.0/ports?tenant_id=19ef5b960d564f6cadeb98646445a909&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1634] 10.0.0.114 () {34 vars in 1006 bytes} [Tue Apr 14 07:07:50 2026] GET /v2.0/networks/625dc0ed-5f14-4618-ac17-5171261dcd4b?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: 795/1635] 10.0.0.114 () {34 vars in 1106 bytes} [Tue Apr 14 07:07:50 2026] GET /v2.0/networks/625dc0ed-5f14-4618-ac17-5171261dcd4b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1636] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:50 2026] GET /v2.0/security-groups?tenant_id=b5384ba7efdf4c13add855e8398b1875&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1637] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:50 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1638] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:50 2026] DELETE /v2.0/security-groups/c21e582e-fb7e-40c2-a461-02d5ef329d24 => 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: 797/1639] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:50 2026] GET /v2.0/security-groups?tenant_id=74f31e28b60544bbad70d97970dc26b6&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1640] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:50 2026] DELETE /v2.0/security-groups/f734048b-ac21-4b99-a639-1ff260e4b0cf => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1641] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:51 2026] GET /v2.0/ports?device_id=0e667de1-364c-4be3-8fec-f13ee5da8d40 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1642] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:51 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => 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: 799/1643] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:52 2026] DELETE /v2.0/security-groups/3e345cee-9c7d-460a-94cf-8521b9e68139 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:07:52.433 8 INFO neutron.api.v2.resource [None req-f47a3628-b4ee-4d65-a12d-d68b2860d397 555eb2e75a7a437288ca425b93c55c87 a73e731009e341a1a015dc75029adc55 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 845/1644] 10.0.0.13 () {32 vars in 734 bytes} [Tue Apr 14 07:07:52 2026] GET /v2.0/security-groups/3e345cee-9c7d-460a-94cf-8521b9e68139 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:07:52.581 7 INFO neutron_taas.services.taas.taas_plugin [None req-757e8a2d-bff1-4e64-8a0b-fafd4c3594fb 555eb2e75a7a437288ca425b93c55c87 a73e731009e341a1a015dc75029adc55 - - default default] TaaS: Handle Delete Port: ce9d1804-2964-477e-a851-8eab7293244e 2026-04-14 07:07:52.584 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-757e8a2d-bff1-4e64-8a0b-fafd4c3594fb 555eb2e75a7a437288ca425b93c55c87 a73e731009e341a1a015dc75029adc55 - - default default] Tap Mirror: Handle Delete Port: ce9d1804-2964-477e-a851-8eab7293244e [pid: 7|app: 0|req: 800/1645] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:07:52 2026] DELETE /v2.0/floatingips/a9e5294f-a12f-42fd-9a6d-141a676d992e => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1646] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:52 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1647] 10.0.0.2 () {34 vars in 986 bytes} [Tue Apr 14 07:07:52 2026] GET /v2.0/ports?device_id=f226b26e-39f4-4c2b-82d5-7939da3fed72 => generated 1469 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1648] 10.0.0.2 () {34 vars in 1036 bytes} [Tue Apr 14 07:07:53 2026] GET /v2.0/security-groups?id=3c3ce63b-e0ea-4a15-8578-5f7996ee2a05&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:07:53.188 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6bd920f-281a-4d37-8fb4-17728f1c76e8 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 0734ccc1-7be6-4965-bad7-b2762f415048 2026-04-14 07:07:53.192 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6bd920f-281a-4d37-8fb4-17728f1c76e8 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 0734ccc1-7be6-4965-bad7-b2762f415048 [pid: 7|app: 0|req: 801/1649] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:07:52 2026] PUT /v2.0/routers/3db42896-4b00-4216-b8cd-ec461d851c84/remove_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1650] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:53 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:07:54.064 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0fce058-a3b2-4431-b213-b808cbee46e5 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 91045c62-5f8f-43af-af43-34cd152af4d0 2026-04-14 07:07:54.067 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0fce058-a3b2-4431-b213-b808cbee46e5 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 91045c62-5f8f-43af-af43-34cd152af4d0 2026-04-14 07:07:54.370 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0fce058-a3b2-4431-b213-b808cbee46e5 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 8b018791-a5b6-4247-a980-14ce8c56889b 2026-04-14 07:07:54.375 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0fce058-a3b2-4431-b213-b808cbee46e5 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 8b018791-a5b6-4247-a980-14ce8c56889b 2026-04-14 07:07:54.720 8 INFO neutron.services.segments.plugin [-] Segment ddec5b80-cc5c-42ac-837f-e90c07d65cea resource provider aggregate not found 2026-04-14 07:07:54.744 8 INFO neutron.services.segments.plugin [-] Segment ddec5b80-cc5c-42ac-837f-e90c07d65cea resource provider aggregate not found 2026-04-14 07:07:54.749 8 INFO neutron.services.segments.plugin [-] Segment ddec5b80-cc5c-42ac-837f-e90c07d65cea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddec5b80-cc5c-42ac-837f-e90c07d65cea found for delete ", "request_id": "req-e5e6b49f-bd30-4ff2-a3e0-962c131fdd30"}]} 2026-04-14 07:07:54.768 8 INFO neutron.db.l3_hamode_db [None req-b0fce058-a3b2-4431-b213-b808cbee46e5 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] HA network c62e480e-9d22-495e-80d8-9796659ce39e was deleted as no HA routers are present in tenant a73e731009e341a1a015dc75029adc55. 2026-04-14 07:07:54.777 8 INFO neutron.services.segments.plugin [-] Segment ddec5b80-cc5c-42ac-837f-e90c07d65cea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddec5b80-cc5c-42ac-837f-e90c07d65cea found for delete ", "request_id": "req-470631a5-d91b-40ee-9b59-062c85412e70"}]} [pid: 8|app: 0|req: 849/1651] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:07:53 2026] DELETE /v2.0/routers/3db42896-4b00-4216-b8cd-ec461d851c84 => generated 0 bytes in 967 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:07:54.801 7 INFO neutron.db.segments_db [None req-60ecb3c3-8711-4122-ba23-af2bbd491165 04dbc8cf39cf4dd0bc3a47084c7ecfeb a838273a30f64140ae7fc3e1defa40b7 - - default default] Added segment f824dd56-6479-4022-83c1-a60137b235cd of type vxlan for network 284f286e-8613-4f21-bc92-7580ce924912 [pid: 7|app: 0|req: 803/1652] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:07:54 2026] POST /v2.0/networks => generated 612 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1653] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:07:54 2026] DELETE /v2.0/subnets/2fe3208a-a021-4a9e-ba7e-e96c33665eeb => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1654] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:07:54 2026] GET /v2.0/networks?id=625dc0ed-5f14-4618-ac17-5171261dcd4b => generated 660 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1655] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:55 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:07:55.202 8 INFO neutron_taas.services.taas.taas_plugin [None req-88ef8f16-ceeb-4292-933d-db26a9f02c78 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: a8920648-f44d-48e0-898f-0f36a42b7aa7 2026-04-14 07:07:55.205 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88ef8f16-ceeb-4292-933d-db26a9f02c78 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: a8920648-f44d-48e0-898f-0f36a42b7aa7 [pid: 7|app: 0|req: 804/1656] 10.0.0.13 () {34 vars in 661 bytes} [Tue Apr 14 07:07:54 2026] POST /v2.0/ports => generated 743 bytes in 425 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: 805/1657] 199.204.45.132 () {34 vars in 1048 bytes} [Tue Apr 14 07:07:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=19ef5b960d564f6cadeb98646445a909 => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1658] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:07:55 2026] DELETE /v2.0/networks/7e82947e-50ab-4e1a-8b99-90d5671ecdbb => generated 0 bytes in 368 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1659] 10.0.0.13 () {34 vars in 744 bytes} [Tue Apr 14 07:07:55 2026] PUT /v2.0/ports/0cff3bff-4ac3-434b-8423-3b163b53d78c/tags => generated 25 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 807/1660] 10.0.0.13 () {32 vars in 724 bytes} [Tue Apr 14 07:07:55 2026] GET /v2.0/ports/0cff3bff-4ac3-434b-8423-3b163b53d78c/tags => generated 25 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: 7|app: 0|req: 808/1661] 10.0.0.13 () {34 vars in 755 bytes} [Tue Apr 14 07:07:55 2026] PUT /v2.0/ports/0cff3bff-4ac3-434b-8423-3b163b53d78c/tags/green => generated 4 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 809/1662] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:55 2026] GET /v2.0/security-groups?tenant_id=a73e731009e341a1a015dc75029adc55&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1663] 10.0.0.13 () {32 vars in 724 bytes} [Tue Apr 14 07:07:55 2026] GET /v2.0/ports/0cff3bff-4ac3-434b-8423-3b163b53d78c/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 811/1664] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:55 2026] DELETE /v2.0/security-groups/9a876132-159b-4bfe-b05b-bc2b734b1cc0 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1665] 199.204.45.132 () {38 vars in 953 bytes} [Tue Apr 14 07:07:55 2026] POST /v2.0/ports => generated 954 bytes in 443 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: 812/1666] 10.0.0.13 () {34 vars in 751 bytes} [Tue Apr 14 07:07:55 2026] PUT /v2.0/ports/0cff3bff-4ac3-434b-8423-3b163b53d78c/tags/red => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 813/1667] 10.0.0.13 () {32 vars in 724 bytes} [Tue Apr 14 07:07:55 2026] GET /v2.0/ports/0cff3bff-4ac3-434b-8423-3b163b53d78c/tags => generated 34 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: 814/1668] 10.0.0.13 () {34 vars in 773 bytes} [Tue Apr 14 07:07:55 2026] PUT /v2.0/ports/0cff3bff-4ac3-434b-8423-3b163b53d78c/tags/black.or.white => generated 4 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 815/1669] 10.0.0.13 () {32 vars in 724 bytes} [Tue Apr 14 07:07:56 2026] GET /v2.0/ports/0cff3bff-4ac3-434b-8423-3b163b53d78c/tags => generated 52 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: 7|app: 0|req: 816/1670] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:56 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1671] 10.0.0.13 () {34 vars in 744 bytes} [Tue Apr 14 07:07:56 2026] PUT /v2.0/ports/0cff3bff-4ac3-434b-8423-3b163b53d78c/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 818/1672] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:56 2026] GET /v2.0/security-groups?id=f962a6a6-99a6-425a-94b8-9dd8dcc3748d&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1673] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:07:55 2026] PUT /v2.0/ports/8c7df4ab-0c54-4264-83ed-c1b436ea9f6f => generated 1235 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:07:56.366 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-477b2c56-cbc3-486c-8b6e-ebd76ded204f'] response: {'name': 'network-changed', 'server_uuid': '0d3988b1-cd8a-4308-89d1-f7d415ce86e9', 'tag': '8c7df4ab-0c54-4264-83ed-c1b436ea9f6f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 819/1674] 10.0.0.13 () {32 vars in 724 bytes} [Tue Apr 14 07:07:56 2026] GET /v2.0/ports/0cff3bff-4ac3-434b-8423-3b163b53d78c/tags => generated 37 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: 8|app: 0|req: 856/1675] 10.0.0.13 () {32 vars in 732 bytes} [Tue Apr 14 07:07:56 2026] GET /v2.0/ports/0cff3bff-4ac3-434b-8423-3b163b53d78c/tags/red => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 07:07:56.522 7 INFO neutron.api.v2.resource [None req-12524db0-0bb7-4349-8207-4b418323e7db 04dbc8cf39cf4dd0bc3a47084c7ecfeb a838273a30f64140ae7fc3e1defa40b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 820/1676] 10.0.0.13 () {32 vars in 736 bytes} [Tue Apr 14 07:07:56 2026] GET /v2.0/ports/0cff3bff-4ac3-434b-8423-3b163b53d78c/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 857/1677] 10.0.0.13 () {32 vars in 735 bytes} [Tue Apr 14 07:07:56 2026] DELETE /v2.0/ports/0cff3bff-4ac3-434b-8423-3b163b53d78c/tags/red => generated 0 bytes in 81 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: 821/1678] 10.0.0.13 () {32 vars in 724 bytes} [Tue Apr 14 07:07:56 2026] GET /v2.0/ports/0cff3bff-4ac3-434b-8423-3b163b53d78c/tags => generated 30 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 07:07:56.749 8 INFO neutron.api.v2.resource [None req-edd987cd-d93d-4012-9d3e-f76e4fcc8856 04dbc8cf39cf4dd0bc3a47084c7ecfeb a838273a30f64140ae7fc3e1defa40b7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 858/1679] 10.0.0.13 () {32 vars in 739 bytes} [Tue Apr 14 07:07:56 2026] DELETE /v2.0/ports/0cff3bff-4ac3-434b-8423-3b163b53d78c/tags/green => generated 99 bytes in 75 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, ' 2026-04-14 07:07:56.769 8 INFO neutron.services.segments.plugin [-] Segment bd6faafe-1447-4249-9e00-c8353fce3411 resource provider aggregate not found 2026-04-14 07:07:56.791 8 INFO neutron.services.segments.plugin [-] Segment bd6faafe-1447-4249-9e00-c8353fce3411 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd6faafe-1447-4249-9e00-c8353fce3411 found for delete ", "request_id": "req-1814f1e5-42b6-4bbc-8a92-9fea7f58830c"}]} 2026-04-14 07:07:56.793 8 INFO neutron.services.segments.plugin [-] Segment bd6faafe-1447-4249-9e00-c8353fce3411 resource provider aggregate not found 2026-04-14 07:07:56.806 8 INFO neutron.services.segments.plugin [-] Segment bd6faafe-1447-4249-9e00-c8353fce3411 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd6faafe-1447-4249-9e00-c8353fce3411 found for delete ", "request_id": "req-15ffeed0-a818-41d0-8376-2886d0cf94a3"}]} [pid: 7|app: 0|req: 822/1680] 10.0.0.13 () {32 vars in 727 bytes} [Tue Apr 14 07:07:56 2026] DELETE /v2.0/ports/0cff3bff-4ac3-434b-8423-3b163b53d78c/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 859/1681] 10.0.0.13 () {32 vars in 724 bytes} [Tue Apr 14 07:07:56 2026] GET /v2.0/ports/0cff3bff-4ac3-434b-8423-3b163b53d78c/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 823/1682] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:07:56 2026] GET /v2.0/ports?tenant_id=19ef5b960d564f6cadeb98646445a909&device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1683] 199.204.45.132 () {34 vars in 1016 bytes} [Tue Apr 14 07:07:56 2026] GET /v2.0/networks?tenant_id=19ef5b960d564f6cadeb98646445a909&shared=False => generated 756 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1684] 199.204.45.132 () {34 vars in 928 bytes} [Tue Apr 14 07:07:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:07:57.011 8 INFO neutron_taas.services.taas.taas_plugin [None req-ffd2983a-d0ed-4a2e-9804-6691cab20b56 04dbc8cf39cf4dd0bc3a47084c7ecfeb a838273a30f64140ae7fc3e1defa40b7 - - default default] TaaS: Handle Delete Port: 0cff3bff-4ac3-434b-8423-3b163b53d78c 2026-04-14 07:07:57.014 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffd2983a-d0ed-4a2e-9804-6691cab20b56 04dbc8cf39cf4dd0bc3a47084c7ecfeb a838273a30f64140ae7fc3e1defa40b7 - - default default] Tap Mirror: Handle Delete Port: 0cff3bff-4ac3-434b-8423-3b163b53d78c [pid: 8|app: 0|req: 860/1685] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:07:56 2026] DELETE /v2.0/ports/0cff3bff-4ac3-434b-8423-3b163b53d78c => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:07:57.264 7 INFO neutron.services.segments.plugin [-] Segment f824dd56-6479-4022-83c1-a60137b235cd resource provider aggregate not found 2026-04-14 07:07:57.267 7 INFO neutron.services.segments.plugin [-] Segment f824dd56-6479-4022-83c1-a60137b235cd resource provider aggregate not found 2026-04-14 07:07:57.295 7 INFO neutron.services.segments.plugin [-] Segment f824dd56-6479-4022-83c1-a60137b235cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f824dd56-6479-4022-83c1-a60137b235cd found for delete ", "request_id": "req-1823d694-2235-48a7-9236-5cb2ae89ff4e"}]} 2026-04-14 07:07:57.297 7 INFO neutron.services.segments.plugin [-] Segment f824dd56-6479-4022-83c1-a60137b235cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f824dd56-6479-4022-83c1-a60137b235cd found for delete ", "request_id": "req-bc89e179-2745-4c30-9134-479dd73f2c5c"}]} [pid: 7|app: 0|req: 826/1686] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:07:57 2026] DELETE /v2.0/networks/284f286e-8613-4f21-bc92-7580ce924912 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1687] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:57 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1688] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:57 2026] GET /v2.0/security-groups?id=f962a6a6-99a6-425a-94b8-9dd8dcc3748d&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: 828/1689] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:07:58 2026] GET /v2.0/ports?tenant_id=19ef5b960d564f6cadeb98646445a909&device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1690] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:07:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=8c7df4ab-0c54-4264-83ed-c1b436ea9f6f => 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: 830/1691] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:07:58 2026] GET /v2.0/subnets?id=6def11ac-5155-4d3b-8858-ac14ff0e5245 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1692] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:07:58 2026] GET /v2.0/ports?network_id=625dc0ed-5f14-4618-ac17-5171261dcd4b&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1693] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:07:58 2026] GET /v2.0/networks/625dc0ed-5f14-4618-ac17-5171261dcd4b?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1694] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:57 2026] GET /v2.0/security-groups?tenant_id=825cf4651be84955ba0a78b16763e471&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1695] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:07:58 2026] GET /v2.0/networks/625dc0ed-5f14-4618-ac17-5171261dcd4b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1696] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:58 2026] DELETE /v2.0/security-groups/68b10adb-f01c-49d9-8b6e-af0ac2f7ee44 => 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: 834/1697] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:58 2026] GET /v2.0/security-groups?tenant_id=a838273a30f64140ae7fc3e1defa40b7&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1698] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:58 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1699] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:58 2026] GET /v2.0/security-groups?id=f962a6a6-99a6-425a-94b8-9dd8dcc3748d&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: 835/1700] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:07:58 2026] DELETE /v2.0/security-groups/0c60be7f-82f6-4b05-a67d-dd41114b3bdc => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1701] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:07:59 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => 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: 836/1702] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:07:59 2026] GET /v2.0/security-groups?id=f962a6a6-99a6-425a-94b8-9dd8dcc3748d&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1703] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:07:59 2026] GET /v2.0/security-groups?tenant_id=c123e7a21af146a6a4a250bd1f213790&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1704] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:08:00 2026] DELETE /v2.0/security-groups/67ed5809-5840-419d-8807-6c944cf1b979 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1705] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:08:00 2026] GET /v2.0/security-groups?tenant_id=d8e9786eedbc43d7a86655c07b9db9f1&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: 838/1706] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:08:00 2026] DELETE /v2.0/security-groups/9ef38d3e-8c1b-40ef-8555-c74dcb3d3f73 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1707] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:00 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1708] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:08:00 2026] GET /v2.0/security-groups?id=f962a6a6-99a6-425a-94b8-9dd8dcc3748d&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1709] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:02 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1710] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:08:02 2026] GET /v2.0/security-groups?id=f962a6a6-99a6-425a-94b8-9dd8dcc3748d&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1711] 10.0.0.13 () {34 vars in 675 bytes} [Tue Apr 14 07:08:02 2026] POST /v2.0/qos/policies => generated 359 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1712] 10.0.0.13 () {34 vars in 750 bytes} [Tue Apr 14 07:08:02 2026] PUT /v2.0/policies/fbd83c93-19e1-4d49-abf8-7490479a718a/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1713] 10.0.0.13 () {32 vars in 730 bytes} [Tue Apr 14 07:08:02 2026] GET /v2.0/policies/fbd83c93-19e1-4d49-abf8-7490479a718a/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1714] 10.0.0.13 () {34 vars in 761 bytes} [Tue Apr 14 07:08:02 2026] PUT /v2.0/policies/fbd83c93-19e1-4d49-abf8-7490479a718a/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-14 07:08:02.663 8 INFO neutron.db.segments_db [None req-397eaf3e-0d88-43dd-b739-0285d364ac46 d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] Added segment 06f1f2a4-8e66-44a8-8939-64195f8bf0b7 of type vxlan for network 01db3710-2f67-470c-bb51-140c7347b252 [pid: 7|app: 0|req: 844/1715] 10.0.0.13 () {32 vars in 730 bytes} [Tue Apr 14 07:08:02 2026] GET /v2.0/policies/fbd83c93-19e1-4d49-abf8-7490479a718a/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: 845/1716] 10.0.0.13 () {34 vars in 757 bytes} [Tue Apr 14 07:08:02 2026] PUT /v2.0/policies/fbd83c93-19e1-4d49-abf8-7490479a718a/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1717] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:08:02 2026] POST /v2.0/networks => generated 630 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1718] 10.0.0.13 () {32 vars in 730 bytes} [Tue Apr 14 07:08:02 2026] GET /v2.0/policies/fbd83c93-19e1-4d49-abf8-7490479a718a/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1719] 10.0.0.13 () {34 vars in 779 bytes} [Tue Apr 14 07:08:02 2026] PUT /v2.0/policies/fbd83c93-19e1-4d49-abf8-7490479a718a/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1720] 10.0.0.13 () {32 vars in 730 bytes} [Tue Apr 14 07:08:02 2026] GET /v2.0/policies/fbd83c93-19e1-4d49-abf8-7490479a718a/tags => generated 52 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1721] 10.0.0.13 () {34 vars in 750 bytes} [Tue Apr 14 07:08:02 2026] PUT /v2.0/policies/fbd83c93-19e1-4d49-abf8-7490479a718a/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1722] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:08:02 2026] POST /v2.0/subnets => generated 627 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1723] 10.0.0.13 () {32 vars in 730 bytes} [Tue Apr 14 07:08:02 2026] GET /v2.0/policies/fbd83c93-19e1-4d49-abf8-7490479a718a/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:08:03.083 8 INFO neutron.db.segments_db [None req-cb5a8853-4eba-48a7-ae87-9f1ff4ef6fc8 d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] Added segment 4a609a5f-c96c-4bb8-9ed7-974fa28abff7 of type vxlan for network 823b7971-9a79-4fa7-b9ce-42c85979c75d [pid: 7|app: 0|req: 851/1724] 10.0.0.13 () {32 vars in 738 bytes} [Tue Apr 14 07:08:03 2026] GET /v2.0/policies/fbd83c93-19e1-4d49-abf8-7490479a718a/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:08:03.160 7 INFO neutron.api.v2.resource [None req-bd99b638-c056-4856-abb5-1d16364a7c9a 7f7d45834a344678a1a8ff38f37f50ef bacaf978541040dbaace63d8d6dd5613 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 852/1725] 10.0.0.13 () {32 vars in 742 bytes} [Tue Apr 14 07:08:03 2026] GET /v2.0/policies/fbd83c93-19e1-4d49-abf8-7490479a718a/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1726] 10.0.0.13 () {32 vars in 741 bytes} [Tue Apr 14 07:08:03 2026] DELETE /v2.0/policies/fbd83c93-19e1-4d49-abf8-7490479a718a/tags/red => 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: 854/1727] 10.0.0.13 () {32 vars in 730 bytes} [Tue Apr 14 07:08:03 2026] GET /v2.0/policies/fbd83c93-19e1-4d49-abf8-7490479a718a/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:08:03.319 7 INFO neutron.api.v2.resource [None req-c77a7ab6-7788-4a55-8497-41b6c3ef9c4c 7f7d45834a344678a1a8ff38f37f50ef bacaf978541040dbaace63d8d6dd5613 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 855/1728] 10.0.0.13 () {32 vars in 745 bytes} [Tue Apr 14 07:08:03 2026] DELETE /v2.0/policies/fbd83c93-19e1-4d49-abf8-7490479a718a/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 07:08:03.371 8 INFO neutron.db.l3_hamode_db [None req-cb5a8853-4eba-48a7-ae87-9f1ff4ef6fc8 d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 856/1729] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:03 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1730] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:08:03 2026] DELETE /v2.0/policies/fbd83c93-19e1-4d49-abf8-7490479a718a/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1731] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:08:03 2026] GET /v2.0/security-groups?id=f962a6a6-99a6-425a-94b8-9dd8dcc3748d&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: 859/1732] 10.0.0.13 () {32 vars in 730 bytes} [Tue Apr 14 07:08:03 2026] GET /v2.0/policies/fbd83c93-19e1-4d49-abf8-7490479a718a/tags => 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: 860/1733] 10.0.0.13 () {32 vars in 731 bytes} [Tue Apr 14 07:08:03 2026] DELETE /v2.0/qos/policies/fbd83c93-19e1-4d49-abf8-7490479a718a => 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: 861/1734] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:03 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => 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: 862/1735] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:08:03 2026] GET /v2.0/security-groups?id=f962a6a6-99a6-425a-94b8-9dd8dcc3748d&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: 863/1736] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:08:03 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:08:04.185 8 INFO neutron.db.l3_hamode_db [None req-cb5a8853-4eba-48a7-ae87-9f1ff4ef6fc8 d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:08:04.467 7 INFO neutron.db.l3_db [None req-339aa9a6-343f-4fb6-a88b-8ec8fc6aeb52 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] Floating IP 5fef0b33-a60f-412e-9c80-641d0d898ade associated. External IP: 10.96.250.210, port: 8c7df4ab-0c54-4264-83ed-c1b436ea9f6f. [pid: 7|app: 0|req: 864/1737] 10.0.0.13 () {34 vars in 674 bytes} [Tue Apr 14 07:08:03 2026] POST /v2.0/floatingips => generated 855 bytes in 1096 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:08:04.880 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3eaa4bb-4307-40eb-b8c0-45fb9556794a'] response: {'name': 'network-changed', 'server_uuid': '0d3988b1-cd8a-4308-89d1-f7d415ce86e9', 'tag': '8c7df4ab-0c54-4264-83ed-c1b436ea9f6f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 867/1740] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:08:04 2026] GET /v2.0/security-groups?tenant_id=bacaf978541040dbaace63d8d6dd5613&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1741] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:08:05 2026] GET /v2.0/floatingips/5fef0b33-a60f-412e-9c80-641d0d898ade => generated 855 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1742] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:08:03 2026] POST /v2.0/routers => generated 695 bytes in 2130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1743] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:08:05 2026] DELETE /v2.0/security-groups/97690428-3044-4c86-af5e-5c9b8fcca2d9 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1744] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:08:05 2026] GET /v2.0/security-groups?tenant_id=da0a15116b4e416cb7445131c891fb6f&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1745] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:08:05 2026] GET /v2.0/ports?tenant_id=19ef5b960d564f6cadeb98646445a909&device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => 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: 872/1746] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:08:05 2026] DELETE /v2.0/security-groups/f89e6ca8-72d5-4027-84ab-086a28ceaeeb => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1747] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:08:05 2026] GET /v2.0/networks?id=625dc0ed-5f14-4618-ac17-5171261dcd4b => generated 756 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1748] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:08:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=8c7df4ab-0c54-4264-83ed-c1b436ea9f6f => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1749] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:08:05 2026] GET /v2.0/subnets?id=6def11ac-5155-4d3b-8858-ac14ff0e5245 => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1750] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:08:05 2026] GET /v2.0/ports?network_id=625dc0ed-5f14-4618-ac17-5171261dcd4b&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1751] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:08:05 2026] GET /v2.0/networks/625dc0ed-5f14-4618-ac17-5171261dcd4b?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: 878/1752] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:08:06 2026] GET /v2.0/networks/625dc0ed-5f14-4618-ac17-5171261dcd4b?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: 879/1753] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:08:06 2026] GET /v2.0/floatingips/5fef0b33-a60f-412e-9c80-641d0d898ade => generated 855 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1754] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:08:05 2026] PUT /v2.0/routers/8ab86b9c-d8c9-4c56-b14d-7d811ccf66fc/add_router_interface => generated 309 bytes in 1523 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1755] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:08:06 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1756] 10.0.0.13 () {34 vars in 662 bytes} [Tue Apr 14 07:08:06 2026] POST /v2.0/ports => generated 959 bytes in 394 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: 881/1757] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:08:07 2026] GET /v2.0/floatingips/5fef0b33-a60f-412e-9c80-641d0d898ade => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1758] 10.0.0.13 () {34 vars in 662 bytes} [Tue Apr 14 07:08:07 2026] POST /v2.0/ports => generated 955 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:08:08.192 7 INFO neutron.db.l3_db [None req-3025a017-8506-4f72-a2e4-fc482bba293b d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] Floating IP f42e473d-4635-447e-bb8f-5f530583a8fe associated. External IP: 10.96.250.214, port: 37879897-4fc1-40ad-bbc2-304ac1f759a6. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 878/1759] 10.0.0.43 () {30 vars in 687 bytes} [Tue Apr 14 07:08:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1760] 10.0.0.43 () {30 vars in 689 bytes} [Tue Apr 14 07:08:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1761] 10.0.0.43 () {30 vars in 665 bytes} [Tue Apr 14 07:08:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1762] 10.0.0.43 () {30 vars in 701 bytes} [Tue Apr 14 07:08:08 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: 882/1763] 10.0.0.13 () {34 vars in 674 bytes} [Tue Apr 14 07:08:07 2026] POST /v2.0/floatingips => generated 842 bytes in 992 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:08:08.605 8 INFO neutron.db.l3_db [None req-1f15ccb6-238f-48d3-a491-b1d04dd4d6b6 d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] Floating IP f42e473d-4635-447e-bb8f-5f530583a8fe disassociated. External IP: 10.96.250.214, port: 37879897-4fc1-40ad-bbc2-304ac1f759a6. [pid: 7|app: 0|req: 883/1764] 10.0.0.43 () {28 vars in 436 bytes} [Tue Apr 14 07:08:08 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1765] 10.0.0.43 () {30 vars in 725 bytes} [Tue Apr 14 07:08:08 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 658 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1766] 10.0.0.43 () {30 vars in 687 bytes} [Tue Apr 14 07:08:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1767] 10.0.0.13 () {34 vars in 746 bytes} [Tue Apr 14 07:08:08 2026] PUT /v2.0/floatingips/f42e473d-4635-447e-bb8f-5f530583a8fe => generated 552 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1768] 10.0.0.43 () {30 vars in 689 bytes} [Tue Apr 14 07:08:08 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: 887/1769] 10.0.0.43 () {30 vars in 665 bytes} [Tue Apr 14 07:08:08 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: 888/1770] 10.0.0.43 () {30 vars in 701 bytes} [Tue Apr 14 07:08:08 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: 889/1771] 10.0.0.43 () {30 vars in 725 bytes} [Tue Apr 14 07:08:08 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:09.017 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b11f0c9-b91d-4a52-a0e3-a26b863bd798 d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] TaaS: Handle Delete Port: 49331c20-ae0d-4637-89fb-2142e37ddcbf 2026-04-14 07:08:09.020 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b11f0c9-b91d-4a52-a0e3-a26b863bd798 d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] Tap Mirror: Handle Delete Port: 49331c20-ae0d-4637-89fb-2142e37ddcbf [pid: 8|app: 0|req: 883/1772] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:08:08 2026] DELETE /v2.0/floatingips/f42e473d-4635-447e-bb8f-5f530583a8fe => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:08:09.366 7 INFO neutron.db.segments_db [None req-576c9cc5-e047-4964-ab50-107e6e789593 3d6b7684f43141048e984825b2f6ac6b e93ec509fdbb4fd9bd11d94a003a32ea - - default default] Added segment 4bf9c0db-819a-4193-a2ee-76716049d92d of type vxlan for network cc97da3a-7b2a-46fd-bedb-ac2a303a6fde [pid: 7|app: 0|req: 890/1773] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:08:09 2026] POST /v2.0/networks => generated 612 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1774] 10.0.0.43 () {30 vars in 687 bytes} [Tue Apr 14 07:08:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1775] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:08:09 2026] POST /v2.0/subnets => generated 626 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1776] 10.0.0.43 () {30 vars in 689 bytes} [Tue Apr 14 07:08:09 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: 894/1777] 10.0.0.13 () {34 vars in 748 bytes} [Tue Apr 14 07:08:09 2026] PUT /v2.0/subnets/d4e3709d-ef23-4343-89fc-c6654c2a16ff/tags => generated 25 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1778] 10.0.0.43 () {30 vars in 665 bytes} [Tue Apr 14 07:08: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: 7|app: 0|req: 896/1779] 10.0.0.13 () {32 vars in 728 bytes} [Tue Apr 14 07:08:09 2026] GET /v2.0/subnets/d4e3709d-ef23-4343-89fc-c6654c2a16ff/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1780] 10.0.0.43 () {30 vars in 701 bytes} [Tue Apr 14 07:08:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1781] 10.0.0.13 () {34 vars in 759 bytes} [Tue Apr 14 07:08:09 2026] PUT /v2.0/subnets/d4e3709d-ef23-4343-89fc-c6654c2a16ff/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-14 07:08:10.014 8 INFO neutron.db.l3_db [None req-d1ad5e95-6418-42ce-ba0f-9593d990feed d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] Floating IP 27d135ea-f476-4a6d-8241-58b8fdb0472c associated. External IP: 10.96.250.214, port: 4e8b81f6-82f3-4471-a39a-56f889f12146. [pid: 7|app: 0|req: 899/1782] 10.0.0.43 () {30 vars in 727 bytes} [Tue Apr 14 07:08:10 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1783] 10.0.0.13 () {32 vars in 728 bytes} [Tue Apr 14 07:08:10 2026] GET /v2.0/subnets/d4e3709d-ef23-4343-89fc-c6654c2a16ff/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1784] 10.0.0.43 () {30 vars in 679 bytes} [Tue Apr 14 07:08:10 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1785] 10.0.0.13 () {34 vars in 755 bytes} [Tue Apr 14 07:08:10 2026] PUT /v2.0/subnets/d4e3709d-ef23-4343-89fc-c6654c2a16ff/tags/red => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1786] 10.0.0.13 () {34 vars in 674 bytes} [Tue Apr 14 07:08:09 2026] POST /v2.0/floatingips => generated 843 bytes in 1158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1787] 10.0.0.13 () {32 vars in 728 bytes} [Tue Apr 14 07:08:10 2026] GET /v2.0/subnets/d4e3709d-ef23-4343-89fc-c6654c2a16ff/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1788] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:08:10 2026] GET /v2.0/floatingips/27d135ea-f476-4a6d-8241-58b8fdb0472c => generated 843 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1789] 10.0.0.43 () {34 vars in 701 bytes} [Tue Apr 14 07:08:10 2026] POST /v2.0/ports => generated 1128 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 887/1790] 10.0.0.13 () {34 vars in 777 bytes} [Tue Apr 14 07:08:10 2026] PUT /v2.0/subnets/d4e3709d-ef23-4343-89fc-c6654c2a16ff/tags/black.or.white => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1791] 10.0.0.13 () {32 vars in 652 bytes} [Tue Apr 14 07:08:10 2026] GET /v2.0/floatingips => generated 846 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1792] 10.0.0.13 () {32 vars in 728 bytes} [Tue Apr 14 07:08:10 2026] GET /v2.0/subnets/d4e3709d-ef23-4343-89fc-c6654c2a16ff/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1793] 10.0.0.13 () {34 vars in 748 bytes} [Tue Apr 14 07:08:10 2026] PUT /v2.0/subnets/d4e3709d-ef23-4343-89fc-c6654c2a16ff/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1794] 10.0.0.13 () {32 vars in 728 bytes} [Tue Apr 14 07:08:10 2026] GET /v2.0/subnets/d4e3709d-ef23-4343-89fc-c6654c2a16ff/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1795] 10.0.0.13 () {32 vars in 736 bytes} [Tue Apr 14 07:08:10 2026] GET /v2.0/subnets/d4e3709d-ef23-4343-89fc-c6654c2a16ff/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:08:10.861 8 INFO neutron.api.v2.resource [None req-eadc35a6-a811-4778-b2f7-071180e1a642 3d6b7684f43141048e984825b2f6ac6b e93ec509fdbb4fd9bd11d94a003a32ea - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 892/1796] 10.0.0.13 () {32 vars in 740 bytes} [Tue Apr 14 07:08:10 2026] GET /v2.0/subnets/d4e3709d-ef23-4343-89fc-c6654c2a16ff/tags/green => generated 99 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1797] 10.0.0.13 () {32 vars in 739 bytes} [Tue Apr 14 07:08:10 2026] DELETE /v2.0/subnets/d4e3709d-ef23-4343-89fc-c6654c2a16ff/tags/red => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:08:10.956 7 INFO neutron.db.l3_db [None req-22306d17-e803-496a-adb6-41ff67b1e288 d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] Floating IP 27d135ea-f476-4a6d-8241-58b8fdb0472c associated. External IP: 10.96.250.214, port: 4e8b81f6-82f3-4471-a39a-56f889f12146. [pid: 8|app: 0|req: 894/1798] 10.0.0.13 () {32 vars in 728 bytes} [Tue Apr 14 07:08:10 2026] GET /v2.0/subnets/d4e3709d-ef23-4343-89fc-c6654c2a16ff/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:08:11.056 8 INFO neutron.api.v2.resource [None req-8a026df5-a124-45ef-bc0b-a10502620726 3d6b7684f43141048e984825b2f6ac6b e93ec509fdbb4fd9bd11d94a003a32ea - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 895/1799] 10.0.0.13 () {32 vars in 743 bytes} [Tue Apr 14 07:08:11 2026] DELETE /v2.0/subnets/d4e3709d-ef23-4343-89fc-c6654c2a16ff/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1800] 10.0.0.13 () {32 vars in 731 bytes} [Tue Apr 14 07:08:11 2026] DELETE /v2.0/subnets/d4e3709d-ef23-4343-89fc-c6654c2a16ff/tags => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1801] 10.0.0.13 () {32 vars in 728 bytes} [Tue Apr 14 07:08:11 2026] GET /v2.0/subnets/d4e3709d-ef23-4343-89fc-c6654c2a16ff/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1802] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:08:11 2026] DELETE /v2.0/subnets/d4e3709d-ef23-4343-89fc-c6654c2a16ff => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:08:11.530 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4b48d55-ce50-4974-8444-750fe0c33233 3d6b7684f43141048e984825b2f6ac6b e93ec509fdbb4fd9bd11d94a003a32ea - - default default] TaaS: Handle Delete Port: decca9fe-d555-46c5-a74b-43bd4b7f2720 2026-04-14 07:08:11.533 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4b48d55-ce50-4974-8444-750fe0c33233 3d6b7684f43141048e984825b2f6ac6b e93ec509fdbb4fd9bd11d94a003a32ea - - default default] Tap Mirror: Handle Delete Port: decca9fe-d555-46c5-a74b-43bd4b7f2720 2026-04-14 07:08:11.702 8 INFO neutron.services.segments.plugin [-] Segment 4bf9c0db-819a-4193-a2ee-76716049d92d resource provider aggregate not found 2026-04-14 07:08:11.710 8 INFO neutron.services.segments.plugin [-] Segment 4bf9c0db-819a-4193-a2ee-76716049d92d resource provider aggregate not found 2026-04-14 07:08:11.728 8 INFO neutron.services.segments.plugin [-] Segment 4bf9c0db-819a-4193-a2ee-76716049d92d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bf9c0db-819a-4193-a2ee-76716049d92d found for delete ", "request_id": "req-55fcf2ea-b637-4f12-aeb1-f986c346a31e"}]} 2026-04-14 07:08:11.732 8 INFO neutron.services.segments.plugin [-] Segment 4bf9c0db-819a-4193-a2ee-76716049d92d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bf9c0db-819a-4193-a2ee-76716049d92d found for delete ", "request_id": "req-d18f2983-59c2-4919-a8c2-aeaff853ad09"}]} [pid: 7|app: 0|req: 905/1804] 10.0.0.13 () {34 vars in 746 bytes} [Tue Apr 14 07:08:10 2026] PUT /v2.0/floatingips/27d135ea-f476-4a6d-8241-58b8fdb0472c => generated 842 bytes in 1143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1804] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:11 2026] DELETE /v2.0/networks/cc97da3a-7b2a-46fd-bedb-ac2a303a6fde => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:08:11.877 7 INFO neutron.db.l3_db [None req-2a2420d5-ed08-48ae-8295-1eeeedab5bdc d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] Floating IP 27d135ea-f476-4a6d-8241-58b8fdb0472c disassociated. External IP: 10.96.250.214, port: 37879897-4fc1-40ad-bbc2-304ac1f759a6. [pid: 7|app: 0|req: 906/1805] 10.0.0.13 () {34 vars in 746 bytes} [Tue Apr 14 07:08:11 2026] PUT /v2.0/floatingips/27d135ea-f476-4a6d-8241-58b8fdb0472c => generated 552 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:12.291 8 INFO neutron_taas.services.taas.taas_plugin [None req-708acf92-986f-4cf6-a747-66ca64b051a7 d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] TaaS: Handle Delete Port: 42b4cead-c304-4095-ab23-6dfb22bca5ad 2026-04-14 07:08:12.294 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-708acf92-986f-4cf6-a747-66ca64b051a7 d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] Tap Mirror: Handle Delete Port: 42b4cead-c304-4095-ab23-6dfb22bca5ad [pid: 8|app: 0|req: 900/1806] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:08:12 2026] DELETE /v2.0/floatingips/27d135ea-f476-4a6d-8241-58b8fdb0472c => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:08:12.478 8 INFO neutron.api.v2.resource [None req-b9373f8c-f781-426d-8a5c-9dc457be9bc6 d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 901/1807] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:08:12 2026] DELETE /v2.0/floatingips/27d135ea-f476-4a6d-8241-58b8fdb0472c => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:08:12.628 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2b5df20-7070-4d5c-8469-3b1ba3b5af81 d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] TaaS: Handle Delete Port: 37879897-4fc1-40ad-bbc2-304ac1f759a6 2026-04-14 07:08:12.647 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2b5df20-7070-4d5c-8469-3b1ba3b5af81 d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] Tap Mirror: Handle Delete Port: 37879897-4fc1-40ad-bbc2-304ac1f759a6 [pid: 7|app: 0|req: 907/1808] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:08:12 2026] GET /v2.0/security-groups?tenant_id=a33de6f2aa3a41539831302a8fce8525&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: 908/1809] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:08:12 2026] DELETE /v2.0/security-groups/24f20cb8-48df-4092-933f-35398079e5ef => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1810] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:08:12 2026] DELETE /v2.0/ports/37879897-4fc1-40ad-bbc2-304ac1f759a6 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1811] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:08:12 2026] GET /v2.0/security-groups?tenant_id=e93ec509fdbb4fd9bd11d94a003a32ea&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:08:12.977 7 INFO neutron_taas.services.taas.taas_plugin [None req-af40873f-f5de-446c-9c85-4ef6afb8241c d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] TaaS: Handle Delete Port: 4e8b81f6-82f3-4471-a39a-56f889f12146 2026-04-14 07:08:12.979 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af40873f-f5de-446c-9c85-4ef6afb8241c d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] Tap Mirror: Handle Delete Port: 4e8b81f6-82f3-4471-a39a-56f889f12146 [pid: 8|app: 0|req: 904/1812] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:08:12 2026] DELETE /v2.0/security-groups/8d044577-c1df-455e-9dfd-99467bee8bf9 => 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: 909/1813] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:08:12 2026] DELETE /v2.0/ports/4e8b81f6-82f3-4471-a39a-56f889f12146 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1814] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:08:13 2026] GET /v2.0/ports?device_id=8ab86b9c-d8c9-4c56-b14d-7d811ccf66fc => generated 958 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1815] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:08:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1816] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:08:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1817] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:08:13 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: 913/1818] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:08:13 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: 914/1819] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:08:13 2026] GET /v2.0/ports/7f71cde7-61e4-4dff-acff-ce784f8b1c21 => 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: 915/1820] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:08:13 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: 916/1821] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:08:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1822] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:08:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1823] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:08:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:13.709 7 INFO neutron.api.v2.resource [None req-f6c83533-66a0-4b24-876a-21387257cc89 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 919/1824] 199.204.45.132 () {30 vars in 761 bytes} [Tue Apr 14 07:08:13 2026] GET /v2.0/security-groups/lb-18e2b2bf-0de1-4bba-90dc-c9b4e2a97cee => generated 149 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:08:13.728 8 INFO neutron_taas.services.taas.taas_plugin [None req-e74bfedf-559b-4ce6-8a8d-73003d1f8ebd d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] TaaS: Handle Delete Port: c4e64fe8-8eb3-4e47-8bd7-a9806cf03f48 2026-04-14 07:08:13.733 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e74bfedf-559b-4ce6-8a8d-73003d1f8ebd d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] Tap Mirror: Handle Delete Port: c4e64fe8-8eb3-4e47-8bd7-a9806cf03f48 [pid: 7|app: 0|req: 920/1825] 199.204.45.132 () {30 vars in 783 bytes} [Tue Apr 14 07:08:13 2026] GET /v2.0/security-groups?name=lb-18e2b2bf-0de1-4bba-90dc-c9b4e2a97cee => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1826] 199.204.45.132 () {34 vars in 734 bytes} [Tue Apr 14 07:08:13 2026] POST /v2.0/security-groups => generated 1636 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1827] 199.204.45.132 () {30 vars in 813 bytes} [Tue Apr 14 07:08:13 2026] GET /v2.0/security-group-rules?security_group_id=77028661-8b0d-4d26-a41b-b576bc9afeb5 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1828] 199.204.45.132 () {34 vars in 787 bytes} [Tue Apr 14 07:08:13 2026] PUT /v2.0/ports/7f71cde7-61e4-4dff-acff-ce784f8b1c21 => generated 1128 bytes in 233 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: 924/1829] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:08:14 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: 925/1830] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:08:14 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: 926/1831] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:08:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1832] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:08:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1833] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:08:14 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1834] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:08:13 2026] PUT /v2.0/routers/8ab86b9c-d8c9-4c56-b14d-7d811ccf66fc/remove_router_interface => generated 309 bytes in 1205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:14.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a3ad673-37f6-4e8b-9815-5a454e129d1e d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] TaaS: Handle Delete Port: 46fc7645-8904-4e5a-8af6-389935bba4bd 2026-04-14 07:08:14.678 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a3ad673-37f6-4e8b-9815-5a454e129d1e d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] Tap Mirror: Handle Delete Port: 46fc7645-8904-4e5a-8af6-389935bba4bd [pid: 8|app: 0|req: 907/1835] 10.0.0.2 () {34 vars in 986 bytes} [Tue Apr 14 07:08:14 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1836] 10.0.0.2 () {34 vars in 1036 bytes} [Tue Apr 14 07:08:14 2026] GET /v2.0/security-groups?id=f962a6a6-99a6-425a-94b8-9dd8dcc3748d&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-14 07:08:14.966 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a3ad673-37f6-4e8b-9815-5a454e129d1e d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] TaaS: Handle Delete Port: 641f5e89-730a-4319-ac85-b0cee304b4c7 2026-04-14 07:08:14.970 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a3ad673-37f6-4e8b-9815-5a454e129d1e d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] Tap Mirror: Handle Delete Port: 641f5e89-730a-4319-ac85-b0cee304b4c7 2026-04-14 07:08:15.366 7 INFO neutron.services.segments.plugin [-] Segment 4a609a5f-c96c-4bb8-9ed7-974fa28abff7 resource provider aggregate not found 2026-04-14 07:08:15.370 7 INFO neutron.services.segments.plugin [-] Segment 4a609a5f-c96c-4bb8-9ed7-974fa28abff7 resource provider aggregate not found 2026-04-14 07:08:15.394 7 INFO neutron.services.segments.plugin [-] Segment 4a609a5f-c96c-4bb8-9ed7-974fa28abff7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a609a5f-c96c-4bb8-9ed7-974fa28abff7 found for delete ", "request_id": "req-40983c78-5032-4b53-a69d-6489ae5fd9e9"}]} 2026-04-14 07:08:15.397 7 INFO neutron.services.segments.plugin [-] Segment 4a609a5f-c96c-4bb8-9ed7-974fa28abff7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a609a5f-c96c-4bb8-9ed7-974fa28abff7 found for delete ", "request_id": "req-1a8686ae-9ec2-44fa-ab3a-0005858a49b1"}]} 2026-04-14 07:08:15.406 7 INFO neutron.db.l3_hamode_db [None req-6a3ad673-37f6-4e8b-9815-5a454e129d1e d279d539e0a94f86a3d5025f1110683a f2b658f608ff4b9392c73acc443db3f8 - - default default] HA network 823b7971-9a79-4fa7-b9ce-42c85979c75d was deleted as no HA routers are present in tenant f2b658f608ff4b9392c73acc443db3f8. [pid: 7|app: 0|req: 929/1837] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:08:14 2026] DELETE /v2.0/routers/8ab86b9c-d8c9-4c56-b14d-7d811ccf66fc => generated 0 bytes in 1009 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1838] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:08:15 2026] DELETE /v2.0/subnets/d8c7f0c3-7dce-49e5-82df-326e6f84159f => 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: 930/1839] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:15 2026] DELETE /v2.0/networks/01db3710-2f67-470c-bb51-140c7347b252 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1840] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:08:16 2026] GET /v2.0/security-groups?tenant_id=f2b658f608ff4b9392c73acc443db3f8&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1841] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:08:16 2026] DELETE /v2.0/security-groups/c020de1d-841f-4bff-b904-a18f814b6aea => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:08:16.729 8 INFO neutron.db.segments_db [None req-e7a836fb-98e2-4324-a30f-94889d38a5b7 1b8b82e042e548c9bc6007304a959a66 b0856d9c29c444b98848cb396745eff4 - - default default] Added segment 2405a88d-dc8d-4ff9-9742-d26818d62aeb of type vxlan for network 7031daf0-92d2-4276-bc12-a27242a6eeee [pid: 8|app: 0|req: 911/1842] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:08:16 2026] POST /v2.0/networks => generated 613 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:08:16.901 7 INFO neutron.db.segments_db [None req-30a73038-9ee4-4430-9655-45ec5b5617c0 1b8b82e042e548c9bc6007304a959a66 b0856d9c29c444b98848cb396745eff4 - - default default] Added segment 0b4d7b96-4324-42b6-afa2-b478c8efe17c of type vxlan for network 15c5f321-06a1-4598-b224-fb1f5648be49 [pid: 7|app: 0|req: 932/1843] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:08:16 2026] POST /v2.0/networks => generated 613 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1844] 10.0.0.13 () {34 vars in 750 bytes} [Tue Apr 14 07:08:17 2026] PUT /v2.0/networks/7031daf0-92d2-4276-bc12-a27242a6eeee/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1845] 10.0.0.13 () {32 vars in 730 bytes} [Tue Apr 14 07:08:17 2026] GET /v2.0/networks/7031daf0-92d2-4276-bc12-a27242a6eeee/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1846] 10.0.0.13 () {34 vars in 750 bytes} [Tue Apr 14 07:08:17 2026] PUT /v2.0/networks/15c5f321-06a1-4598-b224-fb1f5648be49/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1847] 10.0.0.13 () {32 vars in 730 bytes} [Tue Apr 14 07:08:17 2026] GET /v2.0/networks/15c5f321-06a1-4598-b224-fb1f5648be49/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1848] 10.0.0.13 () {34 vars in 750 bytes} [Tue Apr 14 07:08:17 2026] PUT /v2.0/networks/15c5f321-06a1-4598-b224-fb1f5648be49/tags => generated 12 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:08:17.428 7 INFO neutron.services.segments.plugin [-] Segment 06f1f2a4-8e66-44a8-8939-64195f8bf0b7 resource provider aggregate not found 2026-04-14 07:08:17.437 7 INFO neutron.services.segments.plugin [-] Segment 06f1f2a4-8e66-44a8-8939-64195f8bf0b7 resource provider aggregate not found [pid: 7|app: 0|req: 935/1849] 10.0.0.13 () {32 vars in 730 bytes} [Tue Apr 14 07:08:17 2026] GET /v2.0/networks/15c5f321-06a1-4598-b224-fb1f5648be49/tags => generated 12 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:08:17.449 7 INFO neutron.services.segments.plugin [-] Segment 06f1f2a4-8e66-44a8-8939-64195f8bf0b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06f1f2a4-8e66-44a8-8939-64195f8bf0b7 found for delete ", "request_id": "req-805057da-e79c-43b1-b32a-4591cf55682e"}]} 2026-04-14 07:08:17.457 7 INFO neutron.services.segments.plugin [-] Segment 06f1f2a4-8e66-44a8-8939-64195f8bf0b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06f1f2a4-8e66-44a8-8939-64195f8bf0b7 found for delete ", "request_id": "req-d02cf8c4-5998-46ba-a414-8ab8e8f0e683"}]} [pid: 8|app: 0|req: 915/1850] 10.0.0.13 () {32 vars in 730 bytes} [Tue Apr 14 07:08:17 2026] GET /v2.0/networks/7031daf0-92d2-4276-bc12-a27242a6eeee/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1851] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:17 2026] DELETE /v2.0/networks/7031daf0-92d2-4276-bc12-a27242a6eeee => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:08:17.842 8 INFO neutron.services.segments.plugin [-] Segment 0b4d7b96-4324-42b6-afa2-b478c8efe17c resource provider aggregate not found 2026-04-14 07:08:17.848 8 INFO neutron.services.segments.plugin [-] Segment 0b4d7b96-4324-42b6-afa2-b478c8efe17c resource provider aggregate not found 2026-04-14 07:08:17.861 8 INFO neutron.services.segments.plugin [-] Segment 0b4d7b96-4324-42b6-afa2-b478c8efe17c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b4d7b96-4324-42b6-afa2-b478c8efe17c found for delete ", "request_id": "req-7313686a-ccb8-4ea1-8b46-547cec2f5b22"}]} 2026-04-14 07:08:17.869 8 INFO neutron.services.segments.plugin [-] Segment 0b4d7b96-4324-42b6-afa2-b478c8efe17c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b4d7b96-4324-42b6-afa2-b478c8efe17c found for delete ", "request_id": "req-2deae907-5770-43db-9a7e-0628834a5f0e"}]} [pid: 8|app: 0|req: 916/1852] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:17 2026] DELETE /v2.0/networks/15c5f321-06a1-4598-b224-fb1f5648be49 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:08:18.685 7 INFO neutron.db.segments_db [None req-303c3b04-8e1b-4ce3-9230-b2ef84c80b1e b337ff9e36cd4d74a69d97c8d0ca5c49 9a0e16f668194f0aae11ca1e30fd8e3c - - default default] Added segment b04509ae-6c9d-4776-b6b9-459d561df4dc of type vxlan for network 3180532a-a28d-4b30-88b4-04e84fedf43a [pid: 8|app: 0|req: 917/1853] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:08:18 2026] GET /v2.0/security-groups?tenant_id=3c982497ea0049e98d09ed27c38713aa&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:08:18.727 7 INFO neutron.db.segments_db [None req-303c3b04-8e1b-4ce3-9230-b2ef84c80b1e b337ff9e36cd4d74a69d97c8d0ca5c49 9a0e16f668194f0aae11ca1e30fd8e3c - - default default] Added segment 515726d9-d3fb-4c71-b662-8bb927b2b35b of type vxlan for network b6315210-060e-4443-a21a-f11e77fc5f60 [pid: 7|app: 0|req: 937/1854] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:08:18 2026] POST /v2.0/networks => generated 1208 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1855] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:08:18 2026] DELETE /v2.0/security-groups/33923b49-24a3-4dfb-a81d-a221d3e24556 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1858] 10.0.0.13 () {32 vars in 646 bytes} [Tue Apr 14 07:08:18 2026] GET /v2.0/networks => generated 1845 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1859] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:08:18 2026] GET /v2.0/security-groups?tenant_id=b0856d9c29c444b98848cb396745eff4&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1860] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:18 2026] DELETE /v2.0/networks/3180532a-a28d-4b30-88b4-04e84fedf43a => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1861] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:08:18 2026] DELETE /v2.0/security-groups/8af649d7-4f95-4229-a763-099f31302a40 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1862] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:19 2026] DELETE /v2.0/networks/b6315210-060e-4443-a21a-f11e77fc5f60 => 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: 941/1863] 10.0.0.13 () {32 vars in 646 bytes} [Tue Apr 14 07:08:19 2026] GET /v2.0/networks => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:19.360 8 INFO neutron.db.segments_db [None req-f1975ab8-a4d1-4463-917a-a9c3362af625 b337ff9e36cd4d74a69d97c8d0ca5c49 9a0e16f668194f0aae11ca1e30fd8e3c - - default default] Added segment ab665c42-cc60-4060-9d2b-5c7460bd7f78 of type vxlan for network b77dc326-005d-467c-b9bd-c612ba97f157 [pid: 8|app: 0|req: 923/1864] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:08:19 2026] POST /v2.0/networks => generated 631 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:08:19.473 7 INFO neutron.services.segments.plugin [-] Segment 2405a88d-dc8d-4ff9-9742-d26818d62aeb resource provider aggregate not found 2026-04-14 07:08:19.478 7 INFO neutron.services.segments.plugin [-] Segment 2405a88d-dc8d-4ff9-9742-d26818d62aeb resource provider aggregate not found 2026-04-14 07:08:19.497 7 INFO neutron.services.segments.plugin [-] Segment 2405a88d-dc8d-4ff9-9742-d26818d62aeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2405a88d-dc8d-4ff9-9742-d26818d62aeb found for delete ", "request_id": "req-80ce5bf3-0ef5-4b0f-afc1-e13740235345"}]} 2026-04-14 07:08:19.507 7 INFO neutron.services.segments.plugin [-] Segment 2405a88d-dc8d-4ff9-9742-d26818d62aeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2405a88d-dc8d-4ff9-9742-d26818d62aeb found for delete ", "request_id": "req-42ce769d-089f-482a-b25f-2188fb17d59f"}]} 2026-04-14 07:08:19.544 7 INFO neutron.db.segments_db [None req-51facb78-8746-4e82-ac7e-1ca28a15a64b b337ff9e36cd4d74a69d97c8d0ca5c49 9a0e16f668194f0aae11ca1e30fd8e3c - - default default] Added segment bf151052-9fdd-4347-8d5e-e256c39225ca of type vxlan for network 7905abb3-3098-4f40-9b96-b47e2155eede [pid: 7|app: 0|req: 942/1865] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:08:19 2026] POST /v2.0/networks => generated 631 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:08:19.886 8 INFO neutron.services.segments.plugin [-] Segment b04509ae-6c9d-4776-b6b9-459d561df4dc resource provider aggregate not found 2026-04-14 07:08:19.910 8 INFO neutron.services.segments.plugin [-] Segment b04509ae-6c9d-4776-b6b9-459d561df4dc resource provider aggregate not found 2026-04-14 07:08:19.914 8 INFO neutron.services.segments.plugin [-] Segment b04509ae-6c9d-4776-b6b9-459d561df4dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b04509ae-6c9d-4776-b6b9-459d561df4dc found for delete ", "request_id": "req-72c20f8f-b1c8-41e8-96b7-fef64ef53482"}]} 2026-04-14 07:08:19.938 8 INFO neutron.services.segments.plugin [-] Segment 515726d9-d3fb-4c71-b662-8bb927b2b35b resource provider aggregate not found 2026-04-14 07:08:19.949 8 INFO neutron.services.segments.plugin [-] Segment b04509ae-6c9d-4776-b6b9-459d561df4dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b04509ae-6c9d-4776-b6b9-459d561df4dc found for delete ", "request_id": "req-84318c34-98cb-47bd-a1d3-ebe14b2b9484"}]} 2026-04-14 07:08:19.962 8 INFO neutron.services.segments.plugin [-] Segment 515726d9-d3fb-4c71-b662-8bb927b2b35b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 515726d9-d3fb-4c71-b662-8bb927b2b35b found for delete ", "request_id": "req-e55d9e21-f09d-4095-91da-4a3bb1ea96f4"}]} 2026-04-14 07:08:19.973 8 INFO neutron.services.segments.plugin [-] Segment 515726d9-d3fb-4c71-b662-8bb927b2b35b resource provider aggregate not found 2026-04-14 07:08:19.996 8 INFO neutron.services.segments.plugin [-] Segment 515726d9-d3fb-4c71-b662-8bb927b2b35b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 515726d9-d3fb-4c71-b662-8bb927b2b35b found for delete ", "request_id": "req-4ea9c82d-c9bb-44da-943a-cf3be4c7a31a"}]} [pid: 8|app: 0|req: 924/1866] 10.0.0.13 () {34 vars in 662 bytes} [Tue Apr 14 07:08:19 2026] POST /v2.0/ports => generated 1505 bytes in 613 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1867] 10.0.0.13 () {32 vars in 640 bytes} [Tue Apr 14 07:08:20 2026] GET /v2.0/ports => generated 1505 bytes in 108 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-14 07:08:20.499 8 INFO neutron_taas.services.taas.taas_plugin [None req-6223d139-cd86-467a-b6f4-4d73df1f57c9 b337ff9e36cd4d74a69d97c8d0ca5c49 9a0e16f668194f0aae11ca1e30fd8e3c - - default default] TaaS: Handle Delete Port: c412b186-a3d5-4a77-a955-461f673fb9fd 2026-04-14 07:08:20.503 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6223d139-cd86-467a-b6f4-4d73df1f57c9 b337ff9e36cd4d74a69d97c8d0ca5c49 9a0e16f668194f0aae11ca1e30fd8e3c - - default default] Tap Mirror: Handle Delete Port: c412b186-a3d5-4a77-a955-461f673fb9fd [pid: 8|app: 0|req: 925/1868] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:08:20 2026] DELETE /v2.0/ports/c412b186-a3d5-4a77-a955-461f673fb9fd => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:08:20.723 7 INFO neutron_taas.services.taas.taas_plugin [None req-7987c19b-efe2-47a5-af73-6fa221cea169 b337ff9e36cd4d74a69d97c8d0ca5c49 9a0e16f668194f0aae11ca1e30fd8e3c - - default default] TaaS: Handle Delete Port: 78d399c7-1f70-430b-a6f0-262ff76027db 2026-04-14 07:08:20.726 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7987c19b-efe2-47a5-af73-6fa221cea169 b337ff9e36cd4d74a69d97c8d0ca5c49 9a0e16f668194f0aae11ca1e30fd8e3c - - default default] Tap Mirror: Handle Delete Port: 78d399c7-1f70-430b-a6f0-262ff76027db [pid: 7|app: 0|req: 944/1869] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:08:20 2026] DELETE /v2.0/ports/78d399c7-1f70-430b-a6f0-262ff76027db => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1870] 10.0.0.13 () {32 vars in 640 bytes} [Tue Apr 14 07:08:20 2026] GET /v2.0/ports => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:08:20.933 7 INFO neutron.db.segments_db [None req-a1392aed-b4e3-44bc-8760-eb218d639eb5 b337ff9e36cd4d74a69d97c8d0ca5c49 9a0e16f668194f0aae11ca1e30fd8e3c - - default default] Added segment 491c4104-8136-42d7-a607-47703ab79da0 of type vxlan for network bb6c892e-ad79-4131-9b2d-ac7f70373b12 [pid: 7|app: 0|req: 945/1871] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:08:20 2026] POST /v2.0/networks => generated 629 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:08:21.111 8 INFO neutron.db.segments_db [None req-0a017661-e76d-4aa5-b461-359c85460da5 b337ff9e36cd4d74a69d97c8d0ca5c49 9a0e16f668194f0aae11ca1e30fd8e3c - - default default] Added segment 83951b1d-7a46-4174-b671-19e75683d3db of type vxlan for network 0e825215-9b0a-48e4-b899-b584d15611b8 [pid: 8|app: 0|req: 927/1872] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:08:21 2026] POST /v2.0/networks => generated 630 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1873] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:08:21 2026] POST /v2.0/subnets => generated 1273 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1874] 10.0.0.13 () {32 vars in 644 bytes} [Tue Apr 14 07:08:21 2026] GET /v2.0/subnets => generated 1909 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1875] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:08:21 2026] DELETE /v2.0/subnets/9eb1253b-1058-4585-9205-c9c100ba7e9c => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1876] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:08:21 2026] DELETE /v2.0/subnets/f69dcef1-8bf3-4b2e-94d3-06747669e4b2 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1877] 10.0.0.13 () {32 vars in 644 bytes} [Tue Apr 14 07:08:22 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:22.265 8 INFO neutron.services.segments.plugin [-] Segment 83951b1d-7a46-4174-b671-19e75683d3db resource provider aggregate not found 2026-04-14 07:08:22.269 8 INFO neutron.services.segments.plugin [-] Segment 83951b1d-7a46-4174-b671-19e75683d3db resource provider aggregate not found 2026-04-14 07:08:22.292 8 INFO neutron.services.segments.plugin [-] Segment 83951b1d-7a46-4174-b671-19e75683d3db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83951b1d-7a46-4174-b671-19e75683d3db found for delete ", "request_id": "req-11bd8ded-6cf8-4df7-aaaa-074d5a9ff6b5"}]} 2026-04-14 07:08:22.294 8 INFO neutron.services.segments.plugin [-] Segment 83951b1d-7a46-4174-b671-19e75683d3db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83951b1d-7a46-4174-b671-19e75683d3db found for delete ", "request_id": "req-e3746618-4ed2-4b36-84ba-dfe541b346d8"}]} [pid: 7|app: 0|req: 949/1878] 10.0.0.114 () {34 vars in 1014 bytes} [Tue Apr 14 07:08:22 2026] GET /v2.0/security-groups?id=ac0f6688-a1b8-4dc1-8f10-14e36d1ff01c&fields=id => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1879] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:22 2026] DELETE /v2.0/networks/0e825215-9b0a-48e4-b899-b584d15611b8 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1880] 10.0.0.114 () {34 vars in 980 bytes} [Tue Apr 14 07:08:22 2026] GET /v2.0/networks?id=fc7a0039-54db-4382-9397-fcffc1eecc0b => generated 734 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1881] 10.0.0.114 () {34 vars in 963 bytes} [Tue Apr 14 07:08:22 2026] GET /v2.0/quotas/dc3222a786e9492db00f714631441da5 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1882] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:22 2026] DELETE /v2.0/networks/bb6c892e-ad79-4131-9b2d-ac7f70373b12 => 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: 952/1883] 10.0.0.114 () {34 vars in 1000 bytes} [Tue Apr 14 07:08:22 2026] GET /v2.0/ports?tenant_id=dc3222a786e9492db00f714631441da5&fields=id => generated 149 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1884] 10.0.0.114 () {34 vars in 1006 bytes} [Tue Apr 14 07:08:22 2026] GET /v2.0/networks/fc7a0039-54db-4382-9397-fcffc1eecc0b?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1885] 10.0.0.114 () {34 vars in 1106 bytes} [Tue Apr 14 07:08:22 2026] GET /v2.0/networks/fc7a0039-54db-4382-9397-fcffc1eecc0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1886] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:22 2026] DELETE /v2.0/networks/7905abb3-3098-4f40-9b96-b47e2155eede => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:08:22.757 7 INFO neutron.services.segments.plugin [-] Segment ab665c42-cc60-4060-9d2b-5c7460bd7f78 resource provider aggregate not found 2026-04-14 07:08:22.766 7 INFO neutron.services.segments.plugin [-] Segment ab665c42-cc60-4060-9d2b-5c7460bd7f78 resource provider aggregate not found 2026-04-14 07:08:22.782 7 INFO neutron.services.segments.plugin [-] Segment ab665c42-cc60-4060-9d2b-5c7460bd7f78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab665c42-cc60-4060-9d2b-5c7460bd7f78 found for delete ", "request_id": "req-5751d79e-d4e7-4263-b371-ba4619e2ef87"}]} 2026-04-14 07:08:22.787 7 INFO neutron.services.segments.plugin [-] Segment ab665c42-cc60-4060-9d2b-5c7460bd7f78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab665c42-cc60-4060-9d2b-5c7460bd7f78 found for delete ", "request_id": "req-fbfffcb5-3dd9-45d4-b1a0-12210b145e28"}]} [pid: 7|app: 0|req: 955/1887] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:22 2026] DELETE /v2.0/networks/b77dc326-005d-467c-b9bd-c612ba97f157 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1888] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:23 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => 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: 957/1889] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:23 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1890] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:08:23 2026] GET /v2.0/security-groups?tenant_id=9a0e16f668194f0aae11ca1e30fd8e3c&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1891] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:08:23 2026] DELETE /v2.0/security-groups/9c1bd7a4-c45b-4689-8427-0a203eac1eb0 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:08:24.316 8 INFO neutron.services.segments.plugin [-] Segment 491c4104-8136-42d7-a607-47703ab79da0 resource provider aggregate not found 2026-04-14 07:08:24.321 8 INFO neutron.services.segments.plugin [-] Segment 491c4104-8136-42d7-a607-47703ab79da0 resource provider aggregate not found 2026-04-14 07:08:24.333 8 INFO neutron.services.segments.plugin [-] Segment 491c4104-8136-42d7-a607-47703ab79da0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 491c4104-8136-42d7-a607-47703ab79da0 found for delete ", "request_id": "req-c020a077-565a-45b4-bc1c-50e701d15be8"}]} 2026-04-14 07:08:24.337 8 INFO neutron.services.segments.plugin [-] Segment 491c4104-8136-42d7-a607-47703ab79da0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 491c4104-8136-42d7-a607-47703ab79da0 found for delete ", "request_id": "req-4c781f6e-2fae-4eeb-ae6f-73d2167923b3"}]} 2026-04-14 07:08:24.346 8 INFO neutron.services.segments.plugin [-] Segment bf151052-9fdd-4347-8d5e-e256c39225ca resource provider aggregate not found 2026-04-14 07:08:24.355 8 INFO neutron.services.segments.plugin [-] Segment bf151052-9fdd-4347-8d5e-e256c39225ca resource provider aggregate not found 2026-04-14 07:08:24.360 8 INFO neutron.services.segments.plugin [-] Segment bf151052-9fdd-4347-8d5e-e256c39225ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf151052-9fdd-4347-8d5e-e256c39225ca found for delete ", "request_id": "req-b0182a87-932b-421e-9120-86af7cfe7241"}]} 2026-04-14 07:08:24.374 8 INFO neutron.services.segments.plugin [-] Segment bf151052-9fdd-4347-8d5e-e256c39225ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf151052-9fdd-4347-8d5e-e256c39225ca found for delete ", "request_id": "req-8c47ead8-3658-443a-b7dd-aaec161a3a06"}]} [pid: 8|app: 0|req: 934/1892] 10.0.0.13 () {32 vars in 823 bytes} [Tue Apr 14 07:08:24 2026] GET /v2.0/ports?project_id=19ef5b960d564f6cadeb98646445a909&network_id=625dc0ed-5f14-4618-ac17-5171261dcd4b => generated 3691 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1893] 10.0.0.13 () {32 vars in 739 bytes} [Tue Apr 14 07:08:24 2026] GET /v2.0/subnets?network_id=034903fe-9a93-41c3-881d-f450b11cb0da => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:25.351 8 INFO neutron.db.l3_db [None req-e23b03b3-0eb1-4e4f-bf73-cd4c90492552 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] Floating IP 5fef0b33-a60f-412e-9c80-641d0d898ade disassociated. External IP: 10.96.250.210, port: 8c7df4ab-0c54-4264-83ed-c1b436ea9f6f. 2026-04-14 07:08:25.659 7 INFO neutron.db.segments_db [None req-bfacf32e-b54b-4b95-8ea6-e1d6fa75017e 56aa3fbb3dda473ebeb63252357434ae 52678b5d3e4c4be8b57520e0574c58a4 - - default default] Added segment a119bfeb-36d4-4b31-8479-c51ff50c96da of type vxlan for network 01a2e693-1277-4fb9-8123-8caa37ec85a5 [pid: 8|app: 0|req: 935/1894] 10.0.0.13 () {34 vars in 746 bytes} [Tue Apr 14 07:08:25 2026] PUT /v2.0/floatingips/5fef0b33-a60f-412e-9c80-641d0d898ade => generated 554 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1895] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:08:25 2026] POST /v2.0/networks => generated 629 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1896] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:08:25 2026] GET /v2.0/floatingips/5fef0b33-a60f-412e-9c80-641d0d898ade => generated 554 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:25.758 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4552ccef-16be-4a2e-b193-442cfd41b6d9'] response: {'name': 'network-changed', 'server_uuid': '0d3988b1-cd8a-4308-89d1-f7d415ce86e9', 'tag': '8c7df4ab-0c54-4264-83ed-c1b436ea9f6f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 961/1897] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:26 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1898] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:08:26 2026] GET /v2.0/ports?tenant_id=19ef5b960d564f6cadeb98646445a909&device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1899] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:08:26 2026] GET /v2.0/networks?id=625dc0ed-5f14-4618-ac17-5171261dcd4b => generated 756 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1900] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:26 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1901] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:08:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=8c7df4ab-0c54-4264-83ed-c1b436ea9f6f => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1902] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:08:26 2026] GET /v2.0/subnets?id=6def11ac-5155-4d3b-8858-ac14ff0e5245 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1903] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:08:26 2026] GET /v2.0/ports?network_id=625dc0ed-5f14-4618-ac17-5171261dcd4b&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1904] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:08:26 2026] POST /v2.0/subnets => generated 673 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1905] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:08:26 2026] GET /v2.0/networks/625dc0ed-5f14-4618-ac17-5171261dcd4b?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:08:26.617 7 INFO neutron.db.segments_db [None req-d0b597ce-95ed-4be2-8841-c987dbe743b1 56aa3fbb3dda473ebeb63252357434ae 52678b5d3e4c4be8b57520e0574c58a4 - - default default] Added segment b7077eca-02ca-41c9-aa83-53a5c4fd49c4 of type vxlan for network 18b01813-5d06-49f6-bd73-6e4e690835b6 [pid: 8|app: 0|req: 944/1906] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:08:26 2026] GET /v2.0/networks/625dc0ed-5f14-4618-ac17-5171261dcd4b?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: 963/1907] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:08:26 2026] POST /v2.0/networks => generated 629 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1908] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:08:26 2026] GET /v2.0/floatingips/5fef0b33-a60f-412e-9c80-641d0d898ade => generated 554 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1909] 10.0.0.13 () {34 vars in 740 bytes} [Tue Apr 14 07:08:26 2026] PUT /v2.0/networks/18b01813-5d06-49f6-bd73-6e4e690835b6 => generated 592 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1910] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:08:26 2026] POST /v2.0/subnets => generated 646 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1911] 10.0.0.13 () {34 vars in 738 bytes} [Tue Apr 14 07:08:27 2026] PUT /v2.0/subnets/01619066-9555-4428-9a15-98bf3eed368d => generated 656 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1912] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:08:27 2026] GET /v2.0/networks?id=fc7a0039-54db-4382-9397-fcffc1eecc0b => generated 734 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1913] 199.204.45.132 () {34 vars in 1048 bytes} [Tue Apr 14 07:08:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dc3222a786e9492db00f714631441da5 => generated 343 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:27.467 7 INFO neutron.services.segments.plugin [-] Segment b7077eca-02ca-41c9-aa83-53a5c4fd49c4 resource provider aggregate not found 2026-04-14 07:08:27.474 7 INFO neutron.services.segments.plugin [-] Segment b7077eca-02ca-41c9-aa83-53a5c4fd49c4 resource provider aggregate not found 2026-04-14 07:08:27.494 7 INFO neutron.services.segments.plugin [-] Segment b7077eca-02ca-41c9-aa83-53a5c4fd49c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7077eca-02ca-41c9-aa83-53a5c4fd49c4 found for delete ", "request_id": "req-2fabdc1b-a468-4d4b-95c7-cd742d5c4595"}]} 2026-04-14 07:08:27.497 7 INFO neutron.services.segments.plugin [-] Segment b7077eca-02ca-41c9-aa83-53a5c4fd49c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7077eca-02ca-41c9-aa83-53a5c4fd49c4 found for delete ", "request_id": "req-72f6e00e-5c78-4a6a-b934-0133dd7b31b4"}]} [pid: 7|app: 0|req: 966/1914] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:27 2026] DELETE /v2.0/networks/18b01813-5d06-49f6-bd73-6e4e690835b6 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:08:27.537 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6edd5236-f4e7-460c-a876-9f27cef56104 56aa3fbb3dda473ebeb63252357434ae 52678b5d3e4c4be8b57520e0574c58a4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 967/1915] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:27 2026] DELETE /v2.0/networks/18b01813-5d06-49f6-bd73-6e4e690835b6 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1916] 10.0.0.13 () {32 vars in 691 bytes} [Tue Apr 14 07:08:27 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1917] 10.0.0.13 () {32 vars in 739 bytes} [Tue Apr 14 07:08:27 2026] GET /v2.0/subnets?network_id=034903fe-9a93-41c3-881d-f450b11cb0da => generated 649 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1918] 10.0.0.13 () {32 vars in 650 bytes} [Tue Apr 14 07:08:27 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: 7|app: 0|req: 971/1919] 10.0.0.13 () {32 vars in 646 bytes} [Tue Apr 14 07:08:27 2026] GET /v2.0/networks => generated 1313 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1920] 199.204.45.132 () {38 vars in 953 bytes} [Tue Apr 14 07:08:27 2026] POST /v2.0/ports => generated 1082 bytes in 336 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: 972/1921] 10.0.0.13 () {32 vars in 644 bytes} [Tue Apr 14 07:08:27 2026] GET /v2.0/subnets => generated 1312 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1922] 10.0.0.13 () {32 vars in 720 bytes} [Tue Apr 14 07:08:27 2026] GET /v2.0/networks/01a2e693-1277-4fb9-8123-8caa37ec85a5 => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1923] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:08:27 2026] GET /v2.0/floatingips/5fef0b33-a60f-412e-9c80-641d0d898ade => generated 552 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1924] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:08:27 2026] GET /v2.0/subnets/7b36c75c-00aa-4d69-84ff-53ea510f964c => generated 673 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:27.860 7 INFO neutron.pecan_wsgi.hooks.translation [None req-07e95d14-5f4a-44cc-9ad4-e6715eadf1a1 56aa3fbb3dda473ebeb63252357434ae 52678b5d3e4c4be8b57520e0574c58a4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 976/1925] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:08:27 2026] DELETE /v2.0/subnets/01619066-9555-4428-9a15-98bf3eed368d => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:08:27.883 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b7a60d0b-9cb7-4d47-93b8-7bba07e7022c 56aa3fbb3dda473ebeb63252357434ae 52678b5d3e4c4be8b57520e0574c58a4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 977/1926] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:27 2026] DELETE /v2.0/networks/18b01813-5d06-49f6-bd73-6e4e690835b6 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1927] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:08:27 2026] DELETE /v2.0/subnets/7b36c75c-00aa-4d69-84ff-53ea510f964c => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:08:28.163 7 INFO neutron_taas.services.taas.taas_plugin [None req-c22dbb7d-cd80-4e24-aa89-09f56e132068 56aa3fbb3dda473ebeb63252357434ae 52678b5d3e4c4be8b57520e0574c58a4 - - default default] TaaS: Handle Delete Port: fee55cd5-0315-40f7-bc1c-a1c3b280059a 2026-04-14 07:08:28.167 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c22dbb7d-cd80-4e24-aa89-09f56e132068 56aa3fbb3dda473ebeb63252357434ae 52678b5d3e4c4be8b57520e0574c58a4 - - default default] Tap Mirror: Handle Delete Port: fee55cd5-0315-40f7-bc1c-a1c3b280059a [pid: 8|app: 0|req: 950/1928] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:08:27 2026] PUT /v2.0/ports/b9213ca3-b074-4ae1-ad2f-19a028f0e9a4 => generated 1243 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:08:28.227 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-45f81689-77a8-4cd4-9b2a-58df6a1044d6'] response: {'name': 'network-changed', 'server_uuid': '5307ca47-dc56-4aee-be15-057cb09b4dfc', 'tag': 'b9213ca3-b074-4ae1-ad2f-19a028f0e9a4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 979/1929] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:28 2026] DELETE /v2.0/networks/01a2e693-1277-4fb9-8123-8caa37ec85a5 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 951/1930] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:08:28 2026] GET /v2.0/ports?tenant_id=dc3222a786e9492db00f714631441da5&device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 1246 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1931] 199.204.45.132 () {34 vars in 1016 bytes} [Tue Apr 14 07:08:28 2026] GET /v2.0/networks?tenant_id=dc3222a786e9492db00f714631441da5&shared=False => generated 734 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1932] 199.204.45.132 () {34 vars in 928 bytes} [Tue Apr 14 07:08:28 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: 981/1933] 10.0.0.13 () {34 vars in 682 bytes} [Tue Apr 14 07:08:28 2026] POST /v2.0/security-groups => generated 1673 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1934] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:08:28 2026] GET /v2.0/security-groups?tenant_id=52678b5d3e4c4be8b57520e0574c58a4&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1935] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:08:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1936] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:08:29 2026] DELETE /v2.0/security-groups/891d6a56-fc0c-47fc-8e22-854dd6d0375a => 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: 983/1937] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:08:29 2026] POST /v2.0/security-group-rules => generated 596 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1938] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:08:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:08:29.529 7 INFO neutron.services.segments.plugin [-] Segment a119bfeb-36d4-4b31-8479-c51ff50c96da resource provider aggregate not found 2026-04-14 07:08:29.530 7 INFO neutron.services.segments.plugin [-] Segment a119bfeb-36d4-4b31-8479-c51ff50c96da resource provider aggregate not found 2026-04-14 07:08:29.553 7 INFO neutron.services.segments.plugin [-] Segment a119bfeb-36d4-4b31-8479-c51ff50c96da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a119bfeb-36d4-4b31-8479-c51ff50c96da found for delete ", "request_id": "req-09574874-953a-4569-870f-9d95c1bc16c6"}]} 2026-04-14 07:08:29.558 7 INFO neutron.services.segments.plugin [-] Segment a119bfeb-36d4-4b31-8479-c51ff50c96da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a119bfeb-36d4-4b31-8479-c51ff50c96da found for delete ", "request_id": "req-26172cac-ec1a-43d7-8a25-e10e0b5d7c52"}]} [pid: 7|app: 0|req: 984/1939] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:29 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 1246 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1940] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:08:29 2026] GET /v2.0/security-groups?id=ac0f6688-a1b8-4dc1-8f10-14e36d1ff01c&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1941] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:08:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:08:29.700 7 INFO neutron.db.securitygroups_db [None req-d63b3d1a-a9a3-42a9-b87b-ef0442fd92c9 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] Project 19ef5b960d564f6cadeb98646445a909 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 957/1942] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:29 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1943] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:08:29 2026] POST /v2.0/security-group-rules => generated 607 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:08:29.831 8 INFO neutron.db.securitygroups_db [None req-4a9fd1ec-d77f-4eba-936b-ee063ce7abab 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] Project 19ef5b960d564f6cadeb98646445a909 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 958/1944] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:08:29 2026] POST /v2.0/security-group-rules => generated 606 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1945] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:08:29 2026] GET /v2.0/ports?tenant_id=dc3222a786e9492db00f714631441da5&device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 1246 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1946] 199.204.45.132 () {34 vars in 1060 bytes} [Tue Apr 14 07:08:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.124&port_id=b9213ca3-b074-4ae1-ad2f-19a028f0e9a4 => 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: 988/1947] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:08:30 2026] GET /v2.0/subnets?id=dbc87b32-f127-4596-9c61-300dfb5afdee => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1948] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:08:30 2026] GET /v2.0/ports?network_id=fc7a0039-54db-4382-9397-fcffc1eecc0b&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: 989/1949] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:08:30 2026] GET /v2.0/networks/fc7a0039-54db-4382-9397-fcffc1eecc0b?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1950] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:08:30 2026] GET /v2.0/networks/fc7a0039-54db-4382-9397-fcffc1eecc0b?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: 990/1951] 10.0.0.13 () {32 vars in 646 bytes} [Tue Apr 14 07:08:30 2026] GET /v2.0/networks => generated 1297 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1952] 10.0.0.114 () {34 vars in 1096 bytes} [Tue Apr 14 07:08:30 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-589445493&fields=id&tenant_id=19ef5b960d564f6cadeb98646445a909 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1953] 10.0.0.114 () {34 vars in 980 bytes} [Tue Apr 14 07:08:30 2026] GET /v2.0/networks?id=625dc0ed-5f14-4618-ac17-5171261dcd4b => generated 660 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1954] 10.0.0.114 () {34 vars in 963 bytes} [Tue Apr 14 07:08:30 2026] GET /v2.0/quotas/19ef5b960d564f6cadeb98646445a909 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1955] 10.0.0.114 () {34 vars in 1000 bytes} [Tue Apr 14 07:08:30 2026] GET /v2.0/ports?tenant_id=19ef5b960d564f6cadeb98646445a909&fields=id => generated 149 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1956] 10.0.0.114 () {34 vars in 1006 bytes} [Tue Apr 14 07:08:30 2026] GET /v2.0/networks/625dc0ed-5f14-4618-ac17-5171261dcd4b?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: 993/1957] 10.0.0.114 () {34 vars in 1106 bytes} [Tue Apr 14 07:08:31 2026] GET /v2.0/networks/625dc0ed-5f14-4618-ac17-5171261dcd4b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1958] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:31 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:08:31.303 8 INFO neutron.db.segments_db [None req-be4f1585-6105-4073-a927-6bfb7adbd122 007c39f0997c42d5abfe691ceeabe622 69442c0ad0b349e5ac538c5085de36c8 - - default default] Added segment f2b06554-d9f8-451e-82ff-4eac808fa005 of type vxlan for network a2f22b3e-f88d-4914-85fc-9497427c3394 [pid: 8|app: 0|req: 965/1959] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:08:31 2026] POST /v2.0/networks => generated 625 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1960] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:08:31 2026] POST /v2.0/subnets => generated 641 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:08:31.705 8 INFO neutron.db.segments_db [None req-83e985d7-8ef4-4e41-8bac-9cdd54ebe60f 007c39f0997c42d5abfe691ceeabe622 69442c0ad0b349e5ac538c5085de36c8 - - default default] Added segment c3afc28a-9203-4049-9278-d1f26d0b24fd of type vxlan for network df12f7d9-341a-45b6-996c-46d46fd8b234 [pid: 8|app: 0|req: 966/1961] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:08:31 2026] POST /v2.0/networks => generated 625 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1962] 10.0.0.13 () {34 vars in 740 bytes} [Tue Apr 14 07:08:31 2026] PUT /v2.0/networks/df12f7d9-341a-45b6-996c-46d46fd8b234 => generated 592 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1963] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:08:31 2026] POST /v2.0/subnets => generated 626 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1964] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:32 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1965] 10.0.0.13 () {34 vars in 738 bytes} [Tue Apr 14 07:08:32 2026] PUT /v2.0/subnets/9de1f2e6-2c3a-414d-8cce-ce031552224b => generated 636 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:32.622 8 INFO neutron.services.segments.plugin [-] Segment c3afc28a-9203-4049-9278-d1f26d0b24fd resource provider aggregate not found 2026-04-14 07:08:32.627 8 INFO neutron.services.segments.plugin [-] Segment c3afc28a-9203-4049-9278-d1f26d0b24fd resource provider aggregate not found 2026-04-14 07:08:32.646 8 INFO neutron.services.segments.plugin [-] Segment c3afc28a-9203-4049-9278-d1f26d0b24fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3afc28a-9203-4049-9278-d1f26d0b24fd found for delete ", "request_id": "req-c709157c-9cc1-4d0f-9764-cd5ddb00757c"}]} 2026-04-14 07:08:32.657 8 INFO neutron.services.segments.plugin [-] Segment c3afc28a-9203-4049-9278-d1f26d0b24fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3afc28a-9203-4049-9278-d1f26d0b24fd found for delete ", "request_id": "req-ba38354a-1972-40d2-b6f3-bb6a2f0accb2"}]} [pid: 8|app: 0|req: 969/1966] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:32 2026] DELETE /v2.0/networks/df12f7d9-341a-45b6-996c-46d46fd8b234 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:08:32.689 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e2b32e1b-17e4-4166-b134-50e9fcaf7c2f 007c39f0997c42d5abfe691ceeabe622 69442c0ad0b349e5ac538c5085de36c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 970/1967] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:32 2026] DELETE /v2.0/networks/df12f7d9-341a-45b6-996c-46d46fd8b234 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1968] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:32 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1969] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:08:32 2026] GET /v2.0/security-groups?id=ac0f6688-a1b8-4dc1-8f10-14e36d1ff01c&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1970] 10.0.0.13 () {32 vars in 691 bytes} [Tue Apr 14 07:08:32 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1971] 10.0.0.13 () {32 vars in 739 bytes} [Tue Apr 14 07:08:32 2026] GET /v2.0/subnets?network_id=034903fe-9a93-41c3-881d-f450b11cb0da => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1972] 10.0.0.13 () {32 vars in 650 bytes} [Tue Apr 14 07:08:32 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: 1001/1973] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:32 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1974] 10.0.0.13 () {32 vars in 646 bytes} [Tue Apr 14 07:08:32 2026] GET /v2.0/networks => generated 1309 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1975] 10.0.0.13 () {32 vars in 644 bytes} [Tue Apr 14 07:08:32 2026] GET /v2.0/subnets => generated 1280 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1976] 10.0.0.13 () {32 vars in 720 bytes} [Tue Apr 14 07:08:32 2026] GET /v2.0/networks/a2f22b3e-f88d-4914-85fc-9497427c3394 => generated 669 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1977] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:08:32 2026] GET /v2.0/subnets/1f0d5a6d-ac0d-4e95-9daf-a3cf3f9dd8d2 => generated 641 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:33.044 8 INFO neutron.pecan_wsgi.hooks.translation [None req-44846b43-29c5-4f4f-b29b-5f0cea8f0347 007c39f0997c42d5abfe691ceeabe622 69442c0ad0b349e5ac538c5085de36c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 975/1978] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:08:33 2026] DELETE /v2.0/subnets/9de1f2e6-2c3a-414d-8cce-ce031552224b => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:08:33.067 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c74ae49-f824-40e2-85f5-1b6dda4dafe7 007c39f0997c42d5abfe691ceeabe622 69442c0ad0b349e5ac538c5085de36c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1004/1979] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:33 2026] DELETE /v2.0/networks/df12f7d9-341a-45b6-996c-46d46fd8b234 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1980] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:08:33 2026] DELETE /v2.0/subnets/1f0d5a6d-ac0d-4e95-9daf-a3cf3f9dd8d2 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:08:33.339 7 INFO neutron.services.segments.plugin [-] Segment f2b06554-d9f8-451e-82ff-4eac808fa005 resource provider aggregate not found 2026-04-14 07:08:33.341 7 INFO neutron.services.segments.plugin [-] Segment f2b06554-d9f8-451e-82ff-4eac808fa005 resource provider aggregate not found 2026-04-14 07:08:33.377 7 INFO neutron.services.segments.plugin [-] Segment f2b06554-d9f8-451e-82ff-4eac808fa005 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2b06554-d9f8-451e-82ff-4eac808fa005 found for delete ", "request_id": "req-6d25a7cf-167d-476f-9228-e9b6c030d3fc"}]} 2026-04-14 07:08:33.383 7 INFO neutron.services.segments.plugin [-] Segment f2b06554-d9f8-451e-82ff-4eac808fa005 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2b06554-d9f8-451e-82ff-4eac808fa005 found for delete ", "request_id": "req-9e718919-fc28-4783-985a-55212add4b5a"}]} [pid: 7|app: 0|req: 1005/1981] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:33 2026] DELETE /v2.0/networks/a2f22b3e-f88d-4914-85fc-9497427c3394 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1982] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:33 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => 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: 1007/1985] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:08:33 2026] GET /v2.0/security-groups?tenant_id=69442c0ad0b349e5ac538c5085de36c8&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1986] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:08:34 2026] DELETE /v2.0/security-groups/3cfcbc12-b49d-4fc4-8494-99d06b37733d => 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: 1008/1987] 199.204.45.132 () {34 vars in 992 bytes} [Tue Apr 14 07:08:34 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1988] 199.204.45.132 () {34 vars in 1042 bytes} [Tue Apr 14 07:08:34 2026] GET /v2.0/security-groups?id=ac0f6688-a1b8-4dc1-8f10-14e36d1ff01c&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1989] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:34 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1990] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:08:35 2026] GET /v2.0/networks?id=625dc0ed-5f14-4618-ac17-5171261dcd4b => generated 660 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1991] 199.204.45.132 () {34 vars in 1048 bytes} [Tue Apr 14 07:08:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=19ef5b960d564f6cadeb98646445a909 => generated 273 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1992] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:35 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => 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: 1012/1993] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:35 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1994] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:08:35 2026] GET /v2.0/security-groups?id=ac0f6688-a1b8-4dc1-8f10-14e36d1ff01c&fields=id&fields=name => generated 96 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1995] 199.204.45.132 () {38 vars in 953 bytes} [Tue Apr 14 07:08:35 2026] POST /v2.0/ports => generated 958 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 983/1996] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:36 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 1248 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:08:36.434 7 INFO neutron.db.segments_db [None req-b85ecd2c-f443-4cf6-881b-6fa3b407d5ae e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Added segment 6c8c2165-863f-4d21-9010-93485b7bdbe5 of type vxlan for network 56bd46e3-515f-4ede-9ab7-6c8cf921ace6 [pid: 7|app: 0|req: 1014/1997] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:08:35 2026] POST /v2.0/networks => generated 611 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:08:36.620 7 INFO neutron.db.segments_db [None req-8ccb3412-3597-4658-b82e-999caba763e6 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Added segment 172e48f3-8341-4a2f-a51e-e6784b39301c of type vxlan for network ebc0aa81-14c4-4e8b-8ea9-624961510677 [pid: 8|app: 0|req: 984/1998] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:08:36 2026] PUT /v2.0/ports/1efe5b4b-cc2a-41e7-892f-fb66eace33a0 => generated 1239 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:08:36.663 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3143e042-46e6-4989-b3b6-bc773e4a66d8'] response: {'name': 'network-changed', 'server_uuid': '8a85933c-3086-4723-85ea-ff380c81ef52', 'tag': '1efe5b4b-cc2a-41e7-892f-fb66eace33a0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1015/1999] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:08:36 2026] POST /v2.0/networks => generated 611 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 985/2000] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:08:36 2026] POST /v2.0/subnets => generated 626 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2001] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:37 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2002] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:08:37 2026] GET /v2.0/security-groups?id=62d5d782-8202-4fbb-ba61-f88ee69be881&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2003] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:08:37 2026] GET /v2.0/ports?tenant_id=19ef5b960d564f6cadeb98646445a909&device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2004] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:08:36 2026] POST /v2.0/subnets => generated 626 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2005] 199.204.45.132 () {34 vars in 1016 bytes} [Tue Apr 14 07:08:37 2026] GET /v2.0/networks?tenant_id=19ef5b960d564f6cadeb98646445a909&shared=False => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:37.288 7 INFO neutron.db.segments_db [None req-05c1d738-4e71-40a1-85d5-aa5dd4cfd346 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Added segment 2321e69f-fed3-4876-9c82-6e5ec0407243 of type vxlan for network c4e092b3-39db-49ea-ab33-4a19c567cb86 [pid: 8|app: 0|req: 990/2006] 199.204.45.132 () {34 vars in 928 bytes} [Tue Apr 14 07:08:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:37.575 7 INFO neutron.db.l3_hamode_db [None req-05c1d738-4e71-40a1-85d5-aa5dd4cfd346 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:08:37.706 7 INFO neutron.db.l3_hamode_db [None req-05c1d738-4e71-40a1-85d5-aa5dd4cfd346 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 991/2007] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:38 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2008] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:08:38 2026] GET /v2.0/security-groups?id=62d5d782-8202-4fbb-ba61-f88ee69be881&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2009] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:08:37 2026] POST /v2.0/routers => generated 506 bytes in 1113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2010] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:08:38 2026] GET /v2.0/ports?tenant_id=19ef5b960d564f6cadeb98646445a909&device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2011] 199.204.45.132 () {34 vars in 1058 bytes} [Tue Apr 14 07:08:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1efe5b4b-cc2a-41e7-892f-fb66eace33a0 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2012] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:08:38 2026] GET /v2.0/subnets?id=6def11ac-5155-4d3b-8858-ac14ff0e5245 => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2013] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:08:38 2026] GET /v2.0/ports?network_id=625dc0ed-5f14-4618-ac17-5171261dcd4b&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2014] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:08:38 2026] GET /v2.0/networks/625dc0ed-5f14-4618-ac17-5171261dcd4b?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2015] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:08:38 2026] GET /v2.0/networks/625dc0ed-5f14-4618-ac17-5171261dcd4b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2016] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:39 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2017] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:08:39 2026] GET /v2.0/security-groups?id=ac0f6688-a1b8-4dc1-8f10-14e36d1ff01c&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: 8|app: 0|req: 1001/2018] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:39 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2019] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:39 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2020] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:08:39 2026] GET /v2.0/security-groups?id=62d5d782-8202-4fbb-ba61-f88ee69be881&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2021] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:08:38 2026] PUT /v2.0/routers/9afe863d-e4c5-459b-b1f0-1cbeb3167c57/add_router_interface => generated 309 bytes in 1298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2022] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:08:39 2026] GET /v2.0/ports/5eeb99cd-aee5-4c0f-b332-7aabe77e0f0d => generated 955 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2023] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:40 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2024] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:08:40 2026] GET /v2.0/security-groups?id=62d5d782-8202-4fbb-ba61-f88ee69be881&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2025] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:08:39 2026] PUT /v2.0/routers/9afe863d-e4c5-459b-b1f0-1cbeb3167c57/add_router_interface => generated 309 bytes in 1845 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2026] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:08:41 2026] GET /v2.0/ports/bd3a8335-97e2-465f-853f-66fe72b51c76 => generated 955 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2027] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:41 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 973 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2028] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:08:41 2026] GET /v2.0/security-groups?id=62d5d782-8202-4fbb-ba61-f88ee69be881&fields=id&fields=name => generated 113 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:42.914 8 INFO neutron_taas.services.taas.taas_plugin [None req-bdb20af9-ff4d-49b7-8342-260554d42154 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] TaaS: Handle Delete Port: bd3a8335-97e2-465f-853f-66fe72b51c76 2026-04-14 07:08:42.919 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdb20af9-ff4d-49b7-8342-260554d42154 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Tap Mirror: Handle Delete Port: bd3a8335-97e2-465f-853f-66fe72b51c76 [pid: 7|app: 0|req: 1022/2029] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:43 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => 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: 1023/2030] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:08:43 2026] GET /v2.0/security-groups?id=62d5d782-8202-4fbb-ba61-f88ee69be881&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2031] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:08:41 2026] PUT /v2.0/routers/9afe863d-e4c5-459b-b1f0-1cbeb3167c57/remove_router_interface => generated 309 bytes in 1739 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:43.905 7 INFO neutron_taas.services.taas.taas_plugin [None req-87abeaab-c937-49a7-aafe-8f8c553409ba e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] TaaS: Handle Delete Port: 5eeb99cd-aee5-4c0f-b332-7aabe77e0f0d 2026-04-14 07:08:43.908 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87abeaab-c937-49a7-aafe-8f8c553409ba e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Tap Mirror: Handle Delete Port: 5eeb99cd-aee5-4c0f-b332-7aabe77e0f0d [pid: 8|app: 0|req: 1009/2032] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:44 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2033] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:08:44 2026] GET /v2.0/security-groups?id=62d5d782-8202-4fbb-ba61-f88ee69be881&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2034] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:08:43 2026] PUT /v2.0/routers/9afe863d-e4c5-459b-b1f0-1cbeb3167c57/remove_router_interface => generated 309 bytes in 952 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2035] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:08:44 2026] GET /v2.0/ports?device_id=9afe863d-e4c5-459b-b1f0-1cbeb3167c57 => 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: 1025/2036] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:08:44 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => 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: 1026/2037] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:08:44 2026] GET /v2.0/security-groups?id=62d5d782-8202-4fbb-ba61-f88ee69be881&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2038] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:08:44 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:08:44.660 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2102450-21d9-4ea7-b452-07c69b627df6 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] TaaS: Handle Delete Port: f8603bed-bad6-48eb-9082-b5dedaf622bb 2026-04-14 07:08:44.676 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2102450-21d9-4ea7-b452-07c69b627df6 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Tap Mirror: Handle Delete Port: f8603bed-bad6-48eb-9082-b5dedaf622bb 2026-04-14 07:08:44.999 7 INFO neutron.db.l3_db [None req-f0c5a2e5-d71e-4b6c-866d-1542b48ae3c2 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] Floating IP 5fef0b33-a60f-412e-9c80-641d0d898ade associated. External IP: 10.96.250.210, port: 1efe5b4b-cc2a-41e7-892f-fb66eace33a0. 2026-04-14 07:08:45.066 8 INFO neutron.services.segments.plugin [-] Segment 2321e69f-fed3-4876-9c82-6e5ec0407243 resource provider aggregate not found 2026-04-14 07:08:45.080 8 INFO neutron.services.segments.plugin [-] Segment 2321e69f-fed3-4876-9c82-6e5ec0407243 resource provider aggregate not found 2026-04-14 07:08:45.094 8 INFO neutron.services.segments.plugin [-] Segment 2321e69f-fed3-4876-9c82-6e5ec0407243 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2321e69f-fed3-4876-9c82-6e5ec0407243 found for delete ", "request_id": "req-9de163d1-ef93-47cf-acd8-5807c7cdae3e"}]} 2026-04-14 07:08:45.096 8 INFO neutron.db.l3_hamode_db [None req-a2102450-21d9-4ea7-b452-07c69b627df6 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] HA network c4e092b3-39db-49ea-ab33-4a19c567cb86 was deleted as no HA routers are present in tenant 975826f5f6fe4cb0966ad98d423c355e. 2026-04-14 07:08:45.107 8 INFO neutron.services.segments.plugin [-] Segment 2321e69f-fed3-4876-9c82-6e5ec0407243 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2321e69f-fed3-4876-9c82-6e5ec0407243 found for delete ", "request_id": "req-0385d79b-4b9a-4f93-8982-7dacdb7dd273"}]} [pid: 8|app: 0|req: 1012/2039] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:08:44 2026] DELETE /v2.0/routers/9afe863d-e4c5-459b-b1f0-1cbeb3167c57 => generated 0 bytes in 645 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2040] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:08:45 2026] DELETE /v2.0/subnets/b65664f9-612c-4e93-9994-d8b7e192bdcd => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2041] 10.0.0.13 () {34 vars in 746 bytes} [Tue Apr 14 07:08:44 2026] PUT /v2.0/floatingips/5fef0b33-a60f-412e-9c80-641d0d898ade => generated 856 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:45.396 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed02a658-848d-4770-b40e-d32c074ae787'] response: {'name': 'network-changed', 'server_uuid': '8a85933c-3086-4723-85ea-ff380c81ef52', 'tag': '1efe5b4b-cc2a-41e7-892f-fb66eace33a0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1029/2042] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:08:45 2026] GET /v2.0/floatingips/5fef0b33-a60f-412e-9c80-641d0d898ade => generated 856 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2043] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:08:45 2026] DELETE /v2.0/subnets/bdf97ae5-2533-4c45-b726-9056eee30615 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:08:45.615 7 INFO neutron_taas.services.taas.taas_plugin [None req-471ed04a-351b-4273-b921-9640ee539cd5 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] TaaS: Handle Delete Port: ce223e25-9db9-4793-b4ca-992108dd90c4 2026-04-14 07:08:45.618 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-471ed04a-351b-4273-b921-9640ee539cd5 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Tap Mirror: Handle Delete Port: ce223e25-9db9-4793-b4ca-992108dd90c4 2026-04-14 07:08:45.857 7 INFO neutron.services.segments.plugin [-] Segment 172e48f3-8341-4a2f-a51e-e6784b39301c resource provider aggregate not found 2026-04-14 07:08:45.864 7 INFO neutron.services.segments.plugin [-] Segment 172e48f3-8341-4a2f-a51e-e6784b39301c resource provider aggregate not found 2026-04-14 07:08:45.885 7 INFO neutron.services.segments.plugin [-] Segment 172e48f3-8341-4a2f-a51e-e6784b39301c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 172e48f3-8341-4a2f-a51e-e6784b39301c found for delete ", "request_id": "req-eeb9eb1c-7b36-4d9b-b693-a93ec83f8daf"}]} [pid: 7|app: 0|req: 1030/2044] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:45 2026] DELETE /v2.0/networks/ebc0aa81-14c4-4e8b-8ea9-624961510677 => generated 0 bytes in 387 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:08:45.897 7 INFO neutron.services.segments.plugin [-] Segment 172e48f3-8341-4a2f-a51e-e6784b39301c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 172e48f3-8341-4a2f-a51e-e6784b39301c found for delete ", "request_id": "req-66ff7397-1b99-4353-94a1-770056a4d48d"}]} [pid: 7|app: 0|req: 1031/2045] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:08:45 2026] GET /v2.0/ports?tenant_id=19ef5b960d564f6cadeb98646445a909&device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2046] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:08:45 2026] GET /v2.0/networks?id=625dc0ed-5f14-4618-ac17-5171261dcd4b => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:46.030 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a2fa693-3b78-44d4-921c-45a4f3f0819c e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] TaaS: Handle Delete Port: 70af99d0-dba6-4f12-a442-e3c43a5443f5 2026-04-14 07:08:46.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a2fa693-3b78-44d4-921c-45a4f3f0819c e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Tap Mirror: Handle Delete Port: 70af99d0-dba6-4f12-a442-e3c43a5443f5 [pid: 7|app: 0|req: 1033/2047] 199.204.45.132 () {34 vars in 1058 bytes} [Tue Apr 14 07:08:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1efe5b4b-cc2a-41e7-892f-fb66eace33a0 => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2048] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:08:46 2026] GET /v2.0/subnets?id=6def11ac-5155-4d3b-8858-ac14ff0e5245 => generated 677 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2049] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:08:46 2026] GET /v2.0/ports?network_id=625dc0ed-5f14-4618-ac17-5171261dcd4b&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2050] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:08:46 2026] GET /v2.0/networks/625dc0ed-5f14-4618-ac17-5171261dcd4b?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2051] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:45 2026] DELETE /v2.0/networks/56bd46e3-515f-4ede-9ab7-6c8cf921ace6 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2052] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:08:46 2026] GET /v2.0/networks/625dc0ed-5f14-4618-ac17-5171261dcd4b?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-14 07:08:46.346 8 INFO neutron.db.segments_db [None req-503964de-1127-40ff-ac3b-14415b17b789 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Added segment a3fd7cf6-3757-438f-8d14-0315828e86cb of type vxlan for network a09f9295-e8c9-4782-9bd9-361e7630393a [pid: 7|app: 0|req: 1038/2053] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:08:46 2026] GET /v2.0/floatingips/5fef0b33-a60f-412e-9c80-641d0d898ade => generated 856 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2054] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:08:46 2026] POST /v2.0/networks => generated 611 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2055] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:08:46 2026] POST /v2.0/subnets => generated 626 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:08:46.844 8 INFO neutron.db.segments_db [None req-ac2327bb-53e3-45f3-9b9b-4b818a2ce2f0 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Added segment 690b0e0e-0bce-4993-88e1-01146d281504 of type vxlan for network ad16d733-df08-44aa-80c0-931aadfba5c6 2026-04-14 07:08:47.121 8 INFO neutron.services.segments.plugin [-] Segment 6c8c2165-863f-4d21-9010-93485b7bdbe5 resource provider aggregate not found 2026-04-14 07:08:47.137 8 INFO neutron.db.l3_hamode_db [None req-ac2327bb-53e3-45f3-9b9b-4b818a2ce2f0 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:08:47.138 8 INFO neutron.services.segments.plugin [-] Segment 6c8c2165-863f-4d21-9010-93485b7bdbe5 resource provider aggregate not found 2026-04-14 07:08:47.146 8 INFO neutron.services.segments.plugin [-] Segment 6c8c2165-863f-4d21-9010-93485b7bdbe5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c8c2165-863f-4d21-9010-93485b7bdbe5 found for delete ", "request_id": "req-ac327915-cc5c-47ce-8517-b48d109d2869"}]} 2026-04-14 07:08:47.166 8 INFO neutron.services.segments.plugin [-] Segment 6c8c2165-863f-4d21-9010-93485b7bdbe5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c8c2165-863f-4d21-9010-93485b7bdbe5 found for delete ", "request_id": "req-da838e08-af7e-4c33-a3d9-6d2dc8f00b82"}]} 2026-04-14 07:08:47.259 8 INFO neutron.db.l3_hamode_db [None req-ac2327bb-53e3-45f3-9b9b-4b818a2ce2f0 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1040/2056] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:08:47 2026] GET /v2.0/floatingips/5fef0b33-a60f-412e-9c80-641d0d898ade => generated 858 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2057] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:08:46 2026] POST /v2.0/routers => generated 507 bytes in 1175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2058] 10.0.0.13 () {34 vars in 662 bytes} [Tue Apr 14 07:08:47 2026] POST /v2.0/ports => generated 948 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2061] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:08:48 2026] PUT /v2.0/routers/02c63be8-9fb2-4366-8e9c-22239035d220/add_router_interface => generated 309 bytes in 1346 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: 1044/2062] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:08:49 2026] GET /v2.0/ports/f2e091ca-f88c-448f-9d49-77501ef9720d => generated 1022 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 07:08:50.091 8 INFO neutron_taas.services.taas.taas_plugin [None req-91c19fbe-a60e-4d26-b8b3-5bf501134dde e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] TaaS: Handle Delete Port: f2e091ca-f88c-448f-9d49-77501ef9720d 2026-04-14 07:08:50.094 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91c19fbe-a60e-4d26-b8b3-5bf501134dde e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Tap Mirror: Handle Delete Port: f2e091ca-f88c-448f-9d49-77501ef9720d [pid: 8|app: 0|req: 1019/2063] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:08:49 2026] PUT /v2.0/routers/02c63be8-9fb2-4366-8e9c-22239035d220/remove_router_interface => generated 309 bytes in 866 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:50.742 7 INFO neutron.api.v2.resource [None req-5b2627b9-1db7-4ce1-a6de-08c0d9e5acb9 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1045/2064] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:08:50 2026] PUT /v2.0/routers/02c63be8-9fb2-4366-8e9c-22239035d220/remove_router_interface => generated 197 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1020/2065] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:08:50 2026] GET /v2.0/ports?device_id=02c63be8-9fb2-4366-8e9c-22239035d220 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:08:50.998 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c6c28d5-4514-48d2-a56b-64e3de3ad763 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] TaaS: Handle Delete Port: da13f189-ae55-4e7a-9a37-f03fb1f935f8 2026-04-14 07:08:51.001 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c6c28d5-4514-48d2-a56b-64e3de3ad763 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Tap Mirror: Handle Delete Port: da13f189-ae55-4e7a-9a37-f03fb1f935f8 2026-04-14 07:08:51.307 7 INFO neutron.services.segments.plugin [-] Segment 690b0e0e-0bce-4993-88e1-01146d281504 resource provider aggregate not found 2026-04-14 07:08:51.318 7 INFO neutron.services.segments.plugin [-] Segment 690b0e0e-0bce-4993-88e1-01146d281504 resource provider aggregate not found 2026-04-14 07:08:51.341 7 INFO neutron.services.segments.plugin [-] Segment 690b0e0e-0bce-4993-88e1-01146d281504 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 690b0e0e-0bce-4993-88e1-01146d281504 found for delete ", "request_id": "req-bf8c9d50-d285-4df1-8ab7-5a70ee94aa9b"}]} 2026-04-14 07:08:51.341 7 INFO neutron.services.segments.plugin [-] Segment 690b0e0e-0bce-4993-88e1-01146d281504 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 690b0e0e-0bce-4993-88e1-01146d281504 found for delete ", "request_id": "req-ae42cf09-a3e9-421b-a651-c125e8ce6fed"}]} 2026-04-14 07:08:51.348 7 INFO neutron.db.l3_hamode_db [None req-3c6c28d5-4514-48d2-a56b-64e3de3ad763 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] HA network ad16d733-df08-44aa-80c0-931aadfba5c6 was deleted as no HA routers are present in tenant 975826f5f6fe4cb0966ad98d423c355e. [pid: 7|app: 0|req: 1046/2066] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:08:50 2026] DELETE /v2.0/routers/02c63be8-9fb2-4366-8e9c-22239035d220 => generated 0 bytes in 583 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2067] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:08:51 2026] DELETE /v2.0/subnets/67bf4387-1ce3-4bdf-b249-48f1a3a4145d => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:08:51.752 7 INFO neutron_taas.services.taas.taas_plugin [None req-345036b1-ca98-411d-a399-9ce9d4557f9c e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] TaaS: Handle Delete Port: e5a00415-7112-4545-b85b-1e58fea1f3fa 2026-04-14 07:08:51.758 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-345036b1-ca98-411d-a399-9ce9d4557f9c e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Tap Mirror: Handle Delete Port: e5a00415-7112-4545-b85b-1e58fea1f3fa [pid: 7|app: 0|req: 1047/2068] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:51 2026] DELETE /v2.0/networks/a09f9295-e8c9-4782-9bd9-361e7630393a => generated 0 bytes in 431 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:08:52.122 8 INFO neutron.db.segments_db [None req-e43730cb-f461-4d69-a8ec-ef72837e57fa e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Added segment 76ae0898-57fb-47b9-8611-8afc4edd43a6 of type vxlan for network 0624d00f-5029-4bfd-8dc1-d59a2a73656e [pid: 8|app: 0|req: 1022/2069] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:08:52 2026] POST /v2.0/networks => generated 611 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2070] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:08:52 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) 2026-04-14 07:08:52.594 8 INFO neutron.db.segments_db [None req-d05847de-788f-4e36-9d45-84588734485e e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Added segment 0ce69d7f-5f34-439d-937b-227f0d8db581 of type vxlan for network 6f8f3513-f3c4-4efb-bb15-5dc08fe101da 2026-04-14 07:08:52.894 8 INFO neutron.db.l3_hamode_db [None req-d05847de-788f-4e36-9d45-84588734485e e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:08:53.033 8 INFO neutron.db.l3_hamode_db [None req-d05847de-788f-4e36-9d45-84588734485e e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:08:53.367 7 INFO neutron.services.segments.plugin [-] Segment a3fd7cf6-3757-438f-8d14-0315828e86cb resource provider aggregate not found 2026-04-14 07:08:53.379 7 INFO neutron.services.segments.plugin [-] Segment a3fd7cf6-3757-438f-8d14-0315828e86cb resource provider aggregate not found 2026-04-14 07:08:53.384 7 INFO neutron.services.segments.plugin [-] Segment a3fd7cf6-3757-438f-8d14-0315828e86cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3fd7cf6-3757-438f-8d14-0315828e86cb found for delete ", "request_id": "req-7fcc4ea8-e0d6-43e9-8e79-b35df162ff6d"}]} 2026-04-14 07:08:53.400 7 INFO neutron.services.segments.plugin [-] Segment a3fd7cf6-3757-438f-8d14-0315828e86cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3fd7cf6-3757-438f-8d14-0315828e86cb found for delete ", "request_id": "req-1b4362bd-d9a6-447b-a7e6-73e05089a42d"}]} [pid: 8|app: 0|req: 1023/2071] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:08:52 2026] POST /v2.0/routers => generated 506 bytes in 1169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2072] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:08:53 2026] PUT /v2.0/routers/2b8cd798-6f49-4280-a397-4b08422fc552/add_router_interface => generated 309 bytes in 1312 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2073] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:08:55 2026] GET /v2.0/ports/d6c8b4cb-acfd-42d8-b94c-a12da5f602e6 => generated 955 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:08:55.482 7 INFO neutron_taas.services.taas.taas_plugin [None req-77e8eacc-e542-4506-9535-21532bceb9cb e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] TaaS: Handle Delete Port: d6c8b4cb-acfd-42d8-b94c-a12da5f602e6 2026-04-14 07:08:55.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77e8eacc-e542-4506-9535-21532bceb9cb e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Tap Mirror: Handle Delete Port: d6c8b4cb-acfd-42d8-b94c-a12da5f602e6 [pid: 8|app: 0|req: 1025/2074] 10.0.0.2 () {34 vars in 986 bytes} [Tue Apr 14 07:08:55 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2075] 10.0.0.2 () {34 vars in 1036 bytes} [Tue Apr 14 07:08:55 2026] GET /v2.0/security-groups?id=62d5d782-8202-4fbb-ba61-f88ee69be881&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2076] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:08:55 2026] PUT /v2.0/routers/2b8cd798-6f49-4280-a397-4b08422fc552/remove_router_interface => generated 309 bytes in 809 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2077] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:08:55 2026] GET /v2.0/ports?device_id=2b8cd798-6f49-4280-a397-4b08422fc552 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:08:56.198 7 INFO neutron_taas.services.taas.taas_plugin [None req-863ed9b4-7abd-4c3b-9f08-ec5841ef7a0a e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] TaaS: Handle Delete Port: e5c656d5-c8a0-4a25-8531-7df8ce9d2e38 2026-04-14 07:08:56.201 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-863ed9b4-7abd-4c3b-9f08-ec5841ef7a0a e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Tap Mirror: Handle Delete Port: e5c656d5-c8a0-4a25-8531-7df8ce9d2e38 2026-04-14 07:08:56.567 7 INFO neutron.services.segments.plugin [-] Segment 0ce69d7f-5f34-439d-937b-227f0d8db581 resource provider aggregate not found 2026-04-14 07:08:56.580 7 INFO neutron.services.segments.plugin [-] Segment 0ce69d7f-5f34-439d-937b-227f0d8db581 resource provider aggregate not found 2026-04-14 07:08:56.598 7 INFO neutron.services.segments.plugin [-] Segment 0ce69d7f-5f34-439d-937b-227f0d8db581 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ce69d7f-5f34-439d-937b-227f0d8db581 found for delete ", "request_id": "req-d82d631a-7ad0-459c-9e48-ecd20efa2aa1"}]} 2026-04-14 07:08:56.604 7 INFO neutron.services.segments.plugin [-] Segment 0ce69d7f-5f34-439d-937b-227f0d8db581 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ce69d7f-5f34-439d-937b-227f0d8db581 found for delete ", "request_id": "req-28b68d54-d4a3-46da-9a29-bb693eaf5339"}]} 2026-04-14 07:08:56.619 7 INFO neutron.db.l3_hamode_db [None req-863ed9b4-7abd-4c3b-9f08-ec5841ef7a0a e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] HA network 6f8f3513-f3c4-4efb-bb15-5dc08fe101da was deleted as no HA routers are present in tenant 975826f5f6fe4cb0966ad98d423c355e. [pid: 7|app: 0|req: 1051/2078] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:08:55 2026] DELETE /v2.0/routers/2b8cd798-6f49-4280-a397-4b08422fc552 => generated 0 bytes in 639 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2079] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:08:56 2026] DELETE /v2.0/subnets/0601d80d-aea3-44a8-9e5d-cb282c39fafc => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:08:56.978 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9e91f96-7b2b-4823-8471-e024e1a34da6 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] TaaS: Handle Delete Port: 9c1d79b5-d182-43c4-8872-0bb18432740f 2026-04-14 07:08:56.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9e91f96-7b2b-4823-8471-e024e1a34da6 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Tap Mirror: Handle Delete Port: 9c1d79b5-d182-43c4-8872-0bb18432740f [pid: 7|app: 0|req: 1052/2080] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:08:56 2026] DELETE /v2.0/networks/0624d00f-5029-4bfd-8dc1-d59a2a73656e => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:08:57.265 8 INFO neutron.db.segments_db [None req-1d71b903-2b34-4de2-b70c-552e2efc16a5 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Added segment 65735943-eb2c-46a4-b8a4-1a4e62b97332 of type vxlan for network 7b210d3e-0eb9-495f-bd1d-9116f6977447 2026-04-14 07:08:57.589 8 INFO neutron.db.l3_hamode_db [None req-1d71b903-2b34-4de2-b70c-552e2efc16a5 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:08:58.486 8 INFO neutron.db.l3_hamode_db [None req-1d71b903-2b34-4de2-b70c-552e2efc16a5 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:08:58.623 7 INFO neutron.services.segments.plugin [-] Segment 76ae0898-57fb-47b9-8611-8afc4edd43a6 resource provider aggregate not found 2026-04-14 07:08:58.626 7 INFO neutron.services.segments.plugin [-] Segment 76ae0898-57fb-47b9-8611-8afc4edd43a6 resource provider aggregate not found 2026-04-14 07:08:58.638 7 INFO neutron.services.segments.plugin [-] Segment 76ae0898-57fb-47b9-8611-8afc4edd43a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76ae0898-57fb-47b9-8611-8afc4edd43a6 found for delete ", "request_id": "req-03bd9291-b45d-4d88-a9c2-caebf90715c3"}]} 2026-04-14 07:08:58.649 7 INFO neutron.services.segments.plugin [-] Segment 76ae0898-57fb-47b9-8611-8afc4edd43a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76ae0898-57fb-47b9-8611-8afc4edd43a6 found for delete ", "request_id": "req-0b890d67-5b9f-45fd-84c4-508018409352"}]} [pid: 8|app: 0|req: 1029/2081] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:08:57 2026] POST /v2.0/routers => generated 688 bytes in 2264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2082] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:08:59 2026] GET /v2.0/routers/03b7b706-ceb3-40e3-896b-c04297d6199d => generated 694 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2083] 10.0.0.13 () {32 vars in 644 bytes} [Tue Apr 14 07:08:59 2026] GET /v2.0/routers => generated 697 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2084] 10.0.0.13 () {34 vars in 738 bytes} [Tue Apr 14 07:08:59 2026] PUT /v2.0/routers/03b7b706-ceb3-40e3-896b-c04297d6199d => generated 701 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2085] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:09:00 2026] GET /v2.0/routers/03b7b706-ceb3-40e3-896b-c04297d6199d => generated 701 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2086] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:09:00 2026] GET /v2.0/ports?device_id=03b7b706-ceb3-40e3-896b-c04297d6199d => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:09:00.674 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ddbc03e-f16d-4364-9632-c90a0a993749 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] TaaS: Handle Delete Port: 5be4d2b9-6bac-452c-8b60-aa0ed1d4517c 2026-04-14 07:09:00.678 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ddbc03e-f16d-4364-9632-c90a0a993749 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Tap Mirror: Handle Delete Port: 5be4d2b9-6bac-452c-8b60-aa0ed1d4517c 2026-04-14 07:09:00.998 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ddbc03e-f16d-4364-9632-c90a0a993749 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] TaaS: Handle Delete Port: a369a6c2-acb8-48f6-b2b1-53399507facf 2026-04-14 07:09:01.001 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ddbc03e-f16d-4364-9632-c90a0a993749 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] Tap Mirror: Handle Delete Port: a369a6c2-acb8-48f6-b2b1-53399507facf 2026-04-14 07:09:01.343 8 INFO neutron.services.segments.plugin [-] Segment 65735943-eb2c-46a4-b8a4-1a4e62b97332 resource provider aggregate not found 2026-04-14 07:09:01.350 8 INFO neutron.services.segments.plugin [-] Segment 65735943-eb2c-46a4-b8a4-1a4e62b97332 resource provider aggregate not found 2026-04-14 07:09:01.370 8 INFO neutron.services.segments.plugin [-] Segment 65735943-eb2c-46a4-b8a4-1a4e62b97332 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65735943-eb2c-46a4-b8a4-1a4e62b97332 found for delete ", "request_id": "req-0d8cc276-03c5-4722-98f5-736fefd4a2a3"}]} 2026-04-14 07:09:01.372 8 INFO neutron.services.segments.plugin [-] Segment 65735943-eb2c-46a4-b8a4-1a4e62b97332 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65735943-eb2c-46a4-b8a4-1a4e62b97332 found for delete ", "request_id": "req-be87f3d7-7150-40d7-b7a3-02187b1dbdb7"}]} 2026-04-14 07:09:01.378 8 INFO neutron.db.l3_hamode_db [None req-9ddbc03e-f16d-4364-9632-c90a0a993749 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] HA network 7b210d3e-0eb9-495f-bd1d-9116f6977447 was deleted as no HA routers are present in tenant 975826f5f6fe4cb0966ad98d423c355e. [pid: 8|app: 0|req: 1032/2087] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:09:00 2026] DELETE /v2.0/routers/03b7b706-ceb3-40e3-896b-c04297d6199d => 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: 1056/2088] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:09:01 2026] GET /v2.0/ports?device_id=03b7b706-ceb3-40e3-896b-c04297d6199d => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:09:01.469 8 INFO neutron.api.v2.resource [None req-2cc4b730-446a-4fe6-8db7-b6c2f23bdb58 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1033/2089] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:09:01 2026] DELETE /v2.0/routers/03b7b706-ceb3-40e3-896b-c04297d6199d => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2090] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:09:01 2026] GET /v2.0/ports?device_id=2b8cd798-6f49-4280-a397-4b08422fc552 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:09:01.541 8 INFO neutron.api.v2.resource [None req-a084a666-59d2-429a-ab86-cc1dcd6e15bf e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1034/2091] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:09:01 2026] DELETE /v2.0/routers/2b8cd798-6f49-4280-a397-4b08422fc552 => generated 135 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:09:01.563 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f48063fb-edf0-49e2-a4ab-f2acb62c93dd e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1058/2092] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:09:01 2026] DELETE /v2.0/subnets/0601d80d-aea3-44a8-9e5d-cb282c39fafc => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2093] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:09:01 2026] GET /v2.0/ports?device_id=02c63be8-9fb2-4366-8e9c-22239035d220 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:09:01.625 7 INFO neutron.api.v2.resource [None req-6f29190c-4173-4ea4-9f78-795fdc47cc91 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1059/2094] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:09:01 2026] DELETE /v2.0/routers/02c63be8-9fb2-4366-8e9c-22239035d220 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:09:01.650 8 INFO neutron.pecan_wsgi.hooks.translation [None req-55e252db-6970-413d-ab2c-0678543002e8 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1036/2095] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:09:01 2026] DELETE /v2.0/subnets/67bf4387-1ce3-4bdf-b249-48f1a3a4145d => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2096] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:09:01 2026] GET /v2.0/ports?device_id=9afe863d-e4c5-459b-b1f0-1cbeb3167c57 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:09:01.707 8 INFO neutron.api.v2.resource [None req-450aef0d-c447-4cff-9ee0-c690f4511e74 e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1037/2097] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:09:01 2026] DELETE /v2.0/routers/9afe863d-e4c5-459b-b1f0-1cbeb3167c57 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:09:01.728 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c6e77a3-6590-4ed7-be7d-77952e21d1eb e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1061/2098] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:09:01 2026] DELETE /v2.0/subnets/b65664f9-612c-4e93-9994-d8b7e192bdcd => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:09:01.756 8 INFO neutron.pecan_wsgi.hooks.translation [None req-50f55666-7862-41d2-8c57-af979644a6cc e5a8494103cf438382bdc4a60a25e58b 975826f5f6fe4cb0966ad98d423c355e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1038/2099] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:09:01 2026] DELETE /v2.0/subnets/bdf97ae5-2533-4c45-b726-9056eee30615 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2100] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:09:02 2026] GET /v2.0/security-groups?tenant_id=975826f5f6fe4cb0966ad98d423c355e&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2101] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:09:02 2026] DELETE /v2.0/security-groups/0f5c9605-9aca-4849-bd5a-b2b12cf571f9 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2104] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:05 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2105] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:09:05 2026] GET /v2.0/security-groups?id=62d5d782-8202-4fbb-ba61-f88ee69be881&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2106] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:06 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2107] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:09:06 2026] GET /v2.0/security-groups?id=62d5d782-8202-4fbb-ba61-f88ee69be881&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2108] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:07 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2109] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:09:08 2026] GET /v2.0/security-groups?id=62d5d782-8202-4fbb-ba61-f88ee69be881&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2110] 199.204.45.132 () {34 vars in 992 bytes} [Tue Apr 14 07:09:07 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:09:08.204 7 INFO neutron_taas.services.taas.taas_plugin [req-64d0ca46-dc51-4399-9f35-7f838c9b885c req-3903acb9-987f-48a0-ba10-dcebb2b2c200 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] TaaS: Handle Delete Port: 1efe5b4b-cc2a-41e7-892f-fb66eace33a0 2026-04-14 07:09:08.208 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-64d0ca46-dc51-4399-9f35-7f838c9b885c req-3903acb9-987f-48a0-ba10-dcebb2b2c200 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] Tap Mirror: Handle Delete Port: 1efe5b4b-cc2a-41e7-892f-fb66eace33a0 2026-04-14 07:09:08.363 7 INFO neutron.db.l3_db [req-64d0ca46-dc51-4399-9f35-7f838c9b885c req-3903acb9-987f-48a0-ba10-dcebb2b2c200 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] Floating IP 5fef0b33-a60f-412e-9c80-641d0d898ade disassociated. External IP: 10.96.250.210, port: 1efe5b4b-cc2a-41e7-892f-fb66eace33a0. [pid: 8|app: 0|req: 1044/2111] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:09:08 2026] GET /v2.0/security-groups?tenant_id=02787152f4b94ce2a130565ab0700761&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2112] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:09:08 2026] DELETE /v2.0/security-groups/559fa72c-fffa-484f-a794-5c238b482fbf => 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: 1068/2113] 199.204.45.132 () {36 vars in 995 bytes} [Tue Apr 14 07:09:08 2026] DELETE /v2.0/ports/1efe5b4b-cc2a-41e7-892f-fb66eace33a0 => generated 0 bytes in 684 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:09:08.819 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-512210c5-90e6-4a0e-94a1-3da519df5aa2'] response: {'server_uuid': '8a85933c-3086-4723-85ea-ff380c81ef52', 'name': 'network-vif-deleted', 'tag': '1efe5b4b-cc2a-41e7-892f-fb66eace33a0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1046/2114] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:09:08 2026] GET /v2.0/security-groups?tenant_id=0782a31cb8aa4e38bb6f98eba7b74921&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2115] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:09:08 2026] DELETE /v2.0/security-groups/9486bfbd-b0ec-4b9e-9023-d8e0a22b5d70 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2116] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:09 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2117] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:10 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2118] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:11 2026] GET /v2.0/ports?device_id=8a85933c-3086-4723-85ea-ff380c81ef52 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2119] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:09:12 2026] DELETE /v2.0/security-groups/62d5d782-8202-4fbb-ba61-f88ee69be881 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:09:12.770 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a7228b0-3a43-451b-973c-52242e0318cd 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] TaaS: Handle Delete Port: 906f0b16-68bd-426f-a5cb-70331d211e48 2026-04-14 07:09:12.772 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a7228b0-3a43-451b-973c-52242e0318cd 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] Tap Mirror: Handle Delete Port: 906f0b16-68bd-426f-a5cb-70331d211e48 [pid: 8|app: 0|req: 1049/2120] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:09:12 2026] DELETE /v2.0/floatingips/5fef0b33-a60f-412e-9c80-641d0d898ade => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2121] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:13 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 971 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2122] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:09:13 2026] GET /v2.0/security-groups?id=f962a6a6-99a6-425a-94b8-9dd8dcc3748d&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: 1073/2123] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:14 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2124] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:09:14 2026] GET /v2.0/security-groups?id=f962a6a6-99a6-425a-94b8-9dd8dcc3748d&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: 1074/2125] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:09:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2126] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:09:15 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: 1075/2127] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:09:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2128] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:09:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2129] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:09:15 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2130] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:09:15 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 1248 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2131] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:15 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 969 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2132] 199.204.45.132 () {34 vars in 992 bytes} [Tue Apr 14 07:09:15 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2133] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:09:15 2026] GET /v2.0/security-groups?id=f962a6a6-99a6-425a-94b8-9dd8dcc3748d&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-14 07:09:15.773 8 INFO neutron_taas.services.taas.taas_plugin [req-e4cd835c-890c-4c2d-8e56-99863dd6a313 req-e1ba95ee-f854-4a10-a160-0f4b01dd60c6 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] TaaS: Handle Delete Port: 8c7df4ab-0c54-4264-83ed-c1b436ea9f6f 2026-04-14 07:09:15.777 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e4cd835c-890c-4c2d-8e56-99863dd6a313 req-e1ba95ee-f854-4a10-a160-0f4b01dd60c6 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] Tap Mirror: Handle Delete Port: 8c7df4ab-0c54-4264-83ed-c1b436ea9f6f [pid: 7|app: 0|req: 1077/2134] 199.204.45.132 () {34 vars in 715 bytes} [Tue Apr 14 07:09:15 2026] POST /v2.0/ports => generated 1055 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2135] 10.0.0.114 () {34 vars in 969 bytes} [Tue Apr 14 07:09:15 2026] GET /v2.0/ports/d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 1055 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2136] 10.0.0.114 () {34 vars in 905 bytes} [Tue Apr 14 07:09:15 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2137] 199.204.45.132 () {36 vars in 995 bytes} [Tue Apr 14 07:09:15 2026] DELETE /v2.0/ports/8c7df4ab-0c54-4264-83ed-c1b436ea9f6f => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:09:15.972 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c4945b1-9266-4ceb-8d89-82153691c6c6'] response: {'server_uuid': '0d3988b1-cd8a-4308-89d1-f7d415ce86e9', 'name': 'network-vif-deleted', 'tag': '8c7df4ab-0c54-4264-83ed-c1b436ea9f6f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1080/2138] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:16 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2139] 199.204.45.132 () {34 vars in 1260 bytes} [Tue Apr 14 07:09:16 2026] GET /v2.0/ports/d2d2bc14-c1f9-478e-80c4-5e800f01297d?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: 7|app: 0|req: 1081/2140] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:09:17 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2141] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:09:17 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034?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: 1082/2142] 199.204.45.132 () {34 vars in 973 bytes} [Tue Apr 14 07:09:17 2026] GET /v2.0/ports/d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 1055 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2143] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:09:17 2026] GET /v2.0/networks?id=539f6750-c65c-4737-913f-ab664d2f1034 => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2144] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:17 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2145] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:09:17 2026] PUT /v2.0/ports/d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 1245 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:09:18.252 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d6d74a5-a147-4fb4-b48a-d56ced4858f5'] response: {'name': 'network-changed', 'server_uuid': '5307ca47-dc56-4aee-be15-057cb09b4dfc', 'tag': 'd2d2bc14-c1f9-478e-80c4-5e800f01297d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1063/2146] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:09:18 2026] GET /v2.0/ports?tenant_id=dc3222a786e9492db00f714631441da5&device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 2485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2147] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:09:18 2026] GET /v2.0/networks?id=539f6750-c65c-4737-913f-ab664d2f1034 => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2150] 199.204.45.132 () {34 vars in 1054 bytes} [Tue Apr 14 07:09:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2151] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:09:18 2026] GET /v2.0/subnets?id=5b0af776-57e6-43c6-919f-576b83c71949 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2152] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:09:18 2026] GET /v2.0/ports?network_id=539f6750-c65c-4737-913f-ab664d2f1034&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2153] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:18 2026] GET /v2.0/ports?device_id=0d3988b1-cd8a-4308-89d1-f7d415ce86e9 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2154] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:09:18 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034?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: 1089/2155] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:09:19 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2156] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:09:19 2026] GET /v2.0/security-groups?tenant_id=97daea74cc7d44938eb1380e5dcfbcb4&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2157] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:09:19 2026] DELETE /v2.0/security-groups/3688c064-d030-4ab9-95bd-c671a19ec382 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2158] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:09:20 2026] GET /v2.0/ports?tenant_id=dc3222a786e9492db00f714631441da5&device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 2485 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2159] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:09:20 2026] DELETE /v2.0/security-groups/f962a6a6-99a6-425a-94b8-9dd8dcc3748d => 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: 1092/2160] 199.204.45.132 () {34 vars in 1060 bytes} [Tue Apr 14 07:09:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.124&port_id=b9213ca3-b074-4ae1-ad2f-19a028f0e9a4 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2161] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:09:20 2026] GET /v2.0/subnets?id=dbc87b32-f127-4596-9c61-300dfb5afdee => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2162] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:09:20 2026] GET /v2.0/ports?network_id=fc7a0039-54db-4382-9397-fcffc1eecc0b&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2163] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:09:20 2026] GET /v2.0/networks/fc7a0039-54db-4382-9397-fcffc1eecc0b?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2164] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:09:20 2026] GET /v2.0/networks/fc7a0039-54db-4382-9397-fcffc1eecc0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2165] 199.204.45.132 () {34 vars in 1054 bytes} [Tue Apr 14 07:09:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2166] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:09:20 2026] GET /v2.0/subnets?id=5b0af776-57e6-43c6-919f-576b83c71949 => generated 679 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2167] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:09:20 2026] GET /v2.0/ports?network_id=539f6750-c65c-4737-913f-ab664d2f1034&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2168] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:09:20 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:09:20.659 7 INFO neutron_taas.services.taas.taas_plugin [None req-f91e7a32-e822-4bbf-b58e-660a52962d5b 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] TaaS: Handle Delete Port: 10724a9b-9b5f-4bfa-8449-3e5af4974fc8 2026-04-14 07:09:20.662 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f91e7a32-e822-4bbf-b58e-660a52962d5b 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] Tap Mirror: Handle Delete Port: 10724a9b-9b5f-4bfa-8449-3e5af4974fc8 [pid: 8|app: 0|req: 1077/2169] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:09:20 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034?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: 1093/2170] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:09:20 2026] PUT /v2.0/routers/e49e211a-66c6-482f-a505-578d7a301a12/remove_router_interface => generated 309 bytes in 1081 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2171] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:09:21 2026] DELETE /v2.0/subnets/6def11ac-5155-4d3b-8858-ac14ff0e5245 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:09:21.730 7 INFO neutron_taas.services.taas.taas_plugin [None req-0825e9fb-9c64-40bb-83e0-6f9fec25381c 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] TaaS: Handle Delete Port: c9382797-d3f4-45de-8bc7-65278a5b5381 2026-04-14 07:09:21.733 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0825e9fb-9c64-40bb-83e0-6f9fec25381c 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] Tap Mirror: Handle Delete Port: c9382797-d3f4-45de-8bc7-65278a5b5381 2026-04-14 07:09:21.964 8 INFO neutron.db.segments_db [None req-f473c980-c3c1-40eb-a4db-a9aeec4c24f4 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment d2739394-e873-4391-9f80-0320e554d5bd of type vxlan for network 191ecec3-acfa-48ce-abbd-48a424ab8655 2026-04-14 07:09:22.043 7 INFO neutron_taas.services.taas.taas_plugin [None req-0825e9fb-9c64-40bb-83e0-6f9fec25381c 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] TaaS: Handle Delete Port: da7f3edf-655e-43f8-ac7e-4d3de72e010b 2026-04-14 07:09:22.046 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0825e9fb-9c64-40bb-83e0-6f9fec25381c 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] Tap Mirror: Handle Delete Port: da7f3edf-655e-43f8-ac7e-4d3de72e010b [pid: 8|app: 0|req: 1079/2172] 10.0.0.13 () {34 vars in 668 bytes} [Tue Apr 14 07:09:21 2026] POST /v2.0/networks => generated 721 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2173] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:09:22 2026] POST /v2.0/subnets => generated 687 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:09:22.318 8 INFO neutron.db.segments_db [None req-8ec5aa58-b9e3-4b87-98b6-2443408e8412 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment ce0cf78f-01ba-42e3-944e-d98487c06f8b of type vxlan for network 0794bd89-4a23-4847-9552-0004cae28ebf 2026-04-14 07:09:22.418 7 INFO neutron.services.segments.plugin [-] Segment 225f5cb4-3301-4846-b6f2-6610df021881 resource provider aggregate not found 2026-04-14 07:09:22.424 7 INFO neutron.services.segments.plugin [-] Segment 225f5cb4-3301-4846-b6f2-6610df021881 resource provider aggregate not found 2026-04-14 07:09:22.450 7 INFO neutron.services.segments.plugin [-] Segment 225f5cb4-3301-4846-b6f2-6610df021881 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 225f5cb4-3301-4846-b6f2-6610df021881 found for delete ", "request_id": "req-f3c17e7b-bb2b-40e0-8e1c-dba623d75113"}]} 2026-04-14 07:09:22.451 7 INFO neutron.services.segments.plugin [-] Segment 225f5cb4-3301-4846-b6f2-6610df021881 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 225f5cb4-3301-4846-b6f2-6610df021881 found for delete ", "request_id": "req-18215ef6-84ec-4476-97ae-b3b9b54dd909"}]} 2026-04-14 07:09:22.454 7 INFO neutron.db.l3_hamode_db [None req-0825e9fb-9c64-40bb-83e0-6f9fec25381c 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] HA network 499300a2-361c-426f-8a1a-2437741b4292 was deleted as no HA routers are present in tenant 19ef5b960d564f6cadeb98646445a909. [pid: 7|app: 0|req: 1094/2174] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:09:21 2026] DELETE /v2.0/routers/e49e211a-66c6-482f-a505-578d7a301a12 => generated 0 bytes in 975 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:09:22.570 7 INFO neutron_taas.services.taas.taas_plugin [None req-3713da1b-ae23-425a-ae06-53f36d2d588d 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] TaaS: Handle Delete Port: 44082367-e45b-453d-8967-8c0bcd4cd539 2026-04-14 07:09:22.572 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3713da1b-ae23-425a-ae06-53f36d2d588d 72d9b09fa6274ba0939ec905d4bebc4f 19ef5b960d564f6cadeb98646445a909 - - default default] Tap Mirror: Handle Delete Port: 44082367-e45b-453d-8967-8c0bcd4cd539 2026-04-14 07:09:22.635 8 INFO neutron.db.l3_hamode_db [None req-8ec5aa58-b9e3-4b87-98b6-2443408e8412 bd2f037da2b74c948e532e7de336b413 e1f1134c32da4dfb8c5e5fe7f84b209b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1095/2175] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:09:22 2026] DELETE /v2.0/networks/625dc0ed-5f14-4618-ac17-5171261dcd4b => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:09:23.577 8 INFO neutron.db.l3_hamode_db [None req-8ec5aa58-b9e3-4b87-98b6-2443408e8412 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1096/2176] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:09:23 2026] GET /v2.0/security-groups?tenant_id=19ef5b960d564f6cadeb98646445a909&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2177] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:09:23 2026] DELETE /v2.0/security-groups/d72acff2-db71-4a1c-bd87-837a26e9d492 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2178] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:09:24 2026] GET /v2.0/security-groups?tenant_id=cd23d01ea77347149a55267cd1eeae56&name=default => generated 2929 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2179] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:09:24 2026] DELETE /v2.0/security-groups/579b59ba-e40e-4dd0-b647-74f7a43d8698 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:09:24.472 7 INFO neutron.services.segments.plugin [-] Segment 472323c9-02eb-417f-a70c-e0f4b390bdb0 resource provider aggregate not found 2026-04-14 07:09:24.478 7 INFO neutron.services.segments.plugin [-] Segment 472323c9-02eb-417f-a70c-e0f4b390bdb0 resource provider aggregate not found 2026-04-14 07:09:24.496 7 INFO neutron.services.segments.plugin [-] Segment 472323c9-02eb-417f-a70c-e0f4b390bdb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 472323c9-02eb-417f-a70c-e0f4b390bdb0 found for delete ", "request_id": "req-5d7caaaa-60c2-4de5-8eb0-bbb918fdf3b7"}]} 2026-04-14 07:09:24.498 7 INFO neutron.services.segments.plugin [-] Segment 472323c9-02eb-417f-a70c-e0f4b390bdb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 472323c9-02eb-417f-a70c-e0f4b390bdb0 found for delete ", "request_id": "req-3d5daa5a-8410-4ddd-80d2-cb419e3a6ea6"}]} [pid: 7|app: 0|req: 1100/2180] 10.0.0.114 () {34 vars in 969 bytes} [Tue Apr 14 07:09:24 2026] GET /v2.0/ports/d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 1247 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2181] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:09:22 2026] POST /v2.0/routers => generated 727 bytes in 2285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2182] 199.204.45.132 () {34 vars in 787 bytes} [Tue Apr 14 07:09:24 2026] PUT /v2.0/ports/d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 1271 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:09:24.801 7 INFO neutron.api.v2.resource [None req-330fb60d-d205-41eb-a8ca-441295aa6d1b bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1102/2183] 199.204.45.132 () {30 vars in 761 bytes} [Tue Apr 14 07:09:24 2026] GET /v2.0/security-groups/lb-18e2b2bf-0de1-4bba-90dc-c9b4e2a97cee => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:09:24.823 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-baeaeb26-30ca-4f0d-9a00-b418ecb4aa44'] response: {'name': 'network-changed', 'server_uuid': '5307ca47-dc56-4aee-be15-057cb09b4dfc', 'tag': 'd2d2bc14-c1f9-478e-80c4-5e800f01297d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1103/2184] 199.204.45.132 () {30 vars in 783 bytes} [Tue Apr 14 07:09:24 2026] GET /v2.0/security-groups?name=lb-18e2b2bf-0de1-4bba-90dc-c9b4e2a97cee => generated 1637 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2185] 199.204.45.132 () {34 vars in 787 bytes} [Tue Apr 14 07:09:24 2026] PUT /v2.0/ports/d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 1309 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1105/2186] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:09:25 2026] GET /v2.0/ports?tenant_id=dc3222a786e9492db00f714631441da5&device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 2585 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2187] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:09:25 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: 1107/2188] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:09:25 2026] GET /v2.0/networks?id=539f6750-c65c-4737-913f-ab664d2f1034 => generated 803 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2189] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:09:25 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: 1109/2190] 199.204.45.132 () {34 vars in 1054 bytes} [Tue Apr 14 07:09:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=d2d2bc14-c1f9-478e-80c4-5e800f01297d => 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: 1110/2191] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:09:25 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: 1111/2192] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:09:25 2026] GET /v2.0/subnets?id=5b0af776-57e6-43c6-919f-576b83c71949 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2193] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:09:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2194] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:09:25 2026] GET /v2.0/ports?network_id=539f6750-c65c-4737-913f-ab664d2f1034&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2195] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:09:25 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2196] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:09:25 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2197] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:09:25 2026] GET /v2.0/ports/7f71cde7-61e4-4dff-acff-ce784f8b1c21 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2198] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:09:25 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2199] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:09:24 2026] PUT /v2.0/routers/5580426f-6444-4ec6-9a6f-986cc36bb300/add_router_interface => generated 309 bytes in 1172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2200] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:09:25 2026] GET /v2.0/ports/d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 1345 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2201] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:09:25 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2202] 199.204.45.132 () {30 vars in 741 bytes} [Tue Apr 14 07:09:25 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034 => generated 800 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2203] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:09:25 2026] GET /v2.0/ports/7f71cde7-61e4-4dff-acff-ce784f8b1c21 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2204] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:09:25 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:09:26.886 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8768a2e-374e-4c0a-b255-9665c3821888'] response: {'name': 'network-changed', 'server_uuid': '5307ca47-dc56-4aee-be15-057cb09b4dfc', 'tag': 'd2d2bc14-c1f9-478e-80c4-5e800f01297d', 'status': 'completed', 'code': 200} 2026-04-14 07:09:27.051 8 INFO neutron.db.segments_db [None req-7c2fd2e7-0250-440c-b7d4-68bace65d96c bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment 0f2bfccb-9acd-4554-8d47-49b568da4dd9 of type vxlan for network f9f9b0c9-6f95-4879-aaa5-d2ec5c5e183f [pid: 8|app: 0|req: 1085/2205] 10.0.0.13 () {34 vars in 668 bytes} [Tue Apr 14 07:09:26 2026] POST /v2.0/networks => generated 721 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2206] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:09:27 2026] POST /v2.0/subnets => generated 687 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:09:27.450 8 INFO neutron.db.segments_db [None req-4a1e98c9-606b-4654-b083-4dc59f3d03da bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Added segment 4c260d44-91e1-42b4-ad5c-547f404607a4 of type vxlan for network f1e97c90-440e-4b95-8f32-90a670be93d2 [pid: 7|app: 0|req: 1122/2207] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:09:27 2026] GET /v2.0/ports?tenant_id=dc3222a786e9492db00f714631441da5&device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 2585 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2208] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:09:27 2026] GET /v2.0/networks?id=539f6750-c65c-4737-913f-ab664d2f1034 => generated 803 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2209] 199.204.45.132 () {34 vars in 1054 bytes} [Tue Apr 14 07:09:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2210] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:09:27 2026] GET /v2.0/subnets?id=5b0af776-57e6-43c6-919f-576b83c71949 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2211] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:09:27 2026] GET /v2.0/ports?network_id=539f6750-c65c-4737-913f-ab664d2f1034&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2212] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:09:27 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2213] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:09:27 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034?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) 2026-04-14 07:09:27.945 8 INFO neutron.db.l3_hamode_db [None req-4a1e98c9-606b-4654-b083-4dc59f3d03da bd2f037da2b74c948e532e7de336b413 e7fcd694b73744feae9ac3c5c2009c49 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:09:28.850 8 INFO neutron.db.l3_hamode_db [None req-4a1e98c9-606b-4654-b083-4dc59f3d03da bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:09:29.502 7 INFO neutron.db.segments_db [None req-6e2abd07-0946-4968-a947-9696eec91021 4c671c45f94540b5806315f0e4469ff0 5e1b97da90b34c83be3be63c832dcc95 - - default default] Added segment f18b9196-9de9-4faf-9bad-ef205d5ffdaa of type vxlan for network d8a24cd8-c45b-4417-88a1-8d023466a28d [pid: 7|app: 0|req: 1129/2214] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:09:29 2026] POST /v2.0/networks => generated 707 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2215] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:09:29 2026] POST /v2.0/subnets => generated 644 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:09:29.865 7 WARNING neutron.api.v2.base [None req-13c2edf6-8e04-41c3-a1c6-f6df055bb03b 4c671c45f94540b5806315f0e4469ff0 5e1b97da90b34c83be3be63c832dcc95 - - 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-14 07:09:29.866 7 INFO neutron.api.v2.resource [None req-13c2edf6-8e04-41c3-a1c6-f6df055bb03b 4c671c45f94540b5806315f0e4469ff0 5e1b97da90b34c83be3be63c832dcc95 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1131/2216] 10.0.0.13 () {34 vars in 678 bytes} [Tue Apr 14 07:09:29 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2217] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:09:27 2026] POST /v2.0/routers => generated 727 bytes in 2507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:09:30.107 7 INFO neutron.services.segments.plugin [-] Segment f18b9196-9de9-4faf-9bad-ef205d5ffdaa resource provider aggregate not found 2026-04-14 07:09:30.114 7 INFO neutron.services.segments.plugin [-] Segment f18b9196-9de9-4faf-9bad-ef205d5ffdaa resource provider aggregate not found 2026-04-14 07:09:30.125 7 INFO neutron.services.segments.plugin [-] Segment f18b9196-9de9-4faf-9bad-ef205d5ffdaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f18b9196-9de9-4faf-9bad-ef205d5ffdaa found for delete ", "request_id": "req-88024443-69d8-4a6c-b9ae-bf28fa161f1a"}]} 2026-04-14 07:09:30.133 7 INFO neutron.services.segments.plugin [-] Segment f18b9196-9de9-4faf-9bad-ef205d5ffdaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f18b9196-9de9-4faf-9bad-ef205d5ffdaa found for delete ", "request_id": "req-07816f64-aef2-48b1-a93f-67f27fe78f97"}]} [pid: 7|app: 0|req: 1132/2218] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:09:29 2026] DELETE /v2.0/networks/d8a24cd8-c45b-4417-88a1-8d023466a28d => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:09:30.217 7 INFO neutron.db.segments_db [None req-8cfe525a-340c-477f-9a8e-d31945b0bf2d 4c671c45f94540b5806315f0e4469ff0 5e1b97da90b34c83be3be63c832dcc95 - - default default] Added segment 7aa50481-8c72-481f-9764-0048efb2e112 of type vxlan for network ffb7d116-42e1-44e5-b266-cc4f92d206bc [pid: 7|app: 0|req: 1133/2219] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:09:30 2026] POST /v2.0/networks => generated 708 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2220] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:09:30 2026] POST /v2.0/subnets => generated 647 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:09:30.665 7 WARNING neutron.api.v2.base [None req-7a5756e5-1445-4edf-87bd-911689c6006c 4c671c45f94540b5806315f0e4469ff0 5e1b97da90b34c83be3be63c832dcc95 - - 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-14 07:09:30.665 7 INFO neutron.api.v2.resource [None req-7a5756e5-1445-4edf-87bd-911689c6006c 4c671c45f94540b5806315f0e4469ff0 5e1b97da90b34c83be3be63c832dcc95 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1135/2221] 10.0.0.13 () {34 vars in 678 bytes} [Tue Apr 14 07:09:30 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2222] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:09:30 2026] DELETE /v2.0/networks/ffb7d116-42e1-44e5-b266-cc4f92d206bc => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:09:30.981 7 INFO neutron.db.segments_db [None req-96297afb-3d2f-483c-9f26-b75fc9ac9a5e 4c671c45f94540b5806315f0e4469ff0 5e1b97da90b34c83be3be63c832dcc95 - - default default] Added segment 095fd262-d5cb-4a7a-8613-12413cf9b7a3 of type vxlan for network dd0d23be-42a3-4255-9cb3-65bf73681847 [pid: 7|app: 0|req: 1137/2223] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:09:30 2026] POST /v2.0/networks => generated 707 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2224] 10.0.0.13 () {34 vars in 780 bytes} [Tue Apr 14 07:09:29 2026] PUT /v2.0/routers/8f76e289-100a-4684-9ead-6bcd233e5604/add_router_interface => generated 309 bytes in 1357 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2225] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:09:31 2026] POST /v2.0/subnets => generated 647 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2226] 10.0.0.13 () {34 vars in 678 bytes} [Tue Apr 14 07:09:31 2026] POST /v2.0/rbac-policies => generated 324 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:09:32.064 8 INFO neutron.db.l3_db [None req-76c93714-efcf-4fa1-8de4-0f67f6025dfe 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Floating IP 7d022aa7-0414-4ea0-a3e3-d03fda8af526 associated. External IP: 10.96.250.220, port: 7f71cde7-61e4-4dff-acff-ce784f8b1c21. [pid: 7|app: 0|req: 1140/2227] 10.0.0.13 () {34 vars in 682 bytes} [Tue Apr 14 07:09:31 2026] POST /v2.0/security-groups => generated 1677 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 07:09:32.150 7 INFO neutron.services.segments.plugin [-] Segment 7aa50481-8c72-481f-9764-0048efb2e112 resource provider aggregate not found 2026-04-14 07:09:32.154 7 INFO neutron.services.segments.plugin [-] Segment 7aa50481-8c72-481f-9764-0048efb2e112 resource provider aggregate not found 2026-04-14 07:09:32.164 7 INFO neutron.services.segments.plugin [-] Segment 7aa50481-8c72-481f-9764-0048efb2e112 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aa50481-8c72-481f-9764-0048efb2e112 found for delete ", "request_id": "req-cdc8be71-6c67-43c4-bb44-1d5ce9d38819"}]} 2026-04-14 07:09:32.166 7 INFO neutron.services.segments.plugin [-] Segment 7aa50481-8c72-481f-9764-0048efb2e112 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aa50481-8c72-481f-9764-0048efb2e112 found for delete ", "request_id": "req-ec672f46-67e6-4d6d-afa8-5eba89a605de"}]} [pid: 7|app: 0|req: 1141/2228] 10.0.0.13 () {32 vars in 720 bytes} [Tue Apr 14 07:09:32 2026] GET /v2.0/networks/dd0d23be-42a3-4255-9cb3-65bf73681847 => generated 654 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2229] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:09:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2230] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:09:32 2026] POST /v2.0/security-group-rules => generated 596 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2231] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:09:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:09:32.783 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a84e614-ef3d-43f4-85a3-cced013b45a8 e2eed0d789a24616be7d2abf2a5e32e2 36e68166d18e47ce97e0db5b3c2dc2f9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1145/2232] 10.0.0.13 () {32 vars in 720 bytes} [Tue Apr 14 07:09:32 2026] GET /v2.0/networks/dd0d23be-42a3-4255-9cb3-65bf73681847 => generated 138 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2233] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:09:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2234] 10.0.0.13 () {34 vars in 674 bytes} [Tue Apr 14 07:09:31 2026] POST /v2.0/floatingips => generated 898 bytes in 1841 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2235] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:09:32 2026] DELETE /v2.0/networks/dd0d23be-42a3-4255-9cb3-65bf73681847 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:09:33.188 8 INFO neutron.db.securitygroups_db [None req-f03a12a0-5a79-40b9-a090-25dbf01e4026 e53c967c32b84c24b2c5fa1528693a2f e1f1134c32da4dfb8c5e5fe7f84b209b - - default default] Project e1f1134c32da4dfb8c5e5fe7f84b209b added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-14 07:09:33.210 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3595107e-49e5-4766-b015-5f9baa9cfb22 4c671c45f94540b5806315f0e4469ff0 5e1b97da90b34c83be3be63c832dcc95 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1148/2236] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:09:33 2026] DELETE /v2.0/subnets/8cf1b5a1-f9e3-4c19-980a-5a5c6cf40061 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:09:33.267 7 INFO neutron.pecan_wsgi.hooks.translation [None req-062f0810-d5a7-452f-8d73-2702d991794f 4c671c45f94540b5806315f0e4469ff0 5e1b97da90b34c83be3be63c832dcc95 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1149/2237] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:09:33 2026] DELETE /v2.0/subnets/029316c0-2b21-40af-872f-4b1f38ea2fd6 => generated 136 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2238] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:09:33 2026] POST /v2.0/security-group-rules => generated 607 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:09:33.309 7 INFO neutron.pecan_wsgi.hooks.translation [None req-97d01085-0285-4167-9a0f-79548388ac55 4c671c45f94540b5806315f0e4469ff0 5e1b97da90b34c83be3be63c832dcc95 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1150/2239] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:09:33 2026] DELETE /v2.0/subnets/73579ff9-12ee-48cb-9390-498ff7114e06 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:09:33.373 8 INFO neutron.db.securitygroups_db [None req-d1f2e457-b44f-4b02-afa2-ed2f250392d8 e53c967c32b84c24b2c5fa1528693a2f e1f1134c32da4dfb8c5e5fe7f84b209b - - default default] Project e1f1134c32da4dfb8c5e5fe7f84b209b added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 1090/2240] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:09:33 2026] POST /v2.0/security-group-rules => generated 606 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2243] 10.0.0.13 () {34 vars in 682 bytes} [Tue Apr 14 07:09:33 2026] POST /v2.0/security-groups => generated 1661 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 07:09:34.198 7 INFO neutron.services.segments.plugin [-] Segment 095fd262-d5cb-4a7a-8613-12413cf9b7a3 resource provider aggregate not found 2026-04-14 07:09:34.204 7 INFO neutron.services.segments.plugin [-] Segment 095fd262-d5cb-4a7a-8613-12413cf9b7a3 resource provider aggregate not found 2026-04-14 07:09:34.225 7 INFO neutron.services.segments.plugin [-] Segment 095fd262-d5cb-4a7a-8613-12413cf9b7a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 095fd262-d5cb-4a7a-8613-12413cf9b7a3 found for delete ", "request_id": "req-c9ad0135-ab34-4490-beeb-8b6f0a9bb23b"}]} 2026-04-14 07:09:34.227 7 INFO neutron.services.segments.plugin [-] Segment 095fd262-d5cb-4a7a-8613-12413cf9b7a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 095fd262-d5cb-4a7a-8613-12413cf9b7a3 found for delete ", "request_id": "req-e9898b29-fd7d-4faa-842f-0c785272f28a"}]} [pid: 8|app: 0|req: 1092/2244] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:09:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2245] 10.0.0.13 () {34 vars in 692 bytes} [Tue Apr 14 07:09:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2246] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:09:34 2026] GET /v2.0/security-groups?tenant_id=5e1b97da90b34c83be3be63c832dcc95&name=default => generated 2929 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2247] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:09:34 2026] DELETE /v2.0/security-groups/279ffe02-3c3f-4ec2-a879-2e0fce1b267a => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2248] 10.0.0.13 () {34 vars in 673 bytes} [Tue Apr 14 07:09:34 2026] POST /v2.0/floatingips => generated 552 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2249] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:09:34 2026] GET /v2.0/security-groups?tenant_id=36e68166d18e47ce97e0db5b3c2dc2f9&name=default => generated 2929 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2250] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:09:34 2026] DELETE /v2.0/security-groups/dadf5df8-1c25-4482-a9b2-329484aebc18 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2251] 10.0.0.114 () {34 vars in 1098 bytes} [Tue Apr 14 07:09:35 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1761220425&fields=id&tenant_id=e1f1134c32da4dfb8c5e5fe7f84b209b => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2252] 10.0.0.114 () {34 vars in 1096 bytes} [Tue Apr 14 07:09:35 2026] GET /v2.0/security-groups?name=tempest-securitygroup--289656794&fields=id&tenant_id=e1f1134c32da4dfb8c5e5fe7f84b209b => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2253] 10.0.0.114 () {34 vars in 980 bytes} [Tue Apr 14 07:09:35 2026] GET /v2.0/networks?id=191ecec3-acfa-48ce-abbd-48a424ab8655 => generated 672 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2254] 10.0.0.114 () {34 vars in 963 bytes} [Tue Apr 14 07:09:35 2026] GET /v2.0/quotas/e1f1134c32da4dfb8c5e5fe7f84b209b => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2255] 10.0.0.114 () {34 vars in 1000 bytes} [Tue Apr 14 07:09:35 2026] GET /v2.0/ports?tenant_id=e1f1134c32da4dfb8c5e5fe7f84b209b&fields=id => generated 103 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2256] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:09:35 2026] GET /v2.0/security-groups?tenant_id=03580bf0112846248b0f899ef1a4c07c&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2257] 10.0.0.114 () {34 vars in 1006 bytes} [Tue Apr 14 07:09:35 2026] GET /v2.0/networks/191ecec3-acfa-48ce-abbd-48a424ab8655?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2258] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:09:35 2026] DELETE /v2.0/security-groups/d6cbcdff-a826-4096-8116-cb4bb9c0f3da => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2259] 10.0.0.114 () {34 vars in 1106 bytes} [Tue Apr 14 07:09:35 2026] GET /v2.0/networks/191ecec3-acfa-48ce-abbd-48a424ab8655?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: 1160/2260] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:35 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2261] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:09:36 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: 1161/2262] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:09:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2263] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:09:36 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: 1162/2264] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:09:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:09:36.271 8 INFO neutron.api.v2.resource [None req-abfe4234-c2fd-430c-a1df-df33bcb4b714 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1103/2265] 199.204.45.132 () {30 vars in 761 bytes} [Tue Apr 14 07:09:36 2026] GET /v2.0/security-groups/lb-18e2b2bf-0de1-4bba-90dc-c9b4e2a97cee => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2266] 199.204.45.132 () {30 vars in 783 bytes} [Tue Apr 14 07:09:36 2026] GET /v2.0/security-groups?name=lb-18e2b2bf-0de1-4bba-90dc-c9b4e2a97cee => generated 1637 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2267] 199.204.45.132 () {30 vars in 813 bytes} [Tue Apr 14 07:09:36 2026] GET /v2.0/security-group-rules?security_group_id=77028661-8b0d-4d26-a41b-b576bc9afeb5 => generated 1182 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2268] 199.204.45.132 () {34 vars in 745 bytes} [Tue Apr 14 07:09:36 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: 8|app: 0|req: 1105/2269] 199.204.45.132 () {34 vars in 745 bytes} [Tue Apr 14 07:09:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2270] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:36 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2271] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:37 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2272] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:39 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => 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: 1167/2273] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:09:40 2026] GET /v2.0/networks?id=191ecec3-acfa-48ce-abbd-48a424ab8655 => generated 672 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2274] 199.204.45.132 () {34 vars in 1048 bytes} [Tue Apr 14 07:09:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e1f1134c32da4dfb8c5e5fe7f84b209b => generated 273 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:09:40.403 8 INFO neutron.db.segments_db [None req-47393934-eeea-46b0-8661-b08e2a0d1367 6abdc87e3ce840da91a2c0656ad0a429 44609e4eea564a2ba56da40a20d2958d - - default default] Added segment d08b2878-e11b-49ed-9327-18ec6de03ada of type vxlan for network d3467cbe-e723-4f98-90f5-b9f8855f0dc5 [pid: 8|app: 0|req: 1107/2275] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:09:40 2026] POST /v2.0/networks => generated 613 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2276] 199.204.45.132 () {38 vars in 953 bytes} [Tue Apr 14 07:09:40 2026] POST /v2.0/ports => generated 997 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1108/2277] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:40 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1000 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:09:40.623 7 INFO neutron.db.segments_db [None req-c49032d3-9127-4600-b5fc-2e285cc8a6d9 6abdc87e3ce840da91a2c0656ad0a429 44609e4eea564a2ba56da40a20d2958d - - default default] Added segment 2729ec0b-3fce-4f2f-8c30-b67879da0bca of type vxlan for network 30f001ac-fcc1-4c7d-93cf-3d181a06adad [pid: 7|app: 0|req: 1170/2278] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:09:40 2026] POST /v2.0/networks => generated 613 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2279] 10.0.0.114 () {34 vars in 1118 bytes} [Tue Apr 14 07:09:40 2026] GET /v2.0/security-groups?id=39c54fee-38b3-4c63-90e5-d4a72983031b&id=2580b122-490b-426f-b6ac-19d13d0b9332&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:09:40.803 7 INFO neutron.db.segments_db [None req-af47c55e-f6a9-4525-9f29-2d0d47e5c0d4 6abdc87e3ce840da91a2c0656ad0a429 44609e4eea564a2ba56da40a20d2958d - - default default] Added segment e08f94af-fd42-4346-bd0b-7d75deb59cde of type vxlan for network cb3739df-f511-4ca1-9a78-55060a94f4cf [pid: 7|app: 0|req: 1172/2280] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:09:40 2026] POST /v2.0/networks => generated 613 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:09:40.939 7 INFO neutron.db.segments_db [None req-c7ff4b64-8446-4a17-825d-cad3fc780175 6abdc87e3ce840da91a2c0656ad0a429 44609e4eea564a2ba56da40a20d2958d - - default default] Added segment cdd687a3-47ac-49c8-a3af-60e9d00fa408 of type vxlan for network 06f8fa66-1254-4ef7-a13d-6f5bda9b6862 [pid: 7|app: 0|req: 1173/2281] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:09:40 2026] POST /v2.0/networks => generated 612 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2282] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:09:40 2026] PUT /v2.0/ports/6c16c086-cfec-4ae6-8652-4f0296e06deb => generated 1278 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:09:41.049 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a24b9149-622c-4816-b589-144c8fd321dd'] response: {'name': 'network-changed', 'server_uuid': '505690f1-3038-41f0-8ebe-ab5a9bf352cb', 'tag': '6c16c086-cfec-4ae6-8652-4f0296e06deb', 'status': 'completed', 'code': 200} 2026-04-14 07:09:41.082 7 INFO neutron.db.segments_db [None req-19c5efae-a49e-4028-9ea6-c76cd5429b1e 6abdc87e3ce840da91a2c0656ad0a429 44609e4eea564a2ba56da40a20d2958d - - default default] Added segment d74303c0-20e7-406e-84c9-dcca02e0d2dd of type vxlan for network 02329054-f6f0-4900-85d8-1450293af82b [pid: 7|app: 0|req: 1174/2283] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:09:41 2026] POST /v2.0/networks => generated 613 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1110/2284] 10.0.0.13 () {34 vars in 750 bytes} [Tue Apr 14 07:09:41 2026] PUT /v2.0/networks/d3467cbe-e723-4f98-90f5-b9f8855f0dc5/tags => generated 17 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2285] 10.0.0.13 () {34 vars in 750 bytes} [Tue Apr 14 07:09:41 2026] PUT /v2.0/networks/30f001ac-fcc1-4c7d-93cf-3d181a06adad/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2286] 10.0.0.13 () {34 vars in 750 bytes} [Tue Apr 14 07:09:41 2026] PUT /v2.0/networks/cb3739df-f511-4ca1-9a78-55060a94f4cf/tags => generated 34 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2287] 10.0.0.13 () {34 vars in 750 bytes} [Tue Apr 14 07:09:41 2026] PUT /v2.0/networks/06f8fa66-1254-4ef7-a13d-6f5bda9b6862/tags => generated 19 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2288] 10.0.0.13 () {32 vars in 663 bytes} [Tue Apr 14 07:09:41 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2289] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:09:41 2026] GET /v2.0/ports?tenant_id=e1f1134c32da4dfb8c5e5fe7f84b209b&device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1281 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2290] 10.0.0.13 () {32 vars in 677 bytes} [Tue Apr 14 07:09:41 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2291] 199.204.45.132 () {34 vars in 1016 bytes} [Tue Apr 14 07:09:41 2026] GET /v2.0/networks?tenant_id=e1f1134c32da4dfb8c5e5fe7f84b209b&shared=False => generated 768 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2292] 10.0.0.13 () {32 vars in 673 bytes} [Tue Apr 14 07:09:41 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2293] 199.204.45.132 () {34 vars in 928 bytes} [Tue Apr 14 07:09:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2294] 10.0.0.13 () {32 vars in 685 bytes} [Tue Apr 14 07:09:41 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2295] 10.0.0.13 () {32 vars in 671 bytes} [Tue Apr 14 07:09:41 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2296] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:41 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1012 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2297] 10.0.0.13 () {32 vars in 685 bytes} [Tue Apr 14 07:09:41 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2298] 10.0.0.114 () {34 vars in 1118 bytes} [Tue Apr 14 07:09:41 2026] GET /v2.0/security-groups?id=39c54fee-38b3-4c63-90e5-d4a72983031b&id=2580b122-490b-426f-b6ac-19d13d0b9332&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2299] 10.0.0.13 () {32 vars in 681 bytes} [Tue Apr 14 07:09:41 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2300] 10.0.0.13 () {32 vars in 693 bytes} [Tue Apr 14 07:09:41 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:09:42.208 8 INFO neutron.services.segments.plugin [-] Segment d08b2878-e11b-49ed-9327-18ec6de03ada resource provider aggregate not found 2026-04-14 07:09:42.209 8 INFO neutron.services.segments.plugin [-] Segment d08b2878-e11b-49ed-9327-18ec6de03ada resource provider aggregate not found 2026-04-14 07:09:42.241 8 INFO neutron.services.segments.plugin [-] Segment d08b2878-e11b-49ed-9327-18ec6de03ada resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d08b2878-e11b-49ed-9327-18ec6de03ada found for delete ", "request_id": "req-b9d4d655-3b31-4531-9683-313fbd48fa22"}]} 2026-04-14 07:09:42.242 8 INFO neutron.services.segments.plugin [-] Segment d08b2878-e11b-49ed-9327-18ec6de03ada resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d08b2878-e11b-49ed-9327-18ec6de03ada found for delete ", "request_id": "req-67238e49-cc28-4b5b-90c1-bb8d4ed4bdfb"}]} [pid: 8|app: 0|req: 1118/2301] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:09:42 2026] DELETE /v2.0/networks/d3467cbe-e723-4f98-90f5-b9f8855f0dc5 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:09:42.419 7 INFO neutron.services.segments.plugin [-] Segment 2729ec0b-3fce-4f2f-8c30-b67879da0bca resource provider aggregate not found 2026-04-14 07:09:42.430 7 INFO neutron.services.segments.plugin [-] Segment 2729ec0b-3fce-4f2f-8c30-b67879da0bca resource provider aggregate not found 2026-04-14 07:09:42.448 7 INFO neutron.services.segments.plugin [-] Segment 2729ec0b-3fce-4f2f-8c30-b67879da0bca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2729ec0b-3fce-4f2f-8c30-b67879da0bca found for delete ", "request_id": "req-8f1530a8-9682-4356-b471-e753d620461b"}]} [pid: 7|app: 0|req: 1184/2302] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:09:42 2026] DELETE /v2.0/networks/30f001ac-fcc1-4c7d-93cf-3d181a06adad => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:09:42.459 7 INFO neutron.services.segments.plugin [-] Segment 2729ec0b-3fce-4f2f-8c30-b67879da0bca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2729ec0b-3fce-4f2f-8c30-b67879da0bca found for delete ", "request_id": "req-171b7a7d-9f66-4ffa-b7d3-00d42ac516c9"}]} [pid: 8|app: 0|req: 1119/2303] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:09:42 2026] DELETE /v2.0/networks/cb3739df-f511-4ca1-9a78-55060a94f4cf => 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: 1185/2304] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:09:42 2026] DELETE /v2.0/networks/06f8fa66-1254-4ef7-a13d-6f5bda9b6862 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2305] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:09:42 2026] GET /v2.0/ports?tenant_id=e1f1134c32da4dfb8c5e5fe7f84b209b&device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1281 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2306] 199.204.45.132 () {34 vars in 1058 bytes} [Tue Apr 14 07:09:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=6c16c086-cfec-4ae6-8652-4f0296e06deb => 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: 1188/2307] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:09:42 2026] GET /v2.0/subnets?id=9c8cafa7-eb93-411e-b028-389735aa1dca => generated 690 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2308] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:09:42 2026] DELETE /v2.0/networks/02329054-f6f0-4900-85d8-1450293af82b => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2309] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:09:42 2026] GET /v2.0/ports?network_id=191ecec3-acfa-48ce-abbd-48a424ab8655&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2310] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:09:42 2026] GET /v2.0/networks/191ecec3-acfa-48ce-abbd-48a424ab8655?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2311] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:09:42 2026] GET /v2.0/networks/191ecec3-acfa-48ce-abbd-48a424ab8655?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2312] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:42 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1012 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2313] 10.0.0.114 () {34 vars in 1118 bytes} [Tue Apr 14 07:09:43 2026] GET /v2.0/security-groups?id=39c54fee-38b3-4c63-90e5-d4a72983031b&id=2580b122-490b-426f-b6ac-19d13d0b9332&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2314] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:09:43 2026] GET /v2.0/security-groups?tenant_id=44609e4eea564a2ba56da40a20d2958d&name=default => generated 2929 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2315] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:09:43 2026] DELETE /v2.0/security-groups/e0abc0fb-4bfa-4a8f-b1c9-b36b7f07f3bc => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2316] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:44 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1012 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2317] 10.0.0.114 () {34 vars in 1118 bytes} [Tue Apr 14 07:09:44 2026] GET /v2.0/security-groups?id=39c54fee-38b3-4c63-90e5-d4a72983031b&id=2580b122-490b-426f-b6ac-19d13d0b9332&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:09:44.264 8 INFO neutron.services.segments.plugin [-] Segment e08f94af-fd42-4346-bd0b-7d75deb59cde resource provider aggregate not found 2026-04-14 07:09:44.270 8 INFO neutron.services.segments.plugin [-] Segment e08f94af-fd42-4346-bd0b-7d75deb59cde resource provider aggregate not found 2026-04-14 07:09:44.278 8 INFO neutron.services.segments.plugin [-] Segment e08f94af-fd42-4346-bd0b-7d75deb59cde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e08f94af-fd42-4346-bd0b-7d75deb59cde found for delete ", "request_id": "req-4dae07ab-e490-4dfd-87f8-81a81beedc6a"}]} 2026-04-14 07:09:44.291 8 INFO neutron.services.segments.plugin [-] Segment e08f94af-fd42-4346-bd0b-7d75deb59cde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e08f94af-fd42-4346-bd0b-7d75deb59cde found for delete ", "request_id": "req-e9170ec3-a6c6-4cfa-8571-8f9a09e3fc5c"}]} 2026-04-14 07:09:44.294 8 INFO neutron.services.segments.plugin [-] Segment d74303c0-20e7-406e-84c9-dcca02e0d2dd resource provider aggregate not found 2026-04-14 07:09:44.313 8 INFO neutron.services.segments.plugin [-] Segment d74303c0-20e7-406e-84c9-dcca02e0d2dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d74303c0-20e7-406e-84c9-dcca02e0d2dd found for delete ", "request_id": "req-9827bbc6-a689-4c7a-9dbb-0aaf7ac1ac6b"}]} [pid: 7|app: 0|req: 1193/2318] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:09:44 2026] GET /v2.0/security-groups?tenant_id=84e865dab7a64f1eb1d68175c916153e&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:09:44.315 8 INFO neutron.services.segments.plugin [-] Segment d74303c0-20e7-406e-84c9-dcca02e0d2dd resource provider aggregate not found 2026-04-14 07:09:44.335 8 INFO neutron.services.segments.plugin [-] Segment d74303c0-20e7-406e-84c9-dcca02e0d2dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d74303c0-20e7-406e-84c9-dcca02e0d2dd found for delete ", "request_id": "req-c79e07e3-f4ae-44f1-ac10-4fb573ac1831"}]} [pid: 8|app: 0|req: 1126/2319] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:09:44 2026] DELETE /v2.0/security-groups/4c32a9d1-8fa2-4b60-8d20-52a0cb8d106b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:09:44.471 7 INFO neutron.services.segments.plugin [-] Segment cdd687a3-47ac-49c8-a3af-60e9d00fa408 resource provider aggregate not found 2026-04-14 07:09:44.477 7 INFO neutron.services.segments.plugin [-] Segment cdd687a3-47ac-49c8-a3af-60e9d00fa408 resource provider aggregate not found 2026-04-14 07:09:44.490 7 INFO neutron.services.segments.plugin [-] Segment cdd687a3-47ac-49c8-a3af-60e9d00fa408 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdd687a3-47ac-49c8-a3af-60e9d00fa408 found for delete ", "request_id": "req-adc2fd84-398c-4a0e-8f80-b4360f768ae2"}]} 2026-04-14 07:09:44.493 7 INFO neutron.services.segments.plugin [-] Segment cdd687a3-47ac-49c8-a3af-60e9d00fa408 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdd687a3-47ac-49c8-a3af-60e9d00fa408 found for delete ", "request_id": "req-7bf66e21-90d5-46d2-9fcd-64650a461643"}]} [pid: 7|app: 0|req: 1194/2320] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:09:44 2026] GET /v2.0/security-groups?tenant_id=a862e04d4d294f3ba480f9e3f5ee4cc5&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2321] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:09:44 2026] DELETE /v2.0/security-groups/5f45c771-26b4-4f99-ad67-f9b18e2211aa => 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: 1195/2322] 10.0.0.43 () {30 vars in 687 bytes} [Tue Apr 14 07:09:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2323] 10.0.0.43 () {30 vars in 689 bytes} [Tue Apr 14 07:09:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2324] 10.0.0.43 () {30 vars in 665 bytes} [Tue Apr 14 07:09:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2325] 10.0.0.43 () {30 vars in 701 bytes} [Tue Apr 14 07:09:45 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: 1197/2326] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:45 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1012 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2327] 10.0.0.114 () {34 vars in 1118 bytes} [Tue Apr 14 07:09:45 2026] GET /v2.0/security-groups?id=39c54fee-38b3-4c63-90e5-d4a72983031b&id=2580b122-490b-426f-b6ac-19d13d0b9332&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2328] 10.0.0.43 () {28 vars in 436 bytes} [Tue Apr 14 07:09:45 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2329] 10.0.0.43 () {30 vars in 725 bytes} [Tue Apr 14 07:09:45 2026] GET /v2.0/subnets/090f6f9e-7bdb-426b-8b94-e81d60e3ec26 => generated 655 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2330] 199.204.45.132 () {34 vars in 992 bytes} [Tue Apr 14 07:09:46 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1283 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2331] 199.204.45.132 () {34 vars in 1122 bytes} [Tue Apr 14 07:09:46 2026] GET /v2.0/security-groups?id=2580b122-490b-426f-b6ac-19d13d0b9332&id=39c54fee-38b3-4c63-90e5-d4a72983031b&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2332] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:46 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1014 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2333] 10.0.0.114 () {34 vars in 1118 bytes} [Tue Apr 14 07:09:46 2026] GET /v2.0/security-groups?id=39c54fee-38b3-4c63-90e5-d4a72983031b&id=2580b122-490b-426f-b6ac-19d13d0b9332&fields=id&fields=name => generated 206 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2334] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:09:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2335] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:09:46 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: 1202/2336] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:09:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2337] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:09:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2338] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:09:46 2026] GET /v2.0/subnets/090f6f9e-7bdb-426b-8b94-e81d60e3ec26 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2339] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:09:46 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 2585 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2340] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:09:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2341] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:09:47 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: 1205/2342] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:09:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2343] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:09:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2344] 199.204.45.132 () {34 vars in 715 bytes} [Tue Apr 14 07:09:47 2026] POST /v2.0/ports => generated 1324 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1139/2345] 10.0.0.114 () {34 vars in 969 bytes} [Tue Apr 14 07:09:47 2026] GET /v2.0/ports/7be9966a-bf67-469b-98c3-264de5a19705 => generated 1324 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2346] 10.0.0.114 () {34 vars in 905 bytes} [Tue Apr 14 07:09:47 2026] GET /v2.0/extensions => generated 21537 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2347] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:47 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1014 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2348] 10.0.0.114 () {34 vars in 1118 bytes} [Tue Apr 14 07:09:47 2026] GET /v2.0/security-groups?id=39c54fee-38b3-4c63-90e5-d4a72983031b&id=2580b122-490b-426f-b6ac-19d13d0b9332&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2349] 199.204.45.132 () {34 vars in 1260 bytes} [Tue Apr 14 07:09:48 2026] GET /v2.0/ports/7be9966a-bf67-469b-98c3-264de5a19705?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2350] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:09:48 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2353] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:09:48 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2354] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:48 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1014 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2355] 10.0.0.114 () {34 vars in 1118 bytes} [Tue Apr 14 07:09:49 2026] GET /v2.0/security-groups?id=39c54fee-38b3-4c63-90e5-d4a72983031b&id=2580b122-490b-426f-b6ac-19d13d0b9332&fields=id&fields=name => generated 206 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2356] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:49 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1014 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:09:49.622 7 INFO neutron.db.l3_db [None req-ace53c6d-3a9f-423c-94e2-70d75a3dd42b e53c967c32b84c24b2c5fa1528693a2f e1f1134c32da4dfb8c5e5fe7f84b209b - - default default] Floating IP 57532ea0-7db5-4475-a60f-61e30d1865b9 associated. External IP: 10.96.250.216, port: 6c16c086-cfec-4ae6-8652-4f0296e06deb. 2026-04-14 07:09:49.671 8 INFO neutron.db.segments_db [None req-9a4d023e-0e43-4fee-a0f3-1c19a9102627 962e8d6956024cceab3c3f0069a133c1 0d78b19ab8db4211bc4e45735f68fb00 - - default default] Added segment 5ecb3eeb-3627-4179-8bdd-b6e2d66533de of type vxlan for network 63ce2e0a-e55e-4099-8d45-9880398882f3 [pid: 8|app: 0|req: 1147/2357] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:09:49 2026] POST /v2.0/networks => generated 613 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2358] 199.204.45.132 () {34 vars in 973 bytes} [Tue Apr 14 07:09:49 2026] GET /v2.0/ports/7be9966a-bf67-469b-98c3-264de5a19705 => generated 1324 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2359] 10.0.0.13 () {34 vars in 746 bytes} [Tue Apr 14 07:09:49 2026] PUT /v2.0/floatingips/57532ea0-7db5-4475-a60f-61e30d1865b9 => generated 856 bytes in 756 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2360] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:09:49 2026] POST /v2.0/subnets => generated 626 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:09:50.027 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1bd2bc0-c7a2-481d-a51c-a9fab2bbf57d'] response: {'name': 'network-changed', 'server_uuid': '505690f1-3038-41f0-8ebe-ab5a9bf352cb', 'tag': '6c16c086-cfec-4ae6-8652-4f0296e06deb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1212/2361] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:09:49 2026] GET /v2.0/networks?id=c051fbe6-cfe0-4c9a-a136-77646b242799 => generated 801 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:09:50.057 8 INFO neutron.db.segments_db [None req-fc4c242a-f10f-4b69-bbc7-f5a78f50cf7d 962e8d6956024cceab3c3f0069a133c1 0d78b19ab8db4211bc4e45735f68fb00 - - default default] Added segment caa17a1e-1853-4dc5-9df0-e3e66972dc17 of type vxlan for network 83103d39-dde9-40ec-a977-fe193cf75636 [pid: 8|app: 0|req: 1150/2362] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:09:50 2026] POST /v2.0/networks => generated 612 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2363] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:09:50 2026] POST /v2.0/subnets => generated 629 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:09:50.479 8 INFO neutron.db.segments_db [None req-8aa374ca-fb01-4825-a599-7bc25348ed0d 962e8d6956024cceab3c3f0069a133c1 0d78b19ab8db4211bc4e45735f68fb00 - - default default] Added segment 9248e2a2-5a26-4904-a28b-c239ca8d8b7f of type vxlan for network fa6574a4-d842-4f47-a854-f5bcd5cae475 [pid: 8|app: 0|req: 1152/2364] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:09:50 2026] POST /v2.0/networks => generated 611 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2365] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:09:50 2026] PUT /v2.0/ports/7be9966a-bf67-469b-98c3-264de5a19705 => generated 1514 bytes in 554 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1153/2366] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:09:50 2026] GET /v2.0/ports?tenant_id=e1f1134c32da4dfb8c5e5fe7f84b209b&device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1283 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2367] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:09:50 2026] GET /v2.0/networks?id=191ecec3-acfa-48ce-abbd-48a424ab8655 => generated 768 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2368] 199.204.45.132 () {34 vars in 1058 bytes} [Tue Apr 14 07:09:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=6c16c086-cfec-4ae6-8652-4f0296e06deb => generated 859 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2369] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:09:50 2026] GET /v2.0/subnets?id=9c8cafa7-eb93-411e-b028-389735aa1dca => generated 690 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2370] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:09:50 2026] GET /v2.0/ports?network_id=191ecec3-acfa-48ce-abbd-48a424ab8655&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2371] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:09:50 2026] POST /v2.0/subnets => generated 629 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2372] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:09:50 2026] GET /v2.0/networks/191ecec3-acfa-48ce-abbd-48a424ab8655?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:09:50.935 7 INFO neutron.db.segments_db [None req-fde4bf6b-00b8-453e-ab42-97484b899878 962e8d6956024cceab3c3f0069a133c1 0d78b19ab8db4211bc4e45735f68fb00 - - default default] Added segment 9297b5dc-c176-4ff0-b8ff-05548eb63dc6 of type vxlan for network cc4311bb-b2df-4c5e-8abf-5dac3b88d4da [pid: 8|app: 0|req: 1159/2373] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:09:50 2026] GET /v2.0/networks/191ecec3-acfa-48ce-abbd-48a424ab8655?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: 1215/2374] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:09:50 2026] POST /v2.0/networks => generated 613 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2375] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:09:51 2026] POST /v2.0/subnets => generated 629 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:09:51.435 7 INFO neutron.db.segments_db [None req-34ca14fa-a221-4318-85df-f6fb18c76835 962e8d6956024cceab3c3f0069a133c1 0d78b19ab8db4211bc4e45735f68fb00 - - default default] Added segment 6984e0ec-277e-4cde-8ed5-4313de81aa33 of type vxlan for network 52033e25-d954-4bea-b594-9f481a57847d [pid: 7|app: 0|req: 1216/2376] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:09:51 2026] POST /v2.0/networks => generated 612 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2377] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:09:51 2026] GET /v2.0/ports?tenant_id=dc3222a786e9492db00f714631441da5&device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 4091 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2378] 199.204.45.132 () {34 vars in 1060 bytes} [Tue Apr 14 07:09:51 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.124&port_id=b9213ca3-b074-4ae1-ad2f-19a028f0e9a4 => 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: 1219/2379] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:09:51 2026] GET /v2.0/subnets?id=dbc87b32-f127-4596-9c61-300dfb5afdee => 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: 1220/2380] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:09:51 2026] GET /v2.0/ports?network_id=fc7a0039-54db-4382-9397-fcffc1eecc0b&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2381] 10.0.0.13 () {34 vars in 666 bytes} [Tue Apr 14 07:09:51 2026] POST /v2.0/subnets => generated 629 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2382] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:09:51 2026] GET /v2.0/networks/fc7a0039-54db-4382-9397-fcffc1eecc0b?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2383] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:09:51 2026] GET /v2.0/networks/fc7a0039-54db-4382-9397-fcffc1eecc0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2384] 10.0.0.13 () {34 vars in 748 bytes} [Tue Apr 14 07:09:51 2026] PUT /v2.0/subnets/fc9e88c1-4e1a-4854-89c8-c191a009a8a0/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2385] 199.204.45.132 () {34 vars in 1054 bytes} [Tue Apr 14 07:09:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2386] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:09:51 2026] GET /v2.0/subnets?id=5b0af776-57e6-43c6-919f-576b83c71949 => generated 679 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2387] 10.0.0.13 () {34 vars in 748 bytes} [Tue Apr 14 07:09:51 2026] PUT /v2.0/subnets/efeb813d-f3ef-4035-94cb-5782074a13c5/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: 1225/2388] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:09:51 2026] GET /v2.0/ports?network_id=539f6750-c65c-4737-913f-ab664d2f1034&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2389] 10.0.0.13 () {34 vars in 748 bytes} [Tue Apr 14 07:09:51 2026] PUT /v2.0/subnets/5a9bbcfa-ba78-4f50-9062-429c051da332/tags => generated 34 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2390] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:09:51 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2391] 10.0.0.13 () {34 vars in 748 bytes} [Tue Apr 14 07:09:51 2026] PUT /v2.0/subnets/825fd398-57f3-4148-ab61-10a6bb73108e/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2392] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:09:52 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034?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) 2026-04-14 07:09:52.069 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-51f51c09-48a8-4d97-b475-c770b5391a7a'] response: {'name': 'network-changed', 'server_uuid': '5307ca47-dc56-4aee-be15-057cb09b4dfc', 'tag': '7be9966a-bf67-469b-98c3-264de5a19705', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1228/2393] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:09:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.232&port_id=7be9966a-bf67-469b-98c3-264de5a19705 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2394] 10.0.0.13 () {32 vars in 661 bytes} [Tue Apr 14 07:09:52 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2395] 199.204.45.132 () {34 vars in 1100 bytes} [Tue Apr 14 07:09:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Adc&port_id=7be9966a-bf67-469b-98c3-264de5a19705 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2396] 10.0.0.13 () {32 vars in 675 bytes} [Tue Apr 14 07:09:52 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2397] 199.204.45.132 () {34 vars in 1062 bytes} [Tue Apr 14 07:09:52 2026] GET /v2.0/subnets?id=090f6f9e-7bdb-426b-8b94-e81d60e3ec26&id=1b864f44-970c-44f4-96d8-dc5b0db51745 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2398] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:09:52 2026] GET /v2.0/ports?network_id=c051fbe6-cfe0-4c9a-a136-77646b242799&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: 8|app: 0|req: 1168/2399] 10.0.0.13 () {32 vars in 671 bytes} [Tue Apr 14 07:09:52 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2400] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:09:52 2026] GET /v2.0/ports?network_id=c051fbe6-cfe0-4c9a-a136-77646b242799&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: 8|app: 0|req: 1169/2401] 10.0.0.13 () {32 vars in 683 bytes} [Tue Apr 14 07:09:52 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2402] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:09:52 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?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: 1233/2403] 10.0.0.13 () {32 vars in 669 bytes} [Tue Apr 14 07:09:52 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2404] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:09:52 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?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: 1234/2405] 10.0.0.13 () {32 vars in 683 bytes} [Tue Apr 14 07:09:52 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2406] 10.0.0.13 () {32 vars in 679 bytes} [Tue Apr 14 07:09:52 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2407] 10.0.0.13 () {32 vars in 691 bytes} [Tue Apr 14 07:09:52 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2408] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:09:52 2026] DELETE /v2.0/subnets/fc9e88c1-4e1a-4854-89c8-c191a009a8a0 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2409] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:09:52 2026] DELETE /v2.0/subnets/efeb813d-f3ef-4035-94cb-5782074a13c5 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2410] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:09:52 2026] DELETE /v2.0/subnets/5a9bbcfa-ba78-4f50-9062-429c051da332 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2411] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:09:53 2026] DELETE /v2.0/subnets/825fd398-57f3-4148-ab61-10a6bb73108e => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2412] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:09:53 2026] DELETE /v2.0/subnets/f3691471-48cc-47c6-b438-807319baecba => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2413] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:09:53 2026] GET /v2.0/ports?tenant_id=dc3222a786e9492db00f714631441da5&device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 4091 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:09:53.445 7 INFO neutron_taas.services.taas.taas_plugin [None req-f774be05-3154-48da-9c19-ababc0223f97 962e8d6956024cceab3c3f0069a133c1 0d78b19ab8db4211bc4e45735f68fb00 - - default default] TaaS: Handle Delete Port: 32573c7d-b56d-4516-9286-57f42eab1426 2026-04-14 07:09:53.448 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f774be05-3154-48da-9c19-ababc0223f97 962e8d6956024cceab3c3f0069a133c1 0d78b19ab8db4211bc4e45735f68fb00 - - default default] Tap Mirror: Handle Delete Port: 32573c7d-b56d-4516-9286-57f42eab1426 [pid: 8|app: 0|req: 1177/2414] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:09:53 2026] GET /v2.0/networks?id=c051fbe6-cfe0-4c9a-a136-77646b242799 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2415] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:09:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.232&port_id=7be9966a-bf67-469b-98c3-264de5a19705 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2416] 199.204.45.132 () {34 vars in 1100 bytes} [Tue Apr 14 07:09:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Adc&port_id=7be9966a-bf67-469b-98c3-264de5a19705 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2417] 199.204.45.132 () {34 vars in 1062 bytes} [Tue Apr 14 07:09:53 2026] GET /v2.0/subnets?id=090f6f9e-7bdb-426b-8b94-e81d60e3ec26&id=1b864f44-970c-44f4-96d8-dc5b0db51745 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2418] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:09:53 2026] GET /v2.0/ports?network_id=c051fbe6-cfe0-4c9a-a136-77646b242799&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:09:53.639 7 INFO neutron.services.segments.plugin [-] Segment 5ecb3eeb-3627-4179-8bdd-b6e2d66533de resource provider aggregate not found 2026-04-14 07:09:53.655 7 INFO neutron.services.segments.plugin [-] Segment 5ecb3eeb-3627-4179-8bdd-b6e2d66533de resource provider aggregate not found 2026-04-14 07:09:53.669 7 INFO neutron.services.segments.plugin [-] Segment 5ecb3eeb-3627-4179-8bdd-b6e2d66533de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ecb3eeb-3627-4179-8bdd-b6e2d66533de found for delete ", "request_id": "req-db28c439-b290-4977-a41b-c01aed05c71f"}]} [pid: 8|app: 0|req: 1182/2419] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:09:53 2026] GET /v2.0/ports?network_id=c051fbe6-cfe0-4c9a-a136-77646b242799&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:09:53.674 7 INFO neutron.services.segments.plugin [-] Segment 5ecb3eeb-3627-4179-8bdd-b6e2d66533de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ecb3eeb-3627-4179-8bdd-b6e2d66533de found for delete ", "request_id": "req-eb1add88-a5dc-4183-a2f2-d53f98fcdd1f"}]} [pid: 7|app: 0|req: 1238/2420] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:09:53 2026] DELETE /v2.0/networks/63ce2e0a-e55e-4099-8d45-9880398882f3 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2421] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:09:53 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2422] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:09:53 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?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: 1239/2423] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:09:53 2026] DELETE /v2.0/networks/83103d39-dde9-40ec-a977-fe193cf75636 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:09:53.950 8 INFO neutron.services.segments.plugin [-] Segment 9248e2a2-5a26-4904-a28b-c239ca8d8b7f resource provider aggregate not found 2026-04-14 07:09:53.955 8 INFO neutron.services.segments.plugin [-] Segment 9248e2a2-5a26-4904-a28b-c239ca8d8b7f resource provider aggregate not found 2026-04-14 07:09:53.975 8 INFO neutron.services.segments.plugin [-] Segment 9248e2a2-5a26-4904-a28b-c239ca8d8b7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9248e2a2-5a26-4904-a28b-c239ca8d8b7f found for delete ", "request_id": "req-0555bf7b-6de4-4a2c-a455-938eb0ae253b"}]} 2026-04-14 07:09:53.977 8 INFO neutron.services.segments.plugin [-] Segment 9248e2a2-5a26-4904-a28b-c239ca8d8b7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9248e2a2-5a26-4904-a28b-c239ca8d8b7f found for delete ", "request_id": "req-a480b0ac-b59a-42fe-9c14-b8fb194259a7"}]} [pid: 8|app: 0|req: 1185/2424] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:09:53 2026] DELETE /v2.0/networks/fa6574a4-d842-4f47-a854-f5bcd5cae475 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2425] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:09:53 2026] DELETE /v2.0/networks/cc4311bb-b2df-4c5e-8abf-5dac3b88d4da => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2426] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:09:54 2026] DELETE /v2.0/networks/52033e25-d954-4bea-b594-9f481a57847d => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2427] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:09:55 2026] GET /v2.0/security-groups?tenant_id=0d78b19ab8db4211bc4e45735f68fb00&name=default => generated 2929 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2428] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:09:55 2026] DELETE /v2.0/security-groups/f4d39246-462b-4eda-b5a8-10e212e1c8d2 => 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: 1242/2429] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:09:55 2026] GET /v2.0/security-groups?tenant_id=d0e1ea24a6a8499197a4cdc862de03ac&name=default => generated 2929 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:09:55.695 7 INFO neutron.services.segments.plugin [-] Segment caa17a1e-1853-4dc5-9df0-e3e66972dc17 resource provider aggregate not found 2026-04-14 07:09:55.701 7 INFO neutron.services.segments.plugin [-] Segment caa17a1e-1853-4dc5-9df0-e3e66972dc17 resource provider aggregate not found 2026-04-14 07:09:55.717 7 INFO neutron.services.segments.plugin [-] Segment caa17a1e-1853-4dc5-9df0-e3e66972dc17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caa17a1e-1853-4dc5-9df0-e3e66972dc17 found for delete ", "request_id": "req-c0615a69-c464-4832-ac44-0da6e321b461"}]} 2026-04-14 07:09:55.721 7 INFO neutron.services.segments.plugin [-] Segment caa17a1e-1853-4dc5-9df0-e3e66972dc17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caa17a1e-1853-4dc5-9df0-e3e66972dc17 found for delete ", "request_id": "req-4d0a19b5-f1ca-44fd-89e2-c7d131c522db"}]} 2026-04-14 07:09:55.739 7 INFO neutron.services.segments.plugin [-] Segment 9297b5dc-c176-4ff0-b8ff-05548eb63dc6 resource provider aggregate not found 2026-04-14 07:09:55.740 7 INFO neutron.services.segments.plugin [-] Segment 9297b5dc-c176-4ff0-b8ff-05548eb63dc6 resource provider aggregate not found 2026-04-14 07:09:55.762 7 INFO neutron.services.segments.plugin [-] Segment 9297b5dc-c176-4ff0-b8ff-05548eb63dc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9297b5dc-c176-4ff0-b8ff-05548eb63dc6 found for delete ", "request_id": "req-761fe33a-64fe-4f7c-a73e-a76a3deffd99"}]} 2026-04-14 07:09:55.769 7 INFO neutron.services.segments.plugin [-] Segment 9297b5dc-c176-4ff0-b8ff-05548eb63dc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9297b5dc-c176-4ff0-b8ff-05548eb63dc6 found for delete ", "request_id": "req-678e38ac-9abf-4a95-b4d0-e927c88bae29"}]} [pid: 8|app: 0|req: 1188/2430] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:09:55 2026] DELETE /v2.0/security-groups/a6f9b2ae-9156-450d-9489-9028a6fc9eac => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:09:55.995 8 INFO neutron.services.segments.plugin [-] Segment 6984e0ec-277e-4cde-8ed5-4313de81aa33 resource provider aggregate not found 2026-04-14 07:09:56.002 8 INFO neutron.services.segments.plugin [-] Segment 6984e0ec-277e-4cde-8ed5-4313de81aa33 resource provider aggregate not found 2026-04-14 07:09:56.014 8 INFO neutron.services.segments.plugin [-] Segment 6984e0ec-277e-4cde-8ed5-4313de81aa33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6984e0ec-277e-4cde-8ed5-4313de81aa33 found for delete ", "request_id": "req-c0800037-af54-4b5b-8a20-b76bd89c30c2"}]} 2026-04-14 07:09:56.021 8 INFO neutron.services.segments.plugin [-] Segment 6984e0ec-277e-4cde-8ed5-4313de81aa33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6984e0ec-277e-4cde-8ed5-4313de81aa33 found for delete ", "request_id": "req-0bf3e2dc-7284-4d52-b59f-f16eefc94917"}]} [pid: 7|app: 0|req: 1243/2431] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:09:55 2026] GET /v2.0/security-groups?tenant_id=41736c0f79374807931fbd7de8aefacb&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2432] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:09:56 2026] DELETE /v2.0/security-groups/2dcd05a9-6b4c-4f8f-be34-6aae0aa12d8b => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2433] 10.0.0.114 () {34 vars in 969 bytes} [Tue Apr 14 07:09:56 2026] GET /v2.0/ports/7be9966a-bf67-469b-98c3-264de5a19705 => generated 1516 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2434] 199.204.45.132 () {30 vars in 741 bytes} [Tue Apr 14 07:09:56 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799 => generated 798 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2435] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:09:56 2026] GET /v2.0/subnets/090f6f9e-7bdb-426b-8b94-e81d60e3ec26 => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2436] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:09:56 2026] GET /v2.0/subnets/1b864f44-970c-44f4-96d8-dc5b0db51745 => generated 744 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2437] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:09:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2438] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:09:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2439] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:09:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2440] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:09:56 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: 1248/2441] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:09:56 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2442] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:09:56 2026] GET /v2.0/ports/7f71cde7-61e4-4dff-acff-ce784f8b1c21 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2443] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:09:56 2026] GET /v2.0/ports/d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 1345 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2444] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:09:56 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2445] 199.204.45.132 () {30 vars in 741 bytes} [Tue Apr 14 07:09:57 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2446] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:09:57 2026] GET /v2.0/ports/7f71cde7-61e4-4dff-acff-ce784f8b1c21 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2447] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:09:57 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2448] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:09:58 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1014 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2449] 10.0.0.114 () {34 vars in 1118 bytes} [Tue Apr 14 07:09:59 2026] GET /v2.0/security-groups?id=39c54fee-38b3-4c63-90e5-d4a72983031b&id=2580b122-490b-426f-b6ac-19d13d0b9332&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2450] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:09:59 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1283 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2451] 10.0.0.13 () {32 vars in 855 bytes} [Tue Apr 14 07:09:59 2026] GET /v2.0/floatingips?floating_network_id=034903fe-9a93-41c3-881d-f450b11cb0da&port_id=6c16c086-cfec-4ae6-8652-4f0296e06deb => generated 861 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:09:59.532 8 INFO neutron.db.segments_db [None req-d7dbe8ec-58fc-4dd7-a65f-a542c84c96de d2b3ee91c18141eb952deea3b777dd36 7d3b02c8f148458ebad4b2e9bb9f0a10 - - default default] Added segment 86695143-20e2-48be-a5a1-4f48b64c217d of type vxlan for network 02760b0a-27f5-403d-a2bc-e3780a4fbe93 2026-04-14 07:09:59.802 8 INFO neutron.db.l3_hamode_db [None req-d7dbe8ec-58fc-4dd7-a65f-a542c84c96de d2b3ee91c18141eb952deea3b777dd36 7d3b02c8f148458ebad4b2e9bb9f0a10 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:09:59.929 8 INFO neutron.db.l3_hamode_db [None req-d7dbe8ec-58fc-4dd7-a65f-a542c84c96de d2b3ee91c18141eb952deea3b777dd36 7d3b02c8f148458ebad4b2e9bb9f0a10 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1254/2452] 10.0.0.2 () {34 vars in 986 bytes} [Tue Apr 14 07:10:00 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1283 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2453] 10.0.0.2 () {34 vars in 1116 bytes} [Tue Apr 14 07:10:00 2026] GET /v2.0/security-groups?id=39c54fee-38b3-4c63-90e5-d4a72983031b&id=2580b122-490b-426f-b6ac-19d13d0b9332&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2454] 10.0.0.13 () {34 vars in 665 bytes} [Tue Apr 14 07:09:59 2026] POST /v2.0/routers => generated 474 bytes in 1266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2455] 10.0.0.13 () {34 vars in 748 bytes} [Tue Apr 14 07:10:00 2026] PUT /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9/tags => generated 25 bytes in 769 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2456] 10.0.0.13 () {32 vars in 728 bytes} [Tue Apr 14 07:10:01 2026] GET /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9/tags => generated 25 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2457] 10.0.0.13 () {34 vars in 759 bytes} [Tue Apr 14 07:10:01 2026] PUT /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9/tags/green => generated 4 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2458] 10.0.0.13 () {32 vars in 728 bytes} [Tue Apr 14 07:10:01 2026] GET /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9/tags => generated 34 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2459] 10.0.0.13 () {34 vars in 755 bytes} [Tue Apr 14 07:10:01 2026] PUT /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9/tags/red => generated 4 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2460] 10.0.0.13 () {32 vars in 728 bytes} [Tue Apr 14 07:10:02 2026] GET /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9/tags => generated 34 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2461] 10.0.0.13 () {34 vars in 777 bytes} [Tue Apr 14 07:10:02 2026] PUT /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9/tags/black.or.white => generated 4 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2462] 10.0.0.13 () {32 vars in 728 bytes} [Tue Apr 14 07:10:02 2026] GET /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9/tags => generated 52 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2463] 10.0.0.13 () {34 vars in 748 bytes} [Tue Apr 14 07:10:02 2026] PUT /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9/tags => generated 37 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2464] 10.0.0.13 () {32 vars in 728 bytes} [Tue Apr 14 07:10:02 2026] GET /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9/tags => generated 37 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2465] 10.0.0.13 () {32 vars in 736 bytes} [Tue Apr 14 07:10:02 2026] GET /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9/tags/red => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2466] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:10:02 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1014 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:10:02.861 8 INFO neutron.api.v2.resource [None req-4e3535b2-28a6-4038-91bf-be3a95bd0979 d2b3ee91c18141eb952deea3b777dd36 7d3b02c8f148458ebad4b2e9bb9f0a10 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1205/2467] 10.0.0.13 () {32 vars in 740 bytes} [Tue Apr 14 07:10:02 2026] GET /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9/tags/green => generated 99 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2468] 10.0.0.114 () {34 vars in 1118 bytes} [Tue Apr 14 07:10:02 2026] GET /v2.0/security-groups?id=39c54fee-38b3-4c63-90e5-d4a72983031b&id=2580b122-490b-426f-b6ac-19d13d0b9332&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2469] 10.0.0.13 () {32 vars in 739 bytes} [Tue Apr 14 07:10:02 2026] DELETE /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9/tags/red => 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: 1264/2470] 10.0.0.13 () {32 vars in 728 bytes} [Tue Apr 14 07:10:02 2026] GET /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9/tags => generated 30 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:10:03.191 8 INFO neutron.api.v2.resource [None req-59e09f00-db51-4553-bc35-c30cc5e03e95 d2b3ee91c18141eb952deea3b777dd36 7d3b02c8f148458ebad4b2e9bb9f0a10 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1207/2471] 10.0.0.13 () {32 vars in 743 bytes} [Tue Apr 14 07:10:03 2026] DELETE /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9/tags/green => generated 99 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2472] 10.0.0.13 () {32 vars in 731 bytes} [Tue Apr 14 07:10:03 2026] DELETE /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9/tags => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2473] 10.0.0.13 () {32 vars in 728 bytes} [Tue Apr 14 07:10:03 2026] GET /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9/tags => generated 12 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2474] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:10:03 2026] GET /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9 => generated 480 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2477] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:10:03 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1014 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2478] 10.0.0.13 () {34 vars in 739 bytes} [Tue Apr 14 07:10:03 2026] PUT /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9 => generated 480 bytes in 623 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2479] 10.0.0.13 () {32 vars in 733 bytes} [Tue Apr 14 07:10:04 2026] GET /v2.0/ports?device_id=b8d9ca95-e2a8-41d3-8f98-202af52183c9 => 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: 1270/2480] 10.0.0.114 () {34 vars in 1118 bytes} [Tue Apr 14 07:10:04 2026] GET /v2.0/security-groups?id=39c54fee-38b3-4c63-90e5-d4a72983031b&id=2580b122-490b-426f-b6ac-19d13d0b9332&fields=id&fields=name => generated 206 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:10:04.287 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc6bc13f-f048-435d-9ab9-41696c8fa53e d2b3ee91c18141eb952deea3b777dd36 7d3b02c8f148458ebad4b2e9bb9f0a10 - - default default] TaaS: Handle Delete Port: 24c0411b-3e3a-4bff-9d4d-e01005d2cd37 2026-04-14 07:10:04.289 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc6bc13f-f048-435d-9ab9-41696c8fa53e d2b3ee91c18141eb952deea3b777dd36 7d3b02c8f148458ebad4b2e9bb9f0a10 - - default default] Tap Mirror: Handle Delete Port: 24c0411b-3e3a-4bff-9d4d-e01005d2cd37 2026-04-14 07:10:04.648 8 INFO neutron.db.l3_hamode_db [None req-cc6bc13f-f048-435d-9ab9-41696c8fa53e d2b3ee91c18141eb952deea3b777dd36 7d3b02c8f148458ebad4b2e9bb9f0a10 - - default default] HA network 02760b0a-27f5-403d-a2bc-e3780a4fbe93 was deleted as no HA routers are present in tenant 7d3b02c8f148458ebad4b2e9bb9f0a10. [pid: 8|app: 0|req: 1211/2481] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:10:04 2026] DELETE /v2.0/routers/b8d9ca95-e2a8-41d3-8f98-202af52183c9 => generated 0 bytes in 539 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:10:04.749 8 INFO neutron.services.segments.plugin [-] Segment 86695143-20e2-48be-a5a1-4f48b64c217d resource provider aggregate not found 2026-04-14 07:10:04.778 8 INFO neutron.services.segments.plugin [-] Segment 86695143-20e2-48be-a5a1-4f48b64c217d resource provider aggregate not found 2026-04-14 07:10:04.793 8 INFO neutron.services.segments.plugin [-] Segment 86695143-20e2-48be-a5a1-4f48b64c217d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86695143-20e2-48be-a5a1-4f48b64c217d found for delete ", "request_id": "req-34236b8d-df8c-4ca8-8f1e-6277d7772b8e"}]} 2026-04-14 07:10:04.799 8 INFO neutron.services.segments.plugin [-] Segment 86695143-20e2-48be-a5a1-4f48b64c217d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86695143-20e2-48be-a5a1-4f48b64c217d found for delete ", "request_id": "req-4f62b23a-9196-4df8-8d7b-6a5170b60d0b"}]} [pid: 7|app: 0|req: 1271/2482] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:10:05 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1014 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2483] 10.0.0.114 () {34 vars in 1118 bytes} [Tue Apr 14 07:10:05 2026] GET /v2.0/security-groups?id=39c54fee-38b3-4c63-90e5-d4a72983031b&id=2580b122-490b-426f-b6ac-19d13d0b9332&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2484] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:10:05 2026] GET /v2.0/security-groups?tenant_id=7d3b02c8f148458ebad4b2e9bb9f0a10&name=default => generated 2929 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2485] 199.204.45.132 () {34 vars in 992 bytes} [Tue Apr 14 07:10:05 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 1014 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2486] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:05 2026] DELETE /v2.0/security-groups/2a2dd552-a6f2-4b91-b122-397494d55604 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:10:05.882 8 INFO neutron_taas.services.taas.taas_plugin [req-2b7f2067-9965-4073-9924-0ab94f6993e7 req-a9206ebd-c23c-4122-80c4-55f6235e9c6d e53c967c32b84c24b2c5fa1528693a2f e1f1134c32da4dfb8c5e5fe7f84b209b - - default default] TaaS: Handle Delete Port: 6c16c086-cfec-4ae6-8652-4f0296e06deb 2026-04-14 07:10:05.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2b7f2067-9965-4073-9924-0ab94f6993e7 req-a9206ebd-c23c-4122-80c4-55f6235e9c6d e53c967c32b84c24b2c5fa1528693a2f e1f1134c32da4dfb8c5e5fe7f84b209b - - default default] Tap Mirror: Handle Delete Port: 6c16c086-cfec-4ae6-8652-4f0296e06deb 2026-04-14 07:10:06.035 8 INFO neutron.db.l3_db [req-2b7f2067-9965-4073-9924-0ab94f6993e7 req-a9206ebd-c23c-4122-80c4-55f6235e9c6d e53c967c32b84c24b2c5fa1528693a2f e1f1134c32da4dfb8c5e5fe7f84b209b - - default default] Floating IP 57532ea0-7db5-4475-a60f-61e30d1865b9 disassociated. External IP: 10.96.250.216, port: 6c16c086-cfec-4ae6-8652-4f0296e06deb. [pid: 7|app: 0|req: 1274/2487] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:10:05 2026] GET /v2.0/security-groups?tenant_id=426c065920c44ae18cac263939391f2e&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2488] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:06 2026] DELETE /v2.0/security-groups/a667c7c0-db33-486c-bdbd-9c7dbefabad2 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2489] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:10:06 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2490] 199.204.45.132 () {36 vars in 995 bytes} [Tue Apr 14 07:10:05 2026] DELETE /v2.0/ports/6c16c086-cfec-4ae6-8652-4f0296e06deb => generated 0 bytes in 679 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2491] 10.0.0.43 () {30 vars in 687 bytes} [Tue Apr 14 07:10:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2492] 10.0.0.43 () {30 vars in 689 bytes} [Tue Apr 14 07:10:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2493] 10.0.0.43 () {30 vars in 665 bytes} [Tue Apr 14 07:10:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:10:06.627 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b176fe93-1d8b-452a-bbf4-1072d9e9d2a4'] response: {'server_uuid': '505690f1-3038-41f0-8ebe-ab5a9bf352cb', 'name': 'network-vif-deleted', 'tag': '6c16c086-cfec-4ae6-8652-4f0296e06deb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1216/2494] 10.0.0.43 () {30 vars in 701 bytes} [Tue Apr 14 07:10:06 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: 1279/2495] 10.0.0.43 () {28 vars in 436 bytes} [Tue Apr 14 07:10:06 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2496] 10.0.0.43 () {30 vars in 725 bytes} [Tue Apr 14 07:10:07 2026] GET /v2.0/subnets/fe1a6eb8-5146-419a-b506-409df5fb92a8 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2497] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:10:07 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2498] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:10:08 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: 1281/2499] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:10:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2500] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:10:08 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: 1282/2501] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:10:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2502] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:10:08 2026] GET /v2.0/subnets/090f6f9e-7bdb-426b-8b94-e81d60e3ec26 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2503] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:10:08 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2504] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:10:08 2026] GET /v2.0/subnets/fe1a6eb8-5146-419a-b506-409df5fb92a8 => generated 672 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2505] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:10:08 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 4093 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2506] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:10:08 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: 1285/2507] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:10:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2508] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:10:09 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: 1286/2509] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:10:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2510] 199.204.45.132 () {34 vars in 715 bytes} [Tue Apr 14 07:10:09 2026] POST /v2.0/ports => generated 1332 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2511] 10.0.0.114 () {34 vars in 969 bytes} [Tue Apr 14 07:10:09 2026] GET /v2.0/ports/5a459c33-dd42-4506-97b3-3f1cf31d54fa => generated 1332 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1225/2512] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:10:09 2026] GET /v2.0/ports?device_id=505690f1-3038-41f0-8ebe-ab5a9bf352cb => 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: 1288/2513] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:10:10 2026] GET /v2.0/security-groups?tenant_id=966497d492d74ed78257840f7982268f&name=default => generated 2929 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2514] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:10 2026] DELETE /v2.0/security-groups/4d6b8e90-600a-4d88-afc2-7772a136b481 => 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: 1289/2515] 199.204.45.132 () {34 vars in 1260 bytes} [Tue Apr 14 07:10:10 2026] GET /v2.0/ports/5a459c33-dd42-4506-97b3-3f1cf31d54fa?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2516] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:10:10 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46?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: 1290/2517] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:10:10 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2518] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:10:10 2026] GET /v2.0/security-groups?tenant_id=ef04c093d60b4eeb8d52ed25c5ae1c94&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2519] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:10 2026] DELETE /v2.0/security-groups/12cbfc77-1b32-4132-8395-71b33123ce25 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2520] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:10 2026] DELETE /v2.0/security-groups/39c54fee-38b3-4c63-90e5-d4a72983031b => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:10:11.124 8 INFO neutron.api.v2.resource [None req-63f76a61-5217-4676-a1cb-9ed2db21e820 e53c967c32b84c24b2c5fa1528693a2f e1f1134c32da4dfb8c5e5fe7f84b209b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1230/2521] 10.0.0.13 () {32 vars in 734 bytes} [Tue Apr 14 07:10:11 2026] GET /v2.0/security-groups/39c54fee-38b3-4c63-90e5-d4a72983031b => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:10:11.273 7 INFO neutron_taas.services.taas.taas_plugin [None req-cac34f7c-a371-487b-91fa-a4f160aaee14 e53c967c32b84c24b2c5fa1528693a2f e1f1134c32da4dfb8c5e5fe7f84b209b - - default default] TaaS: Handle Delete Port: c5ac6520-3653-4414-b657-50bd5b3262d1 2026-04-14 07:10:11.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cac34f7c-a371-487b-91fa-a4f160aaee14 e53c967c32b84c24b2c5fa1528693a2f e1f1134c32da4dfb8c5e5fe7f84b209b - - default default] Tap Mirror: Handle Delete Port: c5ac6520-3653-4414-b657-50bd5b3262d1 [pid: 8|app: 0|req: 1231/2522] 199.204.45.132 () {34 vars in 973 bytes} [Tue Apr 14 07:10:11 2026] GET /v2.0/ports/5a459c33-dd42-4506-97b3-3f1cf31d54fa => generated 1332 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2523] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:10:11 2026] GET /v2.0/networks?id=609944e2-73b0-4389-b783-dbb0ded2fa46 => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2524] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:10:11 2026] DELETE /v2.0/floatingips/57532ea0-7db5-4475-a60f-61e30d1865b9 => generated 0 bytes in 389 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2525] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:11 2026] DELETE /v2.0/security-groups/2580b122-490b-426f-b6ac-19d13d0b9332 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2526] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:10:11 2026] PUT /v2.0/ports/5a459c33-dd42-4506-97b3-3f1cf31d54fa => generated 1522 bytes in 507 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:10:12.035 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-00f1387e-9464-4e11-91fd-6551d65de692'] response: {'name': 'network-changed', 'server_uuid': '5307ca47-dc56-4aee-be15-057cb09b4dfc', 'tag': '5a459c33-dd42-4506-97b3-3f1cf31d54fa', 'status': 'completed', 'code': 200} 2026-04-14 07:10:12.141 7 INFO neutron_taas.services.taas.taas_plugin [None req-01cea249-7daf-4b1b-b02e-fd388316ad32 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: ff13147d-a809-4449-8cf2-b2d47defd872 2026-04-14 07:10:12.145 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01cea249-7daf-4b1b-b02e-fd388316ad32 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: ff13147d-a809-4449-8cf2-b2d47defd872 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1234/2527] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:10:12 2026] GET /v2.0/ports?tenant_id=dc3222a786e9492db00f714631441da5&device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 5607 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2528] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:10:12 2026] GET /v2.0/networks?id=609944e2-73b0-4389-b783-dbb0ded2fa46 => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2529] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:10:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.208&port_id=5a459c33-dd42-4506-97b3-3f1cf31d54fa => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2530] 199.204.45.132 () {34 vars in 1104 bytes} [Tue Apr 14 07:10:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A150&port_id=5a459c33-dd42-4506-97b3-3f1cf31d54fa => 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: 1294/2531] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:10:11 2026] PUT /v2.0/routers/5580426f-6444-4ec6-9a6f-986cc36bb300/remove_router_interface => generated 309 bytes in 1031 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2532] 199.204.45.132 () {34 vars in 1062 bytes} [Tue Apr 14 07:10:12 2026] GET /v2.0/subnets?id=fe1a6eb8-5146-419a-b506-409df5fb92a8&id=d26f51cc-163c-4065-9642-422a208e6f89 => generated 1412 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2533] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:10:12 2026] GET /v2.0/ports?network_id=609944e2-73b0-4389-b783-dbb0ded2fa46&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: 8|app: 0|req: 1240/2534] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:10:12 2026] GET /v2.0/ports?network_id=609944e2-73b0-4389-b783-dbb0ded2fa46&device_owner=network%3Adhcp => generated 1461 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2535] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:10:12 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2536] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:10:12 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:10:13.060 7 INFO neutron_taas.services.taas.taas_plugin [None req-89f39194-353a-4ced-b0c7-7f2cac58fa82 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: a61215ca-f756-4d77-badf-25816b434ff9 2026-04-14 07:10:13.064 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89f39194-353a-4ced-b0c7-7f2cac58fa82 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: a61215ca-f756-4d77-badf-25816b434ff9 2026-04-14 07:10:13.363 7 INFO neutron_taas.services.taas.taas_plugin [None req-89f39194-353a-4ced-b0c7-7f2cac58fa82 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 71ac6f57-28dd-4c9b-931f-f0a72bb1f1b3 2026-04-14 07:10:13.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89f39194-353a-4ced-b0c7-7f2cac58fa82 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 71ac6f57-28dd-4c9b-931f-f0a72bb1f1b3 2026-04-14 07:10:13.766 7 INFO neutron.db.l3_hamode_db [None req-89f39194-353a-4ced-b0c7-7f2cac58fa82 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] HA network 0794bd89-4a23-4847-9552-0004cae28ebf was deleted as no HA routers are present in tenant e1f1134c32da4dfb8c5e5fe7f84b209b. [pid: 7|app: 0|req: 1295/2537] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:10:12 2026] DELETE /v2.0/routers/5580426f-6444-4ec6-9a6f-986cc36bb300 => generated 0 bytes in 1009 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2538] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:10:13 2026] DELETE /v2.0/subnets/9c8cafa7-eb93-411e-b028-389735aa1dca => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:10:14.022 7 INFO neutron.services.segments.plugin [-] Segment ce0cf78f-01ba-42e3-944e-d98487c06f8b resource provider aggregate not found 2026-04-14 07:10:14.068 7 INFO neutron.services.segments.plugin [-] Segment ce0cf78f-01ba-42e3-944e-d98487c06f8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce0cf78f-01ba-42e3-944e-d98487c06f8b found for delete ", "request_id": "req-dee76b06-344b-43fb-b548-655665d39f0b"}]} [pid: 8|app: 0|req: 1244/2539] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:10:14 2026] GET /v2.0/ports?tenant_id=dc3222a786e9492db00f714631441da5&device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 5607 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:10:14.132 7 INFO neutron.services.segments.plugin [-] Segment ce0cf78f-01ba-42e3-944e-d98487c06f8b resource provider aggregate not found [pid: 8|app: 0|req: 1245/2540] 199.204.45.132 () {34 vars in 1060 bytes} [Tue Apr 14 07:10:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.124&port_id=b9213ca3-b074-4ae1-ad2f-19a028f0e9a4 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:10:14.161 7 INFO neutron.services.segments.plugin [-] Segment ce0cf78f-01ba-42e3-944e-d98487c06f8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce0cf78f-01ba-42e3-944e-d98487c06f8b found for delete ", "request_id": "req-23c2bd33-d265-46a7-9a21-3cd7aa6518da"}]} 2026-04-14 07:10:14.163 7 INFO neutron_taas.services.taas.taas_plugin [None req-885b1f38-3fc2-4aeb-9189-e9368ffdae96 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 1e81f3fd-6c5c-4640-8c0e-73484c306a78 2026-04-14 07:10:14.166 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-885b1f38-3fc2-4aeb-9189-e9368ffdae96 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 1e81f3fd-6c5c-4640-8c0e-73484c306a78 [pid: 8|app: 0|req: 1246/2541] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:10:14 2026] GET /v2.0/subnets?id=dbc87b32-f127-4596-9c61-300dfb5afdee => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2542] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:10:14 2026] GET /v2.0/ports?network_id=fc7a0039-54db-4382-9397-fcffc1eecc0b&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2543] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:10:14 2026] GET /v2.0/networks/fc7a0039-54db-4382-9397-fcffc1eecc0b?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: 1296/2544] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:10:13 2026] DELETE /v2.0/networks/191ecec3-acfa-48ce-abbd-48a424ab8655 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2545] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:10:14 2026] GET /v2.0/networks/fc7a0039-54db-4382-9397-fcffc1eecc0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2546] 199.204.45.132 () {34 vars in 1054 bytes} [Tue Apr 14 07:10:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2547] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:10:14 2026] GET /v2.0/subnets?id=5b0af776-57e6-43c6-919f-576b83c71949 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2548] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:10:14 2026] GET /v2.0/ports?network_id=539f6750-c65c-4737-913f-ab664d2f1034&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: 8|app: 0|req: 1253/2549] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:10:14 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2550] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:10:14 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2551] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:10:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.232&port_id=7be9966a-bf67-469b-98c3-264de5a19705 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2552] 199.204.45.132 () {34 vars in 1100 bytes} [Tue Apr 14 07:10:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Adc&port_id=7be9966a-bf67-469b-98c3-264de5a19705 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2553] 199.204.45.132 () {34 vars in 1062 bytes} [Tue Apr 14 07:10:14 2026] GET /v2.0/subnets?id=090f6f9e-7bdb-426b-8b94-e81d60e3ec26&id=1b864f44-970c-44f4-96d8-dc5b0db51745 => generated 1410 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:10:14.760 7 INFO neutron_taas.services.taas.taas_plugin [None req-2eba4e99-3e3d-45ba-9d54-340d47cb95df bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: bf447831-0623-48d4-a341-f062a93f9113 2026-04-14 07:10:14.763 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2eba4e99-3e3d-45ba-9d54-340d47cb95df bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: bf447831-0623-48d4-a341-f062a93f9113 [pid: 8|app: 0|req: 1258/2554] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:10:14 2026] GET /v2.0/ports?network_id=c051fbe6-cfe0-4c9a-a136-77646b242799&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2555] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:10:14 2026] GET /v2.0/ports?network_id=c051fbe6-cfe0-4c9a-a136-77646b242799&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2556] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:10:14 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2557] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:10:14 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2558] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:10:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.208&port_id=5a459c33-dd42-4506-97b3-3f1cf31d54fa => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2559] 199.204.45.132 () {34 vars in 1104 bytes} [Tue Apr 14 07:10:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A150&port_id=5a459c33-dd42-4506-97b3-3f1cf31d54fa => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2560] 199.204.45.132 () {34 vars in 1062 bytes} [Tue Apr 14 07:10:15 2026] GET /v2.0/subnets?id=fe1a6eb8-5146-419a-b506-409df5fb92a8&id=d26f51cc-163c-4065-9642-422a208e6f89 => generated 1412 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2561] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:10:15 2026] GET /v2.0/ports?network_id=609944e2-73b0-4389-b783-dbb0ded2fa46&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2562] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:10:15 2026] GET /v2.0/ports?network_id=609944e2-73b0-4389-b783-dbb0ded2fa46&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2563] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:10:15 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2564] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:10:15 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46?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: 1297/2565] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:10:14 2026] PUT /v2.0/routers/8f76e289-100a-4684-9ead-6bcd233e5604/remove_router_interface => generated 309 bytes in 1067 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:10:15.624 8 INFO neutron_taas.services.taas.taas_plugin [None req-27347bbb-83a6-47a0-975a-09e9a8ba3cb4 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 31806d39-3bc4-4a2a-99c1-1329c2babd44 2026-04-14 07:10:15.627 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27347bbb-83a6-47a0-975a-09e9a8ba3cb4 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 31806d39-3bc4-4a2a-99c1-1329c2babd44 2026-04-14 07:10:15.969 8 INFO neutron_taas.services.taas.taas_plugin [None req-27347bbb-83a6-47a0-975a-09e9a8ba3cb4 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 8fa206b8-078f-4567-8b3c-dcbaf12c5d58 2026-04-14 07:10:15.973 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27347bbb-83a6-47a0-975a-09e9a8ba3cb4 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 8fa206b8-078f-4567-8b3c-dcbaf12c5d58 2026-04-14 07:10:16.106 7 INFO neutron.services.segments.plugin [-] Segment d2739394-e873-4391-9f80-0320e554d5bd resource provider aggregate not found 2026-04-14 07:10:16.133 7 INFO neutron.services.segments.plugin [-] Segment d2739394-e873-4391-9f80-0320e554d5bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2739394-e873-4391-9f80-0320e554d5bd found for delete ", "request_id": "req-a060737f-5523-4d60-85fc-2765de98c323"}]} 2026-04-14 07:10:16.190 7 INFO neutron.services.segments.plugin [-] Segment d2739394-e873-4391-9f80-0320e554d5bd resource provider aggregate not found 2026-04-14 07:10:16.208 7 INFO neutron.services.segments.plugin [-] Segment d2739394-e873-4391-9f80-0320e554d5bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2739394-e873-4391-9f80-0320e554d5bd found for delete ", "request_id": "req-43f72343-2545-4ee2-8b4a-f04827d47419"}]} 2026-04-14 07:10:16.447 8 INFO neutron.services.segments.plugin [-] Segment 4c260d44-91e1-42b4-ad5c-547f404607a4 resource provider aggregate not found 2026-04-14 07:10:16.452 8 INFO neutron.services.segments.plugin [-] Segment 4c260d44-91e1-42b4-ad5c-547f404607a4 resource provider aggregate not found 2026-04-14 07:10:16.465 8 INFO neutron.services.segments.plugin [-] Segment 4c260d44-91e1-42b4-ad5c-547f404607a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c260d44-91e1-42b4-ad5c-547f404607a4 found for delete ", "request_id": "req-a229a109-1a0c-4e25-afdd-ed0eb78cea27"}]} 2026-04-14 07:10:16.473 8 INFO neutron.services.segments.plugin [-] Segment 4c260d44-91e1-42b4-ad5c-547f404607a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c260d44-91e1-42b4-ad5c-547f404607a4 found for delete ", "request_id": "req-a5873d2c-8a1a-4b25-baff-b2ea63337873"}]} 2026-04-14 07:10:16.487 8 INFO neutron.db.l3_hamode_db [None req-27347bbb-83a6-47a0-975a-09e9a8ba3cb4 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] HA network f1e97c90-440e-4b95-8f32-90a670be93d2 was deleted as no HA routers are present in tenant e7fcd694b73744feae9ac3c5c2009c49. [pid: 8|app: 0|req: 1269/2566] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:10:15 2026] DELETE /v2.0/routers/8f76e289-100a-4684-9ead-6bcd233e5604 => generated 0 bytes in 1069 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2567] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:10:16 2026] DELETE /v2.0/subnets/80a87fb7-ec51-480c-b1fc-b06359766c54 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:10:16.767 8 INFO neutron_taas.services.taas.taas_plugin [None req-89f23a53-16f0-435a-a055-5fce643936ab bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 66dd21de-5988-4972-aee1-a846807987e0 2026-04-14 07:10:16.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89f23a53-16f0-435a-a055-5fce643936ab bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 66dd21de-5988-4972-aee1-a846807987e0 [pid: 8|app: 0|req: 1270/2568] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:10:16 2026] DELETE /v2.0/networks/f9f9b0c9-6f95-4879-aaa5-d2ec5c5e183f => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2569] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:10:17 2026] GET /v2.0/security-groups?tenant_id=e7fcd694b73744feae9ac3c5c2009c49&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2570] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:17 2026] DELETE /v2.0/security-groups/f295d9a4-d769-4ea3-8ea4-127247ecb6c4 => 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: 1300/2571] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:10:17 2026] GET /v2.0/security-groups?tenant_id=e1f1134c32da4dfb8c5e5fe7f84b209b&name=default => generated 2926 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2572] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:17 2026] DELETE /v2.0/security-groups/8cb29d5a-1217-4668-954d-2237462df816 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:10:18.490 8 INFO neutron.services.segments.plugin [-] Segment 0f2bfccb-9acd-4554-8d47-49b568da4dd9 resource provider aggregate not found 2026-04-14 07:10:18.501 8 INFO neutron.services.segments.plugin [-] Segment 0f2bfccb-9acd-4554-8d47-49b568da4dd9 resource provider aggregate not found 2026-04-14 07:10:18.539 8 INFO neutron.services.segments.plugin [-] Segment 0f2bfccb-9acd-4554-8d47-49b568da4dd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f2bfccb-9acd-4554-8d47-49b568da4dd9 found for delete ", "request_id": "req-c5be65f6-6acd-4f2e-9d56-21d3dcf2bef3"}]} 2026-04-14 07:10:18.542 8 INFO neutron.services.segments.plugin [-] Segment 0f2bfccb-9acd-4554-8d47-49b568da4dd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f2bfccb-9acd-4554-8d47-49b568da4dd9 found for delete ", "request_id": "req-dde7ce8f-9987-45a8-9328-29082a4f04d8"}]} [pid: 7|app: 0|req: 1302/2575] 10.0.0.114 () {34 vars in 969 bytes} [Tue Apr 14 07:10:19 2026] GET /v2.0/ports/5a459c33-dd42-4506-97b3-3f1cf31d54fa => generated 1524 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2576] 199.204.45.132 () {30 vars in 741 bytes} [Tue Apr 14 07:10:19 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46 => generated 795 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2577] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:10:19 2026] GET /v2.0/subnets/fe1a6eb8-5146-419a-b506-409df5fb92a8 => generated 672 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2578] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:10:19 2026] GET /v2.0/subnets/d26f51cc-163c-4065-9642-422a208e6f89 => generated 747 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2579] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:10:19 2026] GET /v2.0/ports/7be9966a-bf67-469b-98c3-264de5a19705 => generated 1516 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2580] 199.204.45.132 () {34 vars in 788 bytes} [Tue Apr 14 07:10:19 2026] PUT /v2.0/ports/7be9966a-bf67-469b-98c3-264de5a19705 => generated 1255 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:10:19.926 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e9c4e60-f642-4350-afd7-c3b3ddc7c57e'] response: {'name': 'network-changed', 'server_uuid': '5307ca47-dc56-4aee-be15-057cb09b4dfc', 'tag': '7be9966a-bf67-469b-98c3-264de5a19705', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1305/2581] 199.204.45.132 () {30 vars in 741 bytes} [Tue Apr 14 07:10:19 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799 => generated 798 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1277/2582] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:10:19 2026] GET /v2.0/subnets/090f6f9e-7bdb-426b-8b94-e81d60e3ec26 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2583] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:10:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2584] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:10:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2585] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:10:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2586] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:10:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2587] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:10:20 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2588] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:10:20 2026] GET /v2.0/ports/7f71cde7-61e4-4dff-acff-ce784f8b1c21 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2589] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:10:20 2026] GET /v2.0/ports/d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 1345 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2590] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:10:20 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2591] 199.204.45.132 () {30 vars in 741 bytes} [Tue Apr 14 07:10:20 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2592] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:10:20 2026] GET /v2.0/ports/7f71cde7-61e4-4dff-acff-ce784f8b1c21 => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2593] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:10:20 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2594] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:10:20 2026] GET /v2.0/ports?tenant_id=dc3222a786e9492db00f714631441da5&device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 5384 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2595] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:10:20 2026] GET /v2.0/networks?id=c051fbe6-cfe0-4c9a-a136-77646b242799 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2596] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:10:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.232&port_id=7be9966a-bf67-469b-98c3-264de5a19705 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2597] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:10:20 2026] GET /v2.0/subnets?id=090f6f9e-7bdb-426b-8b94-e81d60e3ec26 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2598] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:10:20 2026] GET /v2.0/ports?network_id=c051fbe6-cfe0-4c9a-a136-77646b242799&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2599] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:10:20 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2600] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:10:20 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2601] 10.0.0.13 () {34 vars in 673 bytes} [Tue Apr 14 07:10:22 2026] POST /v2.0/floatingips => generated 552 bytes in 726 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2602] 10.0.0.13 () {34 vars in 673 bytes} [Tue Apr 14 07:10:22 2026] POST /v2.0/floatingips => generated 552 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2603] 10.0.0.13 () {34 vars in 673 bytes} [Tue Apr 14 07:10:23 2026] POST /v2.0/floatingips => generated 552 bytes in 629 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2604] 10.0.0.13 () {34 vars in 673 bytes} [Tue Apr 14 07:10:23 2026] POST /v2.0/floatingips => generated 552 bytes in 603 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2605] 10.0.0.13 () {34 vars in 673 bytes} [Tue Apr 14 07:10:24 2026] POST /v2.0/floatingips => generated 552 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2606] 10.0.0.13 () {34 vars in 756 bytes} [Tue Apr 14 07:10:25 2026] PUT /v2.0/floatingips/d337f8f6-f0f1-46e2-aed2-3510983f0e90/tags => generated 17 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2607] 10.0.0.13 () {34 vars in 756 bytes} [Tue Apr 14 07:10:25 2026] PUT /v2.0/floatingips/698a9352-804e-401d-b700-6a171074e7bf/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2608] 10.0.0.13 () {34 vars in 756 bytes} [Tue Apr 14 07:10:25 2026] PUT /v2.0/floatingips/ce3a8bea-ef34-4e18-bed5-f66b701580bb/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2609] 10.0.0.13 () {34 vars in 756 bytes} [Tue Apr 14 07:10:25 2026] PUT /v2.0/floatingips/fd34acc4-4b19-410f-bba3-a3a20fdbe5d3/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2610] 10.0.0.13 () {32 vars in 669 bytes} [Tue Apr 14 07:10:25 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2611] 10.0.0.13 () {32 vars in 683 bytes} [Tue Apr 14 07:10:25 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2612] 10.0.0.13 () {32 vars in 679 bytes} [Tue Apr 14 07:10:25 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2613] 10.0.0.13 () {32 vars in 691 bytes} [Tue Apr 14 07:10:25 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2614] 10.0.0.13 () {32 vars in 677 bytes} [Tue Apr 14 07:10:25 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2615] 10.0.0.13 () {32 vars in 691 bytes} [Tue Apr 14 07:10:25 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) [pid: 7|app: 0|req: 1322/2616] 10.0.0.13 () {32 vars in 687 bytes} [Tue Apr 14 07:10:25 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2617] 10.0.0.13 () {32 vars in 699 bytes} [Tue Apr 14 07:10:25 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:10:26.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-48fd348c-600a-406c-9c1c-c3c521a59bd7 228536deb6a447fea8ba09ae1cf01220 02bbd99a51be4db89cd3feede214ebe5 - - default default] TaaS: Handle Delete Port: 64d52c64-07c5-4a23-8113-5960bb6d0064 2026-04-14 07:10:26.059 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48fd348c-600a-406c-9c1c-c3c521a59bd7 228536deb6a447fea8ba09ae1cf01220 02bbd99a51be4db89cd3feede214ebe5 - - default default] Tap Mirror: Handle Delete Port: 64d52c64-07c5-4a23-8113-5960bb6d0064 [pid: 7|app: 0|req: 1323/2618] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:10:25 2026] DELETE /v2.0/floatingips/d337f8f6-f0f1-46e2-aed2-3510983f0e90 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:10:26.365 8 INFO neutron_taas.services.taas.taas_plugin [None req-9be3aaa3-5e1c-4c46-8ac5-7ef4b0065266 228536deb6a447fea8ba09ae1cf01220 02bbd99a51be4db89cd3feede214ebe5 - - default default] TaaS: Handle Delete Port: 7f1e577b-fd0b-462f-ba23-c028831d53fe 2026-04-14 07:10:26.369 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9be3aaa3-5e1c-4c46-8ac5-7ef4b0065266 228536deb6a447fea8ba09ae1cf01220 02bbd99a51be4db89cd3feede214ebe5 - - default default] Tap Mirror: Handle Delete Port: 7f1e577b-fd0b-462f-ba23-c028831d53fe [pid: 8|app: 0|req: 1296/2619] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:10:26 2026] DELETE /v2.0/floatingips/698a9352-804e-401d-b700-6a171074e7bf => generated 0 bytes in 343 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:10:26.696 7 INFO neutron_taas.services.taas.taas_plugin [None req-161be148-7162-41b4-8441-fa8ce99a9d50 228536deb6a447fea8ba09ae1cf01220 02bbd99a51be4db89cd3feede214ebe5 - - default default] TaaS: Handle Delete Port: 9e10c2c2-4afd-4e02-a69f-bab665ffb948 2026-04-14 07:10:26.700 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-161be148-7162-41b4-8441-fa8ce99a9d50 228536deb6a447fea8ba09ae1cf01220 02bbd99a51be4db89cd3feede214ebe5 - - default default] Tap Mirror: Handle Delete Port: 9e10c2c2-4afd-4e02-a69f-bab665ffb948 [pid: 7|app: 0|req: 1324/2620] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:10:26 2026] DELETE /v2.0/floatingips/ce3a8bea-ef34-4e18-bed5-f66b701580bb => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:10:26.998 8 INFO neutron_taas.services.taas.taas_plugin [None req-d370f13b-7b8d-4b35-89a2-47559a884332 228536deb6a447fea8ba09ae1cf01220 02bbd99a51be4db89cd3feede214ebe5 - - default default] TaaS: Handle Delete Port: e470a94e-c38f-46de-a33d-71d2f5031725 2026-04-14 07:10:27.001 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d370f13b-7b8d-4b35-89a2-47559a884332 228536deb6a447fea8ba09ae1cf01220 02bbd99a51be4db89cd3feede214ebe5 - - default default] Tap Mirror: Handle Delete Port: e470a94e-c38f-46de-a33d-71d2f5031725 [pid: 8|app: 0|req: 1297/2621] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:10:26 2026] DELETE /v2.0/floatingips/fd34acc4-4b19-410f-bba3-a3a20fdbe5d3 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:10:27.278 7 INFO neutron_taas.services.taas.taas_plugin [None req-4dc4d7a5-ae8d-44f5-a03b-1cc38eabf57b 228536deb6a447fea8ba09ae1cf01220 02bbd99a51be4db89cd3feede214ebe5 - - default default] TaaS: Handle Delete Port: 50e0dbc2-5c45-426d-93a5-832d78dff360 2026-04-14 07:10:27.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4dc4d7a5-ae8d-44f5-a03b-1cc38eabf57b 228536deb6a447fea8ba09ae1cf01220 02bbd99a51be4db89cd3feede214ebe5 - - default default] Tap Mirror: Handle Delete Port: 50e0dbc2-5c45-426d-93a5-832d78dff360 [pid: 7|app: 0|req: 1325/2622] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:10:27 2026] DELETE /v2.0/floatingips/9767417e-6879-4813-bbce-452990aecab9 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2623] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:10:28 2026] GET /v2.0/security-groups?tenant_id=02bbd99a51be4db89cd3feede214ebe5&name=default => generated 2929 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2624] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:28 2026] DELETE /v2.0/security-groups/a943832d-d628-4406-9512-2ae35e9c54a1 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2625] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:10:28 2026] GET /v2.0/security-groups?tenant_id=2d9f49d92d6240228018c4c62a848653&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: 1327/2626] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:28 2026] DELETE /v2.0/security-groups/44fee120-7db7-44a5-851f-fe31ff320911 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2627] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:10:29 2026] GET /v2.0/security-groups?tenant_id=1f8352e1963c4ba8aeca58d642c8bca5&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2628] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:29 2026] DELETE /v2.0/security-groups/5c1d2164-c3b2-42fe-a820-2c57f7f3564d => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2629] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:10:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2630] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:10: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: 8|app: 0|req: 1302/2631] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:10:32 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: 1330/2632] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:10:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2633] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:10:32 2026] GET /v2.0/subnets/090f6f9e-7bdb-426b-8b94-e81d60e3ec26 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2634] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:10:32 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 5384 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2635] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:10:33 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: 1332/2636] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:10:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2637] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:10:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2638] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:10:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2639] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:10:33 2026] GET /v2.0/ports/5a459c33-dd42-4506-97b3-3f1cf31d54fa => generated 1524 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2640] 10.0.0.13 () {34 vars in 675 bytes} [Tue Apr 14 07:10:33 2026] POST /v2.0/qos/policies => generated 359 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2641] 10.0.0.13 () {34 vars in 675 bytes} [Tue Apr 14 07:10:33 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2642] 10.0.0.13 () {34 vars in 675 bytes} [Tue Apr 14 07:10:33 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: 1334/2645] 199.204.45.132 () {34 vars in 788 bytes} [Tue Apr 14 07:10:33 2026] PUT /v2.0/ports/5a459c33-dd42-4506-97b3-3f1cf31d54fa => generated 1311 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1312/2646] 10.0.0.13 () {34 vars in 675 bytes} [Tue Apr 14 07:10:33 2026] POST /v2.0/qos/policies => generated 359 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2647] 199.204.45.132 () {30 vars in 741 bytes} [Tue Apr 14 07:10:33 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46 => generated 795 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2648] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:10:34 2026] GET /v2.0/subnets/d26f51cc-163c-4065-9642-422a208e6f89 => generated 747 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2649] 10.0.0.13 () {34 vars in 675 bytes} [Tue Apr 14 07:10:34 2026] POST /v2.0/qos/policies => generated 359 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2650] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:10:34 2026] GET /v2.0/ports/5a459c33-dd42-4506-97b3-3f1cf31d54fa => generated 1347 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2651] 10.0.0.13 () {34 vars in 750 bytes} [Tue Apr 14 07:10:34 2026] PUT /v2.0/policies/96e123ed-8d0c-45b5-9258-61e635cd3d93/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:10:34.212 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-293f6d4b-204f-4573-9bb7-8738aef95924'] response: {'name': 'network-changed', 'server_uuid': '5307ca47-dc56-4aee-be15-057cb09b4dfc', 'tag': '5a459c33-dd42-4506-97b3-3f1cf31d54fa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1315/2652] 10.0.0.13 () {34 vars in 750 bytes} [Tue Apr 14 07:10:34 2026] PUT /v2.0/policies/de950a3a-c4d6-42a3-a0e4-b8aaf44dc2fc/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2653] 10.0.0.13 () {34 vars in 750 bytes} [Tue Apr 14 07:10:34 2026] PUT /v2.0/policies/c782ede7-013d-4fde-bb4c-1c97c053d0cf/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2654] 10.0.0.13 () {34 vars in 750 bytes} [Tue Apr 14 07:10:34 2026] PUT /v2.0/policies/f6050e24-7246-48e0-9891-6686155fda7b/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2655] 199.204.45.132 () {34 vars in 787 bytes} [Tue Apr 14 07:10:34 2026] PUT /v2.0/ports/5a459c33-dd42-4506-97b3-3f1cf31d54fa => generated 1080 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2656] 199.204.45.132 () {30 vars in 741 bytes} [Tue Apr 14 07:10:34 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46 => generated 795 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1339/2657] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:10:34 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 4976 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2658] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:10:34 2026] GET /v2.0/ports?tenant_id=dc3222a786e9492db00f714631441da5&device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 4976 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2659] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:10:34 2026] GET /v2.0/networks?id=609944e2-73b0-4389-b783-dbb0ded2fa46 => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2660] 10.0.0.13 () {32 vars in 671 bytes} [Tue Apr 14 07:10:34 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2661] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:10:34 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46?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: 1341/2662] 10.0.0.13 () {32 vars in 685 bytes} [Tue Apr 14 07:10:34 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2663] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:10:34 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46?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: 1342/2664] 10.0.0.13 () {32 vars in 681 bytes} [Tue Apr 14 07:10:34 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2665] 10.0.0.13 () {32 vars in 693 bytes} [Tue Apr 14 07:10:34 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2666] 10.0.0.13 () {32 vars in 679 bytes} [Tue Apr 14 07:10:35 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2667] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:10:35 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 4976 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2668] 10.0.0.13 () {32 vars in 693 bytes} [Tue Apr 14 07:10:35 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2669] 10.0.0.13 () {32 vars in 689 bytes} [Tue Apr 14 07:10:35 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2670] 10.0.0.13 () {32 vars in 701 bytes} [Tue Apr 14 07:10:35 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2671] 10.0.0.13 () {32 vars in 731 bytes} [Tue Apr 14 07:10:35 2026] DELETE /v2.0/qos/policies/96e123ed-8d0c-45b5-9258-61e635cd3d93 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2672] 10.0.0.13 () {32 vars in 731 bytes} [Tue Apr 14 07:10:35 2026] DELETE /v2.0/qos/policies/de950a3a-c4d6-42a3-a0e4-b8aaf44dc2fc => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2673] 10.0.0.13 () {32 vars in 731 bytes} [Tue Apr 14 07:10:35 2026] DELETE /v2.0/qos/policies/c782ede7-013d-4fde-bb4c-1c97c053d0cf => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2674] 10.0.0.13 () {32 vars in 731 bytes} [Tue Apr 14 07:10:35 2026] DELETE /v2.0/qos/policies/f6050e24-7246-48e0-9891-6686155fda7b => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2675] 10.0.0.13 () {32 vars in 731 bytes} [Tue Apr 14 07:10:35 2026] DELETE /v2.0/qos/policies/66b23699-fbbc-431b-a3eb-dafe275d519f => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2676] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:10:36 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 4976 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:10:36.263 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa9608c5-3c08-455b-b970-56d218e7a8b3'] response: {'name': 'network-changed', 'server_uuid': '5307ca47-dc56-4aee-be15-057cb09b4dfc', 'tag': '5a459c33-dd42-4506-97b3-3f1cf31d54fa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1329/2677] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:10:36 2026] GET /v2.0/security-groups?tenant_id=46e7243170a94d8a9b0e82625cdd54d9&name=default => generated 2929 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2678] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:36 2026] DELETE /v2.0/security-groups/92613fab-c317-430b-8508-892f2a836424 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2679] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:10:36 2026] GET /v2.0/ports?tenant_id=dc3222a786e9492db00f714631441da5&device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 4976 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2680] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:10:36 2026] GET /v2.0/networks?id=609944e2-73b0-4389-b783-dbb0ded2fa46 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2681] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:10:36 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2682] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:10:36 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46?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: 1351/2683] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:10:36 2026] GET /v2.0/security-groups?tenant_id=195e43ec9b064e8690c9cf1fd09cfc1a&name=default => generated 2929 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2684] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:37 2026] DELETE /v2.0/security-groups/92993943-b822-436d-a5af-2c19d085c8a7 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2685] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:10:37 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 4976 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2686] 199.204.45.132 () {34 vars in 973 bytes} [Tue Apr 14 07:10:37 2026] GET /v2.0/ports/5a459c33-dd42-4506-97b3-3f1cf31d54fa => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2687] 199.204.45.132 () {34 vars in 1058 bytes} [Tue Apr 14 07:10:37 2026] GET /v2.0/ports/5a459c33-dd42-4506-97b3-3f1cf31d54fa?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2688] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:10:37 2026] GET /v2.0/security-groups?tenant_id=89b239a4eca04ca6b0dd0d410c0418f1&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2689] 199.204.45.132 () {34 vars in 1014 bytes} [Tue Apr 14 07:10:37 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2690] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:37 2026] DELETE /v2.0/security-groups/10731516-42c4-4067-a19f-2da95a75aa15 => 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: 1356/2691] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:10:37 2026] PUT /v2.0/ports/5a459c33-dd42-4506-97b3-3f1cf31d54fa => generated 917 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2692] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:10:38 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 3868 bytes in 93 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-14 07:10:38.490 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2373808-4b47-4226-b753-b8de228ee4ca bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 5a459c33-dd42-4506-97b3-3f1cf31d54fa 2026-04-14 07:10:38.493 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2373808-4b47-4226-b753-b8de228ee4ca bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 5a459c33-dd42-4506-97b3-3f1cf31d54fa [pid: 7|app: 0|req: 1357/2693] 199.204.45.132 () {32 vars in 757 bytes} [Tue Apr 14 07:10:38 2026] DELETE /v2.0/ports/5a459c33-dd42-4506-97b3-3f1cf31d54fa => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2694] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:10:38 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: 1358/2695] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:10:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2696] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:10:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2697] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:10:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2698] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:10:38 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2699] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:10:38 2026] GET /v2.0/ports/7f71cde7-61e4-4dff-acff-ce784f8b1c21 => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2700] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:10:38 2026] GET /v2.0/ports/d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 1345 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2701] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:10:38 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2702] 199.204.45.132 () {30 vars in 741 bytes} [Tue Apr 14 07:10:38 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2703] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:10:38 2026] GET /v2.0/ports/7f71cde7-61e4-4dff-acff-ce784f8b1c21 => generated 1128 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2704] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:10:39 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2705] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:10:39 2026] GET /v2.0/ports?tenant_id=dc3222a786e9492db00f714631441da5&device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 3868 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2706] 199.204.45.132 () {34 vars in 1224 bytes} [Tue Apr 14 07:10:39 2026] GET /v2.0/networks?id=fc7a0039-54db-4382-9397-fcffc1eecc0b&id=539f6750-c65c-4737-913f-ab664d2f1034&id=c051fbe6-cfe0-4c9a-a136-77646b242799&id=609944e2-73b0-4389-b783-dbb0ded2fa46 => generated 3094 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2707] 199.204.45.132 () {34 vars in 1060 bytes} [Tue Apr 14 07:10:39 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.124&port_id=b9213ca3-b074-4ae1-ad2f-19a028f0e9a4 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2708] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:10:39 2026] GET /v2.0/subnets?id=dbc87b32-f127-4596-9c61-300dfb5afdee => 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: 1365/2709] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:10:39 2026] GET /v2.0/ports?network_id=fc7a0039-54db-4382-9397-fcffc1eecc0b&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2710] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:10:39 2026] GET /v2.0/networks/fc7a0039-54db-4382-9397-fcffc1eecc0b?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: 1366/2711] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:10:39 2026] GET /v2.0/networks/fc7a0039-54db-4382-9397-fcffc1eecc0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2712] 199.204.45.132 () {34 vars in 1054 bytes} [Tue Apr 14 07:10:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=d2d2bc14-c1f9-478e-80c4-5e800f01297d => 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: 1367/2713] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:10:39 2026] GET /v2.0/subnets?id=5b0af776-57e6-43c6-919f-576b83c71949 => generated 679 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2714] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:10:39 2026] GET /v2.0/ports?network_id=539f6750-c65c-4737-913f-ab664d2f1034&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2715] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:10:39 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2716] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:10:39 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034?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: 1369/2717] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:10:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.232&port_id=7be9966a-bf67-469b-98c3-264de5a19705 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2718] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:10:39 2026] GET /v2.0/subnets?id=090f6f9e-7bdb-426b-8b94-e81d60e3ec26 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2719] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:10:39 2026] GET /v2.0/ports?network_id=c051fbe6-cfe0-4c9a-a136-77646b242799&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: 8|app: 0|req: 1350/2720] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:10:40 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?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: 1371/2721] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:10:40 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2722] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:10:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2723] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:10: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: 1374/2724] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:10: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: 1375/2725] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:10:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:10:42.248 8 INFO neutron.db.segments_db [None req-927dc0d2-64a4-42fd-8f5f-d579da323f6c 3e5c25454cc8400f802af3c1bb363ba9 e7f79af329b247819eccac56d108d345 - - default default] Added segment d3d47e09-fd80-4c85-99ee-7da20a144fcb of type vxlan for network c8165c3a-f689-493c-997e-4cec0100231d [pid: 7|app: 0|req: 1376/2726] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:10:42 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 3868 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2727] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:10:41 2026] POST /v2.0/networks => generated 613 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2728] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:10:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2729] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:10: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: 8|app: 0|req: 1354/2730] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:10:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2731] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:10:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2732] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:10:42 2026] GET /v2.0/ports/7be9966a-bf67-469b-98c3-264de5a19705 => generated 1291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2733] 10.0.0.13 () {34 vars in 661 bytes} [Tue Apr 14 07:10:42 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1357/2734] 199.204.45.132 () {34 vars in 787 bytes} [Tue Apr 14 07:10:42 2026] PUT /v2.0/ports/7be9966a-bf67-469b-98c3-264de5a19705 => generated 1080 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1378/2735] 10.0.0.13 () {34 vars in 663 bytes} [Tue Apr 14 07:10:42 2026] POST /v2.0/trunks => generated 407 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:10:42.903 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b545aa9b-aba3-4af8-aedb-3b382e84d672'] response: {'name': 'network-changed', 'server_uuid': '5307ca47-dc56-4aee-be15-057cb09b4dfc', 'tag': '7be9966a-bf67-469b-98c3-264de5a19705', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1358/2736] 199.204.45.132 () {30 vars in 741 bytes} [Tue Apr 14 07:10:42 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799 => generated 798 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:10:42.957 7 INFO neutron.db.segments_db [None req-2c85ab87-ccc7-407f-a690-41eb6f544eb3 3e5c25454cc8400f802af3c1bb363ba9 e7f79af329b247819eccac56d108d345 - - default default] Added segment 5cfa5d92-b5be-4b4c-ac02-53e4bc2c682e of type vxlan for network 8f7a0787-2c2c-4058-bda1-658f5717e1c7 [pid: 8|app: 0|req: 1359/2737] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:10:42 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 3693 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2738] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:10:42 2026] POST /v2.0/networks => generated 613 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2739] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:10:43 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 3693 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2740] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:10:43 2026] GET /v2.0/ports?tenant_id=dc3222a786e9492db00f714631441da5&device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 3693 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2741] 10.0.0.13 () {34 vars in 661 bytes} [Tue Apr 14 07:10:43 2026] POST /v2.0/ports => generated 743 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1362/2742] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:10:43 2026] GET /v2.0/networks?id=c051fbe6-cfe0-4c9a-a136-77646b242799 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2743] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:10:43 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2744] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:10:43 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?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: 1381/2745] 10.0.0.13 () {34 vars in 663 bytes} [Tue Apr 14 07:10:43 2026] POST /v2.0/trunks => generated 407 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:10:43.722 8 INFO neutron.db.segments_db [None req-d0aa09a5-bb65-4a12-941d-d670413279e6 3e5c25454cc8400f802af3c1bb363ba9 e7f79af329b247819eccac56d108d345 - - default default] Added segment 5144fa4a-487d-4671-91a3-2e94cdd79a6a of type vxlan for network d0f6f569-b70c-4cdb-b178-85ea99898907 [pid: 8|app: 0|req: 1365/2746] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:10:43 2026] POST /v2.0/networks => generated 613 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2747] 10.0.0.13 () {34 vars in 661 bytes} [Tue Apr 14 07:10:43 2026] POST /v2.0/ports => generated 743 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1366/2748] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:10:44 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 3693 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2749] 10.0.0.13 () {34 vars in 663 bytes} [Tue Apr 14 07:10:44 2026] POST /v2.0/trunks => generated 407 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:10:44.374 8 INFO neutron.db.segments_db [None req-4f066971-8871-4716-a60c-7ee48ac7427b 3e5c25454cc8400f802af3c1bb363ba9 e7f79af329b247819eccac56d108d345 - - default default] Added segment 9c7b9221-c878-4837-ac64-7b0bb459db8f of type vxlan for network f1158b10-1b9e-4d53-b99a-ecfbd01cf75b [pid: 8|app: 0|req: 1367/2750] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:10:44 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: 7|app: 0|req: 1384/2751] 10.0.0.13 () {34 vars in 661 bytes} [Tue Apr 14 07:10:44 2026] POST /v2.0/ports => generated 743 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2752] 10.0.0.13 () {34 vars in 663 bytes} [Tue Apr 14 07:10:44 2026] POST /v2.0/trunks => generated 407 bytes in 142 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-14 07:10:45.056 7 INFO neutron.db.segments_db [None req-317115c4-c8db-413d-ba5c-f484a34191a2 3e5c25454cc8400f802af3c1bb363ba9 e7f79af329b247819eccac56d108d345 - - default default] Added segment e8d95a36-d3dc-4bbd-be61-b63b59bda49c of type vxlan for network 58847192-5cee-48ca-bac1-a4581838f85d [pid: 8|app: 0|req: 1369/2753] 199.204.45.132 () {34 vars in 973 bytes} [Tue Apr 14 07:10:45 2026] GET /v2.0/ports/7be9966a-bf67-469b-98c3-264de5a19705 => generated 1116 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2754] 10.0.0.13 () {34 vars in 667 bytes} [Tue Apr 14 07:10:44 2026] POST /v2.0/networks => generated 613 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2755] 199.204.45.132 () {34 vars in 1058 bytes} [Tue Apr 14 07:10:45 2026] GET /v2.0/ports/7be9966a-bf67-469b-98c3-264de5a19705?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: 8|app: 0|req: 1371/2756] 199.204.45.132 () {34 vars in 1014 bytes} [Tue Apr 14 07:10:45 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2757] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:10:45 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 3693 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2758] 10.0.0.13 () {34 vars in 661 bytes} [Tue Apr 14 07:10:45 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1373/2759] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:10:45 2026] PUT /v2.0/ports/7be9966a-bf67-469b-98c3-264de5a19705 => generated 917 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2760] 10.0.0.13 () {34 vars in 663 bytes} [Tue Apr 14 07:10:45 2026] POST /v2.0/trunks => generated 407 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1374/2761] 10.0.0.13 () {34 vars in 746 bytes} [Tue Apr 14 07:10:45 2026] PUT /v2.0/trunks/6af0aa83-0712-4f4d-b17e-1c22d45dce44/tags => generated 17 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2762] 10.0.0.13 () {34 vars in 746 bytes} [Tue Apr 14 07:10:45 2026] PUT /v2.0/trunks/07b68f24-58c4-418a-80c7-e12dbf96aa73/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2763] 10.0.0.13 () {34 vars in 746 bytes} [Tue Apr 14 07:10:45 2026] PUT /v2.0/trunks/4f173d95-854d-4200-aea4-a5d23d20ad7e/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2764] 10.0.0.13 () {34 vars in 746 bytes} [Tue Apr 14 07:10:45 2026] PUT /v2.0/trunks/8defaf38-b644-4c5b-8fc5-98a6b0de3095/tags => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2765] 10.0.0.13 () {32 vars in 659 bytes} [Tue Apr 14 07:10:45 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2766] 10.0.0.13 () {32 vars in 673 bytes} [Tue Apr 14 07:10:45 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2767] 10.0.0.13 () {32 vars in 669 bytes} [Tue Apr 14 07:10:45 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2768] 10.0.0.13 () {32 vars in 681 bytes} [Tue Apr 14 07:10:45 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2769] 10.0.0.13 () {32 vars in 667 bytes} [Tue Apr 14 07:10:45 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2770] 10.0.0.13 () {32 vars in 681 bytes} [Tue Apr 14 07:10:45 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2771] 10.0.0.13 () {32 vars in 677 bytes} [Tue Apr 14 07:10:45 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2772] 10.0.0.13 () {32 vars in 689 bytes} [Tue Apr 14 07:10:45 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2773] 10.0.0.13 () {32 vars in 716 bytes} [Tue Apr 14 07:10:45 2026] GET /v2.0/trunks/6af0aa83-0712-4f4d-b17e-1c22d45dce44 => generated 412 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2774] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:10:46 2026] GET /v2.0/ports/692bfca5-4875-441f-bca1-1970e24bdfcf => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2775] 10.0.0.13 () {32 vars in 719 bytes} [Tue Apr 14 07:10:46 2026] DELETE /v2.0/trunks/6af0aa83-0712-4f4d-b17e-1c22d45dce44 => 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: 1395/2776] 10.0.0.13 () {32 vars in 716 bytes} [Tue Apr 14 07:10:46 2026] GET /v2.0/trunks/07b68f24-58c4-418a-80c7-e12dbf96aa73 => generated 420 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2777] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:10:46 2026] GET /v2.0/ports/c61c1d99-8203-4abc-beb0-7ee171b98a65 => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2778] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:10:46 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 2585 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2779] 10.0.0.13 () {32 vars in 719 bytes} [Tue Apr 14 07:10:46 2026] DELETE /v2.0/trunks/07b68f24-58c4-418a-80c7-e12dbf96aa73 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2780] 10.0.0.13 () {32 vars in 716 bytes} [Tue Apr 14 07:10:46 2026] GET /v2.0/trunks/4f173d95-854d-4200-aea4-a5d23d20ad7e => generated 429 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:10:46.446 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa56eab4-ac8d-4295-a3fe-08c3bed99078 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 7be9966a-bf67-469b-98c3-264de5a19705 2026-04-14 07:10:46.450 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa56eab4-ac8d-4295-a3fe-08c3bed99078 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 7be9966a-bf67-469b-98c3-264de5a19705 [pid: 8|app: 0|req: 1385/2781] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:10:46 2026] GET /v2.0/ports/171674ad-2259-4ac8-95a7-66c471d0a5a8 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2782] 10.0.0.13 () {32 vars in 719 bytes} [Tue Apr 14 07:10:46 2026] DELETE /v2.0/trunks/4f173d95-854d-4200-aea4-a5d23d20ad7e => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2783] 199.204.45.132 () {32 vars in 757 bytes} [Tue Apr 14 07:10:46 2026] DELETE /v2.0/ports/7be9966a-bf67-469b-98c3-264de5a19705 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2784] 10.0.0.13 () {32 vars in 716 bytes} [Tue Apr 14 07:10:46 2026] GET /v2.0/trunks/8defaf38-b644-4c5b-8fc5-98a6b0de3095 => generated 414 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2785] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:10:46 2026] GET /v2.0/ports/0ab7ae4a-81de-4c0b-bb5a-a874c4809790 => generated 826 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2786] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:10:46 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: 1400/2787] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:10:46 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: 1401/2788] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:10:46 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: 1402/2789] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:10:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2790] 10.0.0.13 () {32 vars in 719 bytes} [Tue Apr 14 07:10:46 2026] DELETE /v2.0/trunks/8defaf38-b644-4c5b-8fc5-98a6b0de3095 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2791] 10.0.0.13 () {32 vars in 716 bytes} [Tue Apr 14 07:10:46 2026] GET /v2.0/trunks/4908e23c-8899-473f-adb0-48165d2124db => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2792] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:10:46 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2793] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:10:46 2026] GET /v2.0/ports/7f71cde7-61e4-4dff-acff-ce784f8b1c21 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2794] 10.0.0.13 () {32 vars in 714 bytes} [Tue Apr 14 07:10:46 2026] GET /v2.0/ports/2123c634-0394-4c3d-9c64-f8a83a081f60 => generated 826 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2795] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:10:46 2026] GET /v2.0/ports/d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 1345 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2796] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:10:46 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2797] 10.0.0.13 () {32 vars in 719 bytes} [Tue Apr 14 07:10:46 2026] DELETE /v2.0/trunks/4908e23c-8899-473f-adb0-48165d2124db => 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: 1407/2798] 199.204.45.132 () {30 vars in 741 bytes} [Tue Apr 14 07:10:46 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2799] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:10:46 2026] GET /v2.0/ports/7f71cde7-61e4-4dff-acff-ce784f8b1c21 => generated 1128 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2800] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:10:46 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:10:47.024 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c188184-4c80-4c9c-8f2d-159da0575758 3e5c25454cc8400f802af3c1bb363ba9 e7f79af329b247819eccac56d108d345 - - default default] TaaS: Handle Delete Port: 692bfca5-4875-441f-bca1-1970e24bdfcf 2026-04-14 07:10:47.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c188184-4c80-4c9c-8f2d-159da0575758 3e5c25454cc8400f802af3c1bb363ba9 e7f79af329b247819eccac56d108d345 - - default default] Tap Mirror: Handle Delete Port: 692bfca5-4875-441f-bca1-1970e24bdfcf [pid: 7|app: 0|req: 1410/2801] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:10:46 2026] GET /v2.0/ports?tenant_id=dc3222a786e9492db00f714631441da5&device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 2585 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2802] 199.204.45.132 () {34 vars in 1144 bytes} [Tue Apr 14 07:10:47 2026] GET /v2.0/networks?id=fc7a0039-54db-4382-9397-fcffc1eecc0b&id=539f6750-c65c-4737-913f-ab664d2f1034&id=c051fbe6-cfe0-4c9a-a136-77646b242799 => generated 2310 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2803] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:10:46 2026] DELETE /v2.0/ports/692bfca5-4875-441f-bca1-1970e24bdfcf => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2804] 199.204.45.132 () {34 vars in 1060 bytes} [Tue Apr 14 07:10:47 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.124&port_id=b9213ca3-b074-4ae1-ad2f-19a028f0e9a4 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2805] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:10:47 2026] GET /v2.0/subnets?id=dbc87b32-f127-4596-9c61-300dfb5afdee => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2806] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:10:47 2026] GET /v2.0/ports?network_id=fc7a0039-54db-4382-9397-fcffc1eecc0b&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:10:47.239 8 INFO neutron_taas.services.taas.taas_plugin [None req-e46eb793-61e6-44b3-a20c-1069a61f5c69 3e5c25454cc8400f802af3c1bb363ba9 e7f79af329b247819eccac56d108d345 - - default default] TaaS: Handle Delete Port: c61c1d99-8203-4abc-beb0-7ee171b98a65 2026-04-14 07:10:47.242 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e46eb793-61e6-44b3-a20c-1069a61f5c69 3e5c25454cc8400f802af3c1bb363ba9 e7f79af329b247819eccac56d108d345 - - default default] Tap Mirror: Handle Delete Port: c61c1d99-8203-4abc-beb0-7ee171b98a65 [pid: 7|app: 0|req: 1415/2807] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:10:47 2026] GET /v2.0/networks/fc7a0039-54db-4382-9397-fcffc1eecc0b?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2808] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:10:47 2026] DELETE /v2.0/ports/c61c1d99-8203-4abc-beb0-7ee171b98a65 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2809] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:10:47 2026] GET /v2.0/networks/fc7a0039-54db-4382-9397-fcffc1eecc0b?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: 1417/2810] 199.204.45.132 () {34 vars in 1054 bytes} [Tue Apr 14 07:10:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=d2d2bc14-c1f9-478e-80c4-5e800f01297d => 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: 1418/2811] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:10:47 2026] GET /v2.0/subnets?id=5b0af776-57e6-43c6-919f-576b83c71949 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:10:47.445 8 INFO neutron_taas.services.taas.taas_plugin [None req-5dd9597d-6ee2-4e0a-b80d-99c913c086d2 3e5c25454cc8400f802af3c1bb363ba9 e7f79af329b247819eccac56d108d345 - - default default] TaaS: Handle Delete Port: 171674ad-2259-4ac8-95a7-66c471d0a5a8 2026-04-14 07:10:47.448 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5dd9597d-6ee2-4e0a-b80d-99c913c086d2 3e5c25454cc8400f802af3c1bb363ba9 e7f79af329b247819eccac56d108d345 - - default default] Tap Mirror: Handle Delete Port: 171674ad-2259-4ac8-95a7-66c471d0a5a8 [pid: 7|app: 0|req: 1419/2812] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:10:47 2026] GET /v2.0/ports?network_id=539f6750-c65c-4737-913f-ab664d2f1034&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2813] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:10:47 2026] DELETE /v2.0/ports/171674ad-2259-4ac8-95a7-66c471d0a5a8 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2814] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:10:47 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034?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: 1421/2815] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:10:47 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034?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) 2026-04-14 07:10:47.692 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fa8a432-026b-4d83-92ed-2b2bd47ae1ad 3e5c25454cc8400f802af3c1bb363ba9 e7f79af329b247819eccac56d108d345 - - default default] TaaS: Handle Delete Port: 0ab7ae4a-81de-4c0b-bb5a-a874c4809790 2026-04-14 07:10:47.696 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fa8a432-026b-4d83-92ed-2b2bd47ae1ad 3e5c25454cc8400f802af3c1bb363ba9 e7f79af329b247819eccac56d108d345 - - default default] Tap Mirror: Handle Delete Port: 0ab7ae4a-81de-4c0b-bb5a-a874c4809790 [pid: 8|app: 0|req: 1395/2816] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:10:47 2026] DELETE /v2.0/ports/0ab7ae4a-81de-4c0b-bb5a-a874c4809790 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:10:47.904 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae5405f9-e3c6-4789-a634-b153733a1f08 3e5c25454cc8400f802af3c1bb363ba9 e7f79af329b247819eccac56d108d345 - - default default] TaaS: Handle Delete Port: 2123c634-0394-4c3d-9c64-f8a83a081f60 2026-04-14 07:10:47.913 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae5405f9-e3c6-4789-a634-b153733a1f08 3e5c25454cc8400f802af3c1bb363ba9 e7f79af329b247819eccac56d108d345 - - default default] Tap Mirror: Handle Delete Port: 2123c634-0394-4c3d-9c64-f8a83a081f60 [pid: 7|app: 0|req: 1422/2817] 10.0.0.13 () {32 vars in 717 bytes} [Tue Apr 14 07:10:47 2026] DELETE /v2.0/ports/2123c634-0394-4c3d-9c64-f8a83a081f60 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:10:48.147 8 INFO neutron.services.segments.plugin [-] Segment d3d47e09-fd80-4c85-99ee-7da20a144fcb resource provider aggregate not found 2026-04-14 07:10:48.155 8 INFO neutron.services.segments.plugin [-] Segment d3d47e09-fd80-4c85-99ee-7da20a144fcb resource provider aggregate not found [pid: 8|app: 0|req: 1396/2818] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:10:48 2026] DELETE /v2.0/networks/c8165c3a-f689-493c-997e-4cec0100231d => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:10:48.175 8 INFO neutron.services.segments.plugin [-] Segment d3d47e09-fd80-4c85-99ee-7da20a144fcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3d47e09-fd80-4c85-99ee-7da20a144fcb found for delete ", "request_id": "req-a2542216-c32d-452c-839c-7d82b784c5ce"}]} 2026-04-14 07:10:48.182 8 INFO neutron.services.segments.plugin [-] Segment d3d47e09-fd80-4c85-99ee-7da20a144fcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3d47e09-fd80-4c85-99ee-7da20a144fcb found for delete ", "request_id": "req-bc453f07-bbcc-48a8-b8ce-8108dbed9347"}]} 2026-04-14 07:10:48.297 7 INFO neutron.services.segments.plugin [-] Segment 5cfa5d92-b5be-4b4c-ac02-53e4bc2c682e resource provider aggregate not found 2026-04-14 07:10:48.301 7 INFO neutron.services.segments.plugin [-] Segment 5cfa5d92-b5be-4b4c-ac02-53e4bc2c682e resource provider aggregate not found 2026-04-14 07:10:48.317 7 INFO neutron.services.segments.plugin [-] Segment 5cfa5d92-b5be-4b4c-ac02-53e4bc2c682e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cfa5d92-b5be-4b4c-ac02-53e4bc2c682e found for delete ", "request_id": "req-9d4795ed-fa18-4df0-80b5-09963f0ccbe5"}]} 2026-04-14 07:10:48.320 7 INFO neutron.services.segments.plugin [-] Segment 5cfa5d92-b5be-4b4c-ac02-53e4bc2c682e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cfa5d92-b5be-4b4c-ac02-53e4bc2c682e found for delete ", "request_id": "req-81130971-b44c-4569-bd5b-93c82dcd101d"}]} [pid: 7|app: 0|req: 1423/2819] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:10:48 2026] DELETE /v2.0/networks/8f7a0787-2c2c-4058-bda1-658f5717e1c7 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2820] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:10:48 2026] DELETE /v2.0/networks/d0f6f569-b70c-4cdb-b178-85ea99898907 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2821] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:10:48 2026] DELETE /v2.0/networks/f1158b10-1b9e-4d53-b99a-ecfbd01cf75b => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2822] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:10:48 2026] DELETE /v2.0/networks/58847192-5cee-48ca-bac1-a4581838f85d => 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: 1426/2825] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:10:49 2026] GET /v2.0/security-groups?tenant_id=1987f25443014d258fa546b1d4bc1b7d&name=default => generated 2929 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2826] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:49 2026] DELETE /v2.0/security-groups/a651741c-e231-4810-99da-3f56364ce46f => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:10:50.194 8 INFO neutron.services.segments.plugin [-] Segment 5144fa4a-487d-4671-91a3-2e94cdd79a6a resource provider aggregate not found 2026-04-14 07:10:50.200 8 INFO neutron.services.segments.plugin [-] Segment 5144fa4a-487d-4671-91a3-2e94cdd79a6a resource provider aggregate not found 2026-04-14 07:10:50.216 8 INFO neutron.services.segments.plugin [-] Segment 5144fa4a-487d-4671-91a3-2e94cdd79a6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5144fa4a-487d-4671-91a3-2e94cdd79a6a found for delete ", "request_id": "req-83bdd502-2a79-4bfe-80ca-fc45cb67f1d7"}]} 2026-04-14 07:10:50.219 8 INFO neutron.services.segments.plugin [-] Segment 5144fa4a-487d-4671-91a3-2e94cdd79a6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5144fa4a-487d-4671-91a3-2e94cdd79a6a found for delete ", "request_id": "req-86e6cc61-a668-49ff-859d-5ab06f43e36a"}]} 2026-04-14 07:10:50.232 8 INFO neutron.services.segments.plugin [-] Segment e8d95a36-d3dc-4bbd-be61-b63b59bda49c resource provider aggregate not found 2026-04-14 07:10:50.238 8 INFO neutron.services.segments.plugin [-] Segment e8d95a36-d3dc-4bbd-be61-b63b59bda49c resource provider aggregate not found 2026-04-14 07:10:50.255 8 INFO neutron.services.segments.plugin [-] Segment e8d95a36-d3dc-4bbd-be61-b63b59bda49c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8d95a36-d3dc-4bbd-be61-b63b59bda49c found for delete ", "request_id": "req-1c566f9b-ddde-4da4-a0b9-e57ce25a5b65"}]} 2026-04-14 07:10:50.261 8 INFO neutron.services.segments.plugin [-] Segment e8d95a36-d3dc-4bbd-be61-b63b59bda49c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8d95a36-d3dc-4bbd-be61-b63b59bda49c found for delete ", "request_id": "req-466dcae4-8b7b-4861-9697-ecd0ec42c1f8"}]} [pid: 7|app: 0|req: 1427/2827] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:10:50 2026] GET /v2.0/security-groups?tenant_id=bfb83e62ca08405ca80887ba43d614e4&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:10:50.338 7 INFO neutron.services.segments.plugin [-] Segment 9c7b9221-c878-4837-ac64-7b0bb459db8f resource provider aggregate not found 2026-04-14 07:10:50.342 7 INFO neutron.services.segments.plugin [-] Segment 9c7b9221-c878-4837-ac64-7b0bb459db8f resource provider aggregate not found 2026-04-14 07:10:50.354 7 INFO neutron.services.segments.plugin [-] Segment 9c7b9221-c878-4837-ac64-7b0bb459db8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c7b9221-c878-4837-ac64-7b0bb459db8f found for delete ", "request_id": "req-89c9c612-8e97-4693-be3b-e6a499abafb1"}]} 2026-04-14 07:10:50.362 7 INFO neutron.services.segments.plugin [-] Segment 9c7b9221-c878-4837-ac64-7b0bb459db8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c7b9221-c878-4837-ac64-7b0bb459db8f found for delete ", "request_id": "req-c7c361da-9d70-4f0b-9b15-14d6c38f3994"}]} [pid: 8|app: 0|req: 1401/2828] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:50 2026] DELETE /v2.0/security-groups/e1bb1535-ea21-4036-97ae-62a358be7d89 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2829] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:10:50 2026] GET /v2.0/security-groups?tenant_id=e7f79af329b247819eccac56d108d345&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2830] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:50 2026] DELETE /v2.0/security-groups/19e15c2f-d2c6-4000-8572-575cc4c85ed0 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2831] 10.0.0.13 () {34 vars in 681 bytes} [Tue Apr 14 07:10:53 2026] POST /v2.0/security-groups => generated 1603 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2832] 10.0.0.13 () {34 vars in 764 bytes} [Tue Apr 14 07:10:54 2026] PUT /v2.0/security-groups/1fe29468-30ee-480a-994d-99e8bec3097d/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2833] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:10:54 2026] GET /v2.0/security-groups/1fe29468-30ee-480a-994d-99e8bec3097d/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2834] 10.0.0.13 () {34 vars in 775 bytes} [Tue Apr 14 07:10:54 2026] PUT /v2.0/security-groups/1fe29468-30ee-480a-994d-99e8bec3097d/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2835] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:10:54 2026] GET /v2.0/security-groups/1fe29468-30ee-480a-994d-99e8bec3097d/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2836] 10.0.0.13 () {34 vars in 771 bytes} [Tue Apr 14 07:10:54 2026] PUT /v2.0/security-groups/1fe29468-30ee-480a-994d-99e8bec3097d/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2837] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:10:54 2026] GET /v2.0/security-groups/1fe29468-30ee-480a-994d-99e8bec3097d/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2838] 10.0.0.13 () {34 vars in 793 bytes} [Tue Apr 14 07:10:54 2026] PUT /v2.0/security-groups/1fe29468-30ee-480a-994d-99e8bec3097d/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2839] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:10:54 2026] GET /v2.0/security-groups/1fe29468-30ee-480a-994d-99e8bec3097d/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2840] 10.0.0.13 () {34 vars in 764 bytes} [Tue Apr 14 07:10:54 2026] PUT /v2.0/security-groups/1fe29468-30ee-480a-994d-99e8bec3097d/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2841] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:10:54 2026] GET /v2.0/security-groups/1fe29468-30ee-480a-994d-99e8bec3097d/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2842] 10.0.0.13 () {32 vars in 752 bytes} [Tue Apr 14 07:10:54 2026] GET /v2.0/security-groups/1fe29468-30ee-480a-994d-99e8bec3097d/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:10:54.823 7 INFO neutron.api.v2.resource [None req-9e09fb3a-a2f7-4104-b662-a4731c386072 6151633f04b04a69b8eed723c474f180 9c2a41f91f424d36bf6f98311fb4fadb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1435/2843] 10.0.0.13 () {32 vars in 756 bytes} [Tue Apr 14 07:10:54 2026] GET /v2.0/security-groups/1fe29468-30ee-480a-994d-99e8bec3097d/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2844] 10.0.0.13 () {32 vars in 755 bytes} [Tue Apr 14 07:10:54 2026] DELETE /v2.0/security-groups/1fe29468-30ee-480a-994d-99e8bec3097d/tags/red => 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: 1436/2845] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:10:54 2026] GET /v2.0/security-groups/1fe29468-30ee-480a-994d-99e8bec3097d/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:10:54.972 8 INFO neutron.api.v2.resource [None req-12c619a9-1715-4dae-8404-c125391da8d8 6151633f04b04a69b8eed723c474f180 9c2a41f91f424d36bf6f98311fb4fadb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1410/2846] 10.0.0.13 () {32 vars in 759 bytes} [Tue Apr 14 07:10:54 2026] DELETE /v2.0/security-groups/1fe29468-30ee-480a-994d-99e8bec3097d/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2847] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:10:54 2026] DELETE /v2.0/security-groups/1fe29468-30ee-480a-994d-99e8bec3097d/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2848] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:10:55 2026] GET /v2.0/security-groups/1fe29468-30ee-480a-994d-99e8bec3097d/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: 1438/2849] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:55 2026] DELETE /v2.0/security-groups/1fe29468-30ee-480a-994d-99e8bec3097d => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2850] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:10:55 2026] GET /v2.0/security-groups?tenant_id=2bbafb94c4324832965490a9fec9fd9f&name=default => generated 2929 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2851] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:56 2026] DELETE /v2.0/security-groups/67f7854d-7f8e-4cca-8e0e-ce09b5a53bec => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2852] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:10:56 2026] GET /v2.0/security-groups?tenant_id=9c2a41f91f424d36bf6f98311fb4fadb&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2853] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:10:56 2026] DELETE /v2.0/security-groups/39184483-4fc4-4c7c-bae1-a618be8f86b8 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2854] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:10:58 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: 1441/2855] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:10:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2856] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:10:58 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: 1442/2857] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:10:58 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-14 07:10:58.570 8 INFO neutron.api.v2.resource [None req-99f7ba52-5700-43ee-ba71-50440bc03656 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1416/2858] 199.204.45.132 () {30 vars in 761 bytes} [Tue Apr 14 07:10:58 2026] GET /v2.0/security-groups/lb-18e2b2bf-0de1-4bba-90dc-c9b4e2a97cee => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2859] 199.204.45.132 () {30 vars in 783 bytes} [Tue Apr 14 07:10:58 2026] GET /v2.0/security-groups?name=lb-18e2b2bf-0de1-4bba-90dc-c9b4e2a97cee => generated 2863 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2860] 199.204.45.132 () {30 vars in 813 bytes} [Tue Apr 14 07:10:58 2026] GET /v2.0/security-group-rules?security_group_id=77028661-8b0d-4d26-a41b-b576bc9afeb5 => generated 2334 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2861] 199.204.45.132 () {32 vars in 787 bytes} [Tue Apr 14 07:10:58 2026] DELETE /v2.0/security-group-rules/05ac5621-6358-4a51-a90a-d52f75717dcb => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2862] 199.204.45.132 () {32 vars in 787 bytes} [Tue Apr 14 07:10:58 2026] DELETE /v2.0/security-group-rules/7a8ae805-41de-408e-b71b-9e63239e27ff => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:11:02.556 7 INFO neutron_taas.services.taas.taas_plugin [None req-a96d9f6c-6081-45d9-a8a2-3ed695f2f770 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] TaaS: Handle Delete Port: 5bfc239d-390d-422a-abf4-a9051ea76c39 2026-04-14 07:11:02.560 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a96d9f6c-6081-45d9-a8a2-3ed695f2f770 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Tap Mirror: Handle Delete Port: 5bfc239d-390d-422a-abf4-a9051ea76c39 2026-04-14 07:11:02.788 7 INFO neutron.db.l3_db [None req-a96d9f6c-6081-45d9-a8a2-3ed695f2f770 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Floating IP 7d022aa7-0414-4ea0-a3e3-d03fda8af526 disassociated (deleted). External IP: 10.96.250.220, port: 7f71cde7-61e4-4dff-acff-ce784f8b1c21. [pid: 7|app: 0|req: 1445/2863] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:11:02 2026] DELETE /v2.0/floatingips/7d022aa7-0414-4ea0-a3e3-d03fda8af526 => generated 0 bytes in 730 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:11:03.164 8 INFO neutron.api.v2.resource [None req-0c43eae0-bcf2-4fd1-9827-8f03d0395c43 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1419/2864] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:11:03 2026] GET /v2.0/floatingips/7d022aa7-0414-4ea0-a3e3-d03fda8af526 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2867] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:11:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2868] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:11:03 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: 1448/2869] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:11:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2870] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:11:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:11:04.022 7 INFO neutron.api.v2.resource [None req-f60cc93c-546a-4caa-9a61-736b43929eca bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1449/2871] 199.204.45.132 () {30 vars in 761 bytes} [Tue Apr 14 07:11:04 2026] GET /v2.0/security-groups/lb-18e2b2bf-0de1-4bba-90dc-c9b4e2a97cee => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2872] 199.204.45.132 () {30 vars in 783 bytes} [Tue Apr 14 07:11:04 2026] GET /v2.0/security-groups?name=lb-18e2b2bf-0de1-4bba-90dc-c9b4e2a97cee => generated 1637 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2873] 199.204.45.132 () {30 vars in 813 bytes} [Tue Apr 14 07:11:04 2026] GET /v2.0/security-group-rules?security_group_id=77028661-8b0d-4d26-a41b-b576bc9afeb5 => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2874] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:11:04 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: 1451/2875] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:11:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2876] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:11:04 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: 1452/2877] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:11:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2878] 199.204.45.132 () {30 vars in 739 bytes} [Tue Apr 14 07:11:04 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2879] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:11:04 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 2585 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2880] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:11:04 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 2585 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2881] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:11:04 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 2585 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2882] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:11:05 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 2585 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2883] 199.204.45.132 () {34 vars in 973 bytes} [Tue Apr 14 07:11:06 2026] GET /v2.0/ports/d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 1345 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2884] 199.204.45.132 () {34 vars in 1058 bytes} [Tue Apr 14 07:11:06 2026] GET /v2.0/ports/d2d2bc14-c1f9-478e-80c4-5e800f01297d?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2885] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:11:06 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 2585 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2886] 199.204.45.132 () {34 vars in 1014 bytes} [Tue Apr 14 07:11:06 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034?fields=dns_domain => generated 29 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2887] 199.204.45.132 () {38 vars in 1026 bytes} [Tue Apr 14 07:11:06 2026] PUT /v2.0/ports/d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 1146 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2888] 199.204.45.132 () {30 vars in 767 bytes} [Tue Apr 14 07:11:07 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 1248 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: 7|app: 0|req: 1458/2889] 199.204.45.132 () {34 vars in 787 bytes} [Tue Apr 14 07:11:07 2026] PUT /v2.0/ports/d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 1086 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2890] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:11:07 2026] GET /v2.0/ports/d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 1086 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 07:11:08.140 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e6a83bc-6acc-4918-9321-5afbf26f95d2 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: d2d2bc14-c1f9-478e-80c4-5e800f01297d 2026-04-14 07:11:08.143 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e6a83bc-6acc-4918-9321-5afbf26f95d2 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: d2d2bc14-c1f9-478e-80c4-5e800f01297d [pid: 7|app: 0|req: 1459/2891] 199.204.45.132 () {32 vars in 757 bytes} [Tue Apr 14 07:11:08 2026] DELETE /v2.0/ports/d2d2bc14-c1f9-478e-80c4-5e800f01297d => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2892] 199.204.45.132 () {30 vars in 701 bytes} [Tue Apr 14 07:11:08 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: 1460/2893] 199.204.45.132 () {30 vars in 703 bytes} [Tue Apr 14 07:11:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2894] 199.204.45.132 () {30 vars in 679 bytes} [Tue Apr 14 07:11:08 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: 1461/2895] 199.204.45.132 () {30 vars in 715 bytes} [Tue Apr 14 07:11:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:11:08.455 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3a5f663-999f-4337-b518-bb5163292ed8 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1435/2896] 199.204.45.132 () {32 vars in 757 bytes} [Tue Apr 14 07:11:08 2026] DELETE /v2.0/ports/d2d2bc14-c1f9-478e-80c4-5e800f01297d => 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: 1462/2897] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:11:08 2026] GET /v2.0/ports/7f71cde7-61e4-4dff-acff-ce784f8b1c21 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:11:08.520 7 INFO neutron.api.v2.resource [None req-283149b2-dabd-4bca-a5ba-3aad5eed6470 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1463/2898] 199.204.45.132 () {30 vars in 761 bytes} [Tue Apr 14 07:11:08 2026] GET /v2.0/security-groups/lb-18e2b2bf-0de1-4bba-90dc-c9b4e2a97cee => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2899] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:11:08 2026] GET /v2.0/ports?tenant_id=dc3222a786e9492db00f714631441da5&device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => 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: 1464/2900] 199.204.45.132 () {30 vars in 783 bytes} [Tue Apr 14 07:11:08 2026] GET /v2.0/security-groups?name=lb-18e2b2bf-0de1-4bba-90dc-c9b4e2a97cee => generated 1637 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2901] 199.204.45.132 () {30 vars in 735 bytes} [Tue Apr 14 07:11:08 2026] GET /v2.0/ports/7f71cde7-61e4-4dff-acff-ce784f8b1c21 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2902] 199.204.45.132 () {34 vars in 1064 bytes} [Tue Apr 14 07:11:08 2026] GET /v2.0/networks?id=fc7a0039-54db-4382-9397-fcffc1eecc0b&id=539f6750-c65c-4737-913f-ab664d2f1034 => generated 1523 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2903] 199.204.45.132 () {34 vars in 1060 bytes} [Tue Apr 14 07:11:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.124&port_id=b9213ca3-b074-4ae1-ad2f-19a028f0e9a4 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2904] 199.204.45.132 () {34 vars in 982 bytes} [Tue Apr 14 07:11:08 2026] GET /v2.0/subnets?id=dbc87b32-f127-4596-9c61-300dfb5afdee => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2905] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:11:08 2026] GET /v2.0/ports?network_id=fc7a0039-54db-4382-9397-fcffc1eecc0b&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2906] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:11:08 2026] GET /v2.0/networks/fc7a0039-54db-4382-9397-fcffc1eecc0b?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2907] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:11:08 2026] GET /v2.0/networks/fc7a0039-54db-4382-9397-fcffc1eecc0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2908] 199.204.45.132 () {34 vars in 787 bytes} [Tue Apr 14 07:11:08 2026] PUT /v2.0/ports/7f71cde7-61e4-4dff-acff-ce784f8b1c21 => generated 1090 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2909] 199.204.45.132 () {32 vars in 777 bytes} [Tue Apr 14 07:11:08 2026] DELETE /v2.0/security-groups/77028661-8b0d-4d26-a41b-b576bc9afeb5 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:11:09.011 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0bef0fd-8906-44d5-b40f-b9b0cef8f069 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: 7f71cde7-61e4-4dff-acff-ce784f8b1c21 2026-04-14 07:11:09.013 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0bef0fd-8906-44d5-b40f-b9b0cef8f069 bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: 7f71cde7-61e4-4dff-acff-ce784f8b1c21 [pid: 7|app: 0|req: 1467/2910] 199.204.45.132 () {32 vars in 757 bytes} [Tue Apr 14 07:11:08 2026] DELETE /v2.0/ports/7f71cde7-61e4-4dff-acff-ce784f8b1c21 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2911] 199.204.45.132 () {34 vars in 992 bytes} [Tue Apr 14 07:11:12 2026] GET /v2.0/ports?device_id=5307ca47-dc56-4aee-be15-057cb09b4dfc => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:11:12.230 7 INFO neutron_taas.services.taas.taas_plugin [req-eddc7b69-ce43-4179-a7b2-d177a11ad508 req-4f137b9b-0622-4ae6-9be2-0a722e61826f bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] TaaS: Handle Delete Port: b9213ca3-b074-4ae1-ad2f-19a028f0e9a4 2026-04-14 07:11:12.232 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eddc7b69-ce43-4179-a7b2-d177a11ad508 req-4f137b9b-0622-4ae6-9be2-0a722e61826f bd2f037da2b74c948e532e7de336b413 dc3222a786e9492db00f714631441da5 - - default default] Tap Mirror: Handle Delete Port: b9213ca3-b074-4ae1-ad2f-19a028f0e9a4 [pid: 7|app: 0|req: 1468/2912] 199.204.45.132 () {36 vars in 995 bytes} [Tue Apr 14 07:11:12 2026] DELETE /v2.0/ports/b9213ca3-b074-4ae1-ad2f-19a028f0e9a4 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:11:12.391 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af2f321d-df03-49fd-85bd-9de55c2e2fc5'] response: {'server_uuid': '5307ca47-dc56-4aee-be15-057cb09b4dfc', 'name': 'network-vif-deleted', 'tag': 'b9213ca3-b074-4ae1-ad2f-19a028f0e9a4', 'status': 'completed', 'code': 200} 2026-04-14 07:11:13.544 8 INFO neutron_taas.services.taas.taas_plugin [None req-f16db283-f562-49f9-830a-5610d010b6d5 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] TaaS: Handle Delete Port: 39a60ba4-0783-4f9f-92a2-bc1eb61d5498 2026-04-14 07:11:13.548 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f16db283-f562-49f9-830a-5610d010b6d5 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Tap Mirror: Handle Delete Port: 39a60ba4-0783-4f9f-92a2-bc1eb61d5498 2026-04-14 07:11:13.748 8 INFO neutron.db.l3_db [None req-f16db283-f562-49f9-830a-5610d010b6d5 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Floating IP 70d3051c-01be-4262-a6e2-f5eed6b91961 disassociated (deleted). External IP: 10.96.250.205, port: bd49d2e0-e0d6-48ad-a42b-75528e811dc7. [pid: 8|app: 0|req: 1445/2913] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:11:13 2026] DELETE /v2.0/floatingips/70d3051c-01be-4262-a6e2-f5eed6b91961 => generated 0 bytes in 744 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:11:14.176 7 INFO neutron.api.v2.resource [None req-d6d65018-4693-4542-8622-a698b8019db9 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1469/2914] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:11:14 2026] GET /v2.0/floatingips/70d3051c-01be-4262-a6e2-f5eed6b91961 => generated 144 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:11:14.191 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9872784f-3b1e-4db6-b857-4f1594ebf2de'] response: {'name': 'network-changed', 'server_uuid': '34f0dfcd-2a23-4dfc-86c1-0170c1afd468', 'tag': 'bd49d2e0-e0d6-48ad-a42b-75528e811dc7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1446/2915] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:11:14 2026] GET /v2.0/ports?device_id=34f0dfcd-2a23-4dfc-86c1-0170c1afd468 => generated 1196 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2916] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:11:14 2026] GET /v2.0/security-groups?id=3c3ce63b-e0ea-4a15-8578-5f7996ee2a05&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2917] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:11:14 2026] GET /v2.0/ports?tenant_id=9e446a96e1c14ab69900daf682511a40&device_id=34f0dfcd-2a23-4dfc-86c1-0170c1afd468 => generated 1465 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2918] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:11:14 2026] GET /v2.0/networks?id=609944e2-73b0-4389-b783-dbb0ded2fa46 => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2919] 199.204.45.132 () {34 vars in 1054 bytes} [Tue Apr 14 07:11:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.39&port_id=bd49d2e0-e0d6-48ad-a42b-75528e811dc7 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2920] 199.204.45.132 () {34 vars in 1102 bytes} [Tue Apr 14 07:11:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Af4&port_id=bd49d2e0-e0d6-48ad-a42b-75528e811dc7 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2921] 199.204.45.132 () {34 vars in 1062 bytes} [Tue Apr 14 07:11:14 2026] GET /v2.0/subnets?id=fe1a6eb8-5146-419a-b506-409df5fb92a8&id=d26f51cc-163c-4065-9642-422a208e6f89 => generated 1412 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2922] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:11:14 2026] GET /v2.0/ports?network_id=609944e2-73b0-4389-b783-dbb0ded2fa46&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2923] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:11:14 2026] GET /v2.0/ports?network_id=609944e2-73b0-4389-b783-dbb0ded2fa46&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2924] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:11:15 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2925] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:11:15 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2926] 199.204.45.132 () {34 vars in 992 bytes} [Tue Apr 14 07:11:16 2026] GET /v2.0/ports?device_id=34f0dfcd-2a23-4dfc-86c1-0170c1afd468 => generated 1196 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:11:16.967 8 INFO neutron_taas.services.taas.taas_plugin [req-15c6ca4f-00a8-4b11-b26a-3d4f172d26db req-0ca59e5e-b995-4956-8ff7-c9d510394cd1 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] TaaS: Handle Delete Port: bd49d2e0-e0d6-48ad-a42b-75528e811dc7 2026-04-14 07:11:16.970 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-15c6ca4f-00a8-4b11-b26a-3d4f172d26db req-0ca59e5e-b995-4956-8ff7-c9d510394cd1 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Tap Mirror: Handle Delete Port: bd49d2e0-e0d6-48ad-a42b-75528e811dc7 [pid: 8|app: 0|req: 1452/2927] 199.204.45.132 () {36 vars in 995 bytes} [Tue Apr 14 07:11:16 2026] DELETE /v2.0/ports/bd49d2e0-e0d6-48ad-a42b-75528e811dc7 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:11:17.207 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8c25dc9-9934-4313-a24b-b5008ce54227'] response: {'server_uuid': '34f0dfcd-2a23-4dfc-86c1-0170c1afd468', 'name': 'network-vif-deleted', 'tag': 'bd49d2e0-e0d6-48ad-a42b-75528e811dc7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1454/2930] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:11:19 2026] GET /v2.0/ports?device_id=34f0dfcd-2a23-4dfc-86c1-0170c1afd468 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:11:24.818 7 INFO neutron_taas.services.taas.taas_plugin [None req-43af92d1-4094-43c6-a4c0-94e4060a3acb 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] TaaS: Handle Delete Port: 578f6588-0778-4630-8372-36f637336d88 2026-04-14 07:11:24.822 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43af92d1-4094-43c6-a4c0-94e4060a3acb 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Tap Mirror: Handle Delete Port: 578f6588-0778-4630-8372-36f637336d88 2026-04-14 07:11:25.008 7 INFO neutron.db.l3_db [None req-43af92d1-4094-43c6-a4c0-94e4060a3acb 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Floating IP c8c24414-ad8d-461d-8055-b96622c77633 disassociated (deleted). External IP: 10.96.250.215, port: 44d2a734-b49f-442a-be08-356754f24eac. [pid: 7|app: 0|req: 1477/2931] 10.0.0.13 () {32 vars in 729 bytes} [Tue Apr 14 07:11:24 2026] DELETE /v2.0/floatingips/c8c24414-ad8d-461d-8055-b96622c77633 => generated 0 bytes in 686 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:11:25.406 8 INFO neutron.api.v2.resource [None req-cff9cb55-6973-4610-8442-2f9adea62281 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1455/2932] 10.0.0.13 () {32 vars in 726 bytes} [Tue Apr 14 07:11:25 2026] GET /v2.0/floatingips/c8c24414-ad8d-461d-8055-b96622c77633 => generated 144 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:11:25.437 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2fe67fb5-9aef-48a8-a091-a2f05e171ac5'] response: {'name': 'network-changed', 'server_uuid': 'f226b26e-39f4-4c2b-82d5-7939da3fed72', 'tag': '44d2a734-b49f-442a-be08-356754f24eac', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1478/2933] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:11:25 2026] GET /v2.0/ports?device_id=f226b26e-39f4-4c2b-82d5-7939da3fed72 => generated 1200 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2934] 10.0.0.114 () {34 vars in 1038 bytes} [Tue Apr 14 07:11:25 2026] GET /v2.0/security-groups?id=3c3ce63b-e0ea-4a15-8578-5f7996ee2a05&fields=id&fields=name => generated 111 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2935] 199.204.45.132 () {34 vars in 1078 bytes} [Tue Apr 14 07:11:25 2026] GET /v2.0/ports?tenant_id=9e446a96e1c14ab69900daf682511a40&device_id=f226b26e-39f4-4c2b-82d5-7939da3fed72 => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2936] 199.204.45.132 () {34 vars in 984 bytes} [Tue Apr 14 07:11:26 2026] GET /v2.0/networks?id=c051fbe6-cfe0-4c9a-a136-77646b242799 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2937] 199.204.45.132 () {34 vars in 1056 bytes} [Tue Apr 14 07:11:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.130&port_id=44d2a734-b49f-442a-be08-356754f24eac => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2938] 199.204.45.132 () {34 vars in 1102 bytes} [Tue Apr 14 07:11:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1a4&port_id=44d2a734-b49f-442a-be08-356754f24eac => 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: 1481/2939] 199.204.45.132 () {34 vars in 1062 bytes} [Tue Apr 14 07:11:26 2026] GET /v2.0/subnets?id=090f6f9e-7bdb-426b-8b94-e81d60e3ec26&id=1b864f44-970c-44f4-96d8-dc5b0db51745 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2940] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:11:26 2026] GET /v2.0/ports?network_id=c051fbe6-cfe0-4c9a-a136-77646b242799&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2941] 199.204.45.132 () {34 vars in 1050 bytes} [Tue Apr 14 07:11:26 2026] GET /v2.0/ports?network_id=c051fbe6-cfe0-4c9a-a136-77646b242799&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2942] 199.204.45.132 () {34 vars in 1010 bytes} [Tue Apr 14 07:11:26 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?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: 1483/2943] 199.204.45.132 () {34 vars in 1110 bytes} [Tue Apr 14 07:11:26 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2944] 199.204.45.132 () {34 vars in 992 bytes} [Tue Apr 14 07:11:27 2026] GET /v2.0/ports?device_id=f226b26e-39f4-4c2b-82d5-7939da3fed72 => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:11:28.155 7 INFO neutron_taas.services.taas.taas_plugin [req-f5fcb027-f15f-44b5-b274-ce9aa967b36a req-2cbc9477-ac41-47d1-9e67-eecd3a51db35 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] TaaS: Handle Delete Port: 44d2a734-b49f-442a-be08-356754f24eac 2026-04-14 07:11:28.157 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f5fcb027-f15f-44b5-b274-ce9aa967b36a req-2cbc9477-ac41-47d1-9e67-eecd3a51db35 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Tap Mirror: Handle Delete Port: 44d2a734-b49f-442a-be08-356754f24eac [pid: 7|app: 0|req: 1484/2945] 199.204.45.132 () {36 vars in 995 bytes} [Tue Apr 14 07:11:28 2026] DELETE /v2.0/ports/44d2a734-b49f-442a-be08-356754f24eac => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:11:28.366 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8f4f114-0572-499c-8bb7-ba2eaaef33f6'] response: {'server_uuid': 'f226b26e-39f4-4c2b-82d5-7939da3fed72', 'name': 'network-vif-deleted', 'tag': '44d2a734-b49f-442a-be08-356754f24eac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1462/2946] 10.0.0.114 () {34 vars in 988 bytes} [Tue Apr 14 07:11:30 2026] GET /v2.0/ports?device_id=f226b26e-39f4-4c2b-82d5-7939da3fed72 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2949] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:11:35 2026] DELETE /v2.0/security-group-rules/ba6b7455-d54e-4dae-b143-57d4d4d2242e => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:11:35.966 8 INFO neutron.api.v2.resource [None req-979c1d81-c9c6-4180-b0e3-b2fa8d11495c 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1464/2950] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:11:35 2026] GET /v2.0/security-group-rules/ba6b7455-d54e-4dae-b143-57d4d4d2242e => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2951] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:11:35 2026] DELETE /v2.0/security-group-rules/720e6faa-5138-4f60-b090-e3e024b598cb => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:11:36.054 8 INFO neutron.api.v2.resource [None req-bb4c254a-6db7-4a97-9cf8-3daaa291a755 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1465/2952] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:11:36 2026] GET /v2.0/security-group-rules/720e6faa-5138-4f60-b090-e3e024b598cb => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2953] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:11:36 2026] DELETE /v2.0/security-group-rules/6867051f-5a0f-429b-9cdc-6820813ace3f => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:11:36.153 8 INFO neutron.api.v2.resource [None req-10f76f46-e5c1-4e83-b3f6-9c3d13f56282 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1466/2954] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:11:36 2026] GET /v2.0/security-group-rules/6867051f-5a0f-429b-9cdc-6820813ace3f => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2955] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:11:36 2026] DELETE /v2.0/security-group-rules/c843ce8b-019a-4387-8e4a-c95e6e4ca25f => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:11:36.245 8 INFO neutron.api.v2.resource [None req-23ab26d6-225a-4837-a009-989a4836601e 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1467/2956] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:11:36 2026] GET /v2.0/security-group-rules/c843ce8b-019a-4387-8e4a-c95e6e4ca25f => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2957] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:11:36 2026] DELETE /v2.0/security-group-rules/5ce767cf-9235-4035-adf7-e330a5cfed21 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:11:36.312 8 INFO neutron.api.v2.resource [None req-f528aa1e-d4a2-464b-9486-71b14655511b 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1468/2958] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:11:36 2026] GET /v2.0/security-group-rules/5ce767cf-9235-4035-adf7-e330a5cfed21 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2959] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:11:36 2026] DELETE /v2.0/security-group-rules/dcec2165-147b-46df-928b-8c65a241a83c => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:11:36.397 8 INFO neutron.api.v2.resource [None req-6f0a6824-360e-42a0-92a3-a0ef65a417e1 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1469/2960] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:11:36 2026] GET /v2.0/security-group-rules/dcec2165-147b-46df-928b-8c65a241a83c => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2961] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:11:36 2026] DELETE /v2.0/security-group-rules/ea30ee55-e10d-4c49-a13b-fab8f1cf93e8 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:11:36.493 8 INFO neutron.api.v2.resource [None req-f3e548eb-9900-44cd-a1b1-7accca35b6e5 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1470/2962] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:11:36 2026] GET /v2.0/security-group-rules/ea30ee55-e10d-4c49-a13b-fab8f1cf93e8 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2963] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:11:36 2026] DELETE /v2.0/security-group-rules/5127d360-a45f-4298-80ba-fbe6ea217693 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:11:36.580 8 INFO neutron.api.v2.resource [None req-4b1993ee-5ea0-4eb8-b615-26a75e7b62ef 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1471/2964] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:11:36 2026] GET /v2.0/security-group-rules/5127d360-a45f-4298-80ba-fbe6ea217693 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2965] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:11:36 2026] DELETE /v2.0/security-group-rules/da573c67-2661-4024-9879-d2a8c4d7786f => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:11:36.683 8 INFO neutron.api.v2.resource [None req-d11889e1-3ae8-412a-80b3-66da8fa9188b 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1472/2966] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:11:36 2026] GET /v2.0/security-group-rules/da573c67-2661-4024-9879-d2a8c4d7786f => generated 155 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2967] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:11:36 2026] DELETE /v2.0/security-group-rules/92bf2aa0-2e0f-4994-af7e-1a156b731c12 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:11:36.776 8 INFO neutron.api.v2.resource [None req-565a2f4d-5983-4a13-ad97-97d7b2bd93f1 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1473/2968] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:11:36 2026] GET /v2.0/security-group-rules/92bf2aa0-2e0f-4994-af7e-1a156b731c12 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2969] 10.0.0.13 () {32 vars in 747 bytes} [Tue Apr 14 07:11:36 2026] DELETE /v2.0/security-group-rules/4ca93fd5-699b-4c11-bdda-e24fb32564b4 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:11:36.870 8 INFO neutron.api.v2.resource [None req-36e5cd7c-f27b-457b-8fb9-d87a5220e176 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1474/2970] 10.0.0.13 () {32 vars in 744 bytes} [Tue Apr 14 07:11:36 2026] GET /v2.0/security-group-rules/4ca93fd5-699b-4c11-bdda-e24fb32564b4 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2971] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:11:36 2026] DELETE /v2.0/security-groups/3c3ce63b-e0ea-4a15-8578-5f7996ee2a05 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:11:36.987 8 INFO neutron.api.v2.resource [None req-e32053c6-68c7-42cc-a1ef-9e5ef9af15d6 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1475/2972] 10.0.0.13 () {32 vars in 734 bytes} [Tue Apr 14 07:11:36 2026] GET /v2.0/security-groups/3c3ce63b-e0ea-4a15-8578-5f7996ee2a05 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:11:37.956 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e7c4a5c-4a04-484d-8c4e-dc1f466dce42 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] TaaS: Handle Delete Port: 78471590-e9cc-4617-82f7-a3800691e7de 2026-04-14 07:11:37.960 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e7c4a5c-4a04-484d-8c4e-dc1f466dce42 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Tap Mirror: Handle Delete Port: 78471590-e9cc-4617-82f7-a3800691e7de [pid: 7|app: 0|req: 1498/2973] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:11:37 2026] PUT /v2.0/routers/ef708017-7cd0-4724-a116-7594548ff01c/remove_router_interface => generated 309 bytes in 1479 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:11:39.448 8 INFO neutron.api.v2.resource [None req-304dab70-c8c3-462b-bb82-9be54bb434f1 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1476/2974] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:11:38 2026] PUT /v2.0/routers/ef708017-7cd0-4724-a116-7594548ff01c/remove_router_interface => generated 198 bytes in 917 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:11:39.875 7 INFO neutron_taas.services.taas.taas_plugin [None req-245ea786-1247-437e-ad7d-bf77919aa421 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] TaaS: Handle Delete Port: d198658d-f143-4f46-9fd0-a18569dcd1f9 2026-04-14 07:11:39.878 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-245ea786-1247-437e-ad7d-bf77919aa421 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Tap Mirror: Handle Delete Port: d198658d-f143-4f46-9fd0-a18569dcd1f9 [pid: 7|app: 0|req: 1499/2975] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:11:39 2026] PUT /v2.0/routers/ef708017-7cd0-4724-a116-7594548ff01c/remove_router_interface => generated 309 bytes in 1011 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:11:40.625 8 INFO neutron.api.v2.resource [None req-d11704fb-6e14-437b-9a18-714c52d1f0b5 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1477/2976] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:11:40 2026] PUT /v2.0/routers/ef708017-7cd0-4724-a116-7594548ff01c/remove_router_interface => generated 198 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:11:41.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-234509c7-72c9-413a-a400-63e43deba680 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] TaaS: Handle Delete Port: d47de5f6-2340-417e-ade7-96d0bb534f14 2026-04-14 07:11:41.112 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-234509c7-72c9-413a-a400-63e43deba680 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Tap Mirror: Handle Delete Port: d47de5f6-2340-417e-ade7-96d0bb534f14 [pid: 7|app: 0|req: 1500/2977] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:11:40 2026] PUT /v2.0/routers/ef708017-7cd0-4724-a116-7594548ff01c/remove_router_interface => generated 309 bytes in 1058 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:11:41.860 8 INFO neutron.api.v2.resource [None req-4b9c2979-2702-4dfe-ace7-804ad76a8ac0 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1478/2978] 10.0.0.13 () {34 vars in 786 bytes} [Tue Apr 14 07:11:41 2026] PUT /v2.0/routers/ef708017-7cd0-4724-a116-7594548ff01c/remove_router_interface => generated 198 bytes in 169 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:11:42.028 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1ce1273-5d6e-47da-ba64-be596f26532e 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] TaaS: Handle Delete Port: afaddf2c-d899-4add-b58e-223548306096 2026-04-14 07:11:42.030 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1ce1273-5d6e-47da-ba64-be596f26532e 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Tap Mirror: Handle Delete Port: afaddf2c-d899-4add-b58e-223548306096 2026-04-14 07:11:42.219 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1ce1273-5d6e-47da-ba64-be596f26532e 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] TaaS: Handle Delete Port: 9d55ea34-ec1c-4dc7-b4c6-5edf2816f1df 2026-04-14 07:11:42.221 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1ce1273-5d6e-47da-ba64-be596f26532e 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Tap Mirror: Handle Delete Port: 9d55ea34-ec1c-4dc7-b4c6-5edf2816f1df 2026-04-14 07:11:42.589 7 INFO neutron.services.segments.plugin [-] Segment d9db732c-bfbe-4d0f-ba0b-4e8ab58d9e5f resource provider aggregate not found 2026-04-14 07:11:42.594 7 INFO neutron.services.segments.plugin [-] Segment d9db732c-bfbe-4d0f-ba0b-4e8ab58d9e5f resource provider aggregate not found 2026-04-14 07:11:42.612 7 INFO neutron.services.segments.plugin [-] Segment d9db732c-bfbe-4d0f-ba0b-4e8ab58d9e5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9db732c-bfbe-4d0f-ba0b-4e8ab58d9e5f found for delete ", "request_id": "req-9fdcc955-a078-4ab8-b64e-61e13b50918a"}]} 2026-04-14 07:11:42.613 7 INFO neutron.services.segments.plugin [-] Segment d9db732c-bfbe-4d0f-ba0b-4e8ab58d9e5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9db732c-bfbe-4d0f-ba0b-4e8ab58d9e5f found for delete ", "request_id": "req-3eb70c9e-55b4-4795-a89a-e008339a27c7"}]} 2026-04-14 07:11:42.618 7 INFO neutron.db.l3_hamode_db [None req-e1ce1273-5d6e-47da-ba64-be596f26532e 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] HA network 7021127f-e28a-4b9f-ab0a-0586cc226f98 was deleted as no HA routers are present in tenant 9e446a96e1c14ab69900daf682511a40. [pid: 7|app: 0|req: 1501/2979] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:11:41 2026] DELETE /v2.0/routers/ef708017-7cd0-4724-a116-7594548ff01c => generated 0 bytes in 760 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:11:42.825 8 INFO neutron.api.v2.resource [None req-151af9de-716c-4911-b5cb-d2f310ef4a5e 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1479/2980] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:11:42 2026] GET /v2.0/routers/ef708017-7cd0-4724-a116-7594548ff01c => generated 135 bytes in 195 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2981] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:11:42 2026] DELETE /v2.0/subnets/d26f51cc-163c-4065-9642-422a208e6f89 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:11:43.030 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3f390cbe-e82e-457b-b4fc-9cde9d320902 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1480/2982] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:11:43 2026] GET /v2.0/subnets/d26f51cc-163c-4065-9642-422a208e6f89 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2983] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:11:43 2026] DELETE /v2.0/subnets/fe1a6eb8-5146-419a-b506-409df5fb92a8 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:11:43.239 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bf1bef3e-76ae-49ac-9f29-15f8f5e155bf 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1481/2984] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:11:43 2026] GET /v2.0/subnets/fe1a6eb8-5146-419a-b506-409df5fb92a8 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:11:43.349 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ba8466f-2c3b-4a0d-b414-ecd1216beffe 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] TaaS: Handle Delete Port: b0e911d6-3101-48b9-9ec3-f8767455d7a1 2026-04-14 07:11:43.351 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ba8466f-2c3b-4a0d-b414-ecd1216beffe 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Tap Mirror: Handle Delete Port: b0e911d6-3101-48b9-9ec3-f8767455d7a1 [pid: 7|app: 0|req: 1504/2985] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:11:43 2026] DELETE /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46 => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:11:43.634 8 INFO neutron.pecan_wsgi.hooks.translation [None req-368bdf04-8bff-4f8e-9217-0de89555b0c6 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1482/2986] 10.0.0.13 () {32 vars in 720 bytes} [Tue Apr 14 07:11:43 2026] GET /v2.0/networks/609944e2-73b0-4389-b783-dbb0ded2fa46 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2987] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:11:43 2026] DELETE /v2.0/subnets/1b864f44-970c-44f4-96d8-dc5b0db51745 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:11:43.836 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f6b835d0-012a-4a06-8d34-824909dabd55 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1483/2988] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:11:43 2026] GET /v2.0/subnets/1b864f44-970c-44f4-96d8-dc5b0db51745 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2989] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:11:43 2026] DELETE /v2.0/subnets/090f6f9e-7bdb-426b-8b94-e81d60e3ec26 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:11:44.076 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6ceb6322-5f5f-420b-8153-94411a75fc47 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1484/2990] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:11:44 2026] GET /v2.0/subnets/090f6f9e-7bdb-426b-8b94-e81d60e3ec26 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:11:44.204 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed6e5724-394c-4080-a0d1-39c5b21ae1b5 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] TaaS: Handle Delete Port: 3e871755-d29d-4241-a487-ea768bbb5432 2026-04-14 07:11:44.206 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed6e5724-394c-4080-a0d1-39c5b21ae1b5 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Tap Mirror: Handle Delete Port: 3e871755-d29d-4241-a487-ea768bbb5432 [pid: 7|app: 0|req: 1507/2991] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:11:44 2026] DELETE /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:11:44.447 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1b430667-8d04-4266-b743-61562d70a2fb 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1485/2992] 10.0.0.13 () {32 vars in 720 bytes} [Tue Apr 14 07:11:44 2026] GET /v2.0/networks/c051fbe6-cfe0-4c9a-a136-77646b242799 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2993] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:11:44 2026] DELETE /v2.0/subnets/240f82be-e1ce-4309-abbc-7aff2b7fde48 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:11:44.635 7 INFO neutron.services.segments.plugin [-] Segment 8a09e016-37e2-4fae-bba5-670f557a01f6 resource provider aggregate not found 2026-04-14 07:11:44.639 7 INFO neutron.services.segments.plugin [-] Segment 8a09e016-37e2-4fae-bba5-670f557a01f6 resource provider aggregate not found 2026-04-14 07:11:44.653 7 INFO neutron.services.segments.plugin [-] Segment 8a09e016-37e2-4fae-bba5-670f557a01f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a09e016-37e2-4fae-bba5-670f557a01f6 found for delete ", "request_id": "req-22c0e48c-daf9-4b56-9623-3133b7266cba"}]} 2026-04-14 07:11:44.654 8 INFO neutron.pecan_wsgi.hooks.translation [None req-98de1eca-cae9-46b1-8697-ef3121857282 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1486/2994] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:11:44 2026] GET /v2.0/subnets/240f82be-e1ce-4309-abbc-7aff2b7fde48 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:11:44.658 7 INFO neutron.services.segments.plugin [-] Segment 8a09e016-37e2-4fae-bba5-670f557a01f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a09e016-37e2-4fae-bba5-670f557a01f6 found for delete ", "request_id": "req-580d1f63-b257-4263-bde2-802acb1b4834"}]} 2026-04-14 07:11:44.679 7 INFO neutron.services.segments.plugin [-] Segment 437ae1ba-863f-4bf9-a470-0e54ccb8d0ec resource provider aggregate not found 2026-04-14 07:11:44.686 7 INFO neutron.services.segments.plugin [-] Segment 437ae1ba-863f-4bf9-a470-0e54ccb8d0ec resource provider aggregate not found 2026-04-14 07:11:44.703 7 INFO neutron.services.segments.plugin [-] Segment 437ae1ba-863f-4bf9-a470-0e54ccb8d0ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 437ae1ba-863f-4bf9-a470-0e54ccb8d0ec found for delete ", "request_id": "req-27c1cd74-876e-433c-ac03-50fd2be71696"}]} 2026-04-14 07:11:44.708 7 INFO neutron.services.segments.plugin [-] Segment 437ae1ba-863f-4bf9-a470-0e54ccb8d0ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 437ae1ba-863f-4bf9-a470-0e54ccb8d0ec found for delete ", "request_id": "req-5e48785b-25f1-418e-bec4-f3f062707817"}]} [pid: 7|app: 0|req: 1509/2995] 10.0.0.13 () {32 vars in 721 bytes} [Tue Apr 14 07:11:44 2026] DELETE /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:11:44.893 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bf18a38d-2974-45e4-98e9-2b903e04e1f9 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1487/2996] 10.0.0.13 () {32 vars in 718 bytes} [Tue Apr 14 07:11:44 2026] GET /v2.0/subnets/5b0af776-57e6-43c6-919f-576b83c71949 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:11:45.013 7 INFO neutron_taas.services.taas.taas_plugin [None req-37d80902-66a2-4af3-93eb-729e5a9022f9 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] TaaS: Handle Delete Port: 6a889cd5-6b2a-4a41-a80d-1e2432a54bd5 2026-04-14 07:11:45.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37d80902-66a2-4af3-93eb-729e5a9022f9 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] Tap Mirror: Handle Delete Port: 6a889cd5-6b2a-4a41-a80d-1e2432a54bd5 [pid: 7|app: 0|req: 1510/2997] 10.0.0.13 () {32 vars in 723 bytes} [Tue Apr 14 07:11:44 2026] DELETE /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:11:45.251 8 INFO neutron.pecan_wsgi.hooks.translation [None req-59076576-fda1-4b96-a713-df0a7f3ead1c 4ed071af75d54507a65816bb9af7eb4b 9e446a96e1c14ab69900daf682511a40 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1488/2998] 10.0.0.13 () {32 vars in 720 bytes} [Tue Apr 14 07:11:45 2026] GET /v2.0/networks/539f6750-c65c-4737-913f-ab664d2f1034 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:11:46.724 7 INFO neutron.services.segments.plugin [-] Segment 44b4f05b-9cad-4983-a974-2f81dc12c052 resource provider aggregate not found 2026-04-14 07:11:46.729 7 INFO neutron.services.segments.plugin [-] Segment 44b4f05b-9cad-4983-a974-2f81dc12c052 resource provider aggregate not found 2026-04-14 07:11:46.746 7 INFO neutron.services.segments.plugin [-] Segment 44b4f05b-9cad-4983-a974-2f81dc12c052 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44b4f05b-9cad-4983-a974-2f81dc12c052 found for delete ", "request_id": "req-3773c9ec-2116-4d4d-9386-193fda393460"}]} 2026-04-14 07:11:46.746 7 INFO neutron.services.segments.plugin [-] Segment 44b4f05b-9cad-4983-a974-2f81dc12c052 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44b4f05b-9cad-4983-a974-2f81dc12c052 found for delete ", "request_id": "req-f0f90aaf-9bdb-4810-85f8-c68c4d9c3b88"}]} [pid: 7|app: 0|req: 1511/2999] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:11:47 2026] GET /v2.0/security-groups?tenant_id=6ce1147bc3714278a31a9b3a2e67b6cb&name=default => generated 2929 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3000] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:11:47 2026] DELETE /v2.0/security-groups/3342dd03-d5a7-435e-b069-8c7db7fc4af3 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3001] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:11:47 2026] GET /v2.0/security-groups?tenant_id=3280031e56f547b68b96c251031ad6c7&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3002] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:11:47 2026] DELETE /v2.0/security-groups/7f7eb624-612d-47cf-ae36-ba35c745d0af => 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: 1513/3003] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:11:48 2026] GET /v2.0/security-groups?tenant_id=5fb761b0ce694c1790c91ece40612257&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3004] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:11:48 2026] DELETE /v2.0/security-groups/031318e3-15e8-4721-9d0e-68210c3f6eb3 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3005] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:11:48 2026] GET /v2.0/security-groups?tenant_id=7800bb3c45bb421d9b8e87fbb057a68d&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3006] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:11:48 2026] DELETE /v2.0/security-groups/073b570f-3257-49ae-80c9-d5302202c026 => 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: 1516/3009] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:11:48 2026] GET /v2.0/security-groups?tenant_id=9e446a96e1c14ab69900daf682511a40&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3010] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:11:49 2026] DELETE /v2.0/security-groups/9649eb84-0edf-4e60-bcaf-25aced2880ed => 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: 1517/3011] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:11:49 2026] GET /v2.0/security-groups?tenant_id=539e2fca48224a958181b67e560916be&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3012] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:11:49 2026] DELETE /v2.0/security-groups/8daea26a-570d-4181-a8ad-d5fa81442493 => 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: 1518/3013] 10.0.0.13 () {32 vars in 771 bytes} [Tue Apr 14 07:11:49 2026] GET /v2.0/security-groups?tenant_id=dbf4821ee31840aea6087d7636a4bf71&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3014] 10.0.0.13 () {32 vars in 737 bytes} [Tue Apr 14 07:11:49 2026] DELETE /v2.0/security-groups/0366bfbc-b8f3-4b1b-8089-53a7c0320529 => 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: 1519/3015] 10.0.0.13 () {32 vars in 646 bytes} [Tue Apr 14 07:11:52 2026] GET /v2.0/networks => generated 2167 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3016] 10.0.0.13 () {32 vars in 652 bytes} [Tue Apr 14 07:11:53 2026] GET /v2.0/floatingips => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3017] 10.0.0.13 () {32 vars in 644 bytes} [Tue Apr 14 07:11:53 2026] GET /v2.0/routers => generated 15 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3018] 10.0.0.13 () {32 vars in 640 bytes} [Tue Apr 14 07:11:54 2026] GET /v2.0/ports => generated 4725 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3019] 10.0.0.13 () {32 vars in 644 bytes} [Tue Apr 14 07:11:54 2026] GET /v2.0/subnets => generated 1308 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3020] 10.0.0.13 () {32 vars in 646 bytes} [Tue Apr 14 07:11:54 2026] GET /v2.0/networks => generated 2167 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3021] 10.0.0.13 () {32 vars in 660 bytes} [Tue Apr 14 07:11:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3022] 10.0.0.13 () {32 vars in 652 bytes} [Tue Apr 14 07:11:54 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)